@font-face {
  font-family: 'Fangamer-Icons';
  src: url("//cdn.shopify.com/s/files/1/0014/1962/t/48/assets/Fangamer-Icons.ttf?v=8724959098472616811") format("truetype"), url("//cdn.shopify.com/s/files/1/0014/1962/t/48/assets/Fangamer-Icons.woff?v=15860737077872485958") format("woff"), url("//cdn.shopify.com/s/files/1/0014/1962/t/48/assets/Fangamer-Icons.svg?v=9028623316516723445#Fangamer-Icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Fangamer-Icons' !important;
  speak: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .icon:before {
    content: "\e90b";
    text-decoration: none !important; }

.icon-seal:before {
  content: "\e939"; }

.icon-necklace:before {
  content: "\e935"; }

.icon-book-history:before {
  content: "\e923"; }

.icon-book-crafts:before {
  content: "\e924"; }

.icon-book-comic:before {
  content: "\e925"; }

.icon-book-art:before {
  content: "\e926"; }

.icon-pin-alt:before {
  content: "\e927"; }

.icon-keychain:before {
  content: "\e928"; }

.icon-sticker:before {
  content: "\e929"; }

.icon-poster:before {
  content: "\e92a"; }

.icon-hat:before {
  content: "\e92b"; }

.icon-figurine:before {
  content: "\e92c"; }

.icon-vinyl:before {
  content: "\e92d"; }

.icon-hoodies:before, .icon-outerwear:before {
  content: "\e92e"; }

.icon-cards:before, .icon-tabletop-games:before {
  content: "\e92f"; }

.icon-socks:before {
  content: "\e930"; }

.icon-mug:before {
  content: "\e931"; }

.icon-cd:before {
  content: "\e932"; }

.icon-bag:before {
  content: "\e933"; }

.icon-tank:before {
  content: "\e934"; }

.icon-book-guide:before {
  content: "\e936"; }

.icon-game:before, .icon-games:before, .icon-video-games:before {
  content: "\e902"; }

.icon-print:before {
  content: "\e903"; }

.icon-plush:before, .icon-collectibles:before, .icon-plushes-and-figurines:before, .icon-plushes:before {
  content: "\e905"; }

.icon-music:before, .icon-music-video:before {
  content: "\e906"; }

.icon-fangamer:before {
  content: "\e907"; }

.icon-home:before, .icon-home-office:before, .icon-home-and-office:before, .icon-home-goods:before {
  content: "\e909"; }

.icon-star:before {
  content: "\e90b"; }

.icon-cart-alt:before {
  content: "\e90c"; }

.icon-book:before, .icon-books:before {
  content: "\e90d"; }

.icon-art:before, .icon-art-posters:before {
  content: "\e90e"; }

.icon-arrow-right:before {
  content: "\e90f"; }

.icon-shirt:before, .icon-apparel:before, .icon-t-shirts:before, .icon-shirts:before {
  content: "\e910"; }

.icon-pin:before, .icon-pins:before, .icon-accessories:before, .icon-lapel-pins:before {
  content: "\e922"; }

.icon-twitch:before {
  content: "\e938";
  font-size: 92%; }

.icon-comment:before {
  content: "\e937"; }

.icon-check:before {
  content: "\e900"; }

.icon-clock:before {
  content: "\e921"; }

.icon-times:before {
  content: "\e91f"; }

.icon-bars:before {
  content: "\e920"; }

.icon-alert:before {
  content: "\e91e"; }

.icon-spinner-third:before {
  content: "\e904"; }

.icon-chevron-down:before {
  content: "\25b8"; }

.icon-chevron-left:before {
  content: "\e908"; }

.icon-chevron-right:before {
  content: "\e90a"; }

.icon-chevron-up:before {
  content: "\e91d"; }

.icon-search:before {
  content: "\e901"; }

.icon-line:before {
  content: "\e911"; }

.icon-instagram:before {
  content: "\e912"; }

.icon-pinterest-square:before {
  content: "\e913"; }

.icon-twitter-square:before {
  content: "\e914"; }

.icon-tumblr-square:before {
  content: "\e915"; }

.icon-youtube-square:before {
  content: "\e916"; }

.icon-youtube:before {
  content: "\e917"; }

.icon-facebook-square:before {
  content: "\e918"; }

.icon-heart-empty:before {
  content: "\e919"; }

.icon-heart:before {
  content: "\e91a"; }

.icon-cart:before {
  content: "\e91b"; }

.icon-truck:before {
  content: "\e91c"; }

.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear; }

.icon-pulse {
  -webkit-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8); }

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Brandon Grotesque W01', Verdana, sans-serif; }
  html:before, body:before {
    background-color: #000000;
    content: '';
    position: fixed;
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    -ms-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    z-index: -999;
    pointer-events: none; }
  html.show-fade-bg:before, body.show-fade-bg:before {
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 0.3;
    z-index: 999; }

.strong {
  font-weight: bold !important; }

.hidden {
  display: none !important; }

a {
  color: #42b5ea; }
  a:hover, a:active {
    color: #8caab8; }

a, button, input[type=button], input[type=submit] {
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out; }
  a:hover, a:focus, a:active, button:hover, button:focus, button:active, input[type=button]:hover, input[type=button]:focus, input[type=button]:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
    -webkit-transition: color 0s, background-color 0s;
    -moz-transition: color 0s, background-color 0s;
    -ms-transition: color 0s, background-color 0s;
    -o-transition: color 0s, background-color 0s;
    transition: color 0s, background-color 0s; }

.btn {
  font-weight: bold; }

.btn-primary, .btn-success {
  background-color: #9cc334;
  border-color: #9cc334; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-success:hover, .btn-success:focus, .btn-success:active {
    border-color: #7c9b29;
    background-color: #7c9b29; }

.text-success {
  color: #9cc334 !important; }

.btn-secondary {
  background-color: #4b6b8d;
  border-color: #4b6b8d;
  color: white; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: white;
    border-color: #39526c;
    background-color: #39526c; }

.badge-secondary {
  background-color: #4b6b8d; }

.badge-danger {
  background-color: #c93b49 !important; }

.btn-info {
  background-color: #42b5ea;
  border-color: #42b5ea;
  color: white; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    color: white;
    border-color: #19a1e0;
    background-color: #19a1e0; }

.btn-link {
  font-weight: 500;
  color: #42b5ea; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #8caab8; }

.form-control[type=text], textarea.form-control {
  border-color: #8caab8; }
  .form-control[type=text]::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    color: #8caab8; }

#left-drawer, #right-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1050;
  width: 300px;
  padding-bottom: 2rem;
  background-color: #F2F4F6;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
  -moz-transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
  -ms-transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
  -o-transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
  -webkit-box-shadow: 0 0 0 5000px transparent;
  -moz-box-shadow: 0 0 0 5000px transparent;
  box-shadow: 0 0 0 5000px transparent; }
  @media (prefers-reduced-motion: reduce) {
    #left-drawer, #right-drawer {
      -webkit-transition: transform 0s, box-shadow 0s;
      -moz-transition: transform 0s, box-shadow 0s;
      -ms-transition: transform 0s, box-shadow 0s;
      -o-transition: transform 0s, box-shadow 0s;
      transition: transform 0s, box-shadow 0s; } }
  #left-drawer.drawer-left-open, #right-drawer.drawer-left-open {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.5); }
  #left-drawer.drawer-right-open, #right-drawer.drawer-right-open {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.5); }

#left-drawer {
  left: -300px; }

#right-drawer {
  right: -300px; }

.drawer-menu {
  list-style: none;
  padding: 0;
  position: relative; }
  .drawer-menu .drawer-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #4b6b8d; }
    .drawer-menu .drawer-header > h3 {
      margin-bottom: 0;
      padding: 0.5rem 0;
      font-size: 14px;
      text-align: center;
      text-transform: uppercase;
      color: white;
      background: #4b6b8d;
      font-weight: bold;
      letter-spacing: 1px; }
  .drawer-menu #mobile_language_switcher {
    color: white;
    padding: 7px 15px;
    background-color: #5a7fa7;
    text-transform: uppercase;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
    font-size: 12px; }
    .drawer-menu #mobile_language_switcher #mobile_language_options {
      float: right; }
      .drawer-menu #mobile_language_switcher #mobile_language_options a, .drawer-menu #mobile_language_switcher #mobile_language_options a:hover, .drawer-menu #mobile_language_switcher #mobile_language_options a:active, .drawer-menu #mobile_language_switcher #mobile_language_options a:visited, .drawer-menu #mobile_language_switcher #mobile_language_options a:focus {
        color: white;
        margin-left: 7px;
        padding: 2px 8px 1px; }
        .drawer-menu #mobile_language_switcher #mobile_language_options a.active, .drawer-menu #mobile_language_switcher #mobile_language_options a:hover.active, .drawer-menu #mobile_language_switcher #mobile_language_options a:active.active, .drawer-menu #mobile_language_switcher #mobile_language_options a:visited.active, .drawer-menu #mobile_language_switcher #mobile_language_options a:focus.active {
          background-color: #9cc334;
          border-radius: 999px; }
  .drawer-menu #close_right, .drawer-menu #close_left {
    position: absolute;
    padding: 0.25rem 0.5rem;
    color: white;
    top: 0;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: color 0.15s ease-out;
    -moz-transition: color 0.15s ease-out;
    -ms-transition: color 0.15s ease-out;
    -o-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out; }
    .drawer-menu #close_right:hover, .drawer-menu #close_left:hover {
      color: #d4636e;
      -webkit-transition: color 0s;
      -moz-transition: color 0s;
      -ms-transition: color 0s;
      -o-transition: color 0s;
      transition: color 0s; }
  .drawer-menu #close_right {
    right: 0; }
  .drawer-menu #close_left {
    left: 0; }
  .drawer-menu li {
    font-size: 18px;
    font-weight: 500; }
    .drawer-menu li a {
      display: block;
      padding: 0.25rem 1rem; }
      .drawer-menu li a:hover, .drawer-menu li a:focus, .drawer-menu li a:active {
        text-decoration: none; }
      .drawer-menu li a .icon {
        float: right;
        padding: 4px;
        border-radius: 5px;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -ms-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out; }
      .drawer-menu li a.xs-menu-collapse:not(.collapsed) {
        background: white;
        top: 64px;
        position: sticky;
        color: #4b6b8d;
        border-bottom: 1px solid #f8f9fa; }
        .drawer-menu li a.xs-menu-collapse:not(.collapsed) .icon {
          color: white;
          background-color: #556D80;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
  .drawer-menu .xs-submenu ul {
    list-style: none;
    padding: 8px;
    background-color: #FDFEFF; }
    .drawer-menu .xs-submenu ul li a:hover, .drawer-menu .xs-submenu ul li a:focus, .drawer-menu .xs-submenu ul li a:active {
      text-decoration: none; }
  .drawer-menu .dropdown-header {
    padding: 8px 15px; }
  .drawer-menu .divider {
    border-bottom: 1px solid #D0D7DC;
    padding: 0 0 10px 0;
    margin: 0 15px 10px 15px; }
  .drawer-menu .charity-alert {
    margin-top: 0.25rem;
    margin-bottom: 1rem !important;
    padding: 0.5rem 0.75rem;
    background-color: #E0E5E7;
    border: none;
    border-radius: 0;
    color: #4b6b8d; }
    .drawer-menu .charity-alert img {
      float: left;
      max-width: 65px;
      height: auto;
      margin-top: -15px;
      margin-left: -8px;
      margin-right: 8px; }
    .drawer-menu .charity-alert a {
      color: #4b6b8d;
      font-weight: bold; }

#body_container {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

#body_container_cover {
  display: none;
  position: absolute;
  left: 300px;
  top: 0;
  width: calc(100% - 300px);
  height: 100%;
  z-index: -1;
  background-color: black;
  opacity: 0; }

#top_navbar {
  background-image: url("//cdn.shopify.com/s/files/1/0014/1962/t/48/assets/bg-galactamari.png?v=9856221548988416638");
  background-color: #2e4459;
  background-size: 250px;
  background-position-y: 90px;
  background-position-x: 0px;
  border-bottom: 5px solid #9cc334;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-image-source: linear-gradient(to right, #b8d053, #9cc334);
  border-image-slice: 1;
  padding-top: 0;
  padding-bottom: 0;
  height: 58px; }
  @media only screen and (max-width: 992px) {
    #top_navbar .container {
      padding: 0; } }
  @media only screen and (max-width: 576px) {
    #top_navbar {
      padding: 0; } }
  #top_navbar .navbar-brand {
    padding: 11px 20px 10px 20px;
    background-color: transparent; }
    #top_navbar .navbar-brand img, #top_navbar .navbar-brand svg {
      height: 28px;
      width: auto;
      fill: white;
      -webkit-transition: height 1s ease-out;
      -moz-transition: height 1s ease-out;
      -ms-transition: height 1s ease-out;
      -o-transition: height 1s ease-out;
      transition: height 1s ease-out; }
      #top_navbar .navbar-brand img path, #top_navbar .navbar-brand svg path {
        -webkit-transition: fill 0.15s ease-out;
        -moz-transition: fill 0.15s ease-out;
        -ms-transition: fill 0.15s ease-out;
        -o-transition: fill 0.15s ease-out;
        transition: fill 0.15s ease-out; }
    #top_navbar .navbar-brand:hover, #top_navbar .navbar-brand:active, #top_navbar .navbar-brand:focus {
      background-color: #9cc334; }
    @media only screen and (max-width: 992px) {
      #top_navbar .navbar-brand {
        padding-left: 10px;
        padding-right: 10px; } }
    @media only screen and (max-width: 768px) {
      #top_navbar .navbar-brand {
        padding-top: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 12px; } }
  #top_navbar li.dropdown-hover:hover > .dropdown-menu {
    display: block; }
  #top_navbar .dropdown-hover {
    border-bottom: 5px solid transparent;
    -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out, color 0.15s ease-out;
    -ms-transition: background-color 0.15s ease-out, color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out, color 0.15s ease-out;
    transition: background-color 0.15s ease-out, color 0.15s ease-out; }
    #top_navbar .dropdown-hover:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 12px solid #9cc334;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
      position: absolute;
      z-index: 1001;
      bottom: -16px;
      left: 44%;
      opacity: 0;
      pointer-events: none; }
    #top_navbar .dropdown-hover:hover {
      background-color: #9cc334;
      border-bottom: 5px solid #9cc334;
      -webkit-transition: background-color 0s, color 0s;
      -moz-transition: background-color 0s, color 0s;
      -ms-transition: background-color 0s, color 0s;
      -o-transition: background-color 0s, color 0s;
      transition: background-color 0s, color 0s; }
      #top_navbar .dropdown-hover:hover:after {
        opacity: 1; }
  #top_navbar .dropdown-menu {
    position: fixed;
    top: 51px;
    width: 100%;
    max-width: 1170px;
    border: none;
    padding: 7px 15px 40px 15px;
    background: none;
    margin: 0 auto;
    left: 0;
    right: 0; }
    #top_navbar .dropdown-menu .container {
      padding: 0 30px; }
      #top_navbar .dropdown-menu .container > .row {
        background-color: white;
        padding: 15px 0 10px; }
    #top_navbar .dropdown-menu ul {
      list-style: none;
      padding-bottom: 10px;
      padding-left: 20px; }
      #top_navbar .dropdown-menu ul li {
        position: relative; }
        #top_navbar .dropdown-menu ul li.nav-header {
          text-transform: uppercase;
          padding-left: 32px;
          font-size: 18px;
          margin-top: 0.5rem;
          margin-bottom: 0.5rem;
          font-weight: bold;
          word-break: break-word;
          hyphens: auto; }
          #top_navbar .dropdown-menu ul li.nav-header .nav-header-icon {
            position: absolute;
            left: 0;
            top: 2px;
            width: 24px;
            height: 24px;
            text-align: center;
            font-size: 20px;
            -webkit-transition: color 0.15s ease-out, fill 0.15s ease-out;
            -moz-transition: color 0.15s ease-out, fill 0.15s ease-out;
            -ms-transition: color 0.15s ease-out, fill 0.15s ease-out;
            -o-transition: color 0.15s ease-out, fill 0.15s ease-out;
            transition: color 0.15s ease-out, fill 0.15s ease-out;
            color: #4b6b8d;
            fill: #4b6b8d; }
          #top_navbar .dropdown-menu ul li.nav-header:hover .nav-header-icon {
            -webkit-transition: color 0s, fill 0s;
            -moz-transition: color 0s, fill 0s;
            -ms-transition: color 0s, fill 0s;
            -o-transition: color 0s, fill 0s;
            transition: color 0s, fill 0s;
            color: #9cc334;
            fill: #9cc334; }
        #top_navbar .dropdown-menu ul li.nav-item {
          border-left: 3px solid white;
          margin-left: 24px;
          padding-left: 5px;
          font-size: 16px;
          font-weight: 500;
          -webkit-transition: border-left-color 0.15s ease-out;
          -moz-transition: border-left-color 0.15s ease-out;
          -ms-transition: border-left-color 0.15s ease-out;
          -o-transition: border-left-color 0.15s ease-out;
          transition: border-left-color 0.15s ease-out; }
          #top_navbar .dropdown-menu ul li.nav-item:hover {
            -webkit-transition: border-left-color 0s;
            -moz-transition: border-left-color 0s;
            -ms-transition: border-left-color 0s;
            -o-transition: border-left-color 0s;
            transition: border-left-color 0s;
            border-left-color: #9cc334; }
        #top_navbar .dropdown-menu ul li a {
          display: block;
          color: #4b6b8d; }
          #top_navbar .dropdown-menu ul li a:hover {
            color: #8caab8;
            text-decoration: none; }
    #top_navbar .dropdown-menu #nav_featured, #top_navbar .dropdown-menu #nav_featured_collections {
      border-right: 1px solid #4b6b8d; }
    #top_navbar .dropdown-menu #nav_collections {
      padding-bottom: 0; }
      #top_navbar .dropdown-menu #nav_collections #nav_featured_collections .nav-header:not(:first-child) {
        margin-top: 1rem; }
      #top_navbar .dropdown-menu #nav_collections .collection-logo-container {
        margin-bottom: 0.5rem;
        padding-top: 40%; }
        @media only screen and (max-width: 992px) {
          #top_navbar .dropdown-menu #nav_collections .collection-logo-container {
            padding-top: 50%; } }
        #top_navbar .dropdown-menu #nav_collections .collection-logo-container .collection-logo {
          right: 0.25rem;
          left: 0.25rem; }
      #top_navbar .dropdown-menu #nav_collections #nav_collections_all {
        background-color: #9cc334;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 2px;
        padding: 8px;
        width: 100%;
        display: block;
        color: white;
        text-align: center;
        text-transform: uppercase;
        margin-top: 0.5rem; }
        #top_navbar .dropdown-menu #nav_collections #nav_collections_all:hover {
          text-decoration: none;
          color: white;
          background-color: #b1d258; }
  #top_navbar #menu-xs {
    cursor: pointer; }
    #top_navbar #menu-xs i {
      padding: 15px 16px;
      color: white;
      font-size: 1.5em; }
  #top_navbar #top_nav .nav-link {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 18px;
    padding: 18px 10px 13px 10px;
    white-space: nowrap; }
    @media only screen and (max-width: 992px) {
      #top_navbar #top_nav .nav-link {
        padding: 18px 6px 13px 6px;
        letter-spacing: 1px;
        font-size: 16px; } }
    #top_navbar #top_nav .nav-link .icon {
      font-size: 10px;
      opacity: 0.8;
      margin-left: -2px; }
  #top_navbar #top_navright .nav-item {
    position: relative; }
    #top_navbar #top_navright .nav-item:not(:last-child)::after {
      content: "\2022";
      margin: 0px 12px;
      color: white;
      position: absolute;
      right: -15px;
      top: 3px; }
  #top_navbar #top_navright .nav-link {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 12px;
    padding: 5px 6px;
    margin: 5px 6px;
    border-radius: 10px;
    white-space: nowrap; }
    #top_navbar #top_navright .nav-link:hover {
      background-color: #9cc334; }
    @media only screen and (max-width: 992px) {
      #top_navbar #top_navright .nav-link {
        margin: 5px 1px; } }
  #top_navbar #search_form {
    position: relative; }
    @media only screen and (max-width: 384px) {
      #top_navbar #search_form {
        max-width: 45%; } }
    #top_navbar #search_form input {
      height: 27px;
      width: 100%;
      margin: 0 0.75rem;
      border: none;
      padding-right: 24px;
      padding-left: 10px; }
      @media only screen and (max-width: 992px) {
        #top_navbar #search_form input {
          margin: 0 0.25rem; } }
      @media only screen and (max-width: 768px) {
        #top_navbar #search_form input {
          height: 35px;
          margin: 0; } }
    #top_navbar #search_form button {
      position: absolute;
      right: 12px;
      top: 0;
      padding: 5px 6px 4px;
      line-height: 18px;
      background: none;
      border: none;
      cursor: pointer; }
      #top_navbar #search_form button img, #top_navbar #search_form button svg {
        height: 16px;
        width: 16px;
        fill: #8caab8;
        -webkit-transition: fill 0.15s ease-out;
        -moz-transition: fill 0.15s ease-out;
        -ms-transition: fill 0.15s ease-out;
        -o-transition: fill 0.15s ease-out;
        transition: fill 0.15s ease-out; }
      #top_navbar #search_form button i {
        color: #8caab8;
        -webkit-transition: color 0.15s ease-out;
        -moz-transition: color 0.15s ease-out;
        -ms-transition: color 0.15s ease-out;
        -o-transition: color 0.15s ease-out;
        transition: color 0.15s ease-out; }
      #top_navbar #search_form button:hover img, #top_navbar #search_form button:hover svg, #top_navbar #search_form button:hover i {
        -webkit-transition: fill 0s, color 0s;
        -moz-transition: fill 0s, color 0s;
        -ms-transition: fill 0s, color 0s;
        -o-transition: fill 0s, color 0s;
        transition: fill 0s, color 0s;
        fill: #9cc334;
        color: #9cc334; }
      @media only screen and (max-width: 992px) {
        #top_navbar #search_form button {
          right: 6px; } }
      @media only screen and (max-width: 768px) {
        #top_navbar #search_form button {
          padding: 9px 8px;
          right: 0; } }
  #top_navbar .dropdown-toggle::after {
    display: none; }
  #top_navbar #nav_cart {
    padding: 15px 8px 10px;
    margin-left: 6px;
    position: relative;
    color: white; }
    #top_navbar #nav_cart:hover {
      text-decoration: none; }
    #top_navbar #nav_cart i {
      font-size: 24px; }
    #top_navbar #nav_cart img, #top_navbar #nav_cart svg {
      width: 32px;
      height: 32px;
      fill: white; }
    #top_navbar #nav_cart:hover {
      background-color: #9cc334;
      color: white; }
    #top_navbar #nav_cart #nav_cart_count {
      position: absolute;
      font-size: 12px;
      font-weight: bold;
      color: #4b6b8d;
      left: 5px;
      right: 0;
      top: 0;
      bottom: 0;
      line-height: 48px;
      text-align: center; }
    @media only screen and (max-width: 768px) {
      #top_navbar #nav_cart {
        padding-right: 10px; } }

#main {
  padding-top: 58px;
  padding-bottom: 40px; }

.top-alert-visible #main {
  padding-top: 88px; }
.top-alert-visible #top_alert {
  background-color: #5a7fa7;
  text-align: center;
  font-size: 14px;
  color: white;
  height: 30px;
  line-height: 30px; }
  .top-alert-visible #top_alert a {
    font-weight: bold;
    color: white; }
  .top-alert-visible #top_alert p {
    margin-bottom: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0; }
  .top-alert-visible #top_alert .read-more {
    display: none;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 15px;
    text-decoration: underline; }
  @media only screen and (max-width: 768px) {
    .top-alert-visible #top_alert {
      cursor: pointer; }
      .top-alert-visible #top_alert p {
        padding-right: 70px; }
      .top-alert-visible #top_alert .read-more {
        display: block; } }
.top-alert-visible #top_navbar {
  top: 30px; }
  .top-alert-visible #top_navbar .dropdown-menu {
    top: 81px; }

.vector-logo:hover {
  fill: white;
  stroke: white; }

#product_description {
  margin-top: 1rem;
  color: #4b6b8d; }
  #product_description table {
    width: 100%;
    margin-bottom: 10px; }
  #product_description th {
    padding: 5px;
    text-align: right;
    font-weight: 500; }
  #product_description td {
    padding: 5px; }
  #product_description thead th {
    text-align: left;
    font-weight: bold; }
  #product_description tbody tr:nth-child(odd) td, #product_description tbody tr:nth-child(odd) th {
    background: rgba(0, 0, 0, 0.05); }
  #product_description .notice {
    background: #4b6b8d;
    padding: 5px 10px;
    border-radius: 5px;
    color: white; }
    #product_description .notice a {
      color: white;
      text-decoration: underline; }
      #product_description .notice a:hover {
        color: #d5d5ff; }
  #product_description h6 {
    font-weight: normal;
    font-size: 12px; }
  #product_description .debug h5 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase; }
  #product_description .debug h6 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase; }
  #product_description .debug p {
    margin-bottom: 0.25rem; }
  #product_description .debug hr {
    border-top: 1px solid white; }

#product_images, #product_images_mobile {
  position: relative; }
  #product_images .pdf-preview-banner, #product_images_mobile .pdf-preview-banner {
    position: absolute;
    left: -4px;
    bottom: 25%;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 12px;
    color: white;
    text-transform: uppercase;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
    background-color: #9cc334;
    white-space: nowrap;
    z-index: 10; }
    #product_images .pdf-preview-banner .icon, #product_images_mobile .pdf-preview-banner .icon {
      -webkit-transition: margin-left 0.5s ease-out;
      -moz-transition: margin-left 0.5s ease-out;
      -ms-transition: margin-left 0.5s ease-out;
      -o-transition: margin-left 0.5s ease-out;
      transition: margin-left 0.5s ease-out;
      margin-left: 4px; }
    #product_images .pdf-preview-banner:hover, #product_images .pdf-preview-banner:active, #product_images .pdf-preview-banner:focus, #product_images_mobile .pdf-preview-banner:hover, #product_images_mobile .pdf-preview-banner:active, #product_images_mobile .pdf-preview-banner:focus {
      text-decoration: none;
      background-color: #a8cd43; }
      #product_images .pdf-preview-banner:hover .icon, #product_images .pdf-preview-banner:active .icon, #product_images .pdf-preview-banner:focus .icon, #product_images_mobile .pdf-preview-banner:hover .icon, #product_images_mobile .pdf-preview-banner:active .icon, #product_images_mobile .pdf-preview-banner:focus .icon {
        margin-left: 10px; }

#product_gallery, #product_gallery_nav, #product_gallery_mobile, #product_gallery_mobile_nav {
  overflow: hidden; }
  #product_gallery .item > img, #product_gallery_nav .item > img, #product_gallery_mobile .item > img, #product_gallery_mobile_nav .item > img {
    width: 100%;
    height: auto;
    cursor: pointer; }
  #product_gallery .carousel-control, #product_gallery_nav .carousel-control, #product_gallery_mobile .carousel-control, #product_gallery_mobile_nav .carousel-control {
    background: none; }

#product_gallery, #product_gallery_mobile {
  background-color: rgba(0, 0, 0, 0.05);
  max-height: 487px;
  overflow-y: hidden; }
  #product_gallery .carousel-cell, #product_gallery_mobile .carousel-cell {
    width: 100%;
    padding-bottom: 66.6%;
    position: relative; }
    #product_gallery .carousel-cell img, #product_gallery_mobile .carousel-cell img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #product_gallery .carousel-cell video, #product_gallery_mobile .carousel-cell video {
      max-width: 100%;
      height: auto; }
    #product_gallery .carousel-cell .video, #product_gallery_mobile .carousel-cell .video {
      background-color: black;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      #product_gallery .carousel-cell .video img, #product_gallery_mobile .carousel-cell .video img {
        width: 100%;
        height: auto;
        margin: auto; }
      #product_gallery .carousel-cell .video .icon, #product_gallery_mobile .carousel-cell .video .icon {
        -webkit-transition: color 0.15s ease-out;
        -moz-transition: color 0.15s ease-out;
        -ms-transition: color 0.15s ease-out;
        -o-transition: color 0.15s ease-out;
        transition: color 0.15s ease-out; }
      #product_gallery .carousel-cell .video:hover .icon, #product_gallery_mobile .carousel-cell .video:hover .icon {
        -webkit-transition: color 0s;
        -moz-transition: color 0s;
        -ms-transition: color 0s;
        -o-transition: color 0s;
        transition: color 0s;
        color: #9cc334; }
        #product_gallery .carousel-cell .video:hover .icon.icon-youtube, #product_gallery_mobile .carousel-cell .video:hover .icon.icon-youtube {
          color: #FF0000; }
    #product_gallery .carousel-cell .icon, #product_gallery_mobile .carousel-cell .icon {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      top: 35%;
      z-index: 10;
      pointer-events: none;
      color: white;
      font-size: 128px;
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
    #product_gallery .carousel-cell.carousel-inline-video, #product_gallery_mobile .carousel-cell.carousel-inline-video {
      height: 0; }

#product_gallery_nav, #product_gallery_mobile_nav {
  height: 70px;
  background-color: #d6dce0;
  padding: 0 5px; }
  #product_gallery_nav .carousel-cell, #product_gallery_mobile_nav .carousel-cell {
    width: 95px;
    max-height: 80px;
    padding: 5px 0;
    margin: 0; }
    #product_gallery_nav .carousel-cell img, #product_gallery_mobile_nav .carousel-cell img {
      border: 1px solid white;
      width: 90px;
      height: 60px; }
    #product_gallery_nav .carousel-cell.is-nav-selected img, #product_gallery_mobile_nav .carousel-cell.is-nav-selected img {
      border-color: black; }
    #product_gallery_nav .carousel-cell:last-child, #product_gallery_mobile_nav .carousel-cell:last-child {
      width: 90px; }
    #product_gallery_nav .carousel-cell .icon, #product_gallery_mobile_nav .carousel-cell .icon {
      position: absolute;
      right: 10px;
      bottom: 12px;
      text-align: center;
      z-index: 10;
      pointer-events: none;
      color: white;
      font-size: 24px;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0.5rem 0;
  font-size: 14px; }
  .breadcrumb .breadcrumb-item:not(:first-child):before {
    content: "\203A"; }
  .breadcrumb .breadcrumb-item.active a {
    color: #4b6b8d; }
  @media only screen and (max-width: 576px) {
    .breadcrumb .breadcrumb-item {
      display: none; } }

@media only screen and (max-width: 767px) {
  #product_left {
    -webkit-order: 2;
    order: 2; } }

#product_info header {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #4b6b8d;
  margin-bottom: 0.5rem;
  position: relative;
  padding-right: 80px; }
  #product_info header.has-seal {
    min-height: 80px; }
  #product_info header h1 {
    font-size: 28px;
    font-weight: 500;
    color: #4b6b8d;
    margin: 0; }
    #product_info header h1 a {
      color: #4b6b8d; }
      #product_info header h1 a:hover {
        color: #8caab8; }
  #product_info header h2 {
    font-size: 16px;
    font-weight: 500;
    color: #4b6b8d;
    margin: 0; }
    #product_info header h2 a {
      color: #4b6b8d; }
      #product_info header h2 a:hover {
        color: #8caab8; }
  #product_info header h3 {
    font-size: 16px;
    font-weight: 500;
    color: #4b6b8d;
    margin: 0; }
    #product_info header h3 a {
      color: #4b6b8d; }
      #product_info header h3 a:hover {
        color: #8caab8; }
#product_info #product_info_container.has-reviews #build_a_combo {
  margin-top: 3.5rem; }
@media only screen and (max-width: 767px) {
  #product_info {
    -webkit-order: 1;
    order: 1; } }

.collection-logo-container {
  position: relative;
  width: 100%;
  padding-top: 50%;
  margin-bottom: 1rem; }
  .collection-logo-container .collection-logo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    border-radius: 5px; }
    .collection-logo-container .collection-logo:not(:hover) {
      background-color: white !important; }
    .collection-logo-container .collection-logo span {
      display: block;
      margin: auto;
      padding: 10px 15px;
      text-align: center;
      color: #4b6b8d;
      letter-spacing: 2px;
      font-weight: normal;
      text-transform: uppercase;
      text-overflow: ellipsis;
      overflow: hidden; }
      .collection-logo-container .collection-logo span:not(:only-child) {
        color: white;
        opacity: 0;
        position: absolute;
        bottom: 20px;
        z-index: 0;
        left: 0;
        right: 0; }
    .collection-logo-container .collection-logo svg, .collection-logo-container .collection-logo img {
      display: block;
      margin: auto;
      padding: 10px 15px;
      width: 100%;
      height: 100%;
      z-index: 1;
      -webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      -ms-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out; }
    .collection-logo-container .collection-logo svg {
      fill: #4b6b8d; }
    .collection-logo-container .collection-logo:hover {
      cursor: pointer;
      box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.15);
      -webkit-transition: all 0s;
      -moz-transition: all 0s;
      -ms-transition: all 0s;
      -o-transition: all 0s;
      transition: all 0s;
      background-color: #8caab8;
      text-decoration: none; }
      .collection-logo-container .collection-logo:hover span {
        color: white; }
      .collection-logo-container .collection-logo:hover svg, .collection-logo-container .collection-logo:hover img {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s; }
      .collection-logo-container .collection-logo:hover svg {
        fill: white; }

.collection-seal-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 72px; }
  .collection-seal-container .collection-seal {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px; }
    .collection-seal-container .collection-seal .collection-seal-title {
      display: block;
      margin: auto;
      padding: 10px 15px;
      text-align: center;
      color: #4b6b8d;
      letter-spacing: 2px;
      font-weight: normal;
      text-transform: uppercase;
      text-overflow: ellipsis;
      overflow: hidden; }
      .collection-seal-container .collection-seal .collection-seal-title:not(:only-child) {
        color: white;
        opacity: 0;
        position: absolute;
        bottom: 20px;
        z-index: 0;
        left: 0;
        right: 0; }
    .collection-seal-container .collection-seal .collection-seal-logo-bg {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      padding: 0;
      width: 100%;
      height: 100%;
      max-height: 24px;
      z-index: 3;
      fill: white;
      stroke: white;
      stroke-width: 7%; }
    .collection-seal-container .collection-seal .collection-seal-logo {
      display: block;
      margin: auto;
      padding: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-height: 24px;
      z-index: 3; }
    .collection-seal-container .collection-seal .collection-seal-border {
      display: block;
      z-index: 1;
      margin: auto;
      width: 90%;
      height: 100%;
      left: 5%;
      right: 4%;
      position: absolute; }
    .collection-seal-container .collection-seal svg {
      fill: #4b6b8d; }
    .collection-seal-container .collection-seal:hover {
      cursor: pointer;
      opacity: 0.8; }

#collections_list {
  text-align: center; }
  #collections_list .collection-logo-container .collection-logo svg, #collections_list .collection-logo-container .collection-logo img, #collections_list .collection-logo-container .collection-logo span {
    padding: 25px 20px; }
    @media only screen and (max-width: 576px) {
      #collections_list .collection-logo-container .collection-logo svg, #collections_list .collection-logo-container .collection-logo img, #collections_list .collection-logo-container .collection-logo span {
        padding: 10px; } }
  #collections_list #collections_list_all {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin: 0.5rem 0 2rem;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    background: linear-gradient(to right, #b8d053, #9cc334); }
    #collections_list #collections_list_all:hover {
      text-decoration: none;
      color: white;
      opacity: 0.9; }

#product_related_collections .col-6:nth-child(odd) {
  padding-right: 0.5rem; }
#product_related_collections .col-6:nth-child(even) {
  padding-left: 0.5rem; }
#product_related_collections .collection-logo-container {
  border-radius: 5px; }
  #product_related_collections .collection-logo-container .collection-logo:not(:hover) {
    background-color: rgba(0, 0, 0, 0.05) !important; }

#checkout_related_collections {
  padding: 0 15px; }
  #checkout_related_collections .collection-logo-container {
    border-radius: 5px; }
    #checkout_related_collections .collection-logo-container .collection-logo:not(:hover) {
      background-color: rgba(0, 0, 0, 0.05) !important; }

#related_products .charity-banner.d-none {
  display: none !important; }
#related_products .charity-banner.d-md-none {
  display: block !important; }

.collection-alert {
  color: #4b6b8d; }

.charity-notice {
  background: #00a0bf;
  padding: 5px 10px;
  border-radius: 5px;
  color: #FFFFFF;
  margin-bottom: 20px; }
  .charity-notice.has-charity-image {
    min-height: 100px; }
  .charity-notice a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold; }
  .charity-notice img {
    height: 80px;
    width: 80px;
    float: left;
    margin-right: 10px; }

#product_social_sheet {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid #4b6b8d;
  height: 35px;
  text-align: right;
  position: relative; }
  #product_social_sheet .network {
    position: absolute;
    right: 0;
    list-style: none;
    padding-left: 0; }
    #product_social_sheet .network li {
      display: inline-block; }
      #product_social_sheet .network li a {
        color: #4b6b8d;
        font-size: 24px;
        margin-left: 0.25rem; }
        #product_social_sheet .network li a:hover {
          color: #8caab8; }
    #product_social_sheet .network label {
      margin-bottom: 0;
      vertical-align: super; }

.variant-image, .addon-image {
  height: 62px;
  width: 62px;
  border-radius: 5px;
  margin-right: 10px;
  background: url(//cdn.shopify.com/s/files/1/0014/1962/t/48/assets/bg-bigpixels.png?v=2838075266341920374) #f7f8ff repeat;
  background-size: 100px; }
  .variant-image.empty, .addon-image.empty {
    background: none; }

.progress-bar {
  background-color: #4b6b8d; }

.progress-bar-success {
  background-color: #9cc334; }

#sizing_modal, .sizing-modal, #sharing_modal, .modal-fangamer {
  color: #4b6b8d;
  font-size: 16px;
  padding: 0.75rem 1rem; }
  #sizing_modal img, .sizing-modal img, #sharing_modal img, .modal-fangamer img {
    max-width: 100%;
    height: auto; }
  #sizing_modal .modal-header h4, .sizing-modal .modal-header h4, #sharing_modal .modal-header h4, .modal-fangamer .modal-header h4 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px; }
  #sizing_modal .modal-header button, .sizing-modal .modal-header button, #sharing_modal .modal-header button, .modal-fangamer .modal-header button {
    border: none; }
  #sizing_modal .modal-header, .sizing-modal .modal-header, #sharing_modal .modal-header, .modal-fangamer .modal-header {
    text-transform: uppercase;
    color: white;
    background-color: #4b6b8d;
    font-weight: bold;
    font-size: 32px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    #sizing_modal .modal-header button, .sizing-modal .modal-header button, #sharing_modal .modal-header button, .modal-fangamer .modal-header button {
      color: white;
      font-size: 24px;
      padding: 0;
      line-height: 1; }
      #sizing_modal .modal-header button:hover, .sizing-modal .modal-header button:hover, #sharing_modal .modal-header button:hover, .modal-fangamer .modal-header button:hover {
        color: #dddddd;
        text-decoration: none; }
  #sizing_modal iframe, .sizing-modal iframe, #sharing_modal iframe, .modal-fangamer iframe {
    display: block;
    width: 100%;
    min-height: 450px; }

@media only screen and (max-width: 349px) {
  #signup_modal {
    padding: 0.75rem 0rem; }
    #signup_modal .modal-body {
      padding: 0.25rem; } }
@media only screen and (min-width: 768px) {
  #signup_modal #signup_modal_content {
    height: 70vh; } }

.header-bar {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #4b6b8d;
  border-bottom: 3px solid #9cc334;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  text-transform: uppercase; }
  .header-bar h4 {
    margin-bottom: 0.25rem;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px; }

#add, #hyperalert_submit {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0 7px;
  width: 100%;
  background: #9cc334;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  color: white;
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  -ms-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out; }
  #add.disabled, #add[disabled], fieldset[disabled] #add, #hyperalert_submit.disabled, #hyperalert_submit[disabled], fieldset[disabled] #hyperalert_submit {
    background: #cde294;
    cursor: default; }
  #add:hover:enabled, #hyperalert_submit:hover:enabled {
    background: #8caf2f;
    -webkit-transition: background 0s;
    -moz-transition: background 0s;
    -ms-transition: background 0s;
    -o-transition: background 0s;
    transition: background 0s; }

#pricing_and_sizes #price-field {
  display: block;
  line-height: 100%;
  color: #9cc334;
  font-size: 28px;
  font-weight: 500;
  margin: 10px 0 15px; }
  #pricing_and_sizes #price-field .compare-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #4b6b8d;
    display: inline-block;
    margin-left: 10px; }
#pricing_and_sizes .combo-label {
  display: block;
  min-height: 50px;
  font-size: 16px;
  color: #4b6b8d;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 5px; }
  #pricing_and_sizes .combo-label.solo-variant {
    margin: 20px 0 20px; }
  #pricing_and_sizes .combo-label a {
    color: #4b6b8d; }
#pricing_and_sizes .included-in-combo {
  color: #9cc334;
  font-weight: normal;
  text-transform: none;
  margin-left: 10px;
  display: inline-block; }
#pricing_and_sizes .selector-wrapper {
  padding-bottom: 15px; }
  #pricing_and_sizes .selector-wrapper label {
    display: block;
    color: #4b6b8d;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0; }
    #pricing_and_sizes .selector-wrapper label .sizinginfo {
      text-transform: none;
      font-weight: normal;
      padding-left: 20px;
      font-size: 14px; }
  #pricing_and_sizes .selector-wrapper .single-option-selector {
    display: block;
    width: 100%; }
#pricing_and_sizes #addons {
  border-radius: 5px;
  border: 1px solid #e9ecef;
  padding: 10px;
  margin: 0 -10px 1rem;
  position: relative; }
  #pricing_and_sizes #addons label {
    color: #4b6b8d;
    background-color: white;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    padding: 3px;
    top: -12px;
    left: 10px;
    text-transform: uppercase; }
#pricing_and_sizes #addons .media-body a:not(.sizinginfo), #pricing_and_sizes #add_to_cart .media-body a:not(.sizinginfo) {
  font-weight: 500;
  color: #4b6b8d; }
  #pricing_and_sizes #addons .media-body a:not(.sizinginfo) span, #pricing_and_sizes #add_to_cart .media-body a:not(.sizinginfo) span {
    vertical-align: middle; }
  #pricing_and_sizes #addons .media-body a:not(.sizinginfo):hover, #pricing_and_sizes #add_to_cart .media-body a:not(.sizinginfo):hover {
    color: #42b5ea;
    text-decoration: none; }
  #pricing_and_sizes #addons .media-body a:not(.sizinginfo) .badge, #pricing_and_sizes #add_to_cart .media-body a:not(.sizinginfo) .badge {
    color: #fff;
    background-color: #4b6b8d;
    -webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    -ms-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    margin-right: 5px; }
#pricing_and_sizes #addons .media-body.selected a .badge, #pricing_and_sizes #add_to_cart .media-body.selected a .badge {
  background-color: #9cc334; }
#pricing_and_sizes #addons .selector-wrapper:last-child, #pricing_and_sizes #add_to_cart .selector-wrapper:last-child {
  padding-bottom: 0; }
#pricing_and_sizes #add_to_cart .media-body a:not(.sizinginfo) {
  display: block;
  width: 100%; }
#pricing_and_sizes #add_to_cart .media-body .badge {
  color: #fff;
  background-color: #4b6b8d;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  margin-right: 5px; }
#pricing_and_sizes #wish_list {
  margin-top: 0.5rem;
  text-align: right;
  position: relative; }
  #pricing_and_sizes #wish_list #login {
    position: absolute;
    display: block;
    opacity: 0;
    cursor: default;
    text-align: center;
    margin: 0;
    line-height: 1.2;
    color: #4b6b8d;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 8px;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out; }
    @media only screen and (max-width: 576px) {
      #pricing_and_sizes #wish_list #login {
        opacity: 1; } }
  #pricing_and_sizes #wish_list:hover #login {
    -webkit-transition: opacity 0;
    -moz-transition: opacity 0;
    -ms-transition: opacity 0;
    -o-transition: opacity 0;
    transition: opacity 0;
    opacity: 1; }
  #pricing_and_sizes #wish_list #view_wish_list {
    display: block;
    text-align: center;
    margin-top: 5px; }
  #pricing_and_sizes #wish_list #manage_wish_list {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out; }
    #pricing_and_sizes #wish_list #manage_wish_list:hover {
      text-decoration: none;
      cursor: pointer; }
    #pricing_and_sizes #wish_list #manage_wish_list.disabled {
      opacity: 0.4; }
    #pricing_and_sizes #wish_list #manage_wish_list .icon {
      font-size: 20px;
      position: absolute;
      left: 10px;
      top: 6px; }
  #pricing_and_sizes #wish_list #add_to_cart input[type=submit] {
    text-transform: uppercase; }
#pricing_and_sizes #mailchimp {
  margin-top: 10px;
  border-top: 1px solid #4b6b8d;
  padding-top: 10px; }
  #pricing_and_sizes #mailchimp form {
    padding-top: 10px; }
    #pricing_and_sizes #mailchimp form label {
      margin-bottom: 3px; }
  #pricing_and_sizes #mailchimp input[type=submit], #pricing_and_sizes #mailchimp button {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    background-color: #9cc334;
    -webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    -ms-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out; }
    #pricing_and_sizes #mailchimp input[type=submit]:hover, #pricing_and_sizes #mailchimp input[type=submit]:focus, #pricing_and_sizes #mailchimp input[type=submit]:active, #pricing_and_sizes #mailchimp button:hover, #pricing_and_sizes #mailchimp button:focus, #pricing_and_sizes #mailchimp button:active {
      background-color: #7c9b29;
      -webkit-transition: background-color 0s;
      -moz-transition: background-color 0s;
      -ms-transition: background-color 0s;
      -o-transition: background-color 0s;
      transition: background-color 0s; }
    #pricing_and_sizes #mailchimp input[type=submit][disabled], #pricing_and_sizes #mailchimp button[disabled] {
      background: #5c721f;
      color: #888; }
#pricing_and_sizes .otherinfo {
  margin-top: 10px; }
#pricing_and_sizes .combo {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 8px;
  width: 100%;
  border: 2px solid #4b6b8d;
  border-radius: 5px;
  cursor: pointer;
  color: #9cc334;
  text-align: center; }
  #pricing_and_sizes .combo:hover {
    text-decoration: none;
    background-color: #efefef; }
  #pricing_and_sizes .combo .combo-icon {
    float: left;
    height: 32px;
    width: 32px;
    margin-top: -5px;
    margin-left: -5px; }
    #pricing_and_sizes .combo .combo-icon .combo-color {
      fill: #7c9b29;
      stroke: #7c9b29; }
#pricing_and_sizes .notice {
  background: #4b6b8d;
  padding: 5px 10px;
  border-radius: 5px;
  color: white; }
  #pricing_and_sizes .notice a {
    color: white;
    text-decoration: underline; }
    #pricing_and_sizes .notice a:hover {
      color: #d5d5ff; }
#pricing_and_sizes .combo + .notice {
  margin-top: 10px; }
#pricing_and_sizes .preorder_exclusive {
  color: #4b6b8d;
  margin: 10px 15px 15px 15px;
  font-size: 18px;
  line-height: 133%; }
#pricing_and_sizes #pricing_and_sizes_error {
  padding: 10px 10px 1px 10px;
  background-color: #e6ebf1;
  border-radius: 5px; }
  #pricing_and_sizes #pricing_and_sizes_error .btn {
    text-transform: uppercase; }

.new-badge, .countdown, .countdown-old {
  float: right;
  cursor: default;
  color: #9cc334;
  font-weight: 500;
  line-height: 100%;
  font-size: 16px;
  text-transform: uppercase; }

#body-container {
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

#body-container-cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: black;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: auto; }

body.drawer-left-open #body-container-cover, html.drawer-left-open #body-container-cover,
body.drawer-right-open #body-container-cover, html.drawer-right-open #body-container-cover {
  display: block;
  z-index: 1030; }
  @media only screen and (max-width: 768px) {
    body.drawer-left-open #body-container-cover, html.drawer-left-open #body-container-cover,
    body.drawer-right-open #body-container-cover, html.drawer-right-open #body-container-cover {
      cursor: pointer; } }

body.drawer-left-open, body.drawer-right-open {
  overflow: hidden; }

#collection_sidebar {
  margin-bottom: 20px; }
  @media only screen and (max-width: 576px) {
    #collection_sidebar {
      display: none; } }
  #collection_sidebar .collection-header {
    background: #99AAB5;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
    width: 100%;
    display: block; }
    #collection_sidebar .collection-header.with-img {
      padding: 0; }
    #collection_sidebar .collection-header img {
      width: 100%; }
  #collection_sidebar .collection-container h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #4b6b8d;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  #collection_sidebar .collection-container .more-collapse {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #4b6b8d;
    margin-top: 0.25rem;
    padding-left: 3px;
    -webkit-transition: color 0.15s ease-out;
    -moz-transition: color 0.15s ease-out;
    -ms-transition: color 0.15s ease-out;
    -o-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out; }
    #collection_sidebar .collection-container .more-collapse:hover {
      color: #42b5ea;
      -webkit-transition: color 0s;
      -moz-transition: color 0s;
      -ms-transition: color 0s;
      -o-transition: color 0s;
      transition: color 0s; }
  #collection_sidebar ul {
    padding: 0; }
  #collection_sidebar li {
    list-style: none;
    position: relative; }
    #collection_sidebar li a {
      display: block;
      width: 100%;
      padding: 1px 4px;
      font-size: 16px;
      text-decoration: none;
      color: #4b6b8d;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      margin-left: -5px;
      border-left: 3px solid white;
      -webkit-transition: border-color 0.15s ease-out;
      -moz-transition: border-color 0.15s ease-out;
      -ms-transition: border-color 0.15s ease-out;
      -o-transition: border-color 0.15s ease-out;
      transition: border-color 0.15s ease-out; }
      #collection_sidebar li a small {
        color: #6c757d;
        position: absolute;
        right: 0;
        top: 3px; }
        @media only screen and (max-width: 576px) {
          #collection_sidebar li a small {
            right: 10px; } }
    #collection_sidebar li a:hover, #collection_sidebar li.selected a {
      border-color: #9cc334;
      -webkit-transition: border-color 0s;
      -moz-transition: border-color 0s;
      -ms-transition: border-color 0s;
      -o-transition: border-color 0s;
      transition: border-color 0s; }
    #collection_sidebar li a:hover {
      color: #8caab8; }
  #collection_sidebar .collection-collapse {
    width: 100%;
    cursor: pointer;
    color: #4b6b8d;
    position: relative;
    padding-right: 15px; }
    #collection_sidebar .collection-collapse:after {
      font-size: 24px;
      line-height: 18px;
      position: absolute;
      right: 0;
      top: 0;
      content: "+"; }
      @media only screen and (max-width: 768px) {
        #collection_sidebar .collection-collapse:after {
          right: -15px; } }
    #collection_sidebar .collection-collapse:not(.collapsed):after {
      content: "-"; }

#filter_name small {
  display: none; }

#collection_products {
  position: relative; }
  #collection_products #products {
    opacity: 1;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    -ms-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s; }
  #collection_products #collection_loader {
    display: none;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #4b6b8d;
    text-align: center; }
  #collection_products.loading #products {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out; }
  #collection_products.loading #collection_loader {
    display: block; }

#product_checks label {
  font-size: 14px;
  line-height: 14px;
  color: #4b6b8d; }

#price_filters input {
  padding: 6px 2px 6px 10px; }

#collection_description > img, #collection_description > a > img, #collection_description > p > img, #collection_description > p > a > img {
  width: 100%;
  height: auto; }
#collection_description > *:last-child {
  margin-bottom: 0; }

.grid-sizer {
  width: 100%;
  height: auto; }

.item-view img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
.item-view .preorder-banner, .item-view .comingsoon-banner, .item-view .soldout-banner, .item-view .sale-banner, .item-view .low-stock-banner, .item-view .new-banner {
  position: absolute;
  left: 12px;
  bottom: 72px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px 8px;
  color: white;
  text-transform: uppercase; }
.item-view .preorder-banner, .item-view .sale-banner, .item-view .new-banner {
  background-color: #9cc334; }
.item-view .comingsoon-banner, .item-view .low-stock-banner {
  background-color: #dfbb50; }
.item-view .soldout-banner {
  background-color: #c93b49; }
.item-view .collection-card-banner {
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px 8px;
  text-transform: uppercase;
  height: 42px;
  width: 100px; }
  .item-view .collection-card-banner img, .item-view .collection-card-banner svg {
    width: 100%;
    height: 100%;
    fill: white; }
  .item-view .collection-card-banner span {
    color: white; }
  .item-view .collection-card-banner span:not(:first-child) {
    display: none; }
.item-view .inventory-debug {
  position: absolute;
  left: 24px;
  top: 8px;
  line-height: 1.1;
  font-size: 12px;
  background-color: #4b6b8d;
  opacity: 0.9;
  padding: 0.1rem;
  border-radius: 5px;
  color: white !important; }
  .item-view .inventory-debug p {
    margin: 0;
    text-align: right; }
.item-view .link-debug {
  position: absolute;
  right: 15px;
  bottom: 22px;
  line-height: 1.1;
  font-size: 12px;
  background-color: #8caab8;
  opacity: 0.9;
  padding: 0.1rem;
  border-radius: 5px; }
  .item-view .link-debug a {
    color: white !important;
    text-decoration: none !important; }
.item-view .charity-banner, .item-view .clearance-banner {
  position: absolute;
  width: calc(100% - 30px);
  top: 0;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 8px;
  color: white;
  background-color: #00a0bf;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  @media only screen and (max-width: 767px) {
    .item-view .charity-banner, .item-view .clearance-banner {
      width: calc(100% - 24px); } }
.item-view .clearance-banner {
  background-color: #c93b49; }
.item-view a:hover {
  text-decoration: none; }
  .item-view a:hover .img-container img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
.item-view.zoomable img.item-design {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95); }
.item-view.zoomable a:hover img.item-full:not(.lazyloading) {
  opacity: 0;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }
.item-view.zoomable a:hover img.item-design.lazyloaded {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.item-view.clearance .collection-card-banner {
  top: 32px; }
@media only screen and (max-width: 767px) {
  .item-view:nth-child(odd) {
    padding-right: 0.5rem; }
  .item-view:nth-child(even) {
    padding-left: 0.5rem; }
    .item-view:nth-child(even) .preorder-banner, .item-view:nth-child(even) .comingsoon-banner, .item-view:nth-child(even) .soldout-banner, .item-view:nth-child(even) .sale-banner, .item-view:nth-child(even) .low-stock-banner, .item-view:nth-child(even) .new-banner {
      left: 5px; } }

.item-view-dotmatrix {
  overflow: hidden; }
  .item-view-dotmatrix .img-container {
    background-image: url("//cdn.shopify.com/s/files/1/0014/1962/t/48/assets/bg-bigpixels.png?v=2838075266341920374");
    background-color: #f7f8ff;
    background-repeat: repeat;
    background-size: 292px;
    background-position: 0 0;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .item-view-dotmatrix .img-container p {
      padding-top: 45%;
      padding-left: 10%;
      padding-right: 10%;
      color: white;
      background-color: #4b6b8d;
      border-radius: 5px;
      text-align: center;
      cursor: default;
      -webkit-transition: background-color 0.15s ease-out;
      -moz-transition: background-color 0.15s ease-out;
      -ms-transition: background-color 0.15s ease-out;
      -o-transition: background-color 0.15s ease-out;
      transition: background-color 0.15s ease-out; }
      .item-view-dotmatrix .img-container p:hover {
        background-color: #6084ab;
        -webkit-transition: background-color 0s;
        -moz-transition: background-color 0s;
        -ms-transition: background-color 0s;
        -o-transition: background-color 0s;
        transition: background-color 0s; }
      @media only screen and (max-width: 576px) {
        .item-view-dotmatrix .img-container p {
          padding-top: 25%; } }
    .item-view-dotmatrix .img-container .more-soon {
      text-align: center;
      border-radius: 5px;
      padding-top: 20%; }
      .item-view-dotmatrix .img-container .more-soon .icon {
        padding-bottom: 5%;
        font-size: 48px;
        color: white; }
      .item-view-dotmatrix .img-container .more-soon p {
        padding-top: 0;
        margin-bottom: 0;
        background: none; }
      .item-view-dotmatrix .img-container .more-soon a {
        color: white;
        font-weight: bold; }
        .item-view-dotmatrix .img-container .more-soon a:hover, .item-view-dotmatrix .img-container .more-soon a:active, .item-view-dotmatrix .img-container .more-soon a:focus {
          color: #42b5ea; }
      .item-view-dotmatrix .img-container .more-soon .bigger {
        font-size: 20px; }
      @media only screen and (max-width: 992px) {
        .item-view-dotmatrix .img-container .more-soon {
          padding-top: 15%; } }
      @media only screen and (max-width: 768px) {
        .item-view-dotmatrix .img-container .more-soon:not(.more-from) {
          padding-top: 10%;
          font-size: 16px;
          line-height: 1.3; }
          .item-view-dotmatrix .img-container .more-soon:not(.more-from) .icon {
            font-size: 24px;
            padding-bottom: 4%; }
          .item-view-dotmatrix .img-container .more-soon:not(.more-from) br {
            display: none; }
          .item-view-dotmatrix .img-container .more-soon:not(.more-from) .bigger {
            font-size: 18px; } }
      @media only screen and (max-width: 576px) {
        .item-view-dotmatrix .img-container .more-soon:not(.more-from) {
          padding-top: 12px;
          font-size: 14px;
          line-height: 1.2; }
          .item-view-dotmatrix .img-container .more-soon:not(.more-from) .icon {
            font-size: 24px;
            padding-bottom: 3%; }
          .item-view-dotmatrix .img-container .more-soon:not(.more-from) br {
            display: none; }
          .item-view-dotmatrix .img-container .more-soon:not(.more-from) .bigger {
            font-size: 16px; } }
    .item-view-dotmatrix .img-container .more-from {
      -webkit-transition: opacity 0.15s ease-out;
      -moz-transition: opacity 0.15s ease-out;
      -ms-transition: opacity 0.15s ease-out;
      -o-transition: opacity 0.15s ease-out;
      transition: opacity 0.15s ease-out; }
      .item-view-dotmatrix .img-container .more-from p {
        color: white !important;
        letter-spacing: 2px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px; }
      .item-view-dotmatrix .img-container .more-from svg, .item-view-dotmatrix .img-container .more-from img {
        margin: 0 auto;
        padding: 0 10px;
        max-width: 80%;
        max-height: 40%; }
      .item-view-dotmatrix .img-container .more-from svg {
        fill: white !important; }
      .item-view-dotmatrix .img-container .more-from:hover {
        opacity: 0.9;
        -webkit-transition: opacity 0s;
        -moz-transition: opacity 0s;
        -ms-transition: opacity 0s;
        -o-transition: opacity 0s;
        transition: opacity 0s; }
  .item-view-dotmatrix .img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .item-view-dotmatrix .img-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .item-view-dotmatrix .has-top-banner > * {
    top: 20px;
    height: calc(100% - 20px);
    object-fit: cover; }
  .item-view-dotmatrix figcaption {
    color: #4b6b8d;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 6px;
    position: relative;
    height: 38px; }
    .item-view-dotmatrix figcaption .title {
      display: block;
      height: 38px;
      width: 100%;
      overflow: hidden;
      position: absolute; }
      .item-view-dotmatrix figcaption .title small {
        font-weight: normal;
        font-size: 12px; }
    .item-view-dotmatrix figcaption .price {
      float: right;
      margin-left: 0.5rem; }
      .item-view-dotmatrix figcaption .price strike {
        margin-right: 3px;
        font-weight: normal; }

.game-collection figcaption .title small {
  display: none; }

.append-collection {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 3rem; }

#collection_top {
  background: url(//cdn.shopify.com/s/files/1/0014/1962/t/48/assets/bg-bigpixels.png?v=2838075266341920374) #8caab8 repeat;
  background-size: 400px;
  overflow: hidden;
  position: relative; }
  #collection_top #collection_banner {
    text-transform: uppercase;
    color: white;
    fill: white;
    text-align: center;
    padding: 0.6rem 0 1rem;
    position: relative;
    min-height: 230px;
    max-height: 250px; }
    #collection_top #collection_banner.has-image {
      max-height: 300px;
      height: 300px; }
    @media only screen and (max-width: 576px) {
      #collection_top #collection_banner {
        height: 175px; } }
    #collection_top #collection_banner #collection_fangamer svg {
      height: 35px;
      width: auto;
      min-width: 180px;
      max-width: 100%; }
    #collection_top #collection_banner #collection_vector_logo, #collection_top #collection_banner #collection_raster_logo {
      padding: 2rem 4rem;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      max-width: 800px; }
      #collection_top #collection_banner #collection_vector_logo svg, #collection_top #collection_banner #collection_vector_logo img, #collection_top #collection_banner #collection_raster_logo svg, #collection_top #collection_banner #collection_raster_logo img {
        height: 100%;
        width: 100%; }
      #collection_top #collection_banner #collection_vector_logo img, #collection_top #collection_banner #collection_raster_logo img {
        object-fit: contain; }
      @media only screen and (max-width: 992px) {
        #collection_top #collection_banner #collection_vector_logo, #collection_top #collection_banner #collection_raster_logo {
          padding: 2rem; } }
    #collection_top #collection_banner #collection_title {
      font-size: 48px;
      letter-spacing: 5px;
      margin-top: 1.5rem;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 576px) {
        #collection_top #collection_banner #collection_title {
          font-size: 32px; } }
      #collection_top #collection_banner #collection_title small {
        display: block;
        font-size: 18px;
        letter-spacing: 2px; }
    #collection_top #collection_banner #collection_subtitle {
      font-size: 24px;
      font-weight: bold;
      line-height: 2.25;
      margin-top: -10px;
      letter-spacing: 3px; }
      @media only screen and (max-width: 384px) {
        #collection_top #collection_banner #collection_subtitle {
          line-height: 1.2;
          margin-top: 0;
          font-size: 18px; } }
    #collection_top #collection_banner .side-lines {
      position: relative;
      overflow: hidden; }
      #collection_top #collection_banner .side-lines span {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        position: relative;
        padding: 0 20px; }
        #collection_top #collection_banner .side-lines span:before, #collection_top #collection_banner .side-lines span:after {
          content: '';
          display: block;
          width: 2000px;
          position: absolute;
          top: 1.15em;
          border-top: 3px solid white; }
          @media only screen and (max-width: 384px) {
            #collection_top #collection_banner .side-lines span:before, #collection_top #collection_banner .side-lines span:after {
              display: none; } }
        #collection_top #collection_banner .side-lines span:before {
          right: 100%; }
        #collection_top #collection_banner .side-lines span:after {
          left: 100%; }
      #collection_top #collection_banner .side-lines.side-lines-bottom span:before, #collection_top #collection_banner .side-lines.side-lines-bottom span:after {
        top: inherit;
        bottom: 0; }
    #collection_top #collection_banner #collection_icon {
      border: 3px solid white;
      border-radius: 1000px;
      padding: 0.75rem;
      display: inline-block;
      height: 72px; }
      #collection_top #collection_banner #collection_icon img, #collection_top #collection_banner #collection_icon svg, #collection_top #collection_banner #collection_icon .icon {
        height: 42px;
        width: 42px; }
      #collection_top #collection_banner #collection_icon .icon {
        font-size: 42px;
        text-align: center; }
        #collection_top #collection_banner #collection_icon .icon.icon-apparel {
          font-size: 39px;
          padding-top: 1px; }
        #collection_top #collection_banner #collection_icon .icon.icon-new-and-featured {
          font-size: 41px; }

#collection_nav {
  margin-bottom: 1rem;
  background-color: #4b6b8d;
  color: white;
  height: 48px;
  padding-top: 5px;
  z-index: 100; }
  #collection_nav .filter-header {
    line-height: 38px;
    cursor: default; }
    #collection_nav .filter-header .badge {
      padding: 0;
      margin: 0 0.1rem;
      background: none;
      font-size: 100%; }
      #collection_nav .filter-header .badge a {
        color: white;
        background-color: #6084ab;
        padding: 0.5em;
        border-radius: 5px; }
        #collection_nav .filter-header .badge a:hover, #collection_nav .filter-header .badge a:focus, #collection_nav .filter-header .badge a:active {
          text-decoration: none;
          background-color: #829ebc; }
          #collection_nav .filter-header .badge a:hover .icon, #collection_nav .filter-header .badge a:focus .icon, #collection_nav .filter-header .badge a:active .icon {
            color: #eab3b8; }
      #collection_nav .filter-header .badge .icon {
        padding-right: 5px;
        font-size: 10px; }
  #collection_nav #filter_all {
    font-weight: bold;
    color: white; }
  @media only screen and (max-width: 576px) {
    #collection_nav .form-inline label {
      margin-bottom: 0; }
    #collection_nav .form-inline select {
      width: 120px; } }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  -ms-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out; }

#superhero .item, #superhero .carousel-cell, #collections_hero .item, #collections_hero .carousel-cell, #homepage_hero .item, #homepage_hero .carousel-cell, #product_hero .item, #product_hero .carousel-cell, #homepage_hero_banners .item, #homepage_hero_banners .carousel-cell {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0; }
  #superhero .item .fg-caption, #superhero .carousel-cell .fg-caption, #collections_hero .item .fg-caption, #collections_hero .carousel-cell .fg-caption, #homepage_hero .item .fg-caption, #homepage_hero .carousel-cell .fg-caption, #product_hero .item .fg-caption, #product_hero .carousel-cell .fg-caption, #homepage_hero_banners .item .fg-caption, #homepage_hero_banners .carousel-cell .fg-caption {
    display: none;
    background-color: rgba(0, 0, 0, 0.25);
    color: #6c757d;
    font-weight: 500;
    font-size: 24px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
    z-index: 2; }
    #superhero .item .fg-caption small, #superhero .carousel-cell .fg-caption small, #collections_hero .item .fg-caption small, #collections_hero .carousel-cell .fg-caption small, #homepage_hero .item .fg-caption small, #homepage_hero .carousel-cell .fg-caption small, #product_hero .item .fg-caption small, #product_hero .carousel-cell .fg-caption small, #homepage_hero_banners .item .fg-caption small, #homepage_hero_banners .carousel-cell .fg-caption small {
      font-size: 18px;
      font-weight: 200; }
    @media only screen and (max-width: 576px) {
      #superhero .item .fg-caption, #superhero .carousel-cell .fg-caption, #collections_hero .item .fg-caption, #collections_hero .carousel-cell .fg-caption, #homepage_hero .item .fg-caption, #homepage_hero .carousel-cell .fg-caption, #product_hero .item .fg-caption, #product_hero .carousel-cell .fg-caption, #homepage_hero_banners .item .fg-caption, #homepage_hero_banners .carousel-cell .fg-caption {
        margin-top: -1px;
        padding: 10px;
        position: relative;
        font-size: 18px;
        background-color: #4b6b8d;
        padding-bottom: 2rem; }
        #superhero .item .fg-caption small, #superhero .carousel-cell .fg-caption small, #collections_hero .item .fg-caption small, #collections_hero .carousel-cell .fg-caption small, #homepage_hero .item .fg-caption small, #homepage_hero .carousel-cell .fg-caption small, #product_hero .item .fg-caption small, #product_hero .carousel-cell .fg-caption small, #homepage_hero_banners .item .fg-caption small, #homepage_hero_banners .carousel-cell .fg-caption small {
          font-size: 16px; } }
  #superhero .item .fg-cover, #superhero .carousel-cell .fg-cover, #collections_hero .item .fg-cover, #collections_hero .carousel-cell .fg-cover, #homepage_hero .item .fg-cover, #homepage_hero .carousel-cell .fg-cover, #product_hero .item .fg-cover, #product_hero .carousel-cell .fg-cover, #homepage_hero_banners .item .fg-cover, #homepage_hero_banners .carousel-cell .fg-cover {
    display: none;
    position: absolute;
    background: linear-gradient(to right, #212529 0%, transparent 10%, transparent 90%, #212529 100%);
    width: 1300px;
    height: 520px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none; }
    @media only screen and (min-width: 1300px) {
      #superhero .item .fg-cover, #superhero .carousel-cell .fg-cover, #collections_hero .item .fg-cover, #collections_hero .carousel-cell .fg-cover, #homepage_hero .item .fg-cover, #homepage_hero .carousel-cell .fg-cover, #product_hero .item .fg-cover, #product_hero .carousel-cell .fg-cover, #homepage_hero_banners .item .fg-cover, #homepage_hero_banners .carousel-cell .fg-cover {
        display: block; } }
  #superhero .item .fg-fade, #superhero .carousel-cell .fg-fade, #collections_hero .item .fg-fade, #collections_hero .carousel-cell .fg-fade, #homepage_hero .item .fg-fade, #homepage_hero .carousel-cell .fg-fade, #product_hero .item .fg-fade, #product_hero .carousel-cell .fg-fade, #homepage_hero_banners .item .fg-fade, #homepage_hero_banners .carousel-cell .fg-fade {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    @media only screen and (min-width: 1300px) {
      #superhero .item .fg-fade, #superhero .carousel-cell .fg-fade, #collections_hero .item .fg-fade, #collections_hero .carousel-cell .fg-fade, #homepage_hero .item .fg-fade, #homepage_hero .carousel-cell .fg-fade, #product_hero .item .fg-fade, #product_hero .carousel-cell .fg-fade, #homepage_hero_banners .item .fg-fade, #homepage_hero_banners .carousel-cell .fg-fade {
        display: block; } }
  #superhero .item img:not(.injectable), #superhero .carousel-cell img:not(.injectable), #collections_hero .item img:not(.injectable), #collections_hero .carousel-cell img:not(.injectable), #homepage_hero .item img:not(.injectable), #homepage_hero .carousel-cell img:not(.injectable), #product_hero .item img:not(.injectable), #product_hero .carousel-cell img:not(.injectable), #homepage_hero_banners .item img:not(.injectable), #homepage_hero_banners .carousel-cell img:not(.injectable) {
    width: 100%;
    max-height: 520px;
    object-fit: contain; }
  #superhero .item a, #superhero .carousel-cell a, #collections_hero .item a, #collections_hero .carousel-cell a, #homepage_hero .item a, #homepage_hero .carousel-cell a, #product_hero .item a, #product_hero .carousel-cell a, #homepage_hero_banners .item a, #homepage_hero_banners .carousel-cell a {
    pointer-events: none; }
  #superhero .item.is-selected .fg-fade, #superhero .carousel-cell.is-selected .fg-fade, #collections_hero .item.is-selected .fg-fade, #collections_hero .carousel-cell.is-selected .fg-fade, #homepage_hero .item.is-selected .fg-fade, #homepage_hero .carousel-cell.is-selected .fg-fade, #product_hero .item.is-selected .fg-fade, #product_hero .carousel-cell.is-selected .fg-fade, #homepage_hero_banners .item.is-selected .fg-fade, #homepage_hero_banners .carousel-cell.is-selected .fg-fade {
    display: none; }
  #superhero .item.is-selected .fg-caption, #superhero .carousel-cell.is-selected .fg-caption, #collections_hero .item.is-selected .fg-caption, #collections_hero .carousel-cell.is-selected .fg-caption, #homepage_hero .item.is-selected .fg-caption, #homepage_hero .carousel-cell.is-selected .fg-caption, #product_hero .item.is-selected .fg-caption, #product_hero .carousel-cell.is-selected .fg-caption, #homepage_hero_banners .item.is-selected .fg-caption, #homepage_hero_banners .carousel-cell.is-selected .fg-caption {
    color: white;
    display: block; }
  #superhero .item.is-selected:hover a, #superhero .carousel-cell.is-selected:hover a, #collections_hero .item.is-selected:hover a, #collections_hero .carousel-cell.is-selected:hover a, #homepage_hero .item.is-selected:hover a, #homepage_hero .carousel-cell.is-selected:hover a, #product_hero .item.is-selected:hover a, #product_hero .carousel-cell.is-selected:hover a, #homepage_hero_banners .item.is-selected:hover a, #homepage_hero_banners .carousel-cell.is-selected:hover a {
    pointer-events: all; }
  @media only screen and (min-width: 768px) {
    #superhero .item.is-selected:hover .fg-caption, #superhero .carousel-cell.is-selected:hover .fg-caption, #collections_hero .item.is-selected:hover .fg-caption, #collections_hero .carousel-cell.is-selected:hover .fg-caption, #homepage_hero .item.is-selected:hover .fg-caption, #homepage_hero .carousel-cell.is-selected:hover .fg-caption, #product_hero .item.is-selected:hover .fg-caption, #product_hero .carousel-cell.is-selected:hover .fg-caption, #homepage_hero_banners .item.is-selected:hover .fg-caption, #homepage_hero_banners .carousel-cell.is-selected:hover .fg-caption {
      padding-top: 20px;
      background-color: rgba(0, 0, 0, 0.5); } }
#superhero .flickity-prev-next-button, #collections_hero .flickity-prev-next-button, #homepage_hero .flickity-prev-next-button, #product_hero .flickity-prev-next-button, #homepage_hero_banners .flickity-prev-next-button {
  background: transparent;
  opacity: 0.75; }
  #superhero .flickity-prev-next-button:hover, #collections_hero .flickity-prev-next-button:hover, #homepage_hero .flickity-prev-next-button:hover, #product_hero .flickity-prev-next-button:hover, #homepage_hero_banners .flickity-prev-next-button:hover {
    background: transparent;
    opacity: 1; }
  #superhero .flickity-prev-next-button.no-svg, #collections_hero .flickity-prev-next-button.no-svg, #homepage_hero .flickity-prev-next-button.no-svg, #product_hero .flickity-prev-next-button.no-svg, #homepage_hero_banners .flickity-prev-next-button.no-svg {
    color: white; }
  #superhero .flickity-prev-next-button .arrow, #collections_hero .flickity-prev-next-button .arrow, #homepage_hero .flickity-prev-next-button .arrow, #product_hero .flickity-prev-next-button .arrow, #homepage_hero_banners .flickity-prev-next-button .arrow {
    fill: white; }
#superhero .flickity-page-dots, #collections_hero .flickity-page-dots, #homepage_hero .flickity-page-dots, #product_hero .flickity-page-dots, #homepage_hero_banners .flickity-page-dots {
  bottom: 10px;
  max-width: 1140px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  padding-right: 15px;
  text-align: right;
  pointer-events: none; }
  @media only screen and (max-width: 1200px) {
    #superhero .flickity-page-dots, #collections_hero .flickity-page-dots, #homepage_hero .flickity-page-dots, #product_hero .flickity-page-dots, #homepage_hero_banners .flickity-page-dots {
      max-width: 960px; } }
  @media only screen and (max-width: 992px) {
    #superhero .flickity-page-dots, #collections_hero .flickity-page-dots, #homepage_hero .flickity-page-dots, #product_hero .flickity-page-dots, #homepage_hero_banners .flickity-page-dots {
      max-width: 720px; } }
  @media only screen and (max-width: 768px) {
    #superhero .flickity-page-dots, #collections_hero .flickity-page-dots, #homepage_hero .flickity-page-dots, #product_hero .flickity-page-dots, #homepage_hero_banners .flickity-page-dots {
      max-width: 540px; } }
  #superhero .flickity-page-dots .dot, #collections_hero .flickity-page-dots .dot, #homepage_hero .flickity-page-dots .dot, #product_hero .flickity-page-dots .dot, #homepage_hero_banners .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 0.75;
    background: transparent;
    border: 2px solid white;
    margin: 0 6px;
    pointer-events: all; }
    #superhero .flickity-page-dots .dot.is-selected, #collections_hero .flickity-page-dots .dot.is-selected, #homepage_hero .flickity-page-dots .dot.is-selected, #product_hero .flickity-page-dots .dot.is-selected, #homepage_hero_banners .flickity-page-dots .dot.is-selected {
      opacity: 1;
      background: white; }
    #superhero .flickity-page-dots .dot:hover, #collections_hero .flickity-page-dots .dot:hover, #homepage_hero .flickity-page-dots .dot:hover, #product_hero .flickity-page-dots .dot:hover, #homepage_hero_banners .flickity-page-dots .dot:hover {
      opacity: 1; }

#superhero {
  margin-bottom: 1rem; }
  #superhero .carousel-cell:not(:first-child) img {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out; }
    #superhero .carousel-cell:not(:first-child) img.flickity-lazyloaded {
      opacity: 1; }

#collections_hero_wrapper {
  max-height: 260px; }
  #collections_hero_wrapper .item, #collections_hero_wrapper .carousel-cell, #collections_hero_wrapper .collection-hero-item {
    height: 260px; }
    #collections_hero_wrapper .item .fg-cover, #collections_hero_wrapper .carousel-cell .fg-cover, #collections_hero_wrapper .collection-hero-item .fg-cover {
      height: 260px; }

#homepage_hero, #product_hero, #homepage_hero_banners {
  max-height: 480px;
  margin-bottom: 0.75rem; }
  #homepage_hero .item, #homepage_hero .carousel-cell, #homepage_hero .collection-hero-item, #product_hero .item, #product_hero .carousel-cell, #product_hero .collection-hero-item, #homepage_hero_banners .item, #homepage_hero_banners .carousel-cell, #homepage_hero_banners .collection-hero-item {
    height: 480px; }
    #homepage_hero .item img:not(.injectable):not(.img-fluid), #homepage_hero .carousel-cell img:not(.injectable):not(.img-fluid), #homepage_hero .collection-hero-item img:not(.injectable):not(.img-fluid), #product_hero .item img:not(.injectable):not(.img-fluid), #product_hero .carousel-cell img:not(.injectable):not(.img-fluid), #product_hero .collection-hero-item img:not(.injectable):not(.img-fluid), #homepage_hero_banners .item img:not(.injectable):not(.img-fluid), #homepage_hero_banners .carousel-cell img:not(.injectable):not(.img-fluid), #homepage_hero_banners .collection-hero-item img:not(.injectable):not(.img-fluid) {
      width: 100%;
      max-height: 480px;
      object-fit: cover;
      z-index: -1;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
      #homepage_hero .item img:not(.injectable):not(.img-fluid).foreground, #homepage_hero .carousel-cell img:not(.injectable):not(.img-fluid).foreground, #homepage_hero .collection-hero-item img:not(.injectable):not(.img-fluid).foreground, #product_hero .item img:not(.injectable):not(.img-fluid).foreground, #product_hero .carousel-cell img:not(.injectable):not(.img-fluid).foreground, #product_hero .collection-hero-item img:not(.injectable):not(.img-fluid).foreground, #homepage_hero_banners .item img:not(.injectable):not(.img-fluid).foreground, #homepage_hero_banners .carousel-cell img:not(.injectable):not(.img-fluid).foreground, #homepage_hero_banners .collection-hero-item img:not(.injectable):not(.img-fluid).foreground {
        object-fit: contain;
        max-height: 460px;
        margin: auto !important; }
    #homepage_hero .item .homepage-collection-hero-background, #homepage_hero .carousel-cell .homepage-collection-hero-background, #homepage_hero .collection-hero-item .homepage-collection-hero-background, #product_hero .item .homepage-collection-hero-background, #product_hero .carousel-cell .homepage-collection-hero-background, #product_hero .collection-hero-item .homepage-collection-hero-background, #homepage_hero_banners .item .homepage-collection-hero-background, #homepage_hero_banners .carousel-cell .homepage-collection-hero-background, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-background {
      margin: 0;
      height: 100%; }
      @media only screen and (min-width: 992px) {
        #homepage_hero .item .homepage-collection-hero-background.shove-left, #homepage_hero .carousel-cell .homepage-collection-hero-background.shove-left, #homepage_hero .collection-hero-item .homepage-collection-hero-background.shove-left, #product_hero .item .homepage-collection-hero-background.shove-left, #product_hero .carousel-cell .homepage-collection-hero-background.shove-left, #product_hero .collection-hero-item .homepage-collection-hero-background.shove-left, #homepage_hero_banners .item .homepage-collection-hero-background.shove-left, #homepage_hero_banners .carousel-cell .homepage-collection-hero-background.shove-left, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-background.shove-left {
          padding-left: 340px; }
        #homepage_hero .item .homepage-collection-hero-background.shove-right, #homepage_hero .carousel-cell .homepage-collection-hero-background.shove-right, #homepage_hero .collection-hero-item .homepage-collection-hero-background.shove-right, #product_hero .item .homepage-collection-hero-background.shove-right, #product_hero .carousel-cell .homepage-collection-hero-background.shove-right, #product_hero .collection-hero-item .homepage-collection-hero-background.shove-right, #homepage_hero_banners .item .homepage-collection-hero-background.shove-right, #homepage_hero_banners .carousel-cell .homepage-collection-hero-background.shove-right, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-background.shove-right {
          padding-right: 340px; } }
    #homepage_hero .item .homepage-collection-hero-foreground, #homepage_hero .carousel-cell .homepage-collection-hero-foreground, #homepage_hero .collection-hero-item .homepage-collection-hero-foreground, #product_hero .item .homepage-collection-hero-foreground, #product_hero .carousel-cell .homepage-collection-hero-foreground, #product_hero .collection-hero-item .homepage-collection-hero-foreground, #homepage_hero_banners .item .homepage-collection-hero-foreground, #homepage_hero_banners .carousel-cell .homepage-collection-hero-foreground, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-foreground {
      object-fit: contain !important; }
    #homepage_hero .item h2, #homepage_hero .item h3, #homepage_hero .carousel-cell h2, #homepage_hero .carousel-cell h3, #homepage_hero .collection-hero-item h2, #homepage_hero .collection-hero-item h3, #product_hero .item h2, #product_hero .item h3, #product_hero .carousel-cell h2, #product_hero .carousel-cell h3, #product_hero .collection-hero-item h2, #product_hero .collection-hero-item h3, #homepage_hero_banners .item h2, #homepage_hero_banners .item h3, #homepage_hero_banners .carousel-cell h2, #homepage_hero_banners .carousel-cell h3, #homepage_hero_banners .collection-hero-item h2, #homepage_hero_banners .collection-hero-item h3 {
      color: white !important; }
      @media only screen and (max-width: 768px) {
        #homepage_hero .item h2, #homepage_hero .item h3, #homepage_hero .carousel-cell h2, #homepage_hero .carousel-cell h3, #homepage_hero .collection-hero-item h2, #homepage_hero .collection-hero-item h3, #product_hero .item h2, #product_hero .item h3, #product_hero .carousel-cell h2, #product_hero .carousel-cell h3, #product_hero .collection-hero-item h2, #product_hero .collection-hero-item h3, #homepage_hero_banners .item h2, #homepage_hero_banners .item h3, #homepage_hero_banners .carousel-cell h2, #homepage_hero_banners .carousel-cell h3, #homepage_hero_banners .collection-hero-item h2, #homepage_hero_banners .collection-hero-item h3 {
          font-size: 20px; } }
    #homepage_hero .item h2, #homepage_hero .carousel-cell h2, #homepage_hero .collection-hero-item h2, #product_hero .item h2, #product_hero .carousel-cell h2, #product_hero .collection-hero-item h2, #homepage_hero_banners .item h2, #homepage_hero_banners .carousel-cell h2, #homepage_hero_banners .collection-hero-item h2 {
      font-weight: bold; }
    #homepage_hero .item .btn-outline-primary, #homepage_hero .carousel-cell .btn-outline-primary, #homepage_hero .collection-hero-item .btn-outline-primary, #product_hero .item .btn-outline-primary, #product_hero .carousel-cell .btn-outline-primary, #product_hero .collection-hero-item .btn-outline-primary, #homepage_hero_banners .item .btn-outline-primary, #homepage_hero_banners .carousel-cell .btn-outline-primary, #homepage_hero_banners .collection-hero-item .btn-outline-primary {
      white-space: normal;
      margin-top: 1.5rem;
      border-width: 2px; }
      @media only screen and (max-width: 992px) {
        #homepage_hero .item .btn-outline-primary, #homepage_hero .carousel-cell .btn-outline-primary, #homepage_hero .collection-hero-item .btn-outline-primary, #product_hero .item .btn-outline-primary, #product_hero .carousel-cell .btn-outline-primary, #product_hero .collection-hero-item .btn-outline-primary, #homepage_hero_banners .item .btn-outline-primary, #homepage_hero_banners .carousel-cell .btn-outline-primary, #homepage_hero_banners .collection-hero-item .btn-outline-primary {
          margin-top: 0.25rem; } }
      @media only screen and (max-width: 768px) {
        #homepage_hero .item .btn-outline-primary, #homepage_hero .carousel-cell .btn-outline-primary, #homepage_hero .collection-hero-item .btn-outline-primary, #product_hero .item .btn-outline-primary, #product_hero .carousel-cell .btn-outline-primary, #product_hero .collection-hero-item .btn-outline-primary, #homepage_hero_banners .item .btn-outline-primary, #homepage_hero_banners .carousel-cell .btn-outline-primary, #homepage_hero_banners .collection-hero-item .btn-outline-primary {
          font-size: 16px; } }
    #homepage_hero .item .legal-line, #homepage_hero .carousel-cell .legal-line, #homepage_hero .collection-hero-item .legal-line, #product_hero .item .legal-line, #product_hero .carousel-cell .legal-line, #product_hero .collection-hero-item .legal-line, #homepage_hero_banners .item .legal-line, #homepage_hero_banners .carousel-cell .legal-line, #homepage_hero_banners .collection-hero-item .legal-line {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      padding: 0.5rem;
      text-align: center;
      font-size: 10px;
      color: #e9ecef; }
      @media only screen and (max-width: 767px) {
        #homepage_hero .item .legal-line, #homepage_hero .carousel-cell .legal-line, #homepage_hero .collection-hero-item .legal-line, #product_hero .item .legal-line, #product_hero .carousel-cell .legal-line, #product_hero .collection-hero-item .legal-line, #homepage_hero_banners .item .legal-line, #homepage_hero_banners .carousel-cell .legal-line, #homepage_hero_banners .collection-hero-item .legal-line {
          padding: 0.5rem 0.5rem 2rem; } }
      @media only screen and (max-width: 576px) {
        #homepage_hero .item .legal-line, #homepage_hero .carousel-cell .legal-line, #homepage_hero .collection-hero-item .legal-line, #product_hero .item .legal-line, #product_hero .carousel-cell .legal-line, #product_hero .collection-hero-item .legal-line, #homepage_hero_banners .item .legal-line, #homepage_hero_banners .carousel-cell .legal-line, #homepage_hero_banners .collection-hero-item .legal-line {
          display: none; } }
    #homepage_hero .item .homepage-collection-hero-top, #homepage_hero .carousel-cell .homepage-collection-hero-top, #homepage_hero .collection-hero-item .homepage-collection-hero-top, #product_hero .item .homepage-collection-hero-top, #product_hero .carousel-cell .homepage-collection-hero-top, #product_hero .collection-hero-item .homepage-collection-hero-top, #homepage_hero_banners .item .homepage-collection-hero-top, #homepage_hero_banners .carousel-cell .homepage-collection-hero-top, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-top {
      position: relative; }
      @media only screen and (max-width: 992px) {
        #homepage_hero .item .homepage-collection-hero-top, #homepage_hero .carousel-cell .homepage-collection-hero-top, #homepage_hero .collection-hero-item .homepage-collection-hero-top, #product_hero .item .homepage-collection-hero-top, #product_hero .carousel-cell .homepage-collection-hero-top, #product_hero .collection-hero-item .homepage-collection-hero-top, #homepage_hero_banners .item .homepage-collection-hero-top, #homepage_hero_banners .carousel-cell .homepage-collection-hero-top, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-top {
          height: 100%; } }
      #homepage_hero .item .homepage-collection-hero-top svg.injectable, #homepage_hero .carousel-cell .homepage-collection-hero-top svg.injectable, #homepage_hero .collection-hero-item .homepage-collection-hero-top svg.injectable, #product_hero .item .homepage-collection-hero-top svg.injectable, #product_hero .carousel-cell .homepage-collection-hero-top svg.injectable, #product_hero .collection-hero-item .homepage-collection-hero-top svg.injectable, #homepage_hero_banners .item .homepage-collection-hero-top svg.injectable, #homepage_hero_banners .carousel-cell .homepage-collection-hero-top svg.injectable, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-top svg.injectable {
        -webkit-animation: fadein 0.2s;
        -moz-animation: fadein 0.2s;
        -ms-animation: fadein 0.2s;
        -o-animation: fadein 0.2s;
        animation: fadein 0.2s; }
      #homepage_hero .item .homepage-collection-hero-top svg, #homepage_hero .item .homepage-collection-hero-top img, #homepage_hero .carousel-cell .homepage-collection-hero-top svg, #homepage_hero .carousel-cell .homepage-collection-hero-top img, #homepage_hero .collection-hero-item .homepage-collection-hero-top svg, #homepage_hero .collection-hero-item .homepage-collection-hero-top img, #product_hero .item .homepage-collection-hero-top svg, #product_hero .item .homepage-collection-hero-top img, #product_hero .carousel-cell .homepage-collection-hero-top svg, #product_hero .carousel-cell .homepage-collection-hero-top img, #product_hero .collection-hero-item .homepage-collection-hero-top svg, #product_hero .collection-hero-item .homepage-collection-hero-top img, #homepage_hero_banners .item .homepage-collection-hero-top svg, #homepage_hero_banners .item .homepage-collection-hero-top img, #homepage_hero_banners .carousel-cell .homepage-collection-hero-top svg, #homepage_hero_banners .carousel-cell .homepage-collection-hero-top img, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-top svg, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-top img {
        margin-top: 3rem;
        margin-bottom: 4rem;
        height: 160px;
        max-width: 95%; }
        @media only screen and (max-width: 1200px) {
          #homepage_hero .item .homepage-collection-hero-top svg, #homepage_hero .item .homepage-collection-hero-top img, #homepage_hero .carousel-cell .homepage-collection-hero-top svg, #homepage_hero .carousel-cell .homepage-collection-hero-top img, #homepage_hero .collection-hero-item .homepage-collection-hero-top svg, #homepage_hero .collection-hero-item .homepage-collection-hero-top img, #product_hero .item .homepage-collection-hero-top svg, #product_hero .item .homepage-collection-hero-top img, #product_hero .carousel-cell .homepage-collection-hero-top svg, #product_hero .carousel-cell .homepage-collection-hero-top img, #product_hero .collection-hero-item .homepage-collection-hero-top svg, #product_hero .collection-hero-item .homepage-collection-hero-top img, #homepage_hero_banners .item .homepage-collection-hero-top svg, #homepage_hero_banners .item .homepage-collection-hero-top img, #homepage_hero_banners .carousel-cell .homepage-collection-hero-top svg, #homepage_hero_banners .carousel-cell .homepage-collection-hero-top img, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-top svg, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-top img {
            margin-top: 2rem;
            margin-bottom: 3rem; } }
        @media only screen and (max-width: 992px) {
          #homepage_hero .item .homepage-collection-hero-top svg, #homepage_hero .item .homepage-collection-hero-top img, #homepage_hero .carousel-cell .homepage-collection-hero-top svg, #homepage_hero .carousel-cell .homepage-collection-hero-top img, #homepage_hero .collection-hero-item .homepage-collection-hero-top svg, #homepage_hero .collection-hero-item .homepage-collection-hero-top img, #product_hero .item .homepage-collection-hero-top svg, #product_hero .item .homepage-collection-hero-top img, #product_hero .carousel-cell .homepage-collection-hero-top svg, #product_hero .carousel-cell .homepage-collection-hero-top img, #product_hero .collection-hero-item .homepage-collection-hero-top svg, #product_hero .collection-hero-item .homepage-collection-hero-top img, #homepage_hero_banners .item .homepage-collection-hero-top svg, #homepage_hero_banners .item .homepage-collection-hero-top img, #homepage_hero_banners .carousel-cell .homepage-collection-hero-top svg, #homepage_hero_banners .carousel-cell .homepage-collection-hero-top img, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-top svg, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-top img {
            height: 100px;
            margin-top: 1.5rem;
            margin-bottom: 200px; } }
    @media only screen and (max-width: 992px) {
      #homepage_hero .item .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero .carousel-cell .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero .collection-hero-item .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .item .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .carousel-cell .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .collection-hero-item .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero_banners .item .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero_banners .carousel-cell .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img {
        margin-top: -340px !important;
        width: auto !important;
        max-height: 180px !important;
        object-fit: contain; } }
    #homepage_hero .item .homepage-collection-hero-centered img, #homepage_hero .carousel-cell .homepage-collection-hero-centered img, #homepage_hero .collection-hero-item .homepage-collection-hero-centered img, #product_hero .item .homepage-collection-hero-centered img, #product_hero .carousel-cell .homepage-collection-hero-centered img, #product_hero .collection-hero-item .homepage-collection-hero-centered img, #homepage_hero_banners .item .homepage-collection-hero-centered img, #homepage_hero_banners .carousel-cell .homepage-collection-hero-centered img, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-centered img {
      max-height: 450px !important; }
    @media only screen and (max-width: 767px) {
      #homepage_hero .item .homepage-collection-hero-centered, #homepage_hero .carousel-cell .homepage-collection-hero-centered, #homepage_hero .collection-hero-item .homepage-collection-hero-centered, #product_hero .item .homepage-collection-hero-centered, #product_hero .carousel-cell .homepage-collection-hero-centered, #product_hero .collection-hero-item .homepage-collection-hero-centered, #homepage_hero_banners .item .homepage-collection-hero-centered, #homepage_hero_banners .carousel-cell .homepage-collection-hero-centered, #homepage_hero_banners .collection-hero-item .homepage-collection-hero-centered {
        padding: 0; } }
    @media only screen and (max-width: 992px) {
      #homepage_hero .item.cell-right .homepage-collection-hero-products img, #homepage_hero .carousel-cell.cell-right .homepage-collection-hero-products img, #homepage_hero .collection-hero-item.cell-right .homepage-collection-hero-products img, #product_hero .item.cell-right .homepage-collection-hero-products img, #product_hero .carousel-cell.cell-right .homepage-collection-hero-products img, #product_hero .collection-hero-item.cell-right .homepage-collection-hero-products img, #homepage_hero_banners .item.cell-right .homepage-collection-hero-products img, #homepage_hero_banners .carousel-cell.cell-right .homepage-collection-hero-products img, #homepage_hero_banners .collection-hero-item.cell-right .homepage-collection-hero-products img {
        margin-top: 130px !important; } }
  #homepage_hero .mini-banner, #product_hero .mini-banner, #homepage_hero_banners .mini-banner {
    height: 260px;
    border-radius: 20px;
    margin-bottom: 1rem; }
    #homepage_hero .mini-banner .homepage-collection-hero-background, #product_hero .mini-banner .homepage-collection-hero-background, #homepage_hero_banners .mini-banner .homepage-collection-hero-background {
      border-radius: 20px; }
    #homepage_hero .mini-banner .collection-hero-item, #product_hero .mini-banner .collection-hero-item, #homepage_hero_banners .mini-banner .collection-hero-item {
      height: 260px; }
      #homepage_hero .mini-banner .collection-hero-item img:not(.injectable):not(.img-fluid), #product_hero .mini-banner .collection-hero-item img:not(.injectable):not(.img-fluid), #homepage_hero_banners .mini-banner .collection-hero-item img:not(.injectable):not(.img-fluid) {
        max-height: 240px; }
        #homepage_hero .mini-banner .collection-hero-item img:not(.injectable):not(.img-fluid).foreground, #homepage_hero .mini-banner .collection-hero-item img:not(.injectable):not(.img-fluid).homepage-collection-hero-foreground, #product_hero .mini-banner .collection-hero-item img:not(.injectable):not(.img-fluid).foreground, #product_hero .mini-banner .collection-hero-item img:not(.injectable):not(.img-fluid).homepage-collection-hero-foreground, #homepage_hero_banners .mini-banner .collection-hero-item img:not(.injectable):not(.img-fluid).foreground, #homepage_hero_banners .mini-banner .collection-hero-item img:not(.injectable):not(.img-fluid).homepage-collection-hero-foreground {
          max-height: 220px;
          z-index: 1; }
      #homepage_hero .mini-banner .collection-hero-item .homepage-collection-hero-top svg, #product_hero .mini-banner .collection-hero-item .homepage-collection-hero-top svg, #homepage_hero_banners .mini-banner .collection-hero-item .homepage-collection-hero-top svg {
        margin-top: 1rem;
        margin-bottom: 1rem;
        height: 60px; }
      #homepage_hero .mini-banner .collection-hero-item h3, #product_hero .mini-banner .collection-hero-item h3, #homepage_hero_banners .mini-banner .collection-hero-item h3 {
        font-size: 18px;
        height: 80px;
        margin-bottom: 0; }
      #homepage_hero .mini-banner .collection-hero-item .btn-outline-primary, #product_hero .mini-banner .collection-hero-item .btn-outline-primary, #homepage_hero_banners .mini-banner .collection-hero-item .btn-outline-primary {
        padding: 0.25rem 0.5rem;
        letter-spacing: 1px;
        font-size: 16px; }
      @media only screen and (max-width: 992px) {
        #homepage_hero .mini-banner .collection-hero-item .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .mini-banner .collection-hero-item .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero_banners .mini-banner .collection-hero-item .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img {
          margin-top: 0 !important;
          width: auto !important;
          max-height: 100px !important;
          object-fit: contain; } }

#homepage_hero_banners {
  max-height: fit-content; }
  #homepage_hero_banners > .item {
    margin-bottom: 1rem; }
  #homepage_hero_banners .item a {
    pointer-events: all; }

#product_hero {
  max-height: 320px;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  #product_hero .item, #product_hero .carousel-cell, #product_hero .collection-hero-item {
    height: 320px; }
    #product_hero .item a, #product_hero .carousel-cell a, #product_hero .collection-hero-item a {
      pointer-events: all; }
    #product_hero .item .img-fluid, #product_hero .carousel-cell .img-fluid, #product_hero .collection-hero-item .img-fluid {
      max-height: 260px; }
    #product_hero .item .homepage-collection-hero-top img, #product_hero .carousel-cell .homepage-collection-hero-top img, #product_hero .collection-hero-item .homepage-collection-hero-top img {
      margin-top: 1rem;
      margin-bottom: 0.5rem;
      height: 140px; }
      @media only screen and (max-width: 992px) {
        #product_hero .item .homepage-collection-hero-top img, #product_hero .carousel-cell .homepage-collection-hero-top img, #product_hero .collection-hero-item .homepage-collection-hero-top img {
          margin-top: 1rem;
          margin-bottom: 110px;
          height: 60px;
          max-width: 80%; } }
    @media only screen and (max-width: 992px) {
      #product_hero .item .homepage-collection-hero-products img, #product_hero .carousel-cell .homepage-collection-hero-products img, #product_hero .collection-hero-item .homepage-collection-hero-products img {
        margin-top: -225px !important;
        max-height: 80px !important; } }
    @media only screen and (max-width: 992px) {
      #product_hero .item.cell-right .homepage-collection-hero-products img, #product_hero .carousel-cell.cell-right .homepage-collection-hero-products img, #product_hero .collection-hero-item.cell-right .homepage-collection-hero-products img {
        margin-top: 130px !important; } }
    @media only screen and (max-width: 992px) {
      #product_hero .item h3, #product_hero .carousel-cell h3, #product_hero .collection-hero-item h3 {
        font-size: 20px; } }
  #product_hero .collection-hero-item img:not(.injectable):not(.img-fluid) {
    max-height: 260px;
    width: auto; }

.collection-slim-banner {
  padding: 1rem;
  color: #4b6b8d;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in;
  -ms-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in; }
  .collection-slim-banner svg {
    fill: #4b6b8d; }
  .collection-slim-banner.dark-mode {
    color: white; }
    .collection-slim-banner.dark-mode svg {
      fill: white; }
  .collection-slim-banner:hover {
    opacity: 0.8;
    text-decoration: none;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    -ms-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s; }
  .collection-slim-banner .collection-slim-banner-products {
    position: relative;
    min-height: 80px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .collection-slim-banner .collection-slim-banner-products {
        min-height: 160px;
        margin-top: 0.5rem; } }
  .collection-slim-banner .collection-slim-banner-product {
    position: absolute;
    top: 0;
    bottom: 0;
    max-height: 100%;
    width: auto;
    margin: 0 auto; }
    .collection-slim-banner .collection-slim-banner-product:nth-child(1) {
      left: 0;
      right: 0;
      z-index: 4; }
    .collection-slim-banner .collection-slim-banner-product:nth-child(2) {
      left: -300px;
      right: 0;
      z-index: 3; }
      @media only screen and (max-width: 992px) {
        .collection-slim-banner .collection-slim-banner-product:nth-child(2) {
          left: -200px; } }
      @media only screen and (max-width: 767px) {
        .collection-slim-banner .collection-slim-banner-product:nth-child(2) {
          height: 120px;
          width: 120px;
          margin-top: 20px; } }
      @media only screen and (max-width: 384px) {
        .collection-slim-banner .collection-slim-banner-product:nth-child(2) {
          height: 80px;
          width: 80px;
          margin-top: 50px; } }
    .collection-slim-banner .collection-slim-banner-product:nth-child(3) {
      left: 0;
      right: -300px;
      z-index: 2; }
      @media only screen and (max-width: 992px) {
        .collection-slim-banner .collection-slim-banner-product:nth-child(3) {
          right: -200px; } }
      @media only screen and (max-width: 767px) {
        .collection-slim-banner .collection-slim-banner-product:nth-child(3) {
          height: 120px;
          width: 120px;
          margin-top: 20px; } }
      @media only screen and (max-width: 384px) {
        .collection-slim-banner .collection-slim-banner-product:nth-child(3) {
          height: 80px;
          width: 80px;
          margin-top: 50px; } }
  .collection-slim-banner .collection-slim-banner-text {
    text-align: right; }
    .collection-slim-banner .collection-slim-banner-text span {
      display: block;
      font-size: 24px;
      text-align: right; }
      .collection-slim-banner .collection-slim-banner-text span:after {
        content: ">";
        font-size: 24px;
        margin-left: 0.5rem; }
      @media only screen and (min-width: 992px) {
        .collection-slim-banner .collection-slim-banner-text span {
          margin-top: 32px; } }
      @media only screen and (min-width: 1200px) {
        .collection-slim-banner .collection-slim-banner-text span {
          margin-top: 42px; } }
    @media only screen and (max-width: 767px) {
      .collection-slim-banner .collection-slim-banner-text {
        margin-top: 0.5rem; }
        .collection-slim-banner .collection-slim-banner-text span {
          text-align: center; } }

#collections_hero_wrapper, #homepage_hero, #product_hero, #homepage_hero_banners {
  overflow: hidden; }
  #collections_hero_wrapper > .container, #homepage_hero > .container, #product_hero > .container, #homepage_hero_banners > .container {
    position: relative; }
  #collections_hero_wrapper #collections_hero, #homepage_hero #collections_hero, #product_hero #collections_hero, #homepage_hero_banners #collections_hero {
    border-top: 5px solid #9cc334; }
  #collections_hero_wrapper .featured-view-all, #homepage_hero .featured-view-all, #product_hero .featured-view-all, #homepage_hero_banners .featured-view-all {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: white;
    background-color: #9cc334;
    padding: 4px 16px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px; }
    #collections_hero_wrapper .featured-view-all .icon, #homepage_hero .featured-view-all .icon, #product_hero .featured-view-all .icon, #homepage_hero_banners .featured-view-all .icon {
      font-size: 13px;
      margin-left: 0.25rem; }
    #collections_hero_wrapper .featured-view-all:hover, #homepage_hero .featured-view-all:hover, #product_hero .featured-view-all:hover, #homepage_hero_banners .featured-view-all:hover {
      background-color: #8caf2f;
      text-decoration: none; }
    @media only screen and (max-width: 768px) {
      #collections_hero_wrapper .featured-view-all, #homepage_hero .featured-view-all, #product_hero .featured-view-all, #homepage_hero_banners .featured-view-all {
        display: none; } }
  #collections_hero_wrapper .carousel-cell, #homepage_hero .carousel-cell, #product_hero .carousel-cell, #homepage_hero_banners .carousel-cell {
    background-repeat: repeat-x; }
    #collections_hero_wrapper .carousel-cell > .container, #homepage_hero .carousel-cell > .container, #product_hero .carousel-cell > .container, #homepage_hero_banners .carousel-cell > .container {
      position: relative;
      padding: 0 50px; }
  #collections_hero_wrapper .item .collection-hero-top, #collections_hero_wrapper .carousel-cell .collection-hero-top, #collections_hero_wrapper .collection-hero-item .collection-hero-top, #homepage_hero .item .collection-hero-top, #homepage_hero .carousel-cell .collection-hero-top, #homepage_hero .collection-hero-item .collection-hero-top, #product_hero .item .collection-hero-top, #product_hero .carousel-cell .collection-hero-top, #product_hero .collection-hero-item .collection-hero-top, #homepage_hero_banners .item .collection-hero-top, #homepage_hero_banners .carousel-cell .collection-hero-top, #homepage_hero_banners .collection-hero-item .collection-hero-top {
    z-index: 10; }
  #collections_hero_wrapper .item .collection-hero-products img, #collections_hero_wrapper .carousel-cell .collection-hero-products img, #collections_hero_wrapper .collection-hero-item .collection-hero-products img, #homepage_hero .item .collection-hero-products img, #homepage_hero .carousel-cell .collection-hero-products img, #homepage_hero .collection-hero-item .collection-hero-products img, #product_hero .item .collection-hero-products img, #product_hero .carousel-cell .collection-hero-products img, #product_hero .collection-hero-item .collection-hero-products img, #homepage_hero_banners .item .collection-hero-products img, #homepage_hero_banners .carousel-cell .collection-hero-products img, #homepage_hero_banners .collection-hero-item .collection-hero-products img {
    max-height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0; }
  #collections_hero_wrapper .item .collection-hero-products .collection-hero-product-mid, #collections_hero_wrapper .carousel-cell .collection-hero-products .collection-hero-product-mid, #collections_hero_wrapper .collection-hero-item .collection-hero-products .collection-hero-product-mid, #homepage_hero .item .collection-hero-products .collection-hero-product-mid, #homepage_hero .carousel-cell .collection-hero-products .collection-hero-product-mid, #homepage_hero .collection-hero-item .collection-hero-products .collection-hero-product-mid, #product_hero .item .collection-hero-products .collection-hero-product-mid, #product_hero .carousel-cell .collection-hero-products .collection-hero-product-mid, #product_hero .collection-hero-item .collection-hero-products .collection-hero-product-mid, #homepage_hero_banners .item .collection-hero-products .collection-hero-product-mid, #homepage_hero_banners .carousel-cell .collection-hero-products .collection-hero-product-mid, #homepage_hero_banners .collection-hero-item .collection-hero-products .collection-hero-product-mid {
    z-index: 10;
    margin-left: -10%; }
  #collections_hero_wrapper .item .collection-hero-products .collection-hero-product-left, #collections_hero_wrapper .carousel-cell .collection-hero-products .collection-hero-product-left, #collections_hero_wrapper .collection-hero-item .collection-hero-products .collection-hero-product-left, #homepage_hero .item .collection-hero-products .collection-hero-product-left, #homepage_hero .carousel-cell .collection-hero-products .collection-hero-product-left, #homepage_hero .collection-hero-item .collection-hero-products .collection-hero-product-left, #product_hero .item .collection-hero-products .collection-hero-product-left, #product_hero .carousel-cell .collection-hero-products .collection-hero-product-left, #product_hero .collection-hero-item .collection-hero-products .collection-hero-product-left, #homepage_hero_banners .item .collection-hero-products .collection-hero-product-left, #homepage_hero_banners .carousel-cell .collection-hero-products .collection-hero-product-left, #homepage_hero_banners .collection-hero-item .collection-hero-products .collection-hero-product-left {
    margin-left: -50%; }
  #collections_hero_wrapper .item .collection-hero-products .collection-hero-product-right, #collections_hero_wrapper .carousel-cell .collection-hero-products .collection-hero-product-right, #collections_hero_wrapper .collection-hero-item .collection-hero-products .collection-hero-product-right, #homepage_hero .item .collection-hero-products .collection-hero-product-right, #homepage_hero .carousel-cell .collection-hero-products .collection-hero-product-right, #homepage_hero .collection-hero-item .collection-hero-products .collection-hero-product-right, #product_hero .item .collection-hero-products .collection-hero-product-right, #product_hero .carousel-cell .collection-hero-products .collection-hero-product-right, #product_hero .collection-hero-item .collection-hero-products .collection-hero-product-right, #homepage_hero_banners .item .collection-hero-products .collection-hero-product-right, #homepage_hero_banners .carousel-cell .collection-hero-products .collection-hero-product-right, #homepage_hero_banners .collection-hero-item .collection-hero-products .collection-hero-product-right {
    margin-left: 30%; }
  #collections_hero_wrapper .item svg, #collections_hero_wrapper .carousel-cell svg, #collections_hero_wrapper .collection-hero-item svg, #homepage_hero .item svg, #homepage_hero .carousel-cell svg, #homepage_hero .collection-hero-item svg, #product_hero .item svg, #product_hero .carousel-cell svg, #product_hero .collection-hero-item svg, #homepage_hero_banners .item svg, #homepage_hero_banners .carousel-cell svg, #homepage_hero_banners .collection-hero-item svg {
    display: block;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
    width: auto;
    max-width: 80%;
    fill: #4b6b8d; }
  #collections_hero_wrapper .item .collection-hero-caption, #collections_hero_wrapper .carousel-cell .collection-hero-caption, #collections_hero_wrapper .collection-hero-item .collection-hero-caption, #homepage_hero .item .collection-hero-caption, #homepage_hero .carousel-cell .collection-hero-caption, #homepage_hero .collection-hero-item .collection-hero-caption, #product_hero .item .collection-hero-caption, #product_hero .carousel-cell .collection-hero-caption, #product_hero .collection-hero-item .collection-hero-caption, #homepage_hero_banners .item .collection-hero-caption, #homepage_hero_banners .carousel-cell .collection-hero-caption, #homepage_hero_banners .collection-hero-item .collection-hero-caption {
    margin-top: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #4b6b8d; }
    #collections_hero_wrapper .item .collection-hero-caption svg, #collections_hero_wrapper .carousel-cell .collection-hero-caption svg, #collections_hero_wrapper .collection-hero-item .collection-hero-caption svg, #homepage_hero .item .collection-hero-caption svg, #homepage_hero .carousel-cell .collection-hero-caption svg, #homepage_hero .collection-hero-item .collection-hero-caption svg, #product_hero .item .collection-hero-caption svg, #product_hero .carousel-cell .collection-hero-caption svg, #product_hero .collection-hero-item .collection-hero-caption svg, #homepage_hero_banners .item .collection-hero-caption svg, #homepage_hero_banners .carousel-cell .collection-hero-caption svg, #homepage_hero_banners .collection-hero-item .collection-hero-caption svg {
      display: inline-block;
      height: 32px;
      width: auto;
      fill: #4b6b8d;
      margin-top: -1rem;
      margin-left: 0.5rem; }
  #collections_hero_wrapper .item .btn-outline-primary, #collections_hero_wrapper .carousel-cell .btn-outline-primary, #collections_hero_wrapper .collection-hero-item .btn-outline-primary, #homepage_hero .item .btn-outline-primary, #homepage_hero .carousel-cell .btn-outline-primary, #homepage_hero .collection-hero-item .btn-outline-primary, #product_hero .item .btn-outline-primary, #product_hero .carousel-cell .btn-outline-primary, #product_hero .collection-hero-item .btn-outline-primary, #homepage_hero_banners .item .btn-outline-primary, #homepage_hero_banners .carousel-cell .btn-outline-primary, #homepage_hero_banners .collection-hero-item .btn-outline-primary {
    margin-top: 0.75rem;
    text-transform: uppercase;
    border-color: #4b6b8d;
    color: #4b6b8d;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 8px;
    border-width: 2px;
    padding: 0.5rem 1.25rem; }
    #collections_hero_wrapper .item .btn-outline-primary:hover, #collections_hero_wrapper .carousel-cell .btn-outline-primary:hover, #collections_hero_wrapper .collection-hero-item .btn-outline-primary:hover, #homepage_hero .item .btn-outline-primary:hover, #homepage_hero .carousel-cell .btn-outline-primary:hover, #homepage_hero .collection-hero-item .btn-outline-primary:hover, #product_hero .item .btn-outline-primary:hover, #product_hero .carousel-cell .btn-outline-primary:hover, #product_hero .collection-hero-item .btn-outline-primary:hover, #homepage_hero_banners .item .btn-outline-primary:hover, #homepage_hero_banners .carousel-cell .btn-outline-primary:hover, #homepage_hero_banners .collection-hero-item .btn-outline-primary:hover {
      background-color: #4b6b8d;
      color: white; }
    @media only screen and (max-width: 767px) {
      #collections_hero_wrapper .item .btn-outline-primary, #collections_hero_wrapper .carousel-cell .btn-outline-primary, #collections_hero_wrapper .collection-hero-item .btn-outline-primary, #homepage_hero .item .btn-outline-primary, #homepage_hero .carousel-cell .btn-outline-primary, #homepage_hero .collection-hero-item .btn-outline-primary, #product_hero .item .btn-outline-primary, #product_hero .carousel-cell .btn-outline-primary, #product_hero .collection-hero-item .btn-outline-primary, #homepage_hero_banners .item .btn-outline-primary, #homepage_hero_banners .carousel-cell .btn-outline-primary, #homepage_hero_banners .collection-hero-item .btn-outline-primary {
        margin-top: 0.25rem; } }
  #collections_hero_wrapper .item .collection-hero-nav-button, #collections_hero_wrapper .carousel-cell .collection-hero-nav-button, #collections_hero_wrapper .collection-hero-item .collection-hero-nav-button, #homepage_hero .item .collection-hero-nav-button, #homepage_hero .carousel-cell .collection-hero-nav-button, #homepage_hero .collection-hero-item .collection-hero-nav-button, #product_hero .item .collection-hero-nav-button, #product_hero .carousel-cell .collection-hero-nav-button, #product_hero .collection-hero-item .collection-hero-nav-button, #homepage_hero_banners .item .collection-hero-nav-button, #homepage_hero_banners .carousel-cell .collection-hero-nav-button, #homepage_hero_banners .collection-hero-item .collection-hero-nav-button {
    position: absolute;
    bottom: 40%;
    color: white;
    font-size: 32px;
    opacity: 0.75;
    cursor: pointer;
    display: none;
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out; }
    #collections_hero_wrapper .item .collection-hero-nav-button:hover, #collections_hero_wrapper .carousel-cell .collection-hero-nav-button:hover, #collections_hero_wrapper .collection-hero-item .collection-hero-nav-button:hover, #homepage_hero .item .collection-hero-nav-button:hover, #homepage_hero .carousel-cell .collection-hero-nav-button:hover, #homepage_hero .collection-hero-item .collection-hero-nav-button:hover, #product_hero .item .collection-hero-nav-button:hover, #product_hero .carousel-cell .collection-hero-nav-button:hover, #product_hero .collection-hero-item .collection-hero-nav-button:hover, #homepage_hero_banners .item .collection-hero-nav-button:hover, #homepage_hero_banners .carousel-cell .collection-hero-nav-button:hover, #homepage_hero_banners .collection-hero-item .collection-hero-nav-button:hover {
      opacity: 1;
      -webkit-transition: opacity 0s;
      -moz-transition: opacity 0s;
      -ms-transition: opacity 0s;
      -o-transition: opacity 0s;
      transition: opacity 0s; }
    #collections_hero_wrapper .item .collection-hero-nav-button.previous, #collections_hero_wrapper .carousel-cell .collection-hero-nav-button.previous, #collections_hero_wrapper .collection-hero-item .collection-hero-nav-button.previous, #homepage_hero .item .collection-hero-nav-button.previous, #homepage_hero .carousel-cell .collection-hero-nav-button.previous, #homepage_hero .collection-hero-item .collection-hero-nav-button.previous, #product_hero .item .collection-hero-nav-button.previous, #product_hero .carousel-cell .collection-hero-nav-button.previous, #product_hero .collection-hero-item .collection-hero-nav-button.previous, #homepage_hero_banners .item .collection-hero-nav-button.previous, #homepage_hero_banners .carousel-cell .collection-hero-nav-button.previous, #homepage_hero_banners .collection-hero-item .collection-hero-nav-button.previous {
      left: -50px; }
      @media only screen and (max-width: 768px) {
        #collections_hero_wrapper .item .collection-hero-nav-button.previous, #collections_hero_wrapper .carousel-cell .collection-hero-nav-button.previous, #collections_hero_wrapper .collection-hero-item .collection-hero-nav-button.previous, #homepage_hero .item .collection-hero-nav-button.previous, #homepage_hero .carousel-cell .collection-hero-nav-button.previous, #homepage_hero .collection-hero-item .collection-hero-nav-button.previous, #product_hero .item .collection-hero-nav-button.previous, #product_hero .carousel-cell .collection-hero-nav-button.previous, #product_hero .collection-hero-item .collection-hero-nav-button.previous, #homepage_hero_banners .item .collection-hero-nav-button.previous, #homepage_hero_banners .carousel-cell .collection-hero-nav-button.previous, #homepage_hero_banners .collection-hero-item .collection-hero-nav-button.previous {
          left: 5px; } }
    #collections_hero_wrapper .item .collection-hero-nav-button.next, #collections_hero_wrapper .carousel-cell .collection-hero-nav-button.next, #collections_hero_wrapper .collection-hero-item .collection-hero-nav-button.next, #homepage_hero .item .collection-hero-nav-button.next, #homepage_hero .carousel-cell .collection-hero-nav-button.next, #homepage_hero .collection-hero-item .collection-hero-nav-button.next, #product_hero .item .collection-hero-nav-button.next, #product_hero .carousel-cell .collection-hero-nav-button.next, #product_hero .collection-hero-item .collection-hero-nav-button.next, #homepage_hero_banners .item .collection-hero-nav-button.next, #homepage_hero_banners .carousel-cell .collection-hero-nav-button.next, #homepage_hero_banners .collection-hero-item .collection-hero-nav-button.next {
      right: -50px; }
      @media only screen and (max-width: 768px) {
        #collections_hero_wrapper .item .collection-hero-nav-button.next, #collections_hero_wrapper .carousel-cell .collection-hero-nav-button.next, #collections_hero_wrapper .collection-hero-item .collection-hero-nav-button.next, #homepage_hero .item .collection-hero-nav-button.next, #homepage_hero .carousel-cell .collection-hero-nav-button.next, #homepage_hero .collection-hero-item .collection-hero-nav-button.next, #product_hero .item .collection-hero-nav-button.next, #product_hero .carousel-cell .collection-hero-nav-button.next, #product_hero .collection-hero-item .collection-hero-nav-button.next, #homepage_hero_banners .item .collection-hero-nav-button.next, #homepage_hero_banners .carousel-cell .collection-hero-nav-button.next, #homepage_hero_banners .collection-hero-item .collection-hero-nav-button.next {
          right: 5px; } }
  #collections_hero_wrapper .item:hover, #collections_hero_wrapper .carousel-cell:hover, #collections_hero_wrapper .collection-hero-item:hover, #homepage_hero .item:hover, #homepage_hero .carousel-cell:hover, #homepage_hero .collection-hero-item:hover, #product_hero .item:hover, #product_hero .carousel-cell:hover, #product_hero .collection-hero-item:hover, #homepage_hero_banners .item:hover, #homepage_hero_banners .carousel-cell:hover, #homepage_hero_banners .collection-hero-item:hover {
    text-decoration: none; }
  #collections_hero_wrapper .item.dark-mode .btn-outline-primary, #collections_hero_wrapper .carousel-cell.dark-mode .btn-outline-primary, #collections_hero_wrapper .collection-hero-item.dark-mode .btn-outline-primary, #homepage_hero .item.dark-mode .btn-outline-primary, #homepage_hero .carousel-cell.dark-mode .btn-outline-primary, #homepage_hero .collection-hero-item.dark-mode .btn-outline-primary, #product_hero .item.dark-mode .btn-outline-primary, #product_hero .carousel-cell.dark-mode .btn-outline-primary, #product_hero .collection-hero-item.dark-mode .btn-outline-primary, #homepage_hero_banners .item.dark-mode .btn-outline-primary, #homepage_hero_banners .carousel-cell.dark-mode .btn-outline-primary, #homepage_hero_banners .collection-hero-item.dark-mode .btn-outline-primary {
    border-color: white;
    color: white; }
    #collections_hero_wrapper .item.dark-mode .btn-outline-primary:hover, #collections_hero_wrapper .item.dark-mode .btn-outline-primary:active, #collections_hero_wrapper .item.dark-mode .btn-outline-primary:focus, #collections_hero_wrapper .carousel-cell.dark-mode .btn-outline-primary:hover, #collections_hero_wrapper .carousel-cell.dark-mode .btn-outline-primary:active, #collections_hero_wrapper .carousel-cell.dark-mode .btn-outline-primary:focus, #collections_hero_wrapper .collection-hero-item.dark-mode .btn-outline-primary:hover, #collections_hero_wrapper .collection-hero-item.dark-mode .btn-outline-primary:active, #collections_hero_wrapper .collection-hero-item.dark-mode .btn-outline-primary:focus, #homepage_hero .item.dark-mode .btn-outline-primary:hover, #homepage_hero .item.dark-mode .btn-outline-primary:active, #homepage_hero .item.dark-mode .btn-outline-primary:focus, #homepage_hero .carousel-cell.dark-mode .btn-outline-primary:hover, #homepage_hero .carousel-cell.dark-mode .btn-outline-primary:active, #homepage_hero .carousel-cell.dark-mode .btn-outline-primary:focus, #homepage_hero .collection-hero-item.dark-mode .btn-outline-primary:hover, #homepage_hero .collection-hero-item.dark-mode .btn-outline-primary:active, #homepage_hero .collection-hero-item.dark-mode .btn-outline-primary:focus, #product_hero .item.dark-mode .btn-outline-primary:hover, #product_hero .item.dark-mode .btn-outline-primary:active, #product_hero .item.dark-mode .btn-outline-primary:focus, #product_hero .carousel-cell.dark-mode .btn-outline-primary:hover, #product_hero .carousel-cell.dark-mode .btn-outline-primary:active, #product_hero .carousel-cell.dark-mode .btn-outline-primary:focus, #product_hero .collection-hero-item.dark-mode .btn-outline-primary:hover, #product_hero .collection-hero-item.dark-mode .btn-outline-primary:active, #product_hero .collection-hero-item.dark-mode .btn-outline-primary:focus, #homepage_hero_banners .item.dark-mode .btn-outline-primary:hover, #homepage_hero_banners .item.dark-mode .btn-outline-primary:active, #homepage_hero_banners .item.dark-mode .btn-outline-primary:focus, #homepage_hero_banners .carousel-cell.dark-mode .btn-outline-primary:hover, #homepage_hero_banners .carousel-cell.dark-mode .btn-outline-primary:active, #homepage_hero_banners .carousel-cell.dark-mode .btn-outline-primary:focus, #homepage_hero_banners .collection-hero-item.dark-mode .btn-outline-primary:hover, #homepage_hero_banners .collection-hero-item.dark-mode .btn-outline-primary:active, #homepage_hero_banners .collection-hero-item.dark-mode .btn-outline-primary:focus {
      background-color: white;
      color: #4b6b8d !important; }
  #collections_hero_wrapper .item.dark-mode svg, #collections_hero_wrapper .carousel-cell.dark-mode svg, #collections_hero_wrapper .collection-hero-item.dark-mode svg, #homepage_hero .item.dark-mode svg, #homepage_hero .carousel-cell.dark-mode svg, #homepage_hero .collection-hero-item.dark-mode svg, #product_hero .item.dark-mode svg, #product_hero .carousel-cell.dark-mode svg, #product_hero .collection-hero-item.dark-mode svg, #homepage_hero_banners .item.dark-mode svg, #homepage_hero_banners .carousel-cell.dark-mode svg, #homepage_hero_banners .collection-hero-item.dark-mode svg {
    fill: white; }
  #collections_hero_wrapper .item.dark-mode .collection-hero-caption, #collections_hero_wrapper .carousel-cell.dark-mode .collection-hero-caption, #collections_hero_wrapper .collection-hero-item.dark-mode .collection-hero-caption, #homepage_hero .item.dark-mode .collection-hero-caption, #homepage_hero .carousel-cell.dark-mode .collection-hero-caption, #homepage_hero .collection-hero-item.dark-mode .collection-hero-caption, #product_hero .item.dark-mode .collection-hero-caption, #product_hero .carousel-cell.dark-mode .collection-hero-caption, #product_hero .collection-hero-item.dark-mode .collection-hero-caption, #homepage_hero_banners .item.dark-mode .collection-hero-caption, #homepage_hero_banners .carousel-cell.dark-mode .collection-hero-caption, #homepage_hero_banners .collection-hero-item.dark-mode .collection-hero-caption {
    color: white; }
    #collections_hero_wrapper .item.dark-mode .collection-hero-caption svg, #collections_hero_wrapper .carousel-cell.dark-mode .collection-hero-caption svg, #collections_hero_wrapper .collection-hero-item.dark-mode .collection-hero-caption svg, #homepage_hero .item.dark-mode .collection-hero-caption svg, #homepage_hero .carousel-cell.dark-mode .collection-hero-caption svg, #homepage_hero .collection-hero-item.dark-mode .collection-hero-caption svg, #product_hero .item.dark-mode .collection-hero-caption svg, #product_hero .carousel-cell.dark-mode .collection-hero-caption svg, #product_hero .collection-hero-item.dark-mode .collection-hero-caption svg, #homepage_hero_banners .item.dark-mode .collection-hero-caption svg, #homepage_hero_banners .carousel-cell.dark-mode .collection-hero-caption svg, #homepage_hero_banners .collection-hero-item.dark-mode .collection-hero-caption svg {
      fill: white; }
  #collections_hero_wrapper .item.is-selected .collection-hero-products img, #collections_hero_wrapper .carousel-cell.is-selected .collection-hero-products img, #collections_hero_wrapper .collection-hero-item.is-selected .collection-hero-products img, #homepage_hero .item.is-selected .collection-hero-products img, #homepage_hero .carousel-cell.is-selected .collection-hero-products img, #homepage_hero .collection-hero-item.is-selected .collection-hero-products img, #product_hero .item.is-selected .collection-hero-products img, #product_hero .carousel-cell.is-selected .collection-hero-products img, #product_hero .collection-hero-item.is-selected .collection-hero-products img, #homepage_hero_banners .item.is-selected .collection-hero-products img, #homepage_hero_banners .carousel-cell.is-selected .collection-hero-products img, #homepage_hero_banners .collection-hero-item.is-selected .collection-hero-products img {
    opacity: 1; }
  #collections_hero_wrapper .item.is-selected .collection-hero-nav-button, #collections_hero_wrapper .carousel-cell.is-selected .collection-hero-nav-button, #collections_hero_wrapper .collection-hero-item.is-selected .collection-hero-nav-button, #homepage_hero .item.is-selected .collection-hero-nav-button, #homepage_hero .carousel-cell.is-selected .collection-hero-nav-button, #homepage_hero .collection-hero-item.is-selected .collection-hero-nav-button, #product_hero .item.is-selected .collection-hero-nav-button, #product_hero .carousel-cell.is-selected .collection-hero-nav-button, #product_hero .collection-hero-item.is-selected .collection-hero-nav-button, #homepage_hero_banners .item.is-selected .collection-hero-nav-button, #homepage_hero_banners .carousel-cell.is-selected .collection-hero-nav-button, #homepage_hero_banners .collection-hero-item.is-selected .collection-hero-nav-button {
    display: block; }

#collections_hero_nav_wrapper {
  background-color: #6e859e;
  height: 64px;
  margin-bottom: 1rem; }

#collections_hero_nav .carousel-cell {
  color: #cbd9df;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  white-space: nowrap;
  padding: 20px 30px;
  overflow: visible; }
  @media only screen and (max-width: 576px) {
    #collections_hero_nav .carousel-cell {
      padding: 20px 10px; } }
  #collections_hero_nav .carousel-cell:first-child {
    padding-left: 10px; }
  #collections_hero_nav .carousel-cell:last-child {
    padding-right: 10px; }
  #collections_hero_nav .carousel-cell:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 12px solid #6e859e;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 44%;
    opacity: 0;
    pointer-events: none; }
  #collections_hero_nav .carousel-cell.is-selected, #collections_hero_nav .carousel-cell:hover {
    color: white; }
    #collections_hero_nav .carousel-cell.is-selected:after, #collections_hero_nav .carousel-cell:hover:after {
      opacity: 1; }

.featured-collection {
  padding-left: 0;
  padding-right: 0; }
  .featured-collection .products-inner {
    margin-left: -15px;
    margin-right: -15px; }

@media only screen and (max-width: 576px) {
  .featured-collection .collection-scroll .products-inner, #recommendations .collection-scroll .products-inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden; } }
.featured-collection .item-view-dotmatrix .img-container p, #recommendations .item-view-dotmatrix .img-container p {
  cursor: pointer; }
.featured-collection .flickity-prev-next-button, #recommendations .flickity-prev-next-button {
  background: transparent;
  opacity: 0.75;
  top: 43%;
  z-index: 10; }
  .featured-collection .flickity-prev-next-button.previous, #recommendations .flickity-prev-next-button.previous {
    left: -30px; }
    @media only screen and (max-width: 768px) {
      .featured-collection .flickity-prev-next-button.previous, #recommendations .flickity-prev-next-button.previous {
        left: -20px; } }
    @media only screen and (max-width: 576px) {
      .featured-collection .flickity-prev-next-button.previous, #recommendations .flickity-prev-next-button.previous {
        left: -10px; } }
  .featured-collection .flickity-prev-next-button.next, #recommendations .flickity-prev-next-button.next {
    right: -30px; }
    @media only screen and (max-width: 768px) {
      .featured-collection .flickity-prev-next-button.next, #recommendations .flickity-prev-next-button.next {
        right: -20px; } }
    @media only screen and (max-width: 576px) {
      .featured-collection .flickity-prev-next-button.next, #recommendations .flickity-prev-next-button.next {
        right: -10px; } }
  .featured-collection .flickity-prev-next-button:disabled, #recommendations .flickity-prev-next-button:disabled {
    opacity: 0.2;
    cursor: default; }
  .featured-collection .flickity-prev-next-button:hover, #recommendations .flickity-prev-next-button:hover {
    background: transparent;
    opacity: 1; }
  .featured-collection .flickity-prev-next-button.no-svg, #recommendations .flickity-prev-next-button.no-svg {
    color: #4b6b8d; }
  .featured-collection .flickity-prev-next-button .arrow, #recommendations .flickity-prev-next-button .arrow {
    fill: #4b6b8d; }

#collection_zone {
  margin-bottom: 1rem;
  padding-top: 2rem; }
  @media only screen and (max-width: 768px) {
    #collection_zone {
      padding-top: 1rem; } }
  #collection_zone .collection-zone-wrapper {
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      #collection_zone .collection-zone-wrapper {
        margin-bottom: 15px; } }
  #collection_zone .collection-zone-item {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 55%; }
    #collection_zone .collection-zone-item .collection-zone-background {
      width: 100%;
      max-width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      -ms-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out; }
    #collection_zone .collection-zone-item .collection-zone-border {
      height: 94%;
      width: 96%;
      position: absolute;
      top: 3%;
      left: 2%;
      border: 2px solid rgba(255, 255, 255, 0.5);
      -webkit-transition: border-color 0.15s ease-out;
      -moz-transition: border-color 0.15s ease-out;
      -ms-transition: border-color 0.15s ease-out;
      -o-transition: border-color 0.15s ease-out;
      transition: border-color 0.15s ease-out; }
    #collection_zone .collection-zone-item .collection-zone-banner {
      position: absolute;
      width: 100%;
      bottom: 20px;
      color: white;
      background: #42b5ea;
      background: linear-gradient(to right, #19a1e0, #42b5ea); }
      #collection_zone .collection-zone-item .collection-zone-banner .collection-zone-icon {
        width: 32px;
        height: 32px;
        font-size: 32px;
        text-align: center;
        margin: 0.5rem 1.5rem;
        fill: white;
        float: left; }
      #collection_zone .collection-zone-item .collection-zone-banner .collection-zone-caption {
        font-size: 24px;
        line-height: 48px;
        margin: 0;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 2px; }
      @media only screen and (max-width: 576px) {
        #collection_zone .collection-zone-item .collection-zone-banner {
          bottom: 15px; }
          #collection_zone .collection-zone-item .collection-zone-banner .collection-zone-icon {
            width: 24px;
            height: 24px;
            font-size: 24px;
            text-align: center;
            margin: 0.5rem 1rem; }
          #collection_zone .collection-zone-item .collection-zone-banner .collection-zone-caption {
            font-size: 18px;
            line-height: 40px;
            white-space: nowrap;
            text-overflow: ellipsis; } }
    #collection_zone .collection-zone-item:hover .collection-zone-border {
      border-color: rgba(255, 255, 255, 0.75);
      -webkit-transition: border-color 0s;
      -moz-transition: border-color 0s;
      -ms-transition: border-color 0s;
      -o-transition: border-color 0s;
      transition: border-color 0s; }
    #collection_zone .collection-zone-item:hover .collection-zone-background {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }

.bg-galactamari {
  background: url(bg-galactamari-darker.png) #dbe8f5 repeat;
  background-size: 250px; }

#newsletter {
  margin-bottom: 1rem;
  padding: 1rem 0;
  text-align: center;
  font-weight: bold;
  color: #4b6b8d; }
  #newsletter h5, #newsletter button {
    text-transform: uppercase; }
  #newsletter h5 {
    font-weight: 900; }
  @media only screen and (min-width: 768px) {
    #newsletter input {
      min-width: 300px; } }
  #newsletter .bg-galactamari {
    padding-top: 0.5rem;
    background: url(bg-galactamari-darker.png) #e0edbc repeat;
    background-size: 250px; }
  @media only screen and (max-width: 576px) {
    #newsletter .form-group, #newsletter input {
      display: block;
      width: 100%; } }
  #newsletter button {
    margin-left: 1rem;
    background: linear-gradient(to right, #b8d053, #9cc334);
    border-radius: 8px;
    border: none; }
    @media only screen and (max-width: 576px) {
      #newsletter button {
        margin: 0;
        display: block;
        width: 100%; } }
    #newsletter button:hover {
      background: linear-gradient(to right, #a2bc34, #7c9b29); }
  #newsletter .network {
    margin-top: 1rem;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    font-size: 42px;
    text-align: center; }
    @media only screen and (max-width: 576px) {
      #newsletter .network {
        font-size: 28px; }
        #newsletter .network li {
          margin-right: 1rem; } }
    #newsletter .network li {
      display: inline-block; }
      #newsletter .network li:not(:last-child) {
        margin-right: 1.5rem; }
      #newsletter .network li:not(:first-child) {
        margin-left: -10px; }
      #newsletter .network li a {
        border: none;
        font-weight: normal;
        color: #4b6b8d; }
        #newsletter .network li a:hover, #newsletter .network li a:focus, #newsletter .network li a:active {
          color: #42b5ea; }

#instagram h6 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem; }
  #instagram h6 a {
    color: #4b6b8d; }
    #instagram h6 a:hover {
      color: #8caab8;
      text-decoration: none; }
#instagram #instafeed .instagram-image {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  -ms-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out; }
  #instagram #instafeed .instagram-image .instagram-stats {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding-top: 35%;
    color: white;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out; }
    #instagram #instafeed .instagram-image .instagram-stats span {
      font-weight: bold; }
      #instagram #instafeed .instagram-image .instagram-stats span .icon {
        margin-right: 0.25rem; }
      #instagram #instafeed .instagram-image .instagram-stats span:not(:first-child) {
        margin-left: 1rem; }
  #instagram #instafeed .instagram-image:hover {
    opacity: 0.9;
    -webkit-transition: opacity 0s ease-out;
    -moz-transition: opacity 0s ease-out;
    -ms-transition: opacity 0s ease-out;
    -o-transition: opacity 0s ease-out;
    transition: opacity 0s ease-out; }
    #instagram #instafeed .instagram-image:hover .instagram-stats {
      opacity: 1;
      -webkit-transition: opacity 0s ease-out;
      -moz-transition: opacity 0s ease-out;
      -ms-transition: opacity 0s ease-out;
      -o-transition: opacity 0s ease-out;
      transition: opacity 0s ease-out; }
  #instagram #instafeed .instagram-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover; }

.featured-collection {
  margin-bottom: 1rem; }
  .featured-collection .featured-collection-header {
    position: relative;
    letter-spacing: 2px;
    font-weight: bold;
    padding-top: 5px;
    background-color: white;
    color: white;
    cursor: default; }
    .featured-collection .featured-collection-header a {
      color: white;
      cursor: pointer; }
    .featured-collection .featured-collection-header:hover a, .featured-collection .featured-collection-header:focus a, .featured-collection .featured-collection-header:active a {
      text-decoration: none; }
    .featured-collection .featured-collection-header:hover h3:not(.no-link), .featured-collection .featured-collection-header:focus h3:not(.no-link), .featured-collection .featured-collection-header:active h3:not(.no-link) {
      opacity: 0.9;
      -webkit-transition: opacity 0s;
      -moz-transition: opacity 0s;
      -ms-transition: opacity 0s;
      -o-transition: opacity 0s;
      transition: opacity 0s; }
    .featured-collection .featured-collection-header .featured-view-all {
      position: absolute;
      right: 15px;
      color: white;
      text-transform: uppercase;
      font-size: 16px;
      background: rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      padding: 5px 5px 5px 10px;
      margin-top: 3px; }
      .featured-collection .featured-collection-header .featured-view-all .icon {
        margin-left: 0.25rem;
        font-size: 13px; }
      @media only screen and (max-width: 768px) {
        .featured-collection .featured-collection-header .featured-view-all {
          display: none; } }
    .featured-collection .featured-collection-header.header-sticky {
      z-index: 100; }
    .featured-collection .featured-collection-header h3 {
      text-transform: uppercase;
      text-align: center;
      font-size: 30px;
      font-weight: 700;
      background-color: white;
      margin-bottom: 1rem;
      background: #9cc334;
      background: linear-gradient(to right, #b8d053, #9cc334);
      -webkit-transition: opacity 0.15s ease-out;
      -moz-transition: opacity 0.15s ease-out;
      -ms-transition: opacity 0.15s ease-out;
      -o-transition: opacity 0.15s ease-out;
      transition: opacity 0.15s ease-out; }
      .featured-collection .featured-collection-header h3 .container {
        position: relative;
        padding: 16px 0; }
      .featured-collection .featured-collection-header h3.no-link .featured-view-all {
        display: none; }
      @media only screen and (max-width: 768px) {
        .featured-collection .featured-collection-header h3 {
          font-size: 18px; } }
  .featured-collection.container h3 {
    font-size: 24px;
    padding: 0.5rem 0; }
  .featured-collection.container .featured-view-all {
    margin-top: 0; }
  .featured-collection .collection-scroll h3 {
    font-size: 20px;
    padding: 0.5rem 0; }
  .featured-collection .collection-scroll .featured-view-all {
    margin-top: 0;
    font-size: 12px; }

.mini-cart {
  overflow-x: hidden; }
  .mini-cart .line-item-info h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500; }
    .mini-cart .line-item-info h3 a {
      color: #4b6b8d; }
  .mini-cart h4, .mini-cart h5 {
    font-size: 14px;
    color: #4b6b8d;
    font-weight: normal; }
  .mini-cart .item-buttons span {
    cursor: pointer;
    padding: 0;
    font-weight: normal;
    font-size: 12px; }
    .mini-cart .item-buttons span:hover {
      color: #c93b49;
      -webkit-transition: color 0s;
      -moz-transition: color 0s;
      -ms-transition: color 0s;
      -o-transition: color 0s;
      transition: color 0s; }
  .mini-cart .line-item-info, .mini-cart .quantity-n-price {
    width: 100%;
    margin-top: 0.5rem; }
  .mini-cart .line-item.media a {
    z-index: 1; }
  .mini-cart .line-item.row {
    margin: 10px 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6e859e; }
  .mini-cart .cart-image {
    margin: 0.5rem 0.5rem 0.5rem 1rem;
    border-radius: 5px;
    height: 80px;
    width: 80px; }
  .mini-cart .quantity-n-price {
    padding-left: 0;
    padding-right: 1.75rem;
    font-size: 14px;
    color: #4b6b8d;
    text-align: right; }
  .mini-cart .warning {
    color: #c00; }
    .mini-cart .warning a {
      color: #c00;
      text-decoration: underline; }
  .mini-cart .combo-tag {
    margin-top: 4px; }
  .mini-cart .combo-url {
    color: #4b6b8d;
    font-size: 12px;
    line-height: 0.8;
    margin-top: 2px; }
    .mini-cart .combo-url .combo-savings, .mini-cart .combo-url .combo-prefix {
      font-weight: 500;
      display: block; }
  .mini-cart .mini-cart-buttons {
    padding: 10px 15px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    background-color: #5a7fa7; }
  .mini-cart #mini_cart_totals {
    padding: 1rem 0.75rem;
    color: #4b6b8d;
    text-align: right; }
    .mini-cart #mini_cart_totals .cart-price {
      font-weight: 500; }
      .mini-cart #mini_cart_totals .cart-price.cart-price-strikethru {
        font-weight: normal;
        text-decoration: line-through; }
    .mini-cart #mini_cart_totals p {
      margin-top: 0.5rem;
      margin-bottom: 0;
      font-size: 12px; }
    .mini-cart #mini_cart_totals .btn {
      text-transform: uppercase;
      margin-top: 0.5rem;
      color: white; }
      .mini-cart #mini_cart_totals .btn:hover, .mini-cart #mini_cart_totals .btn:active, .mini-cart #mini_cart_totals .btn:focus {
        color: white; }

#mini_cart_recommendations h5 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase; }
#mini_cart_recommendations .mini-cart-card {
  padding: 0.5rem;
  display: block; }
  #mini_cart_recommendations .mini-cart-card img {
    height: 132px;
    width: 132px;
    background: white;
    background: url(//cdn.shopify.com/s/files/1/0014/1962/t/48/assets/bg-bigpixels.png?v=2838075266341920374) #f7f8ff repeat;
    background-size: 220px;
    border-radius: 5px; }
  #mini_cart_recommendations .mini-cart-card h6 {
    margin-top: 0.25rem;
    font-size: 12px;
    text-transform: uppercase;
    color: #4b6b8d !important;
    font-weight: bold; }
    #mini_cart_recommendations .mini-cart-card h6 small {
      font-size: 12px;
      font-weight: normal;
      color: #4b6b8d !important; }
  #mini_cart_recommendations .mini-cart-card:hover {
    text-decoration: none; }
#mini_cart_recommendations .col-6:nth-child(odd) {
  padding-left: 20px;
  padding-right: 5px; }
  #mini_cart_recommendations .col-6:nth-child(odd) .mini-cart-card {
    padding-right: 0; }
#mini_cart_recommendations .col-6:nth-child(even) {
  padding-left: 5px;
  padding-right: 20px; }
  #mini_cart_recommendations .col-6:nth-child(even) .mini-cart-card {
    padding-left: 0; }

.search-results-box {
  z-index: 1000; }
  .search-results-box .search-results {
    list-style-type: none;
    width: 320px;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px; }
    @media only screen and (max-width: 576px) {
      .search-results-box .search-results {
        width: 240px; } }
    .search-results-box .search-results a {
      display: block;
      clear: both;
      padding: 10px;
      -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
      -moz-transition: background-color 0.15s ease-out, color 0.15s ease-out;
      -ms-transition: background-color 0.15s ease-out, color 0.15s ease-out;
      -o-transition: background-color 0.15s ease-out, color 0.15s ease-out;
      transition: background-color 0.15s ease-out, color 0.15s ease-out; }
      .search-results-box .search-results a:hover, .search-results-box .search-results a:active {
        -webkit-transition: background-color 0s, color 0s;
        -moz-transition: background-color 0s, color 0s;
        -ms-transition: background-color 0s, color 0s;
        -o-transition: background-color 0s, color 0s;
        transition: background-color 0s, color 0s;
        background-color: #f8f9fa;
        color: #8caab8; }
      .search-results-box .search-results a:focus {
        -webkit-transition: background-color 0s, color 0s;
        -moz-transition: background-color 0s, color 0s;
        -ms-transition: background-color 0s, color 0s;
        -o-transition: background-color 0s, color 0s;
        transition: background-color 0s, color 0s;
        background-color: #9cc334; }
        .search-results-box .search-results a:focus .title, .search-results-box .search-results a:focus .price {
          color: white; }
    .search-results-box .search-results .collection-result a {
      background-color: transparent; }
      .search-results-box .search-results .collection-result a svg {
        padding: 2px 4px; }
      .search-results-box .search-results .collection-result a:focus {
        background-color: #9cc334; }
    .search-results-box .search-results li {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
      line-height: 16px;
      overflow: hidden;
      background-color: white;
      letter-spacing: normal; }
      .search-results-box .search-results li:first-child {
        border-top: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding-top: 5px; }
      .search-results-box .search-results li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
    .search-results-box .search-results .product-wrapper {
      display: block;
      overflow: hidden;
      padding-left: 10px; }
    .search-results-box .search-results .title {
      float: left;
      display: block;
      text-align: left;
      color: #4b6b8d;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      width: 100%;
      min-height: 32px;
      margin-top: 4px; }
    .search-results-box .search-results .thumbnail {
      float: left;
      display: inline-block;
      margin: 0 0 8px 0; }
      .search-results-box .search-results .thumbnail img {
        display: inline;
        height: 60px;
        width: 60px;
        border-radius: 5px; }
    .search-results-box .search-results .collection-thumbnail img {
      display: block;
      max-width: 100%;
      border-radius: 5px; }
    .search-results-box .search-results .price {
      float: left;
      color: #4b6b8d;
      font-size: 12px;
      font-weight: bold;
      padding-top: 4px;
      line-height: 20px; }
      .search-results-box .search-results .price .compare-price {
        color: #4b6b8d;
        margin-left: 4px;
        float: right;
        text-decoration: line-through;
        font-weight: normal; }
    .search-results-box .search-results .view-more {
      text-align: center;
      text-transform: uppercase;
      font-weight: bold; }
      .search-results-box .search-results .view-more a {
        color: white;
        background-color: #9cc334;
        letter-spacing: 1px;
        min-height: 0; }
        .search-results-box .search-results .view-more a strong {
          font-weight: 900; }
        .search-results-box .search-results .view-more a:hover {
          text-decoration: none;
          background-color: #b1d258; }
    .search-results-box .search-results .no-results {
      padding: 10px !important;
      text-align: center;
      color: black;
      cursor: default; }
    .search-results-box .search-results .section-header {
      color: #4b6b8d;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 14px;
      padding: 1px 10px;
      cursor: default;
      border: none; }
      .search-results-box .search-results .section-header span {
        border-bottom: 1px solid #4b6b8d;
        display: block; }
    .search-results-box .search-results .collection-logo-container {
      border-radius: 5px;
      margin-bottom: 0;
      padding-top: 25%; }
      .search-results-box .search-results .collection-logo-container .collection-logo:not(:hover) {
        background-color: rgba(0, 0, 0, 0.05) !important; }
      .search-results-box .search-results .collection-logo-container svg {
        max-height: 75px; }
  .search-results-box .popout-arrow {
    position: absolute;
    top: -12px;
    right: 30px;
    float: left;
    overflow: hidden;
    width: 24px;
    height: 12px; }
    .search-results-box .popout-arrow .outer {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      border-left: 12px solid rgba(255, 255, 255, 0);
      border-right: 12px solid rgba(255, 255, 255, 0);
      border-top: 12px solid #9cc334; }

.search-results-box.zero-results .search-results .no-results {
  border: 1px solid #DDDDDD; }

.search-results-box.zero-results .popout-arrow .inner {
  border-bottom: 13px solid white; }

.search-results-box.zero-results .popout-arrow .outer {
  border-bottom: 15px solid #CFD7DC; }

footer {
  background-color: #4b6b8d;
  -webkit-box-shadow: inset 0px 45px 0px 0px #5a7fa7;
  -moz-box-shadow: inset 0px 45px 0px 0px #5a7fa7;
  box-shadow: inset 0px 45px 0px 0px #5a7fa7;
  border-top: 5px solid #9cc334;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-image-source: linear-gradient(to right, #b8d053, #9cc334);
  border-image-slice: 1;
  color: white; }
  footer a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white; }
    footer a:hover, footer a:active, footer a:focus {
      color: #8caab8;
      border-bottom-color: #8caab8;
      text-decoration: none; }
  footer #support_email {
    font-size: 18px;
    font-weight: bold;
    border: none; }
    footer #support_email:hover, footer #support_email:active, footer #support_email:focus {
      color: #8caab8; }
  footer #latest_newsletter {
    border: none; }
  footer p {
    line-height: 1.2;
    margin-bottom: 0.5rem; }
    footer p a {
      font-size: 14px; }
  footer .footer-content {
    padding: 15px 0; }
  footer .footer-date {
    text-align: center;
    display: inline-block; }
    footer .footer-date .title {
      display: block;
      margin-bottom: 2px; }
    footer .footer-date .month {
      display: block;
      font-weight: 500;
      font-size: 24px;
      line-height: 1; }
    footer .footer-date .day {
      display: block;
      font-weight: 500;
      font-size: 48px;
      line-height: 1; }
  footer .horizontal-list li {
    display: inline-block; }
  footer .horizontal-list li + li:before {
    content: "|";
    margin: 0 10px;
    cursor: default; }
  footer h4 {
    margin: 0;
    padding: 12px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px; }
  footer h5 {
    padding-left: 15px;
    font-weight: bold;
    text-transform: uppercase; }
  footer a:hover {
    color: #ccc; }
  footer ul {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 0; }
  footer .network {
    margin-top: 1rem;
    padding-left: 0;
    font-size: 26px; }
    footer .network li {
      display: inline;
      margin-bottom: 0.5rem; }
      footer .network li:not(:last-child) {
        margin-right: 0.75rem; }
      footer .network li:not(:first-child) {
        margin-left: -5px; }
      footer .network li a {
        border: none;
        font-weight: normal; }
  footer #copyright {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    border-top: 1px solid white;
    font-size: 12px;
    text-align: center; }
    footer #copyright .dot {
      font-size: 16px;
      font-weight: bold;
      margin: 0 0.5rem; }
  footer #footer_catalog ul {
    padding-left: 0; }
    footer #footer_catalog ul a {
      font-weight: 500;
      border: none; }
  footer #footer_text #footer_text_container {
    background: url(//cdn.shopify.com/s/files/1/0014/1962/t/48/assets/bg-bigpixels.png?v=2838075266341920374) #f5f6fe repeat;
    background-size: 250px;
    position: relative;
    border-radius: 5px;
    padding: 10px;
    text-align: center; }
    footer #footer_text #footer_text_container svg {
      margin: 0 25px 5px;
      width: 70%; }
      footer #footer_text #footer_text_container svg #fan {
        fill: #4b6b8d; }
      footer #footer_text #footer_text_container svg #gamer {
        fill: #8caab8; }
      footer #footer_text #footer_text_container svg #japan {
        fill: #4b6b8d; }
    footer #footer_text #footer_text_container #footer_text_logo {
      display: block;
      width: 82%;
      margin: 0 auto; }
    footer #footer_text #footer_text_container #footer_text_title {
      display: block;
      font-weight: bolder;
      font-size: 28px;
      color: #4b6b8d;
      line-height: 1.1; }
    footer #footer_text #footer_text_container #footer_text_subtitle {
      display: block;
      font-weight: bold;
      font-size: 22px;
      color: #4b6b8d;
      line-height: 1.1;
      letter-spacing: 2px; }
    footer #footer_text #footer_text_container.dark-mode svg #fan, footer #footer_text #footer_text_container.dark-mode svg #gamer, footer #footer_text #footer_text_container.dark-mode svg #japan {
      fill: white; }
    footer #footer_text #footer_text_container.dark-mode #footer_text_title, footer #footer_text #footer_text_container.dark-mode #footer_text_subtitle {
      color: white; }

.sans {
  font-family: "Comic Sans W01 Regular", "Comic Sans MS", "Comic Sans";
  text-transform: lowercase; }

.papyrus {
  font-family: "Papyrus W01", "Papyrus";
  text-transform: uppercase; }

#hyperalert {
  text-align: center; }
  #hyperalert .modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #dfbb50;
    color: #7f6517; }
    #hyperalert .modal-header .glyphicon {
      font-size: 42px; }
  #hyperalert .modal-title {
    line-height: 1.2; }
  #hyperalert .modal-body {
    font-size: 24px; }
  #hyperalert .modal-footer {
    text-align: left; }
  #hyperalert .modal-footer > :not(:first-child) {
    margin-left: 0; }

#review_badge {
  float: right; }
  #review_badge .spr-badge {
    -webkit-animation: fadein 0.2s;
    -moz-animation: fadein 0.2s;
    -ms-animation: fadein 0.2s;
    -o-animation: fadein 0.2s;
    animation: fadein 0.2s; }
  #review_badge .spr-badge-caption {
    color: #4b6b8d !important;
    text-align: right;
    display: block;
    padding-right: 4px;
    font-weight: 200;
    line-height: 14px;
    font-size: 14px; }

#shopify-product-reviews {
  margin: 20px 0 !important; }

.spr-reviews {
  margin: 15px 0 0 0 !important; }

.spr-container {
  border: none !important;
  padding: 0 !important; }

.spr-review {
  padding: 15px 0 !important; }
  .spr-review:first-child {
    margin-top: 15px !important; }

.spr-header-title {
  margin: 0 !important; }

.spr-review-header-starratings {
  float: right; }

.spr-icon {
  color: #9cc334 !important; }

.spr-summary-caption {
  color: #4b6b8d !important; }

.spr-review-content {
  margin: 0 !important; }

.spr-review-content-body {
  line-height: inherit !important;
  font-size: inherit !important; }

.spr-review-header-title {
  color: #4b6b8d !important;
  font-size: 18px !important;
  margin: 0 !important; }

.spr-review-header-starratings {
  float: left !important;
  margin: 0 0.5rem 0 0 !important; }

.spr-review-header-byline {
  color: #829ebc !important;
  font-size: 14px !important;
  font-style: normal !important;
  opacity: 1 !important; }
  .spr-review-header-byline strong {
    font-weight: normal !important; }

.spr-review-content-body, .spr-review-reply-body, .spr-review-reply-shop {
  color: #4b6b8d !important;
  font-size: 16px !important; }

.spr-review-reply {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
  border-radius: 5px; }

.spr-pagination {
  color: #4b6b8d !important;
  font-size: 18px !important;
  padding: 20px 0 0 0 !important; }

.spr-summary-actions {
  font-size: 18px !important; }

.spr-form-title {
  font-size: 18px !important;
  color: #4b6b8d !important; }

.spr-form-label {
  font-size: 16px !important;
  color: #4b6b8d !important;
  font-weight: normal !important; }

.spr-form-input-text, .spr-form-input-textarea, .spr-form-input-email {
  color: #555 !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857 !important;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out;
  -ms-transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out;
  -o-transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out; }
  .spr-form-input-text:focus, .spr-form-input-textarea:focus, .spr-form-input-email:focus {
    border-color: #66afe9;
    outline: 0; }

.spr-button-primary {
  background-color: #4b6b8d !important;
  border-color: #4b6b8d !important;
  text-transform: uppercase;
  padding: 8px 14px !important;
  font-size: 16px !important; }
  .spr-button-primary:hover {
    background-color: #39526c !important;
    border-color: #39526c !important; }

.jdgm-form-sublabel {
  display: block;
  color: #6c757d; }

.jdgm-widget .jdgm-picture-fieldset__box {
  background-color: white; }

.jdgm-rev-widg__title {
  display: none; }

.jdgm-rev-widg.jdgm-rev-widg {
  margin-top: 15px !important; }

.jdgm-rev__icon {
  display: none; }

.jdgm-rev-widg__sort-wrapper {
  display: none; }

.jdgm-rev__buyer-badge {
  border-radius: 999px;
  vertical-align: baseline !important; }

.jdgm-star {
  color: #9cc334 !important; }

.jdgm-rev-widg__summary-stars {
  font-size: 20px;
  display: inline;
  margin-right: 0.25rem !important; }

.jdgm-rev-widg__summary-text {
  display: inline; }

.jdgm-rev__timestamp, .jdgm-rev__author {
  color: #829ebc !important;
  opacity: 1 !important;
  font-weight: normal; }

.jdgm-rev__title, .jdgm-rev__author, .jdgm-rev__body, .jdgm-rev-widg__summary-text {
  color: #4b6b8d; }

.jdgm-ask-question-btn {
  float: left;
  margin-right: 0.25rem !important;
  margin-left: 0 !important; }

.jdgm-write-rev-link, .jdgm-ask-question-btn {
  font-weight: bold;
  border: none !important;
  border-radius: 5px; }
  .jdgm-write-rev-link.close-form-btn, .jdgm-ask-question-btn.close-form-btn {
    background: #4b6b8d !important;
    color: white !important; }
  .jdgm-write-rev-link:hover, .jdgm-ask-question-btn:hover {
    text-decoration: none; }

.jdgm-widget label {
  color: #4b6b8d !important; }

.jdgm-widget input:not([type='submit']), .jdgm-widget textarea {
  border-radius: 4px !important;
  padding: 6px 12px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important; }

.jdgm-question-form-wrapper, .jdgm-form-wrapper {
  padding: 15px;
  border-radius: 5px;
  margin-top: 16px;
  background-color: #f8f9fa; }

.jdgm-question-form.info-added p {
  color: #4b6b8d;
  margin-bottom: 0.25rem; }

.jdgm-question-form.info-added hr {
  margin: 0.75rem 0; }

.jdgm-form__name-fieldset > label {
  margin-top: 0 !important; }

.btn_c {
  border-radius: 5px;
  background-color: #9cc334;
  color: white; }
  .btn_c:hover, .btn_c:focus, .btn_c:active {
    background-color: #7c9b29;
    color: white;
    text-decoration: none; }

.jdgm-subtab__name {
  color: #4b6b8d; }

.jdgm-ans {
  border-color: #9cc334 !important; }
  .jdgm-ans .jdgm-rev__timestamp, .jdgm-ans .jdgm-rev__br {
    display: none !important; }
  .jdgm-ans .jdgm-ans__body:before, .jdgm-ans .jdgm-quest__body:before {
    display: none; }

.jdgm-subtab__name.jdgm--active {
  font-weight: bold;
  border-color: #9cc334 !important; }

.jdgm-rev__header {
  display: inline-block; }
  .jdgm-rev__header .jdgm-rev__br {
    display: none; }
  .jdgm-rev__header .jdgm-rev__buyer-badge-wrapper, .jdgm-rev__header .jdgm-rev__author-wrapper {
    display: inline; }
  .jdgm-rev__header .jdgm-rev__buyer-badge-wrapper {
    margin-left: 5px; }
  .jdgm-rev__header .jdgm-rev__timestamp {
    display: inline-block; }
    .jdgm-rev__header .jdgm-rev__timestamp:first-letter {
      text-transform: uppercase; }
    .jdgm-rev__header .jdgm-rev__timestamp:after {
      display: inline-block;
      content: 'by';
      margin-left: 4px;
      color: #829ebc;
      font-weight: normal; }
  .jdgm-rev__header .jdgm-rev__buyer-badge-wrapper {
    float: right; }

.jdgm-quest-widg__questions .jdgm-rev__timestamp:after {
  content: ",";
  margin-left: 0; }
.jdgm-quest-widg__questions .jdgm-quest__asker:after {
  display: inline;
  content: "asked:";
  color: #829ebc;
  font-weight: normal; }
.jdgm-quest-widg__questions .jdgm-rev__replier:before {
  display: none; }
.jdgm-quest-widg__questions .jdgm-ans__content:after {
  display: block;
  margin-top: 0.75rem;
  content: "- Fangamer";
  color: #6c757d;
  font-weight: normal;
  font-style: italic;
  text-align: right; }

.jdgm-rev__reply {
  border-color: #9cc334 !important;
  margin-top: 0.5rem !important; }
  .jdgm-rev__reply .jdgm-rev__replier-wrapper {
    display: none; }
  .jdgm-rev__reply .jdgm-rev__reply-content {
    padding-top: 0.75rem;
    color: #4b6b8d !important; }
  .jdgm-rev__reply .jdgm-rev__reply-content:after {
    display: block;
    margin-top: 0.5rem;
    content: "- Fangamer";
    color: #6c757d;
    font-weight: normal;
    font-style: italic;
    text-align: right; }

.jdgm-preview-badge {
  display: inline-block;
  float: right;
  text-align: right;
  -webkit-animation: fadein 0.2s;
  -moz-animation: fadein 0.2s;
  -ms-animation: fadein 0.2s;
  -o-animation: fadein 0.2s;
  animation: fadein 0.2s; }
  .jdgm-preview-badge .jdgm-prev-badge__stars {
    display: block;
    font-size: 16px; }
    .jdgm-preview-badge .jdgm-prev-badge__stars .jdgm-star:not(:last-child) {
      padding-right: 2px !important; }
  .jdgm-preview-badge .jdgm-prev-badge__text {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #4b6b8d;
    font-weight: lighter; }

@media only screen and (max-width: 767px) {
  .jdgm-ask-question-btn, .jdgm-write-rev-link {
    display: inline-block !important;
    width: 48% !important;
    margin-bottom: 5px !important;
    margin-top: 10px !important;
    margin-left: 0 !important;
    text-align: center !important; } }
.jdgm-carousel-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #4b6b8d;
  margin-bottom: 2px; }

.jdgm-carousel-title-and-link .jdgm-carousel-title {
  display: none; }

.jdgm-all-reviews-rating-wrapper {
  font-size: 14px;
  color: #4b6b8d; }

.jdgm-carousel-wrapper {
  padding-top: 0 !important;
  padding-bottom: 1rem !important; }

.jdgm-carousel-wrapper .jdgm-carousel-item {
  position: relative;
  padding: 0 10px; }
  .jdgm-carousel-wrapper .jdgm-carousel-item:hover .jdgm-carousel-item__review, .jdgm-carousel-wrapper .jdgm-carousel-item:hover .jdgm-carousel-item__reviewer-name-wrapper {
    opacity: 1;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s; }

.jdgm-carousel-item__reviewer-name {
  opacity: 0.8; }

.jdgm-carousel-item__timestamp {
  opacity: 0.6; }

.jdgm-carousel-item__product {
  height: auto !important; }

.jdgm-carousel-item__product-image {
  height: 200px !important;
  width: 100% !important;
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: 5px; }

.jdgm-carousel-wrapper .jdgm-carousel-item__review {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 170px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  color: white;
  pointer-events: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .jdgm-carousel-wrapper .jdgm-carousel-item__review p {
    padding: 0 15px; }

.jdgm-carousel-item__reviewer-name-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 30px !important;
  color: white !important;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#pagination {
  margin-top: 1rem;
  font-weight: 500; }
  #pagination span, #pagination a {
    padding: 1rem;
    font-weight: 500;
    text-transform: uppercase; }
  #pagination span {
    cursor: default;
    color: #4b6b8d;
    font-weight: normal; }
  #pagination a {
    color: white; }
    #pagination a:hover, #pagination a:focus, #pagination a:active {
      color: #ccebf9;
      text-decoration: none; }
  #pagination .pages {
    background-color: #adbdd0;
    padding: 0.92rem 0;
    text-align: center; }
  #pagination .page {
    margin-left: -4px; }
  #pagination .empty-page {
    background-color: #adbdd0;
    display: block;
    padding: 0.92rem 0; }
  #pagination .page-item {
    min-width: 110px; }
  #pagination .next-page, #pagination .prev-page {
    background-color: #4b6b8d;
    color: white;
    padding: 1rem 1.5rem;
    letter-spacing: 2px; }
    #pagination .next-page:hover, #pagination .prev-page:hover {
      background-color: #6084ab;
      color: white; }
    #pagination .next-page:active, #pagination .prev-page:active {
      background-color: #39526c;
      color: white; }
    #pagination .next-page:focus, #pagination .prev-page:focus {
      color: white; }
  #pagination .next-page {
    border-left: 3px solid white; }
  #pagination .prev-page {
    border-right: 3px solid white; }
  @media only screen and (max-width: 576px) {
    #pagination {
      font-size: 16px; }
      #pagination .page-item {
        min-width: 40px; }
      #pagination span, #pagination a {
        padding: 1rem 0.4rem; }
      #pagination .next-page, #pagination .prev-page {
        padding: 1rem 0.4rem;
        letter-spacing: 0px;
        font-weight: 500; } }

#pagination_total {
  margin: 1rem 0;
  text-align: center;
  color: #6c757d; }

.fa-spin, .icon-spin {
  -webkit-animation: icon-spin 0.75s infinite linear;
  -moz-animation: icon-spin 0.75s infinite linear;
  -ms-animation: icon-spin 0.75s infinite linear;
  -o-animation: icon-spin 0.75s infinite linear;
  animation: icon-spin 0.75s infinite linear; }

#combo {
  margin-top: 0.5rem;
  padding: 10px;
  border: 2px solid #9cc334;
  border-radius: 5px;
  color: #4b6b8d;
  text-transform: uppercase; }
  #combo:hover {
    text-decoration: none;
    background-color: #9cc334;
    color: white; }
  #combo h5, #combo h6 {
    margin: 0; }
  #combo h6 {
    font-size: 12px; }
  #combo h5 {
    font-size: 14px;
    font-weight: bold; }
  #combo img {
    width: 48px;
    height: auto;
    margin-right: 0.5rem; }

.cart-empty {
  text-align: center;
  font-size: 18px;
  color: #6c757d;
  padding: 2rem 0;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .cart-empty p {
    margin: 0; }

@media only screen and (max-width: 576px) {
  #account .address-info-block, #orders .address-info-block {
    text-align: center; } }
#account .status_paid, #account .status_authorized, #account .status_filed, #account .status_pending,
#account .status_abandoned, #account .status_fulfilled, #account .status_partial, #account .status_unfulfilled,
#account .status_restocked, #account .status_voided, #account .status_refunded, #account .status_partially_fulfilled,
#account .status_partially_refunded, #orders .status_paid, #orders .status_authorized, #orders .status_filed, #orders .status_pending,
#orders .status_abandoned, #orders .status_fulfilled, #orders .status_partial, #orders .status_unfulfilled,
#orders .status_restocked, #orders .status_voided, #orders .status_refunded, #orders .status_partially_fulfilled,
#orders .status_partially_refunded {
  font-size: 12px;
  font-weight: 500;
  padding: 1px 4px;
  margin: 0;
  border-radius: 3px; }
#account .status_paid, #account .status_authorized, #account .status_fulfilled, #orders .status_paid, #orders .status_authorized, #orders .status_fulfilled {
  background-color: #80BD4E;
  color: white; }
#account .status_filed, #account .status_pending, #account .status_unfulfilled, #account .status_partially_fulfilled,
#account .status_partially_refunded, #orders .status_filed, #orders .status_pending, #orders .status_unfulfilled, #orders .status_partially_fulfilled,
#orders .status_partially_refunded {
  background-color: #EEEEEE;
  color: black; }
#account .status_abandoned, #account .status_voided, #account .status_refunded, #account .status_restocked, #orders .status_abandoned, #orders .status_voided, #orders .status_refunded, #orders .status_restocked {
  background-color: #AF9C7E;
  color: white; }
#account .border, #orders .border {
  margin-top: 0.5rem;
  border-top: 1px solid #4b6b8d;
  padding-top: 0.5rem; }
#account #order_cancelled_title, #orders #order_cancelled_title {
  margin-top: 0; }
#account #wish_list, #orders #wish_list {
  color: #4b6b8d; }
  #account #wish_list img, #orders #wish_list img {
    border-radius: 5px; }
  #account #wish_list h3, #orders #wish_list h3 {
    font-weight: 500; }
    #account #wish_list h3 a, #orders #wish_list h3 a {
      color: #4b6b8d; }
  #account #wish_list h4, #orders #wish_list h4 {
    font-weight: 400;
    font-size: 18px; }
  #account #wish_list h5, #orders #wish_list h5 {
    font-weight: 400;
    font-size: 14px; }
  #account #wish_list .price, #orders #wish_list .price {
    font-weight: 500;
    font-size: 24px;
    vertical-align: bottom;
    color: #9cc334; }

#cart, #account {
  color: #4b6b8d; }
  #cart .border, #account .border {
    margin-top: 0.5rem;
    border-top: 1px solid #4b6b8d;
    padding-top: 0.5rem; }
  #cart img, #account img {
    border-radius: 5px; }
  #cart h2, #account h2 {
    margin-top: 0;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 0.25rem;
    border-bottom: 3px solid #9cc334;
    text-transform: uppercase; }
    #cart h2 a, #account h2 a {
      color: #4b6b8d; }
  #cart h3, #account h3 {
    font-size: 18px;
    font-weight: 500; }
  #cart h4, #cart h5, #account h4, #account h5 {
    font-size: 16px;
    font-weight: 400; }
  #cart h3, #cart h4, #cart h5, #account h3, #account h4, #account h5 {
    margin-bottom: 0.25rem; }
  #cart .cart-price, #cart .quantity_text, #account .cart-price, #account .quantity_text {
    font-weight: 500;
    font-size: 20px;
    vertical-align: bottom; }
  #cart .quantity_text, #account .quantity_text {
    margin-right: 10px; }
  #cart .cart-price, #account .cart-price {
    color: #9cc334;
    margin-left: 10px; }
  #cart .line-total, #account .line-total {
    font-size: 20px;
    text-align: right; }
  #cart .times, #account .times {
    vertical-align: bottom; }
  #cart .quantity-n-price, #account .quantity-n-price {
    padding-right: 10px;
    text-align: right; }
  #cart .quantity-box, #account .quantity-box {
    width: 50px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    padding: 0.2rem 0.4rem; }
  #cart .line-item, #account .line-item {
    padding: 1rem 0;
    position: relative; }
    #cart .line-item:not(:first-child), #account .line-item:not(:first-child) {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    #cart .line-item .cart-image, #account .line-item .cart-image {
      width: 80px;
      height: 80px;
      margin-right: 0.5rem; }
    #cart .line-item a, #account .line-item a {
      color: #4b6b8d; }
  #cart #ship_zip_label, #account #ship_zip_label {
    padding-top: 7px;
    width: 100%;
    text-align: right; }
  #cart #check_shipping, #account #check_shipping {
    width: 100%; }
  #cart #ship_disclaimer, #account #ship_disclaimer {
    text-align: right;
    font-size: 12px; }
  #cart #cancel_calculation, #account #cancel_calculation {
    vertical-align: 25%;
    margin-right: 10px; }
  #cart .warning, #account .warning {
    color: #c00; }
    #cart .warning a, #account .warning a {
      color: #c00;
      text-decoration: underline; }
  #cart .charity-alert, #account .charity-alert {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    background-color: #00a0bf;
    color: white;
    border: none; }
    #cart .charity-alert img, #account .charity-alert img {
      float: left;
      max-width: 75px;
      height: auto;
      margin-left: -10px;
      margin-right: 15px;
      margin-top: -10px; }
      @media only screen and (min-width: 768px) {
        #cart .charity-alert img, #account .charity-alert img {
          margin-top: -20px; } }
    #cart .charity-alert a, #account .charity-alert a {
      color: white;
      font-weight: bold; }
  #cart .preorder-warning, #account .preorder-warning {
    background-color: #c93b49;
    border-radius: 5px;
    color: white;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 400; }
    #cart .preorder-warning strong, #cart .preorder-warning b, #account .preorder-warning strong, #account .preorder-warning b {
      font-weight: 500; }
    #cart .preorder-warning a, #account .preorder-warning a {
      color: white;
      text-decoration: underline; }
    #cart .preorder-warning p, #account .preorder-warning p {
      margin: 0; }
  #cart .warning-confirmation, #account .warning-confirmation {
    position: relative; }
    #cart .warning-confirmation .form-check, #account .warning-confirmation .form-check {
      border: 2px solid #c93b49;
      border-radius: 5px;
      margin-top: 0.5rem;
      padding: 0.25rem 0.5rem 0.25rem 2rem;
      color: #c93b49; }
  #cart .comments-fields label, #account .comments-fields label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4; }
  #cart .comments-fields textarea, #account .comments-fields textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 50px; }
  #cart .comments-fields .form-control, #account .comments-fields .form-control {
    margin-bottom: 0.5rem; }
  #cart .checkout, #account .checkout {
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
    background-color: #F2F4F6;
    border: 1px solid #e3e7ec;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative; }
    #cart .checkout .checkout-intercept, #account .checkout .checkout-intercept {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: -10px;
      margin-left: -10px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      background: #999999BB; }
      #cart .checkout .checkout-intercept span, #account .checkout .checkout-intercept span {
        color: white;
        background: #C93B49;
        border-radius: 5px;
        font-weight: bold;
        padding: 0.5rem;
        cursor: default; }
    #cart .checkout .btn, #account .checkout .btn {
      width: 100%;
      text-transform: uppercase;
      padding: 25px 10px; }
    #cart .checkout .additional-checkout-buttons > div, #account .checkout .additional-checkout-buttons > div {
      text-align: center; }
    #cart .checkout .additional-checkout-buttons p, #account .checkout .additional-checkout-buttons p {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 5px; }
    #cart .checkout .additional-checkout-button, #account .checkout .additional-checkout-button {
      width: 100% !important;
      margin: 5px 0 0 0 !important; }
    #cart .checkout .additional-checkout-button--paypal-express:hover, #account .checkout .additional-checkout-button--paypal-express:hover {
      background-color: #eca500 !important; }
  #cart .checkout-top, #account .checkout-top {
    background-color: white;
    border-left: 1px solid #e3e7ec;
    border-right: 1px solid #e3e7ec;
    border-top: 1px solid #e3e7ec;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 50px;
    padding: 10px; }
    #cart .checkout-top .border, #account .checkout-top .border {
      margin-top: 10px;
      margin-left: -10px;
      margin-right: -10px;
      padding-top: 10px;
      border-top: 1px solid #DFE3E9; }
  #cart .checkout-mid, #account .checkout-mid {
    background-color: white;
    border-left: 1px solid #e3e7ec;
    border-right: 1px solid #e3e7ec;
    border-top: 1px solid #e3e7ec;
    padding: 10px; }
    #cart .checkout-mid .border, #account .checkout-mid .border {
      margin-top: 10px;
      margin-left: -10px;
      margin-right: -10px;
      padding-top: 10px;
      border-top: 1px solid #DFE3E9; }
  #cart .sidebar-collapse, #account .sidebar-collapse {
    border-left: 1px solid #DFE3E9;
    border-right: 1px solid #DFE3E9;
    border-top: 1px solid #DFE3E9;
    width: 100%;
    text-align: right; }
    #cart .sidebar-collapse a, #account .sidebar-collapse a {
      display: block;
      width: 100%;
      padding: 10px;
      color: #4b6b8d;
      font-size: 20px;
      font-weight: 500; }
      #cart .sidebar-collapse a:not(.collapsed) .icon, #account .sidebar-collapse a:not(.collapsed) .icon {
        color: white;
        background-color: #556D80;
        border-radius: 5px; }
    #cart .sidebar-collapse a:hover, #cart .sidebar-collapse a:active, #cart .sidebar-collapse a:focus, #account .sidebar-collapse a:hover, #account .sidebar-collapse a:active, #account .sidebar-collapse a:focus {
      text-decoration: none; }
    #cart .sidebar-collapse a:hover, #account .sidebar-collapse a:hover {
      color: #8aa0b1; }
    #cart .sidebar-collapse .collapse-content, #account .sidebar-collapse .collapse-content {
      padding: 10px; }
      #cart .sidebar-collapse .collapse-content .border, #account .sidebar-collapse .collapse-content .border {
        margin-top: 10px;
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 10px;
        border-top: 1px solid #DFE3E9; }
    #cart .sidebar-collapse .collapse-container, #account .sidebar-collapse .collapse-container {
      border-top: 1px solid #e3e7ec;
      background-color: #FAFCFE; }
    #cart .sidebar-collapse .icon-truck, #account .sidebar-collapse .icon-truck {
      float: left;
      padding: 5px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      #cart .sidebar-collapse .icon-truck .shipping-calc-color, #account .sidebar-collapse .icon-truck .shipping-calc-color {
        fill: #556D80;
        stroke: #556D80;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
    #cart .sidebar-collapse a:not(.collapsed) .shipping-calc-color, #account .sidebar-collapse a:not(.collapsed) .shipping-calc-color {
      fill: white;
      stroke: white; }
    #cart .sidebar-collapse a:not(.collapsed) .shipping-calc-icon, #account .sidebar-collapse a:not(.collapsed) .shipping-calc-icon {
      background-color: #556D80;
      border-radius: 5px; }
  #cart #cart_right, #account #cart_right {
    margin-top: 28px; }

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes svgWhiteFade {
  from {
    fill: #ffffff; }

  to {
    fill: currentColor; } }

@-moz-keyframes svgWhiteFade {
  from {
    fill: #ffffff; }

  to {
    fill: currentColor; } }

@-webkit-keyframes svgWhiteFade {
  from {
    fill: #ffffff; }

  to {
    fill: currentColor; } }

@-ms-keyframes svgWhiteFade {
  from {
    fill: #ffffff; }

  to {
    fill: currentColor; } }

@-o-keyframes svgWhiteFade {
  from {
    fill: #ffffff; }

  to {
    fill: currentColor; } }

.icon-popout {
  animation: popout ease .5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: popout ease .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: popout ease .5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: popout ease .5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: popout ease .5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/ }

@keyframes popout {
  0% {
    opacity: 1;
    transform: scaleX(1) scaleY(1); }

  70% {
    opacity: 1;
    transform: scaleX(2) scaleY(2); }

  100% {
    opacity: 0;
    transform: scaleX(1) scaleY(1); } }

@-moz-keyframes popout {
  0% {
    opacity: 1;
    -moz-transform: scaleX(1) scaleY(1); }

  70% {
    opacity: 1;
    -moz-transform: scaleX(2) scaleY(2); }

  100% {
    opacity: 0;
    -moz-transform: scaleX(1) scaleY(1); } }

@-webkit-keyframes popout {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1); }

  70% {
    opacity: 1;
    -webkit-transform: scaleX(2) scaleY(2); }

  100% {
    opacity: 0;
    -webkit-transform: scaleX(1) scaleY(1); } }

@-o-keyframes popout {
  0% {
    opacity: 1;
    -o-transform: scaleX(1) scaleY(1); }

  70% {
    opacity: 1;
    -o-transform: scaleX(2) scaleY(2); }

  100% {
    opacity: 0;
    -o-transform: scaleX(1) scaleY(1); } }

@-ms-keyframes popout {
  0% {
    opacity: 1;
    -ms-transform: scaleX(1) scaleY(1); }

  70% {
    opacity: 1;
    -ms-transform: scaleX(2) scaleY(2); }

  100% {
    opacity: 0;
    -ms-transform: scaleX(1) scaleY(1); } }

.icon-throb {
  animation: throb .8s infinite ease;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: throb .8s infinite ease;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: throb .8s infinite ease;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: throb .8s infinite ease;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: throb .8s infinite ease;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/ }

@keyframes throb {
  0% {
    transform: scaleX(1) scaleY(1); }

  20% {
    transform: scaleX(1.25) scaleY(1.25); }

  40% {
    transform: scaleX(1.1) scaleY(1.1); }

  50% {
    transform: scaleX(1.15) scaleY(1.15); }

  70% {
    transform: scaleX(1) scaleY(1); }

  100% {
    transform: scaleX(1) scaleY(1); } }

@-moz-keyframes throb {
  0% {
    -moz-transform: scaleX(1) scaleY(1); }

  20% {
    -moz-transform: scaleX(1.25) scaleY(1.25); }

  40% {
    -moz-transform: scaleX(1.1) scaleY(1.1); }

  50% {
    -moz-transform: scaleX(1.15) scaleY(1.15); }

  70% {
    -moz-transform: scaleX(1) scaleY(1); }

  100% {
    -moz-transform: scaleX(1) scaleY(1); } }

@-webkit-keyframes throb {
  0% {
    -webkit-transform: scaleX(1) scaleY(1); }

  20% {
    -webkit-transform: scaleX(1.25) scaleY(1.25); }

  40% {
    -webkit-transform: scaleX(1.1) scaleY(1.1); }

  50% {
    -webkit-transform: scaleX(1.15) scaleY(1.15); }

  70% {
    -webkit-transform: scaleX(1) scaleY(1); }

  100% {
    -webkit-transform: scaleX(1) scaleY(1); } }

@-o-keyframes throb {
  0% {
    -o-transform: scaleX(1) scaleY(1); }

  20% {
    -o-transform: scaleX(1.25) scaleY(1.25); }

  40% {
    -o-transform: scaleX(1.1) scaleY(1.1); }

  50% {
    -o-transform: scaleX(1.15) scaleY(1.15); }

  70% {
    -o-transform: scaleX(1) scaleY(1); }

  100% {
    -o-transform: scaleX(1) scaleY(1); } }

@-ms-keyframes throb {
  0% {
    -ms-transform: scaleX(1) scaleY(1); }

  20% {
    -ms-transform: scaleX(1.25) scaleY(1.25); }

  40% {
    -ms-transform: scaleX(1.1) scaleY(1.1); }

  50% {
    -ms-transform: scaleX(1.15) scaleY(1.15); }

  70% {
    -ms-transform: scaleX(1) scaleY(1); }

  100% {
    -ms-transform: scaleX(1) scaleY(1); } }

.pulse {
  animation: pulse 1.5s ease-out;
  animation-iteration-count: infinite;
  -webkit-animation: pulse 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulse 1.5s ease-out;
  -moz-animation-iteration-count: infinite;
  opacity: 0.5; }

@keyframes pulse {
  0% {
    opacity: 0.5; }

  50% {
    opacity: 1.0; }

  100% {
    opacity: 0.5; } }

@-webkit-keyframes pulse {
  0% {
    opacity: 0.5; }

  50% {
    opacity: 1.0; }

  100% {
    opacity: 0.5; } }

@-moz-keyframes pulse {
  0% {
    opacity: 0.5; }

  50% {
    opacity: 1.0; }

  100% {
    opacity: 0.5; } }

.grow-and-pulse {
  -webkit-animation: grow-and-pulse 0.5s ease-out;
  -moz-animation: grow-and-pulse 0.5s ease-out;
  -ms-animation: grow-and-pulse 0.5s ease-out;
  -o-animation: grow-and-pulse 0.5s ease-out;
  animation: grow-and-pulse 0.5s ease-out; }

@keyframes grow-and-pulse {
  0% {
    transform: scaleX(1) scaleY(1);
    opacity: 1; }

  25% {
    transform: scaleX(1.2) scaleY(1.2);
    opacity: 0.75; }

  50% {
    transform: scaleX(1) scaleY(1);
    opacity: 1; }

  75% {
    transform: scaleX(1.1) scaleY(1.1);
    opacity: 0.75; }

  100% {
    transform: scaleX(1) scaleY(1);
    opacity: 1; } }

@-webkit-keyframes grow-and-pulse {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
    opacity: 1; }

  25% {
    -webkit-transform: scaleX(1.2) scaleY(1.2);
    opacity: 0.75; }

  50% {
    -webkit-transform: scaleX(1) scaleY(1);
    opacity: 1; }

  75% {
    -webkit-transform: scaleX(1.1) scaleY(1.1);
    opacity: 0.75; }

  100% {
    -webkit-transform: scaleX(1) scaleY(1);
    opacity: 1; } }

@-moz-keyframes grow-and-pulse {
  0% {
    transform: scaleX(1) scaleY(1);
    opacity: 1; }

  25% {
    -moz-transform: scaleX(1.2) scaleY(1.2);
    opacity: 0.75; }

  50% {
    -moz-transform: scaleX(1) scaleY(1);
    opacity: 1; }

  75% {
    -moz-transform: scaleX(1.1) scaleY(1.1);
    opacity: 0.75; }

  100% {
    -moz-transform: scaleX(1) scaleY(1);
    opacity: 1; } }

#pricing_and_sizes .replacement-combo .selector-wrapper .single-option-selector {
  width: 100%; }
  #pricing_and_sizes .replacement-combo .selector-wrapper .single-option-selector:not(:last-child) {
    margin-bottom: 0.5rem; }

#size_charts .size-link {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 5px; }

section.sidebar {
  color: #4b6b8d;
  padding: 0 1rem;
  margin-top: 1rem; }
  section.sidebar:first-child {
    margin-top: 0px; }
  section.sidebar > *:first-child {
    margin-top: 0px; }
  section.sidebar p b, section.sidebar p strong {
    font-weight: 500; }
  section.sidebar p .bigger {
    font-size: 18px;
    font-weight: 500; }
  section.sidebar h4 {
    margin-top: 15px; }
  section.sidebar ul {
    margin: 15px 0; }
    section.sidebar ul b, section.sidebar ul strong {
      font-weight: 500; }
    section.sidebar ul li {
      font-weight: 200;
      margin-bottom: 5px; }

#page, #account, #cart, #orders {
  color: #4b6b8d;
  margin-top: 1rem; }
  #page > div > h1, #account > div > h1, #cart > div > h1, #orders > div > h1 {
    margin-top: 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #4b6b8d;
    margin-bottom: 0.5rem; }
  #page .combo-tag, #account .combo-tag, #cart .combo-tag, #orders .combo-tag {
    display: block;
    height: 20px;
    margin-bottom: 0.25rem; }
    #page .combo-tag .combo-url, #account .combo-tag .combo-url, #cart .combo-tag .combo-url, #orders .combo-tag .combo-url {
      max-width: 90%;
      font-size: 12px;
      text-transform: uppercase;
      padding: 0 6px 0 0;
      border-radius: 4px;
      display: block;
      background-color: #4b6b8d;
      color: white;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      position: absolute;
      text-align: initial;
      font-weight: 500; }
      #page .combo-tag .combo-url:hover, #account .combo-tag .combo-url:hover, #cart .combo-tag .combo-url:hover, #orders .combo-tag .combo-url:hover {
        color: white;
        text-decoration: none;
        background-color: #54789e; }
  #page .combo-prefix, #account .combo-prefix, #cart .combo-prefix, #orders .combo-prefix {
    background-color: #92A3B3;
    color: white;
    display: inline-block;
    padding: 2px 6px;
    margin-right: 6px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 100%;
    left: 0;
    top: 0; }
  #page .item-buttons, #account .item-buttons, #cart .item-buttons, #orders .item-buttons {
    margin-top: 18px; }
    #page .item-buttons .btn, #account .item-buttons .btn, #cart .item-buttons .btn, #orders .item-buttons .btn {
      cursor: pointer;
      background: none;
      color: #42b5ea;
      text-align: right;
      padding: 2px 4px;
      font-weight: 400;
      font-size: 14px;
      -webkit-transition: color 0.15s ease-out;
      -moz-transition: color 0.15s ease-out;
      -ms-transition: color 0.15s ease-out;
      -o-transition: color 0.15s ease-out;
      transition: color 0.15s ease-out; }
      #page .item-buttons .btn:hover, #account .item-buttons .btn:hover, #cart .item-buttons .btn:hover, #orders .item-buttons .btn:hover {
        color: #8caab8;
        -webkit-transition: color 0s;
        -moz-transition: color 0s;
        -ms-transition: color 0s;
        -o-transition: color 0s;
        transition: color 0s; }
  #page #wish_list h4, #page #wish_list h5, #account #wish_list h4, #account #wish_list h5, #cart #wish_list h4, #cart #wish_list h5, #orders #wish_list h4, #orders #wish_list h5 {
    font-weight: 400; }
  #page #wish_list p, #account #wish_list p, #cart #wish_list p, #orders #wish_list p {
    margin-bottom: 5px; }
  @media only screen and (max-width: 576px) {
    #page #wish_list h4, #account #wish_list h4, #cart #wish_list h4, #orders #wish_list h4 {
      font-size: 18px; }
    #page #wish_list h5, #account #wish_list h5, #cart #wish_list h5, #orders #wish_list h5 {
      font-size: 14px; } }
  #page #wish_list .warning, #account #wish_list .warning, #cart #wish_list .warning, #orders #wish_list .warning {
    color: #c00; }
    #page #wish_list .warning a, #account #wish_list .warning a, #cart #wish_list .warning a, #orders #wish_list .warning a {
      color: #c00;
      text-decoration: underline; }
  #page #wish_list .add-wish, #account #wish_list .add-wish, #cart #wish_list .add-wish, #orders #wish_list .add-wish {
    font-size: 16px;
    text-transform: uppercase; }
  #page #wish_list .manage-list, #account #wish_list .manage-list, #cart #wish_list .manage-list, #orders #wish_list .manage-list {
    background: none;
    font-weight: normal;
    font-size: 14px;
    color: #42b5ea; }
    #page #wish_list .manage-list:hover, #account #wish_list .manage-list:hover, #cart #wish_list .manage-list:hover, #orders #wish_list .manage-list:hover {
      color: #f00; }
  #page #wish_list .row, #account #wish_list .row, #cart #wish_list .row, #orders #wish_list .row {
    position: relative; }
  #page #wish_list .full-alert, #account #wish_list .full-alert, #cart #wish_list .full-alert, #orders #wish_list .full-alert {
    opacity: 0;
    z-index: 10;
    background-color: white;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    font-size: 24px;
    vertical-align: middle;
    text-align: center;
    padding: 1em; }
    #page #wish_list .full-alert form, #account #wish_list .full-alert form, #cart #wish_list .full-alert form, #orders #wish_list .full-alert form {
      display: none; }

#page h1 {
  margin-top: 2rem;
  margin-bottom: 1rem; }
#page .body {
  font-size: 18px; }
  #page .body p img {
    max-width: 100%;
    height: auto; }
  #page .body table {
    margin: 20px 0;
    width: 100%;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 12px; }
    #page .body table th, #page .body table td {
      padding: 5px;
      border: 1px solid #dee2e6; }
    #page .body table th {
      font-weight: bold;
      text-align: center; }
    #page .body table > tbody > tr:nth-child(odd) {
      background-color: #f9f9f9; }

#kindling {
  color: #9cc334; }
  #kindling h1, #kindling h3, #kindling h4 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 0.5rem; }
    #kindling h1.text-left, #kindling h3.text-left, #kindling h4.text-left {
      text-align: left; }
  #kindling h4 {
    text-align: left; }
  #kindling > div > h1 {
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #9cc334;
    margin-bottom: 20px; }
  #kindling h1 a {
    color: #9cc334; }
  #kindling .byline {
    margin-top: 1rem; }
  #kindling .alert {
    font-size: 128.57143%;
    text-align: center; }
  #kindling .alert-dismissible .close {
    top: 3px; }
  #kindling .body {
    font-family: "Helvetica Neue",Helvetica,sans-serif; }
    #kindling .body img {
      max-width: 100%;
      height: auto; }
    #kindling .body p, #kindling .body ul, #kindling .body figure {
      margin: 0.5rem 0; }
      #kindling .body p a, #kindling .body ul a, #kindling .body figure a {
        word-break: break-all; }
        #kindling .body p a.regbreak, #kindling .body ul a.regbreak, #kindling .body figure a.regbreak {
          word-break: normal; }
    #kindling .body p {
      font-size: 128.57143%; }
      #kindling .body p b, #kindling .body p strong {
        font-weight: bold; }
      #kindling .body p .bigger {
        font-size: 150%; }
    #kindling .body ul, #kindling .body ol {
      padding-left: 20px;
      margin: 15px 0; }
      #kindling .body ul b, #kindling .body ul strong, #kindling .body ol b, #kindling .body ol strong {
        font-weight: bold; }
      #kindling .body ul li, #kindling .body ol li {
        font-size: 128.57143%;
        margin-bottom: 5px; }
        #kindling .body ul li ul li, #kindling .body ol li ul li {
          font-size: 100%; }
  #kindling .form-kindling {
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 114.28571%; }
    #kindling .form-kindling label {
      line-height: 100%;
      display: block; }
    #kindling .form-kindling .help-block {
      color: #999;
      margin: 10px 0; }
      #kindling .form-kindling .help-block.error-text {
        color: #c93b49; }
    #kindling .form-kindling .radio label, #kindling .form-kindling .checkbox label {
      display: inline-block;
      line-height: 1.42857; }
    #kindling .form-kindling .k-form-group {
      margin-bottom: 30px; }
      #kindling .form-kindling .k-form-group input.form-control, #kindling .form-kindling .k-form-group select.form-control {
        height: 42px; }
      #kindling .form-kindling .k-form-group.lonely-checkbox {
        margin-bottom: 25px;
        margin-top: -5px; }
      #kindling .form-kindling .k-form-group.has-error {
        color: #c93b49; }
  #kindling .tier, #kindling .addon_select, #kindling .checkout_sidebar {
    color: #9cc334;
    border-radius: 5px;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    display: block;
    background-color: #f7fafa;
    padding: 25px;
    line-height: 166%;
    margin: 0.5rem 0; }
    #kindling .tier .toppic, #kindling .addon_select .toppic, #kindling .checkout_sidebar .toppic {
      height: auto;
      max-width: calc(100% + 50px);
      margin: -25px -25px 25px -25px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    #kindling .tier .title, #kindling .addon_select .title, #kindling .checkout_sidebar .title {
      font-weight: bold; }
    #kindling .tier .price, #kindling .addon_select .price, #kindling .checkout_sidebar .price {
      font-weight: bold; }
  #kindling .tier {
    font-size: 114.28571%; }
    #kindling .tier .title {
      font-size: 112.5%; }
    #kindling .tier .desc {
      margin-left: 10px; }
    #kindling .tier:first-child {
      margin-top: 0; }
  #kindling .addon_select {
    padding: 20px; }
    #kindling .addon_select .toppic {
      max-width: calc(100% + 40px);
      margin: -20px -20px 20px -20px; }
    #kindling .addon_select .title {
      font-size: 114.28571%; }
    #kindling .addon_select .desc {
      font-size: 92.85714%;
      line-height: 150%; }
  #kindling a.tier, #kindling a.addon_select, #kindling form.tier, #kindling form.addon_select {
    cursor: pointer;
    transition: background-color 0.5s; }
    #kindling a.tier .btn.btn-success, #kindling a.addon_select .btn.btn-success, #kindling form.tier .btn.btn-success, #kindling form.addon_select .btn.btn-success {
      transition: background-color 0.5s; }
    #kindling a.tier:hover, #kindling a.addon_select:hover, #kindling form.tier:hover, #kindling form.addon_select:hover {
      text-decoration: none;
      background-color: #e7eaea; }
  #kindling .checkout_sidebar {
    line-height: 125%;
    margin-top: 0; }
    #kindling .checkout_sidebar h3 {
      text-align: left; }
    #kindling .checkout_sidebar .title {
      margin-bottom: 5px; }
    #kindling .checkout_sidebar .price {
      font-weight: normal;
      white-space: nowrap;
      text-align: right; }
  #kindling #add, #kindling #hyperalert_submit {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0 7px;
    margin: 0 50px 0.5rem;
    background: #9cc334;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    color: #fff; }
    #kindling #add.disabled, #kindling #add[disabled], fieldset[disabled] #kindling #add, #kindling #hyperalert_submit.disabled, #kindling #hyperalert_submit[disabled], fieldset[disabled] #kindling #hyperalert_submit {
      background: #cde294; }
  #kindling .no-bottom {
    padding-bottom: 0;
    margin-bottom: 0; }
  #kindling .border-bottom {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #4b6b8d;
    margin-bottom: 25px; }
  #kindling .preradio {
    margin-bottom: 0; }
  #kindling .radio {
    padding-top: 0; }
  #kindling .checkbox label {
    font-weight: bold; }
  #kindling .big-bg {
    text-shadow: 0px 0px 5px black, 0px 0px 5px black; }
  #kindling .mini-bg {
    margin: 0 0 25px 0;
    padding: 25px; }
  #kindling hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #4b6b8d; }
  #kindling .header-text-body p {
    font-size: 128.57143%;
    padding-bottom: 20px;
    margin-bottom: 10px; }
  #kindling .header-text-body h3 {
    padding-bottom: 20px;
    margin-bottom: 10px; }
  #kindling .header-text-body .border-bottom {
    margin-bottom: 25px; }
  #kindling .header-text-body h3 + p {
    margin-top: -10px; }
  #kindling .btn-checkout {
    text-transform: uppercase;
    padding: 25px; }
  #kindling .input-box .input-box-addon {
    height: 60px;
    padding: 0 15px;
    line-height: 60px;
    font-size: 128.57143%;
    border: 1px solid #ccc;
    border-right: none;
    border-top: none;
    float: left;
    width: 25%;
    white-space: nowrap;
    overflow: hidden; }
    @media only screen and (max-width: 576px) {
      #kindling .input-box .input-box-addon {
        font-size: 100%; } }
  #kindling .input-box .input-box-control {
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 60px;
    padding: 0 0 0 5px;
    line-height: 60px;
    font-size: 128.57143%;
    width: 75%;
    background: transparent; }
    #kindling .input-box .input-box-control[disabled] {
      color: #adc0d3;
      -webkit-text-fill-color: #adc0d3; }
  #kindling .input-box .input-box-addon-wider {
    width: 40%; }
  #kindling .input-box .input-box-addon-wider + .input-box-control {
    width: 60%; }
  #kindling .input-box select.input-box-control {
    background: transparent url(//cdn.shopify.com/s/files/1/0014/1962/t/48/assets/updown.png?13097) no-repeat 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none; }
    #kindling .input-box select.input-box-control[disabled] {
      background: none; }
  #kindling .input-boxen .alert {
    border-radius: 0;
    margin: 0; }
  #kindling .input-boxen .input-box:first-child {
    margin-top: 25px; }
    #kindling .input-boxen .input-box:first-child .input-box-addon {
      border-top-left-radius: 10px;
      border-top: 1px solid #ccc; }
    #kindling .input-boxen .input-box:first-child .input-box-control {
      border-top-right-radius: 10px;
      border-top: 1px solid #ccc; }
  #kindling .input-boxen .input-box:last-child {
    margin-bottom: 25px; }
    #kindling .input-boxen .input-box:last-child .input-box-addon {
      border-bottom-left-radius: 10px; }
    #kindling .input-boxen .input-box:last-child .input-box-control {
      border-bottom-right-radius: 10px; }
  #kindling #cart h4 {
    margin-bottom: 10px; }
  #kindling #cart .slimmer-li .image-col .img-responsive {
    max-height: 120px; }
  #kindling #cart .slimmer-li .center-parent {
    height: 120px; }
  #kindling #cart .line-total .price {
    min-width: 62px;
    display: inline-block; }
  #kindling #cart .line-total + .line-total {
    margin-top: 8px; }
  #kindling #cart .line-total.center {
    text-align: center; }
  @media only screen and (max-width: 576px) {
    #kindling #cart h2 {
      font-size: 14px; }
    #kindling #cart h4 {
      font-size: 12px; }
    #kindling #cart h5 {
      font-size: 10px; } }
  #kindling section.sidebar h3 {
    text-align: left; }
  #kindling section.sidebar .body p {
    font-weight: 200;
    font-size: 142.85714%; }

.login-form {
  max-width: 320px;
  margin: auto; }

#size_charts .size-link {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 5px; }

.content-warning {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(69, 69, 69, 0.85);
  z-index: 10;
  text-align: center; }
  .content-warning .content-warning-inner {
    color: white;
    font-size: 18px;
    background-color: #646464;
    margin-top: 25%;
    padding: 30px 15px; }
    @media only screen and (max-width: 576px) {
      .content-warning .content-warning-inner {
        margin-top: 5%; } }

#sale_takeover #sale_banner {
  position: relative;
  width: 100%;
  display: block;
  text-align: center; }
  #sale_takeover #sale_banner a {
    display: block; }
  #sale_takeover #sale_banner img:not(.homepage-collection-hero-background) {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  #sale_takeover #sale_banner img.foreground {
    margin: auto;
    z-index: 1; }
#sale_takeover h2 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid #9cc334;
  text-transform: uppercase;
  color: #4b6b8d; }
#sale_takeover #sale_disclaimer {
  font-size: 12px;
  color: #6c757d;
  line-height: 1.3;
  margin-top: 1rem;
  padding: 0 1rem; }

#sale_info {
  margin-top: 2rem;
  font-size: 18px;
  line-height: 1.4;
  color: #4b6b8d; }
  #sale_info ul {
    padding-left: 1.25rem; }

@media only screen and (min-width: 768px) {
  #sale_takeover.layered {
    max-height: 480px;
    margin-bottom: 0.75rem; }
    #sale_takeover.layered .item, #sale_takeover.layered .carousel-cell, #sale_takeover.layered .collection-hero-item {
      height: 480px; }
      #sale_takeover.layered .item.moderately-big, #sale_takeover.layered .carousel-cell.moderately-big, #sale_takeover.layered .collection-hero-item.moderately-big {
        height: 360px; }
      #sale_takeover.layered .item.not-as-big, #sale_takeover.layered .carousel-cell.not-as-big, #sale_takeover.layered .collection-hero-item.not-as-big {
        height: 240px; }
      #sale_takeover.layered .item img:not(.injectable), #sale_takeover.layered .carousel-cell img:not(.injectable), #sale_takeover.layered .collection-hero-item img:not(.injectable) {
        width: 100%;
        max-height: 480px;
        object-fit: cover;
        z-index: -1;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
        #sale_takeover.layered .item img:not(.injectable).foreground, #sale_takeover.layered .carousel-cell img:not(.injectable).foreground, #sale_takeover.layered .collection-hero-item img:not(.injectable).foreground {
          object-fit: contain;
          max-height: 460px;
          margin: auto !important; }
      #sale_takeover.layered .item .homepage-collection-hero-background, #sale_takeover.layered .carousel-cell .homepage-collection-hero-background, #sale_takeover.layered .collection-hero-item .homepage-collection-hero-background {
        margin: 0;
        height: 100%; } }

.embedded-product {
  padding: 1rem 0;
  margin-bottom: 4rem; }
  .embedded-product #product_info_container {
    background: white;
    border-radius: 10px;
    padding: 0.75rem 1rem; }
  .embedded-product #wish_list {
    display: none; }
  .embedded-product #product_description p:last-child {
    margin: 0; }

#launch_schedule {
  margin-bottom: 3rem; }
  #launch_schedule h4, #launch_schedule h5 {
    color: #4b6b8d;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    #launch_schedule .row {
      margin: 0; } }
  #launch_schedule .launch-schedule-item {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 1rem 0;
    height: 88px;
    -webkit-transition: padding 0.15s ease-out;
    -moz-transition: padding 0.15s ease-out;
    -ms-transition: padding 0.15s ease-out;
    -o-transition: padding 0.15s ease-out;
    transition: padding 0.15s ease-out; }
    #launch_schedule .launch-schedule-item:hover {
      padding: 0; }
      #launch_schedule .launch-schedule-item:hover .collection-logo {
        padding: 2rem 1rem;
        -webkit-transition: padding 0.15s ease-out, fill 0s, color 0s, background-color 0s;
        -moz-transition: padding 0.15s ease-out, fill 0s, color 0s, background-color 0s;
        -ms-transition: padding 0.15s ease-out, fill 0s, color 0s, background-color 0s;
        -o-transition: padding 0.15s ease-out, fill 0s, color 0s, background-color 0s;
        transition: padding 0.15s ease-out, fill 0s, color 0s, background-color 0s; }
    #launch_schedule .launch-schedule-item .collection-logo {
      position: relative;
      color: #4b6b8d;
      display: block;
      width: 100%;
      padding: 1rem;
      -webkit-transition: padding 0.15s ease-out, fill 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out;
      -moz-transition: padding 0.15s ease-out, fill 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out;
      -ms-transition: padding 0.15s ease-out, fill 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out;
      -o-transition: padding 0.15s ease-out, fill 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out;
      transition: padding 0.15s ease-out, fill 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out; }
      #launch_schedule .launch-schedule-item .collection-logo .svg-container {
        position: absolute;
        height: 72px;
        width: 200px;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        text-align: right; }
        #launch_schedule .launch-schedule-item .collection-logo .svg-container svg, #launch_schedule .launch-schedule-item .collection-logo .svg-container img {
          margin-left: auto;
          height: 100%;
          max-width: 100%;
          fill: #4b6b8d; }
        @media only screen and (max-width: 768px) {
          #launch_schedule .launch-schedule-item .collection-logo .svg-container {
            width: 120px; } }
      #launch_schedule .launch-schedule-item .collection-logo:not(:hover) {
        background-color: #e1e8ec !important; }
      #launch_schedule .launch-schedule-item .collection-logo:hover {
        color: white;
        text-decoration: none; }
        #launch_schedule .launch-schedule-item .collection-logo:hover svg {
          fill: white; }
  #launch_schedule .launch-schedule-footer-banners img {
    border-radius: 10px;
    margin-bottom: 1rem; }

#cart_sale {
  padding: 1rem 0;
  margin-bottom: 1rem;
  color: #4b6b8d;
  font-weight: 500; }
  #cart_sale p:last-child {
    margin-bottom: 0;
    line-height: 1.1; }
  #cart_sale img {
    margin-bottom: 0.25rem;
    border-radius: 5px; }
    @media only screen and (max-width: 768px) {
      #cart_sale img {
        margin: 0 auto 0.5rem; } }
  #cart_sale #cart_sale_container {
    padding: 0.75rem 1rem;
    background: #f6fbff;
    border-radius: 5px; }
  #cart_sale #cart_sale_header {
    background-color: white;
    padding: 1rem;
    border-radius: 5px; }

.nav-sale, #nav_sale_xs {
  margin-top: 1rem;
  text-align: center;
  display: block; }
  .nav-sale img, #nav_sale_xs img {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    border-radius: 5px; }
  .nav-sale h6, .nav-sale p, #nav_sale_xs h6, #nav_sale_xs p {
    text-align: left;
    color: #4b6b8d;
    padding-left: 24px;
    -webkit-transition: color 0.15s ease-out;
    -moz-transition: color 0.15s ease-out;
    -ms-transition: color 0.15s ease-out;
    -o-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out; }
  .nav-sale h6, #nav_sale_xs h6 {
    margin-top: 0.5rem;
    margin-bottom: 0; }
  .nav-sale p, #nav_sale_xs p {
    margin-bottom: 0; }
  .nav-sale:hover, #nav_sale_xs:hover {
    text-decoration: none; }
    .nav-sale:hover h6, .nav-sale:hover p, #nav_sale_xs:hover h6, #nav_sale_xs:hover p {
      color: #829ebc;
      -webkit-transition: color 0s;
      -moz-transition: color 0s;
      -ms-transition: color 0s;
      -o-transition: color 0s;
      transition: color 0s; }
    .nav-sale:hover img, #nav_sale_xs:hover img {
      opacity: 0.9;
      -webkit-transition: opacity 0s;
      -moz-transition: opacity 0s;
      -ms-transition: opacity 0s;
      -o-transition: opacity 0s;
      transition: opacity 0s; }

.flash-bg {
  -webkit-animation: flashBG 2s ease-out;
  -moz-animation: flashBG 2s ease-out;
  -ms-animation: flashBG 2s ease-out;
  -o-animation: flashBG 2s ease-out;
  animation: flashBG 2s ease-out; }

@keyframes flashBG {
  0% {
    background-color: #d6e8a8; }

  100% {
    background-color: #F2F4F6; } }

#added_to_cart {
  margin-top: 0.5rem;
  text-align: center;
  color: #4b6b8d; }

.fly {
  overflow: hidden;
  position: absolute;
  opacity: 0;
  color: #9cc334;
  font-size: 24px;
  z-index: 1031; }

.popover {
  font-family: 'Brandon Grotesque W01', Verdana, sans-serif; }
  .popover span {
    vertical-align: middle; }
  .popover .popover-body {
    color: #4b6b8d;
    font-weight: 500; }
  .popover .popover-close {
    background: #c93b49;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    padding: 0.1rem; }
    .popover .popover-close:hover {
      cursor: pointer;
      background-color: #d4636e; }

img.injectable {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

html.js img.injectable {
  opacity: 0; }

#ce_head {
  padding: 0;
  position: relative;
  z-index: 1; }

#ce_head_contents .row {
  padding: 30px 0;
  margin: 0; }
#ce_head_contents #product_left {
  -webkit-order: 1;
  order: 1; }
#ce_head_contents #product_info {
  padding: 0;
  -webkit-order: 2;
  order: 2; }
#ce_head_contents #product_info_container {
  padding: 20px; }
#ce_head_contents #pricing_and_sizes #wish_list #login {
  border-radius: 5px; }
#ce_head_contents #pricing_and_sizes .combo {
  color: white; }
#ce_head_contents #pricing_and_sizes .notice {
  padding: 10px 15px; }
#ce_head_contents #pricing_and_sizes #addons {
  border: none;
  margin-top: 5px; }
  #ce_head_contents #pricing_and_sizes #addons label {
    color: white;
    background: none;
    left: 8px; }
#ce_head_contents #product_info header h1 {
  font-size: 24px; }
#ce_head_contents #product_info header h2 {
  display: none; }
#ce_head_contents #low_stock {
  margin-top: 1rem;
  margin-bottom: 0; }
@media only screen and (max-width: 768px) {
  #ce_head_contents {
    padding: 15px 0; }
    #ce_head_contents #ce_header {
      margin-bottom: 20px; } }

#ce_header .has-long {
  text-align: center; }
  #ce_header .has-long img.long {
    margin: 0 auto; }
#ce_header .has-long > img:not(.long) {
  display: block; }
#ce_header .has-long > img.long {
  display: none; }
@media only screen and (max-width: 1200px) {
  #ce_header .has-long > img:not(.long) {
    display: none; }
  #ce_header .has-long > img.long {
    display: block; } }
@media only screen and (max-width: 767px) {
  #ce_header .has-long > img:not(.long) {
    display: block; }
  #ce_header .has-long > img.long {
    display: none; } }

#ce_video_container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  -webkit-animation: fadein 1s ease-in-out;
  -moz-animation: fadein 1s ease-in-out;
  -ms-animation: fadein 1s ease-in-out;
  -o-animation: fadein 1s ease-in-out;
  animation: fadein 1s ease-in-out; }
  @media only screen and (max-width: 767px) {
    #ce_video_container {
      max-height: 400px; } }

#ce_video {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover; }

#ce_image_container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  -webkit-animation: fadein 2.5s ease-in-out;
  -moz-animation: fadein 2.5s ease-in-out;
  -ms-animation: fadein 2.5s ease-in-out;
  -o-animation: fadein 2.5s ease-in-out;
  animation: fadein 2.5s ease-in-out; }
  @media only screen and (max-width: 767px) {
    #ce_image_container {
      max-height: 400px; } }

#ce_image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover; }

#ce_mid {
  z-index: 2;
  padding: 10px 0;
  margin-bottom: 15px;
  background-color: #4b6b8d; }

#ce_banner {
  text-align: center;
  margin-bottom: 15px; }
  #ce_banner img {
    max-height: 400px; }
  #ce_banner svg {
    padding: 20px 50px;
    max-width: 100%; }

#ce_logo {
  position: absolute;
  bottom: 15px;
  right: 30px; }

#ce_description p, #ce_description ul {
  margin-bottom: 0; }

#ce_description ul {
  padding: 20px;
  list-style-type: none; }

#ce_description li a {
  font-weight: bold; }

#ce_description li:not(:last-child) {
  margin-bottom: 10px; }

#ce_description li:before {
  content: "+";
  color: #42b5ea;
  padding-right: 5px; }

#ce_gallery img, #ce_gallery video {
  border-radius: 2px;
  height: 160px;
  width: 240px; }
#ce_gallery .carousel-cell {
  margin-right: 10px; }
  #ce_gallery .carousel-cell a.item {
    display: block; }
  #ce_gallery .carousel-cell .icon {
    position: absolute;
    right: 0;
    left: 0;
    top: 42px;
    text-align: center;
    z-index: 10;
    pointer-events: none;
    color: white;
    font-size: 72px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    transition: color 0.15s ease-out; }
  #ce_gallery .carousel-cell a.item:hover .icon {
    color: red;
    transition: color 0s; }
#ce_gallery .flickity-button-icon {
  fill: white; }
#ce_gallery:hover .flickity-prev-next-button {
  opacity: 0.75; }
#ce_gallery .flickity-prev-next-button {
  background: #4b6b8d;
  opacity: 0.25;
  transition: opacity 0.15s ease-out; }
  #ce_gallery .flickity-prev-next-button:hover {
    opacity: 1; }
  #ce_gallery .flickity-prev-next-button:active {
    opacity: 0.8; }

#ce_page {
  z-index: 2; }
  #ce_page .header-bar {
    border-bottom-width: 2px; }
  #ce_page .ce-description-game-logo {
    padding: 10px;
    margin-bottom: 1rem;
    width: 100%; }
  @media only screen and (max-width: 767px) {
    #ce_page #ce_description {
      -webkit-order: 2;
      order: 2; }
    #ce_page #normal_description {
      -webkit-order: 1;
      order: 1; }
      #ce_page #normal_description #product_description {
        margin-top: 10px; } }

.ce-divider {
  line-height: 0.5;
  text-align: center;
  overflow: hidden;
  height: 30px;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 25px !important; }
  .ce-divider span {
    display: inline-block;
    position: relative;
    letter-spacing: 2px; }
    .ce-divider span:before, .ce-divider span:after {
      content: "";
      position: absolute;
      height: 4px;
      border-bottom: 2px solid white;
      top: 0;
      width: 600px; }
    .ce-divider span:before {
      right: 100%;
      margin-right: 15px; }
    .ce-divider span:after {
      left: 100%;
      margin-left: 15px; }
  .ce-divider.limited {
    color: #42b5ea; }
    .ce-divider.limited span:before, .ce-divider.limited span:after {
      border-color: #42b5ea; }
  @media only screen and (max-width: 576px) {
    .ce-divider {
      line-height: 1.2;
      height: auto;
      margin-bottom: 25px !important; }
      .ce-divider span:before, .ce-divider span:after {
        display: none; } }

.ce-included {
  margin-top: 10px; }

.ce-item {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  -webkit-transition: background 0.15s ease-in;
  -moz-transition: background 0.15s ease-in;
  -ms-transition: background 0.15s ease-in;
  -o-transition: background 0.15s ease-in;
  transition: background 0.15s ease-in; }
  .ce-item.limited {
    background: rgba(49, 76, 104, 0.75); }
  .ce-item:hover {
    color: white;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: background 0s;
    -moz-transition: background 0s;
    -ms-transition: background 0s;
    -o-transition: background 0s;
    transition: background 0s; }
    .ce-item:hover.limited {
      background: rgba(75, 100, 150, 0.85); }
  .ce-item img {
    width: auto;
    height: 180px;
    margin: -35px auto 0;
    pointer-events: none; }
  .ce-item > span {
    display: block;
    margin-top: -10px;
    padding: 5px 15px 10px;
    min-height: 54px;
    line-height: 1.2; }

#ce_related {
  margin-top: 15px; }

#ce_game_description {
  margin-top: 15px; }
  #ce_game_description .row {
    margin-top: 30px; }
  #ce_game_description .embed-responsive {
    margin-bottom: 10px; }
  #ce_game_description h2 {
    text-align: center;
    margin-bottom: 15px; }
  #ce_game_description h3 {
    font-size: 18px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      #ce_game_description h3 {
        margin-top: 20px; } }
  #ce_game_description img {
    border-radius: 2px;
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-in;
    -moz-transition: opacity 0.15s ease-in;
    -ms-transition: opacity 0.15s ease-in;
    -o-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in; }
    #ce_game_description img:hover {
      opacity: 0.9;
      -webkit-transition: opacity 0s;
      -moz-transition: opacity 0s;
      -ms-transition: opacity 0s;
      -o-transition: opacity 0s;
      transition: opacity 0s; }
  @media only screen and (max-width: 768px) {
    #ce_game_description .game-image {
      -webkit-order: 1;
      order: 1; }
    #ce_game_description .game-text {
      -webkit-order: 2;
      order: 2; } }

.esrb-info {
  display: block;
  text-align: right;
  width: auto;
  max-width: 80%;
  margin-left: auto; }
  .esrb-info .esrb-main {
    width: 100%; }
    .esrb-info .esrb-main img {
      display: inline-block;
      float: left;
      height: 80px;
      width: auto;
      padding-right: 5px;
      margin-left: 3px;
      margin-top: 3px; }
    .esrb-info .esrb-main p {
      min-height: 85px;
      border: 5px solid black;
      margin: 0;
      font-size: 10pt;
      font-family: Arial, sans-serif;
      color: black;
      background: white;
      text-align: left;
      line-height: 1.2;
      padding: 5px 10px !important; }
  .esrb-info .esrb-extra {
    border-left: 3px solid black;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    padding: 3px;
    text-align: center;
    width: 100%;
    font-size: 10pt;
    font-family: Arial, sans-serif;
    color: black;
    background: white; }

#ce_credits ul {
  list-style: none;
  padding: 0;
  margin-top: 10px; }
  #ce_credits ul li {
    padding: 0; }

@media only screen and (max-width: 768px) {
  #ce_head .row {
    padding: 15px 0; }

  #ce_page {
    padding: 10px; }

  .col-sm-6:not(:first-child) .ce-item {
    margin-top: 30px; }

  .ce-page #product_page.container {
    padding: 0; }

  #ce_banner {
    padding-bottom: 30px; }
    #ce_banner svg {
      padding: 20px;
      margin-top: -15px; }

  #ce_logo {
    display: none; }

  #ce_mid {
    padding: 5px 0; }

  #ce_gallery .carousel-cell {
    margin-right: 5px; }
  #ce_gallery img {
    height: 120px;
    width: 180px; }
  #ce_gallery .flickity-prev-next-button {
    display: none; }

  .ce-item:after {
    content: "+";
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    opacity: 0.4; } }
.fancybox-button {
  font-size: 18px;
  background: #1f2c3a; }

.fancybox-navigation .fancybox-button {
  background: none; }
  .fancybox-navigation .fancybox-button div {
    border-radius: 999px;
    background: #1f2c3a; }
  @media only screen and (max-width: 768px) {
    .fancybox-navigation .fancybox-button {
      display: none; } }

.fancybox-caption {
  color: white;
  font-size: 18px;
  background: #1f2c3a; }
  .fancybox-caption:before {
    display: none; }

.fancybox-bg {
  background: #28384a; }

.version-button {
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 10px;
  display: block;
  text-align: center;
  margin-bottom: 14px; }
  @media only screen and (max-width: 1200px) {
    .version-button {
      padding: 10px 8px; } }
  @media only screen and (max-width: 992px) {
    .version-button {
      padding: 10px 5px; } }
  .version-button img {
    width: 36px;
    height: 36px;
    float: left;
    margin-top: -8px; }
    @media only screen and (max-width: 992px) {
      .version-button img {
        width: 30px;
        height: 30px;
        margin-top: -4px; } }
  .version-button span {
    color: white; }
    @media only screen and (min-width: 992px) {
      .version-button span {
        font-weight: 500; } }
  .version-button.selected, .version-button:hover {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none; }

.version-button.selected span {
  cursor: default; }

.version-select {
  padding: 0 !important; }
  .version-select .col-6:first-child {
    padding-left: 0;
    padding-right: 8px; }
  .version-select .col-6:last-child {
    padding-left: 7px;
    padding-right: 0; }

#collections #collection_nav {
  padding-top: 0; }
#collections .filter-link {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 5px 1rem; }
  #collections .filter-link:not(:first-child) {
    margin-left: -5px; }
  #collections .filter-link:hover, #collections .filter-link:active, #collections .filter-link:focus {
    background-color: #8caab8;
    text-decoration: none; }
  #collections .filter-link.active {
    background-color: #9cc334; }
  @media only screen and (max-width: 768px) {
    #collections .filter-link {
      display: none; } }
#collections #filter_type {
  display: none; }
  @media only screen and (max-width: 768px) {
    #collections #filter_type {
      display: block; } }
#collections #collections_hero_nav_wrapper {
  margin-bottom: 0; }
#collections .nothing-visible {
  padding: 1rem 0.5rem;
  text-align: center;
  font-size: 18px;
  color: #6c757d; }
#collections .filter-search-text {
  font-weight: bold; }
#collections .filter-text {
  min-width: 150px;
  display: block;
  margin-top: 0.25rem; }
@media only screen and (max-width: 992px) {
  #collections #filter_count {
    display: none; } }
@media only screen and (max-width: 768px) {
  #collections .filter-header {
    padding-top: 5px; } }

#latest_episode {
  padding: 1rem;
  max-width: 900px;
  background-color: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 2rem; }
  #latest_episode h4 {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 0.25rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    border-bottom: 3px solid #9cc334; }
  #latest_episode h3 {
    margin-bottom: 0; }
    #latest_episode h3 a {
      color: #4b6b8d; }
  #latest_episode p.lead {
    font-size: 18px;
    font-weight: normal;
    color: #829ebc; }
  #latest_episode p:last-child {
    margin-bottom: 0; }

#more_episodes h4 {
  font-size: 16px;
  text-transform: uppercase; }
#more_episodes .episode {
  margin-bottom: 1rem;
  max-width: 600px; }
  #more_episodes .episode h5.card-title {
    margin-bottom: 0.5rem; }
  #more_episodes .episode h6.card-subtitle {
    font-weight: normal;
    color: #829ebc;
    margin-bottom: 0.75rem; }

.glitchbux {
  letter-spacing: -0.2em;
  padding-right: 0.2em;
  font-family: "Courier New", Courier New, Courier, monospace;
  text-transform: lowercase;
  font-weight: 200;
  animation: glitch 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  display: inline-block; }
  @media (prefers-reduced-motion: reduce) {
    .glitchbux {
      animation: none; } }

@keyframes glitch {
  0% {
    transform: rotate(0deg) skew(0deg); }

  49% {
    transform: rotate(0deg) skew(0deg); }

  50% {
    transform: rotate(-2deg) skew(10deg); }

  51% {
    transform: rotate(5deg) skew(-5deg); }

  52% {
    transform: rotate(0deg) skew(0deg); }

  80% {
    transform: rotate(0deg) skew(0deg);
    font-weight: 200; }

  81% {
    transform: rotate(5deg) skew(-7deg);
    font-weight: 700; }

  82% {
    transform: rotate(-3deg) skew(3deg);
    font-weight: 700; }

  84% {
    transform: rotate(0deg) skew(0deg);
    font-weight: 200; }

  100% {
    transform: rotate(0deg) skew(0deg); } }

.glitch-sale {
  color: #4b6b8d; }
  .glitch-sale .glitch-warning, .glitch-sale .glitch-notice {
    background-color: #c93b49;
    border-radius: 3px;
    color: white;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 200; }
    .glitch-sale .glitch-warning strong, .glitch-sale .glitch-warning b, .glitch-sale .glitch-notice strong, .glitch-sale .glitch-notice b {
      font-weight: 500; }
    .glitch-sale .glitch-warning a, .glitch-sale .glitch-notice a {
      color: white;
      text-decoration: underline; }
  .glitch-sale .glitch-notice {
    background-color: #42b5ea !important; }
  .glitch-sale .glitch-collapse {
    width: 100%;
    margin-top: 1rem; }
    .glitch-sale .glitch-collapse.btn-success {
      color: white !important; }
    .glitch-sale .glitch-collapse:hover, .glitch-sale .glitch-collapse:active, .glitch-sale .glitch-collapse:focus {
      color: #8aa0b1;
      text-decoration: none; }
    .glitch-sale .glitch-collapse.show {
      display: block; }
  .glitch-sale #glitch_container {
    padding-top: 1rem;
    margin: 0.5rem -5px 0; }
    .glitch-sale #glitch_container .glitch-product {
      margin-bottom: 1rem;
      border-radius: 5px;
      box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
      padding: 0.25rem;
      background-color: white;
      -webkit-transition: box-shadow 0.15s ease-out;
      -moz-transition: box-shadow 0.15s ease-out;
      -ms-transition: box-shadow 0.15s ease-out;
      -o-transition: box-shadow 0.15s ease-out;
      transition: box-shadow 0.15s ease-out; }
      .glitch-sale #glitch_container .glitch-product:hover {
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
        -webkit-transition: box-shadow 0s;
        -moz-transition: box-shadow 0s;
        -ms-transition: box-shadow 0s;
        -o-transition: box-shadow 0s;
        transition: box-shadow 0s; }
      .glitch-sale #glitch_container .glitch-product a:hover {
        color: #8caab8;
        text-decoration: none; }
      .glitch-sale #glitch_container .glitch-product .glitch-image-wrapper {
        position: relative; }
        .glitch-sale #glitch_container .glitch-product .glitch-image-wrapper img {
          border-radius: 5px; }
      .glitch-sale #glitch_container .glitch-product .glitch-product-title {
        text-align: center;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
        height: 24px;
        color: #4b6b8d;
        margin-bottom: 0.75rem;
        padding: 0 2px; }
        .glitch-sale #glitch_container .glitch-product .glitch-product-title:hover, .glitch-sale #glitch_container .glitch-product .glitch-product-title:active, .glitch-sale #glitch_container .glitch-product .glitch-product-title:focus {
          color: #4b6b8d; }
      .glitch-sale #glitch_container .glitch-product .glitch-product-description {
        background-color: #8caab8;
        color: white;
        border-radius: 999px;
        font-weight: bold;
        padding: 0 5px;
        font-size: 12px; }
        .glitch-sale #glitch_container .glitch-product .glitch-product-description:hover {
          background-color: #acc1cb;
          text-decoration: none; }
      .glitch-sale #glitch_container .glitch-product .glitch-product-price {
        position: absolute;
        right: 0;
        bottom: 24px;
        font-size: 14px;
        font-weight: 500;
        padding: 2px 8px;
        text-align: right;
        width: 48px;
        color: white;
        background-color: #4b6b8d; }
      .glitch-sale #glitch_container .glitch-product .glitch-product-limit {
        position: absolute;
        right: 0;
        bottom: 10px;
        font-size: 10px;
        text-transform: uppercase;
        padding: 2px 8px 2px 2px;
        text-align: right;
        width: 48px;
        line-height: 1;
        color: white;
        background-color: #829ebc; }
      .glitch-sale #glitch_container .glitch-product .glitch-product-button {
        margin-top: 6px;
        padding: 4px 2px;
        font-size: 14px; }
      .glitch-sale #glitch_container .glitch-product .glitch-select {
        height: 24px;
        font-size: 14px !important;
        padding: 0; }

.color-bar {
  background: #9cc334;
  background: linear-gradient(to right, #b8d053, #9cc334);
  margin: 0;
  color: white;
  padding: 0.5rem;
  letter-spacing: 2px; }

.half-banners {
  margin-bottom: 1rem; }
  .half-banners .half-banner {
    margin-bottom: 1rem; }
    .half-banners .half-banner a {
      position: relative;
      width: 100%;
      border-radius: 10px;
      margin: 0; }
      .half-banners .half-banner a:hover {
        text-decoration: none; }
    .half-banners .half-banner .half-banner-product {
      padding: 0;
      margin-top: 1.5rem; }
      .half-banners .half-banner .half-banner-product img {
        max-width: 100%;
        height: auto; }
      @media only screen and (max-width: 768px) {
        .half-banners .half-banner .half-banner-product {
          margin-top: 2.5rem; } }
    .half-banners .half-banner .half-banner-text {
      color: white;
      padding: 1rem;
      text-align: center; }
      .half-banners .half-banner .half-banner-text h3 {
        font-size: 24px;
        font-weight: bolder;
        letter-spacing: 1px;
        text-transform: uppercase; }
        @media only screen and (max-width: 992px) {
          .half-banners .half-banner .half-banner-text h3 {
            font-size: 20px; } }
        @media only screen and (max-width: 768px) {
          .half-banners .half-banner .half-banner-text h3 {
            font-size: 16px; } }
        @media only screen and (min-width: 768px) {
          .half-banners .half-banner .half-banner-text h3 {
            height: 100px; } }
      .half-banners .half-banner .half-banner-text svg {
        height: 84px;
        width: 100%;
        max-width: 100%;
        padding-bottom: 1rem;
        fill: white; }
      .half-banners .half-banner .half-banner-text .btn {
        border: 2px solid white;
        border-radius: 8px;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 0.5rem; }
        @media only screen and (max-width: 992px) {
          .half-banners .half-banner .half-banner-text .btn {
            font-size: 14px; } }
        @media only screen and (max-width: 768px) {
          .half-banners .half-banner .half-banner-text .btn {
            font-size: 12px; } }
        .half-banners .half-banner .half-banner-text .btn:hover {
          background: white;
          color: #4b6b8d; }

.pas-notice {
  margin-bottom: 0;
  margin-top: 1rem;
  padding: 10px 15px;
  border-radius: 5px;
  background: #4b6b8d; }

#spotlight {
  position: relative; }
  #spotlight #sale_takeover {
    margin-top: 2rem;
    margin-bottom: 1rem; }

#employee_spotlight_banner {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  background: linear-gradient(to right, #4198c7, #5bc9cb);
  box-shadow: 4px 4px 4px #00000040;
  z-index: 10; }
  #employee_spotlight_banner #employee_spotlight_badge_background {
    position: absolute;
    left: 0;
    top: -8px;
    width: 100px;
    height: 100px;
    font-size: 80px;
    z-index: 0;
    color: white; }
  #employee_spotlight_banner #employee_spotlight_badge {
    text-align: center;
    width: 80px;
    left: 10px;
    position: absolute; }
    #employee_spotlight_banner #employee_spotlight_badge svg {
      display: block !important;
      height: 20px;
      width: 20px;
      margin: 0 auto;
      fill: #4198C7; }
    #employee_spotlight_banner #employee_spotlight_badge p {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 12px;
      margin-top: 4px;
      margin-bottom: 0;
      line-height: 1.1;
      color: #4b6b8d; }
  #employee_spotlight_banner #employee_spotlight_body {
    color: white;
    text-align: left;
    padding-left: 110px;
    text-transform: uppercase;
    padding-right: 1rem; }
    #employee_spotlight_banner #employee_spotlight_body h6 {
      font-weight: bold;
      font-size: 24px;
      margin-top: 0.5rem;
      margin-bottom: 0;
      letter-spacing: 2px; }
      @media only screen and (max-width: 576px) {
        #employee_spotlight_banner #employee_spotlight_body h6 {
          font-size: 18px; } }
    #employee_spotlight_banner #employee_spotlight_body p {
      font-weight: normal;
      font-size: 16px;
      margin-bottom: 0.25rem;
      font-style: italic;
      letter-spacing: 1px; }
      @media only screen and (max-width: 576px) {
        #employee_spotlight_banner #employee_spotlight_body p {
          font-size: 14px; } }

#employee_spotlight_content h6 {
  background: linear-gradient(to right, #4198c7, #5bc9cb);
  color: white;
  padding: 0.5rem 0.75rem; }
#employee_spotlight_content p {
  color: #4b6b8d;
  padding: 0.5rem 0.75rem; }

#build_a_combo {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  #build_a_combo #build_a_combo_items .build-a-combo-item:nth-child(odd) {
    background: #e9ecef; }
  #build_a_combo #build_a_combo_bonuses {
    margin-top: 1rem; }
  #build_a_combo .build-a-combo-button {
    text-transform: uppercase;
    font-size: 16px; }
  #build_a_combo .build-a-combo-notify-button {
    text-transform: uppercase;
    font-size: 16px; }
    #build_a_combo .build-a-combo-notify-button small {
      font-size: 12px; }
  #build_a_combo .build-a-combo-item, #build_a_combo .build-a-combo-all, #build_a_combo .build-a-combo-bonus-item {
    padding: 10px !important; }
    #build_a_combo .build-a-combo-item .selector-wrapper, #build_a_combo .build-a-combo-all .selector-wrapper, #build_a_combo .build-a-combo-bonus-item .selector-wrapper {
      padding: 0 !important; }
    #build_a_combo .build-a-combo-item h5, #build_a_combo .build-a-combo-item h6, #build_a_combo .build-a-combo-all h5, #build_a_combo .build-a-combo-all h6, #build_a_combo .build-a-combo-bonus-item h5, #build_a_combo .build-a-combo-bonus-item h6 {
      color: #4b6b8d;
      font-size: 16px;
      margin-bottom: 0; }
    #build_a_combo .build-a-combo-item h6, #build_a_combo .build-a-combo-all h6, #build_a_combo .build-a-combo-bonus-item h6 {
      font-weight: 400;
      color: #9cc334; }
      #build_a_combo .build-a-combo-item h6 strong, #build_a_combo .build-a-combo-all h6 strong, #build_a_combo .build-a-combo-bonus-item h6 strong {
        font-weight: 500; }
      #build_a_combo .build-a-combo-item h6 strike, #build_a_combo .build-a-combo-all h6 strike, #build_a_combo .build-a-combo-bonus-item h6 strike {
        font-size: 12px;
        color: #4b6b8d; }
    #build_a_combo .build-a-combo-item .build-a-combo-charity-amount, #build_a_combo .build-a-combo-all .build-a-combo-charity-amount, #build_a_combo .build-a-combo-bonus-item .build-a-combo-charity-amount {
      color: white;
      background: #00a0bf;
      padding: 2px 3px;
      border-radius: 5px;
      font-size: 12px;
      margin-left: 0;
      margin-top: 2px;
      display: inline-block; }
    #build_a_combo .build-a-combo-item .in-cart, #build_a_combo .build-a-combo-all .in-cart, #build_a_combo .build-a-combo-bonus-item .in-cart {
      text-align: center;
      color: #4b6b8d; }
    #build_a_combo .build-a-combo-item .show-cart:not(.hidden), #build_a_combo .build-a-combo-item #added_to_cart:not(.hidden), #build_a_combo .build-a-combo-all .show-cart:not(.hidden), #build_a_combo .build-a-combo-all #added_to_cart:not(.hidden), #build_a_combo .build-a-combo-bonus-item .show-cart:not(.hidden), #build_a_combo .build-a-combo-bonus-item #added_to_cart:not(.hidden) {
      display: inline !important;
      margin: 0 !important; }
  #build_a_combo .build-a-combo-bonus-item {
    border-radius: 5px;
    border: 2px solid #4b6b8d; }
    #build_a_combo .build-a-combo-bonus-item .build-a-combo-bonus-text {
      color: #4b6b8d;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 400; }
  #build_a_combo p {
    margin-bottom: 0.25rem;
    color: #6c757d; }
  #build_a_combo .build-a-combo-item strike {
    display: none; }
  #build_a_combo .build-a-combo-item.discounted strike {
    display: inline; }
  #build_a_combo .build-a-combo-all {
    background: #dbe4e9; }
  #build_a_combo .build-a-combo-goal {
    border-top: 1px solid #ced4da;
    margin-top: 0.75rem;
    padding-top: 10px;
    position: relative; }
    #build_a_combo .build-a-combo-goal p {
      color: #4b6b8d;
      padding-left: 72px; }
    #build_a_combo .build-a-combo-goal .build-a-combo-bonus-badge-background {
      position: absolute;
      left: 2px;
      top: 2px;
      width: 60px;
      height: 60px;
      font-size: 60px;
      z-index: 0;
      color: #4b6b8d; }
    #build_a_combo .build-a-combo-goal .build-a-combo-bonus-badge {
      text-align: center;
      width: 40px;
      left: 8px;
      top: 21px;
      position: absolute;
      -webkit-transform: rotate(345deg);
      -moz-transform: rotate(345deg);
      -ms-transform: rotate(345deg);
      -o-transform: rotate(345deg);
      transform: rotate(345deg); }
      #build_a_combo .build-a-combo-goal .build-a-combo-bonus-badge span {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        margin-top: 4px;
        margin-bottom: 0;
        line-height: 1.1;
        color: white; }
    #build_a_combo .build-a-combo-goal.build-a-combo-goal-complete .build-a-combo-bonus-badge-background {
      color: #28a745; }
  #build_a_combo .progress {
    background: #adb5bd;
    position: relative;
    margin-top: 0.5rem;
    -webkit-transition: width 0.15s ease-in;
    -moz-transition: width 0.15s ease-in;
    -ms-transition: width 0.15s ease-in;
    -o-transition: width 0.15s ease-in;
    transition: width 0.15s ease-in; }
    #build_a_combo .progress .progress-text {
      display: block;
      position: absolute;
      width: 100%;
      margin: 0 auto;
      color: white;
      text-align: center; }
  #build_a_combo #build_a_combo_savings h6 {
    color: #4b6b8d;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-align: center; }
  #build_a_combo #build_a_combo_progress {
    overflow: visible;
    margin-bottom: 3rem;
    position: relative;
    height: 12px; }
    #build_a_combo #build_a_combo_progress .progress-bar {
      background-color: #28a745; }
  #build_a_combo #build_a_combo_tiers {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  #build_a_combo .build-a-combo-tier {
    text-align: center;
    -webkit-transition: background 0.15s ease-in;
    -moz-transition: background 0.15s ease-in;
    -ms-transition: background 0.15s ease-in;
    -o-transition: background 0.15s ease-in;
    transition: background 0.15s ease-in; }
    #build_a_combo .build-a-combo-tier strong {
      padding: 5px;
      border-radius: 999px;
      background: #4b6b8d;
      color: white;
      font-weight: bold;
      margin-top: -7px;
      margin-bottom: 5px;
      width: 26px;
      height: 26px;
      display: block; }
    #build_a_combo .build-a-combo-tier img {
      width: 20px;
      height: 20px;
      margin-top: -4px;
      margin-left: -2px; }
    #build_a_combo .build-a-combo-tier span {
      display: block;
      color: #4b6b8d;
      font-weight: normal;
      line-height: 1.1; }
    #build_a_combo .build-a-combo-tier.active strong {
      background: #28a745; }
    #build_a_combo .build-a-combo-tier.active span {
      font-weight: bold; }
    #build_a_combo .build-a-combo-tier:first-child {
      margin-left: -2px; }
    #build_a_combo .build-a-combo-tier:last-child {
      margin-right: -2px; }

.health-disclaimer {
  font-size: 85%;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid #ced4da; }
  .health-disclaimer ul {
    padding-left: 1.5rem; }
