/** Shopify CDN: Minification failed

Line 2492:9 Unexpected "display"

**/
@charset "UTF-8";
@font-face {
  font-family: 'Fangamer-Icons';
  src: url("/cdn/shop/files/Fangamer-Icons.ttf?v=1637346757") format("truetype"), url("/cdn/shop/files/Fangamer-Icons.woff?v=1637346757") format("woff"), url("/cdn/shop/files/Fangamer-Icons.svg?v=1637346757#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: sofia-pro, Verdana, sans-serif;
  font-weight: 300; }
  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; }

@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1400px; } }

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

.hidden {
  display: none !important;
  visibility: hidden !important; }

a {
  color: #185eb4; }
  a:hover, a:active {
    color: #2e77d0; }

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: #008060;
  border-color: #008060; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-success:hover, .btn-success:focus, .btn-success:active {
    border-color: #004d3a;
    background-color: #004d3a; }
  .btn-primary.disabled, .btn-primary:disabled, .btn-success.disabled, .btn-success:disabled {
    border-color: #5a5a5a;
    background-color: #5a5a5a;
    opacity: 1; }
    .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary:disabled:focus, .btn-primary:disabled:active, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success:disabled:focus, .btn-success:disabled:active {
      background-color: #ddfde2;
      border-color: #ddfde2;
      color: #008060; }

.text-success {
  color: #008060 !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 {
  padding: 0.1em 0.25em 0.25em 0.25em; }

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

.badge-outline-secondary {
  border: 2px solid #4b6b8d;
  text-transform: uppercase;
  padding: 0.05rem 0.4rem 0.2rem 0.4rem;
  border-radius: 8px; }

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

.btn-info {
  background-color: #2e77d0;
  border-color: #2e77d0;
  color: white; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    color: white;
    border-color: #185eb4;
    background-color: #185eb4; }

.btn-link {
  font-weight: 500;
  color: #2e77d0; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #185eb4; }

.form-control[type=text], .form-control[type=email], .form-control[type=password], textarea.form-control {
  border-color: #0b8297; }
  .form-control[type=text]::-webkit-input-placeholder, .form-control[type=email]::-webkit-input-placeholder, .form-control[type=password]::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    color: #0b8297; }

#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;
  visibility: hidden;
  -webkit-box-shadow: 0 0 0 5000px transparent;
  -moz-box-shadow: 0 0 0 5000px transparent;
  box-shadow: 0 0 0 5000px transparent; }
  #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);
    -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;
    visibility: visible; }
    @media (prefers-reduced-motion: reduce) {
      #left-drawer.drawer-left-open, #right-drawer.drawer-left-open {
        -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-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);
    -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;
    visibility: visible; }
    @media (prefers-reduced-motion: reduce) {
      #left-drawer.drawer-right-open, #right-drawer.drawer-right-open {
        -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 {
  left: -300px; }

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

.drawer-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #4b6b8d; }
  .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; }

#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; }
  #mobile_language_switcher #mobile_language_options {
    float: right; }
    #mobile_language_switcher #mobile_language_options a, #mobile_language_switcher #mobile_language_options a:hover, #mobile_language_switcher #mobile_language_options a:active, #mobile_language_switcher #mobile_language_options a:visited, #mobile_language_switcher #mobile_language_options a:focus {
      color: white;
      margin-left: 7px;
      padding: 2px 8px 1px; }
      #mobile_language_switcher #mobile_language_options a.active, #mobile_language_switcher #mobile_language_options a:hover.active, #mobile_language_switcher #mobile_language_options a:active.active, #mobile_language_switcher #mobile_language_options a:visited.active, #mobile_language_switcher #mobile_language_options a:focus.active {
        background-color: #008060;
        border-radius: 999px; }

.drawer-menu {
  list-style: none;
  padding: 0;
  position: relative; }
  .drawer-menu #close_right, .drawer-menu #close_left {
    position: absolute;
    padding: 0.25rem 0.75rem;
    background: none;
    border: none;
    color: white;
    top: -2px;
    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: #d34862;
      -webkit-transition: color 0s;
      -moz-transition: color 0s;
      -ms-transition: color 0s;
      -o-transition: color 0s;
      transition: color 0s; }
  .drawer-menu #close_right {
    left: 0; }
  .drawer-menu #close_left {
    right: 0; }
  .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; }

#left-drawer li {
  font-size: 18px;
  font-weight: 500; }
  #left-drawer li a {
    color: #4b6b8d;
    display: block;
    padding: 0.25rem 1rem; }
    #left-drawer li a:hover, #left-drawer li a:focus, #left-drawer li a:active {
      text-decoration: none;
      color: #39526c; }
    #left-drawer 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; }
    #left-drawer li a.xs-menu-collapse:not(.collapsed) {
      background: white;
      top: 32px;
      position: sticky;
      color: #4b6b8d;
      border-bottom: 1px solid #f8f9fa; }
      #left-drawer 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); }

.xs-cards {
  margin: 0;
  padding-top: 0.5rem; }
  .xs-cards .collection-logo-container {
    margin-bottom: 0.5rem; }
    .xs-cards .collection-logo-container .collection-logo:hover {
      background-color: white !important;
      box-shadow: none !important; }
      .xs-cards .collection-logo-container .collection-logo:hover svg {
        fill: #4b6b8d !important; }
  .xs-cards .col-6:nth-child(odd) {
    padding-right: 5px; }
  .xs-cards .col-6:nth-child(even) {
    padding-left: 5px; }

#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("https://cdn.shopify.com/s/files/1/0570/8280/6468/files/bg-galactamari.png?v=1636057776");
  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: #5c7999; }
    @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: 4px 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 #5c7999;
      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, #top_navbar .dropdown-hover.show {
      background-color: #5c7999;
      border-bottom: 4px solid #5c7999;
      -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, #top_navbar .dropdown-hover.show: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;
      padding-right: 0; }
      #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: #008060;
            fill: #008060; }
        #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: #0b8297;
            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_content {
      padding-bottom: 0;
      width: 100%; }
      #top_navbar .dropdown-menu #nav_collections_content #nav_featured_collections .nav-header:not(:first-child) {
        margin-top: 1rem; }
      #top_navbar .dropdown-menu #nav_collections_content .collection-logo-container {
        margin-bottom: 0.5rem;
        padding-top: 40%; }
        @media only screen and (max-width: 992px) {
          #top_navbar .dropdown-menu #nav_collections_content .collection-logo-container {
            padding-top: 50%; } }
        #top_navbar .dropdown-menu #nav_collections_content .collection-logo-container .collection-logo {
          right: 0.25rem;
          left: 0.25rem; }
      #top_navbar .dropdown-menu #nav_collections_content #nav_collections_all {
        background-color: #008060;
        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_content #nav_collections_all:hover {
          text-decoration: none;
          color: white;
          background-color: #00b386; }
  #top_navbar #menu-xs {
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0; }
    #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: #5c7999; }
    @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: 400px) {
      #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;
      font-size: 16px; }
      @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: #4b6b8d;
        -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: #4b6b8d;
        -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: #004d3a;
        color: #004d3a; }
      @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 11px;
    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: #5c7999;
      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: 47px;
      text-align: center; }
    #top_navbar #nav_cart.item-added {
      -webkit-animation: itemAdded 0.25s;
      -moz-animation: itemAdded 0.25s;
      -ms-animation: itemAdded 0.25s;
      -o-animation: itemAdded 0.25s;
      animation: itemAdded 0.25s; }
    @media only screen and (max-width: 768px) {
      #top_navbar #nav_cart {
        padding-right: 10px; }
        #top_navbar #nav_cart #nav_cart_count {
          line-height: 46px; } }

@keyframes itemAdded {
  0% {
    transform: translateY(0);
    color: #9cc334; }

  20% {
    transform: translateY(4px);
    color: #bad86c; }

  40% {
    transform: translateY(1px); }

  60% {
    transform: translateY(0); }

  100% {
    color: white; } }

#main {
  padding-top: 58px;
  padding-bottom: 40px;
  min-height: 80vh; }

.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 {
  position: relative; }
  #product_images .last-chance-banner {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 12px;
    text-transform: uppercase;
    -webkit-box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
    color: #9d5901;
    background-color: #faefdd;
    white-space: nowrap;
    z-index: 10;
    pointer-events: none; }
    @media only screen and (max-width: 768px) {
      #product_images .last-chance-banner {
        top: 5px;
        right: 12px;
        font-size: 14px;
        padding: 2px 6px;
        -webkit-box-shadow: -2px 2px 0px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -2px 2px 0px 0px rgba(0, 0, 0, 0.2);
        box-shadow: -2px 2px 0px 0px rgba(0, 0, 0, 0.2); } }
  #product_images .pdf-preview-banner {
    position: absolute;
    left: 10px;
    top: 500px;
    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: #008060;
    white-space: nowrap;
    z-index: 10; }
    #product_images .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 {
      text-decoration: none;
      background-color: #009a73; }
      #product_images .pdf-preview-banner:hover .icon, #product_images .pdf-preview-banner:active .icon, #product_images .pdf-preview-banner:focus .icon {
        margin-left: 10px; }
    @media only screen and (max-width: 1440px) {
      #product_images .pdf-preview-banner {
        top: 400px; } }
    @media only screen and (max-width: 1200px) {
      #product_images .pdf-preview-banner {
        top: 320px; } }
    @media only screen and (max-width: 992px) {
      #product_images .pdf-preview-banner {
        top: 190px; } }
    @media only screen and (max-width: 768px) {
      #product_images .pdf-preview-banner {
        top: auto;
        bottom: 20%; } }

#product_gallery {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  overflow-y: hidden; }
  #product_gallery .carousel__slide {
    width: 100%;
    height: auto;
    padding: 0; }
    #product_gallery .carousel__slide .item {
      display: block;
      aspect-ratio: 3/2; }
    #product_gallery .carousel__slide img, #product_gallery .carousel__slide video {
      width: 100%;
      height: auto; }
    #product_gallery .carousel__slide video {
      pointer-events: none; }
    #product_gallery .carousel__slide .video {
      background-color: black;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      #product_gallery .carousel__slide .video img {
        width: 100%;
        height: 100%;
        margin: auto;
        object-fit: contain; }
      #product_gallery .carousel__slide .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__slide .video:hover .icon {
        -webkit-transition: color 0s;
        -moz-transition: color 0s;
        -ms-transition: color 0s;
        -o-transition: color 0s;
        transition: color 0s;
        color: #008060; }
        #product_gallery .carousel__slide .video:hover .icon.icon-youtube {
          color: #FF0000; }
    #product_gallery .carousel__slide .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); }
      @media only screen and (max-width: 992px) {
        #product_gallery .carousel__slide .icon.warning-visible {
          top: auto;
          left: auto;
          right: 10px;
          bottom: 10px;
          font-size: 32px; } }
    #product_gallery .carousel__slide .video-content-warning {
      position: absolute;
      bottom: 10%;
      left: 10%;
      right: 10%;
      color: white;
      background: #bb2d48;
      border-radius: 5px;
      padding: 0.2rem 0.4rem 0.4rem;
      text-align: center;
      z-index: 10;
      pointer-events: none;
      color: white;
      font-size: 24px;
      line-height: 1.2;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
      #product_gallery .carousel__slide .video-content-warning strong {
        font-weight: 700; }
      @media only screen and (max-width: 992px) {
        #product_gallery .carousel__slide .video-content-warning {
          bottom: 20%;
          font-size: 18px; } }

#product_gallery_nav {
  background-color: #d6dce0;
  padding: 4px;
  margin: 0;
  list-style: none; }
  #product_gallery_nav .nav-slide {
    padding: 4px; }
    #product_gallery_nav .nav-slide img {
      width: 100%;
      height: auto;
      max-height: 94px;
      border: 2px solid white;
      aspect-ratio: 3/2; }
      @media only screen and (max-width: 1440px) {
        #product_gallery_nav .nav-slide img {
          max-height: 76px; } }
      @media only screen and (max-width: 1200px) {
        #product_gallery_nav .nav-slide img {
          max-height: 128px; } }
    #product_gallery_nav .nav-slide.active img {
      border-color: #185eb4; }
    #product_gallery_nav .nav-slide:last-child {
      width: 90px; }
    #product_gallery_nav .nav-slide .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: .42rem 0 .58rem;
  font-size: 14px; }
  .breadcrumb .breadcrumb-item:not(:first-child):before {
    content: "\203A";
    padding-right: 0.5rem; }
  .breadcrumb .breadcrumb-item.active a {
    color: #4b6b8d; }
  @media only screen and (max-width: 768px) {
    .breadcrumb .breadcrumb-item:not(:first-child):before {
      padding-right: 0.25rem; }
    .breadcrumb .breadcrumb-item + .breadcrumb-item {
      padding-left: 0.25rem; } }

@media only screen and (max-width: 767px) {
  #product_images {
    -webkit-order: 1;
    order: 1; }
    #product_images #product_gallery {
      overflow-y: visible;
      margin-bottom: 2rem; }

  #product_info {
    -webkit-order: 2;
    order: 2; }

  #product_related_products {
    -webkit-order: 3;
    order: 3; }

  #product_related_collections {
    -webkit-order: 4;
    order: 4; }

  #product_reviews {
    -webkit-order: 5;
    order: 5; } }
#product_info hgroup {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #4b6b8d;
  margin-bottom: 0.5rem;
  position: relative;
  padding-right: 80px; }
  #product_info hgroup.has-seal {
    min-height: 80px; }
  #product_info hgroup h1 {
    font-size: 28px;
    font-weight: 700;
    color: #4b6b8d;
    margin: 0; }
    #product_info hgroup h1 a {
      color: #4b6b8d; }
      #product_info hgroup h1 a:hover {
        color: #0b8297; }
  #product_info hgroup h2 {
    font-size: 16px;
    font-weight: 500;
    color: #4b6b8d;
    margin: 0; }
    #product_info hgroup h2 a {
      color: #4b6b8d; }
      #product_info hgroup h2 a:hover {
        color: #0b8297; }
  #product_info hgroup h3 {
    font-size: 16px;
    font-weight: 500;
    color: #4b6b8d;
    margin: 0; }
    #product_info hgroup h3 a {
      color: #4b6b8d; }
      #product_info hgroup h3 a:hover {
        color: #0b8297; }
#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: #0b8297;
      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 .alternate-collection-seal {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: end; }
    .collection-seal-container .alternate-collection-seal svg {
      max-width: 100%;
      height: 100%; }
  .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 4rem;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    background: linear-gradient(to right, #b8d053, #008060); }
    #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 {
  padding-left: 0;
  margin-bottom: 0; }
  #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: #007c93;
  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 {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 35px;
  text-align: right;
  position: relative; }
  #product_social_sheet span {
    margin-bottom: 0;
    vertical-align: super; }
  #product_social_sheet .network {
    display: inline-block;
    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;
        -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; }
        #product_social_sheet .network li a:hover {
          opacity: 0.8;
          -webkit-transition: opacity 0s;
          -moz-transition: opacity 0s;
          -ms-transition: opacity 0s;
          -o-transition: opacity 0s;
          transition: opacity 0s; }
    #product_social_sheet .network .icon-twitter-square {
      color: #1DA1F2; }
    #product_social_sheet .network .icon-facebook-square {
      color: #4267B2; }
    #product_social_sheet .network .icon-pinterest-square {
      color: #E60023; }

.variant-image, .addon-image {
  height: 62px;
  width: 62px;
  border-radius: 5px;
  margin-right: 10px;
  background: url("/cdn/shop/files/bg-bigpixels.png?v=1637349768") #f7f8ff repeat;
  background-size: 100px; }
  .variant-image.empty, .addon-image.empty {
    background: none; }

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

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

#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 h2, .sizing-modal .modal-header h2, #sharing_modal .modal-header h2, .modal-fangamer .modal-header h2 {
    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 h2 {
    margin-bottom: 0.25rem;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px; }
  .header-bar a {
    color: #4b6b8d; }

#add_wrapper {
  position: relative; }

#add, #hyperalert_submit {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0 9px;
  width: 100%;
  background: #008060;
  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: #ddfde2;
    color: #008060;
    cursor: default; }
  #add:hover:enabled, #hyperalert_submit:hover:enabled {
    background: #00674d;
    -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: #008060;
  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;
    font-weight: 300; }
  #pricing_and_sizes #price-field .price-suffix {
    color: #4b6b8d;
    font-size: 14px;
    font-weight: 300;
    margin-left: 10px;
    line-height: 1; }
#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: #008060;
  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;
  line-height: 1.1;
  margin-bottom: 0.5rem; }
  #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: #008060; }
#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: center;
  position: relative;
  font-size: 14px;
  color: #4b6b8d; }
  #pricing_and_sizes #wish_list #view_wish_list {
    display: block;
    text-align: center;
    margin-top: 5px; }
  #pricing_and_sizes #wish_list #manage_wish_list {
    cursor: pointer;
    position: relative;
    -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;
    color: #185eb4; }
    #pricing_and_sizes #wish_list #manage_wish_list:hover {
      text-decoration: none;
      cursor: pointer;
      color: #2e77d0;
      -webkit-transition: color 0s;
      -moz-transition: color 0s;
      -ms-transition: color 0s;
      -o-transition: color 0s;
      transition: color 0s; }
    #pricing_and_sizes #wish_list #manage_wish_list.disabled {
      cursor: default;
      color: #a7aeba; }
    #pricing_and_sizes #wish_list #manage_wish_list .icon-popout {
      position: absolute;
      left: 0;
      top: 4px; }
  #pricing_and_sizes #wish_list .icon {
    margin-right: 0.2rem;
    font-size: 12px; }
  #pricing_and_sizes #wish_list #add_to_cart input[type=submit] {
    text-transform: uppercase; }
#pricing_and_sizes #mailchimp {
  margin-top: 10px;
  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: 2px solid white;
    background-color: #008060;
    -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 {
      border: 2px solid white;
      background-color: #004d3a;
      -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: #001a14;
      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: #008060;
  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: #004d3a;
      stroke: #004d3a; }
#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: #008060;
  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: 768px) {
    #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: #0b8297; }
  #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;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }
.item-view .preorder-banner, .item-view .sale-banner, .item-view .new-banner {
  color: #008060;
  background-color: #f0fff5; }
.item-view .comingsoon-banner, .item-view .low-stock-banner {
  color: #9d5901;
  background-color: #faefdd; }
.item-view .soldout-banner, .item-view .clearance-banner {
  color: #bb2d48;
  background-color: #fbe9ed; }
.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 .info-badge {
  position: absolute;
  right: 24px;
  bottom: 72px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #4b6b8d;
  padding: 0.1rem 0.2rem;
  border-radius: 5px;
  color: white !important; }
.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: #0b8297;
  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: #007c93;
  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 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); }
@media (hover: hover) {
  .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/shop/files/bg-bigpixels.png?v=1637349768");
    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; }
    @media only screen and (min-width: 1440px) {
      .item-view-dotmatrix .img-container {
        background-size: 370px; } }
    .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;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .item-view-dotmatrix .img-container .more-soon .icon {
        margin-bottom: 1rem;
        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;
        margin-bottom: 1rem; }
      @media only screen and (max-width: 992px) {
        .item-view-dotmatrix .img-container .more-soon .icon {
          margin-bottom: 0.25rem;
          font-size: 18px; }
        .item-view-dotmatrix .img-container .more-soon p {
          line-height: 1.2;
          font-size: 12px; }
        .item-view-dotmatrix .img-container .more-soon .bigger {
          font-size: 14px;
          font-weight: 700;
          margin-bottom: 0.25rem; } }
    .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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .item-view-dotmatrix figcaption .title {
      height: 38px;
      width: 100%;
      overflow: hidden; }
      .item-view-dotmatrix figcaption .title small {
        font-weight: normal;
        font-size: 12px; }
    .item-view-dotmatrix figcaption .price {
      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/shop/files/FG_gametime-deeproyal_banner1.png?v=1639429534") #4b6b8d repeat;
  background-size: cover;
  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: #455e86;
  color: white;
  min-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: #e79aa9; }
      #collection_nav .filter-header .badge .icon {
        padding-right: 5px;
        font-size: 10px; }
  #collection_nav .form-inline {
    flex-wrap: nowrap; }
    #collection_nav .form-inline label {
      white-space: nowrap; }
  #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__slide, #collections_hero .item, #collections_hero .carousel__slide, #homepage_hero .item, #homepage_hero .carousel__slide, #product_hero .item, #product_hero .carousel__slide {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0; }
  #superhero .item .fg-caption, #superhero .carousel__slide .fg-caption, #collections_hero .item .fg-caption, #collections_hero .carousel__slide .fg-caption, #homepage_hero .item .fg-caption, #homepage_hero .carousel__slide .fg-caption, #product_hero .item .fg-caption, #product_hero .carousel__slide .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__slide .fg-caption small, #collections_hero .item .fg-caption small, #collections_hero .carousel__slide .fg-caption small, #homepage_hero .item .fg-caption small, #homepage_hero .carousel__slide .fg-caption small, #product_hero .item .fg-caption small, #product_hero .carousel__slide .fg-caption small {
      font-size: 18px;
      font-weight: 200; }
    @media only screen and (max-width: 576px) {
      #superhero .item .fg-caption, #superhero .carousel__slide .fg-caption, #collections_hero .item .fg-caption, #collections_hero .carousel__slide .fg-caption, #homepage_hero .item .fg-caption, #homepage_hero .carousel__slide .fg-caption, #product_hero .item .fg-caption, #product_hero .carousel__slide .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__slide .fg-caption small, #collections_hero .item .fg-caption small, #collections_hero .carousel__slide .fg-caption small, #homepage_hero .item .fg-caption small, #homepage_hero .carousel__slide .fg-caption small, #product_hero .item .fg-caption small, #product_hero .carousel__slide .fg-caption small {
          font-size: 16px; } }
  #superhero .item .fg-cover, #superhero .carousel__slide .fg-cover, #collections_hero .item .fg-cover, #collections_hero .carousel__slide .fg-cover, #homepage_hero .item .fg-cover, #homepage_hero .carousel__slide .fg-cover, #product_hero .item .fg-cover, #product_hero .carousel__slide .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__slide .fg-cover, #collections_hero .item .fg-cover, #collections_hero .carousel__slide .fg-cover, #homepage_hero .item .fg-cover, #homepage_hero .carousel__slide .fg-cover, #product_hero .item .fg-cover, #product_hero .carousel__slide .fg-cover {
        display: block; } }
  #superhero .item .fg-fade, #superhero .carousel__slide .fg-fade, #collections_hero .item .fg-fade, #collections_hero .carousel__slide .fg-fade, #homepage_hero .item .fg-fade, #homepage_hero .carousel__slide .fg-fade, #product_hero .item .fg-fade, #product_hero .carousel__slide .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__slide .fg-fade, #collections_hero .item .fg-fade, #collections_hero .carousel__slide .fg-fade, #homepage_hero .item .fg-fade, #homepage_hero .carousel__slide .fg-fade, #product_hero .item .fg-fade, #product_hero .carousel__slide .fg-fade {
        display: block; } }
  #superhero .item img:not(.injectable), #superhero .carousel__slide img:not(.injectable), #collections_hero .item img:not(.injectable), #collections_hero .carousel__slide img:not(.injectable), #homepage_hero .item img:not(.injectable), #homepage_hero .carousel__slide img:not(.injectable), #product_hero .item img:not(.injectable), #product_hero .carousel__slide img:not(.injectable) {
    width: 100%;
    max-height: 520px;
    object-fit: contain; }
  #superhero .item a:not(.clickable), #superhero .carousel__slide a:not(.clickable), #collections_hero .item a:not(.clickable), #collections_hero .carousel__slide a:not(.clickable), #homepage_hero .item a:not(.clickable), #homepage_hero .carousel__slide a:not(.clickable), #product_hero .item a:not(.clickable), #product_hero .carousel__slide a:not(.clickable) {
    pointer-events: none; }
  #superhero .item.is-selected .fg-fade, #superhero .carousel__slide.is-selected .fg-fade, #collections_hero .item.is-selected .fg-fade, #collections_hero .carousel__slide.is-selected .fg-fade, #homepage_hero .item.is-selected .fg-fade, #homepage_hero .carousel__slide.is-selected .fg-fade, #product_hero .item.is-selected .fg-fade, #product_hero .carousel__slide.is-selected .fg-fade {
    display: none; }
  #superhero .item.is-selected .fg-caption, #superhero .carousel__slide.is-selected .fg-caption, #collections_hero .item.is-selected .fg-caption, #collections_hero .carousel__slide.is-selected .fg-caption, #homepage_hero .item.is-selected .fg-caption, #homepage_hero .carousel__slide.is-selected .fg-caption, #product_hero .item.is-selected .fg-caption, #product_hero .carousel__slide.is-selected .fg-caption {
    color: white;
    display: block; }
  #superhero .item.is-selected:hover a, #superhero .carousel__slide.is-selected:hover a, #collections_hero .item.is-selected:hover a, #collections_hero .carousel__slide.is-selected:hover a, #homepage_hero .item.is-selected:hover a, #homepage_hero .carousel__slide.is-selected:hover a, #product_hero .item.is-selected:hover a, #product_hero .carousel__slide.is-selected:hover a {
    pointer-events: all; }
  @media only screen and (min-width: 768px) {
    #superhero .item.is-selected:hover .fg-caption, #superhero .carousel__slide.is-selected:hover .fg-caption, #collections_hero .item.is-selected:hover .fg-caption, #collections_hero .carousel__slide.is-selected:hover .fg-caption, #homepage_hero .item.is-selected:hover .fg-caption, #homepage_hero .carousel__slide.is-selected:hover .fg-caption, #product_hero .item.is-selected:hover .fg-caption, #product_hero .carousel__slide.is-selected:hover .fg-caption {
      padding-top: 20px;
      background-color: rgba(0, 0, 0, 0.5); } }

#superhero {
  margin-bottom: 1rem; }
  #superhero .carousel__slide: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__slide:not(:first-child) img.flickity-lazyloaded {
      opacity: 1; }

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

#homepage_hero, #product_hero {
  max-height: 480px;
  margin-bottom: 0.75rem; }
  #homepage_hero .carousel__dots, #product_hero .carousel__dots {
    display: flex;
    top: auto;
    bottom: 2%;
    color: white; }
  #homepage_hero .carousel__nav .carousel__button, #product_hero .carousel__nav .carousel__button {
    color: white; }
  #homepage_hero .item, #homepage_hero .carousel__slide, #homepage_hero .collection-hero-item, #product_hero .item, #product_hero .carousel__slide, #product_hero .collection-hero-item {
    height: 480px; }
    #homepage_hero .item img:not(.injectable):not(.img-fluid), #homepage_hero .carousel__slide 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__slide img:not(.injectable):not(.img-fluid), #product_hero .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__slide 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__slide img:not(.injectable):not(.img-fluid).foreground, #product_hero .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__slide .homepage-collection-hero-background, #homepage_hero .collection-hero-item .homepage-collection-hero-background, #product_hero .item .homepage-collection-hero-background, #product_hero .carousel__slide .homepage-collection-hero-background, #product_hero .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__slide .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__slide .homepage-collection-hero-background.shove-left, #product_hero .collection-hero-item .homepage-collection-hero-background.shove-left {
          padding-left: 340px; }
        #homepage_hero .item .homepage-collection-hero-background.shove-right, #homepage_hero .carousel__slide .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__slide .homepage-collection-hero-background.shove-right, #product_hero .collection-hero-item .homepage-collection-hero-background.shove-right {
          padding-right: 340px; } }
    #homepage_hero .item .homepage-collection-hero-text-background, #homepage_hero .carousel__slide .homepage-collection-hero-text-background, #homepage_hero .collection-hero-item .homepage-collection-hero-text-background, #product_hero .item .homepage-collection-hero-text-background, #product_hero .carousel__slide .homepage-collection-hero-text-background, #product_hero .collection-hero-item .homepage-collection-hero-text-background {
      position: absolute;
      bottom: 5%;
      height: 40%;
      width: 100%;
      pointer-events: none; }
      @media only screen and (max-width: 1200px) {
        #homepage_hero .item .homepage-collection-hero-text-background, #homepage_hero .carousel__slide .homepage-collection-hero-text-background, #homepage_hero .collection-hero-item .homepage-collection-hero-text-background, #product_hero .item .homepage-collection-hero-text-background, #product_hero .carousel__slide .homepage-collection-hero-text-background, #product_hero .collection-hero-item .homepage-collection-hero-text-background {
          height: 42%;
          bottom: 2%; } }
      @media only screen and (max-width: 992px) {
        #homepage_hero .item .homepage-collection-hero-text-background, #homepage_hero .carousel__slide .homepage-collection-hero-text-background, #homepage_hero .collection-hero-item .homepage-collection-hero-text-background, #product_hero .item .homepage-collection-hero-text-background, #product_hero .carousel__slide .homepage-collection-hero-text-background, #product_hero .collection-hero-item .homepage-collection-hero-text-background {
          height: 28%;
          bottom: 1%; } }
    #homepage_hero .item .homepage-collection-hero-foreground, #homepage_hero .carousel__slide .homepage-collection-hero-foreground, #homepage_hero .collection-hero-item .homepage-collection-hero-foreground, #product_hero .item .homepage-collection-hero-foreground, #product_hero .carousel__slide .homepage-collection-hero-foreground, #product_hero .collection-hero-item .homepage-collection-hero-foreground {
      object-fit: contain !important; }
    #homepage_hero .item .homepage-collection-hero-button-text-container, #homepage_hero .carousel__slide .homepage-collection-hero-button-text-container, #homepage_hero .collection-hero-item .homepage-collection-hero-button-text-container, #product_hero .item .homepage-collection-hero-button-text-container, #product_hero .carousel__slide .homepage-collection-hero-button-text-container, #product_hero .collection-hero-item .homepage-collection-hero-button-text-container {
      height: 90px;
      display: flex; }
      @media only screen and (max-width: 992px) {
        #homepage_hero .item .homepage-collection-hero-button-text-container, #homepage_hero .carousel__slide .homepage-collection-hero-button-text-container, #homepage_hero .collection-hero-item .homepage-collection-hero-button-text-container, #product_hero .item .homepage-collection-hero-button-text-container, #product_hero .carousel__slide .homepage-collection-hero-button-text-container, #product_hero .collection-hero-item .homepage-collection-hero-button-text-container {
          height: 60px;
          font-size: 20px; } }
    #homepage_hero .item h2, #homepage_hero .item h3, #homepage_hero .carousel__slide h2, #homepage_hero .carousel__slide h3, #homepage_hero .collection-hero-item h2, #homepage_hero .collection-hero-item h3, #product_hero .item h2, #product_hero .item h3, #product_hero .carousel__slide h2, #product_hero .carousel__slide h3, #product_hero .collection-hero-item h2, #product_hero .collection-hero-item h3 {
      margin: auto;
      display: block;
      color: white !important; }
      @media only screen and (max-width: 992px) {
        #homepage_hero .item h2, #homepage_hero .item h3, #homepage_hero .carousel__slide h2, #homepage_hero .carousel__slide h3, #homepage_hero .collection-hero-item h2, #homepage_hero .collection-hero-item h3, #product_hero .item h2, #product_hero .item h3, #product_hero .carousel__slide h2, #product_hero .carousel__slide h3, #product_hero .collection-hero-item h2, #product_hero .collection-hero-item h3 {
          font-size: 20px; } }
    #homepage_hero .item h2, #homepage_hero .carousel__slide h2, #homepage_hero .collection-hero-item h2, #product_hero .item h2, #product_hero .carousel__slide h2, #product_hero .collection-hero-item h2 {
      font-weight: bold; }
    #homepage_hero .item .btn-outline-primary, #homepage_hero .carousel__slide .btn-outline-primary, #homepage_hero .collection-hero-item .btn-outline-primary, #product_hero .item .btn-outline-primary, #product_hero .carousel__slide .btn-outline-primary, #product_hero .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__slide .btn-outline-primary, #homepage_hero .collection-hero-item .btn-outline-primary, #product_hero .item .btn-outline-primary, #product_hero .carousel__slide .btn-outline-primary, #product_hero .collection-hero-item .btn-outline-primary {
          margin-top: 0.25rem;
          font-size: 16px; } }
    #homepage_hero .item .legal-line, #homepage_hero .carousel__slide .legal-line, #homepage_hero .collection-hero-item .legal-line, #product_hero .item .legal-line, #product_hero .carousel__slide .legal-line, #product_hero .collection-hero-item .legal-line {
      position: absolute;
      bottom: 5%;
      left: 0;
      right: 0;
      width: 100%;
      padding: 0.5rem;
      text-align: center;
      font-size: 10px;
      color: #e9ecef; }
      @media only screen and (max-width: 1200px) {
        #homepage_hero .item .legal-line, #homepage_hero .carousel__slide .legal-line, #homepage_hero .collection-hero-item .legal-line, #product_hero .item .legal-line, #product_hero .carousel__slide .legal-line, #product_hero .collection-hero-item .legal-line {
          bottom: 3px; } }
      @media only screen and (max-width: 992px) {
        #homepage_hero .item .legal-line, #homepage_hero .carousel__slide .legal-line, #homepage_hero .collection-hero-item .legal-line, #product_hero .item .legal-line, #product_hero .carousel__slide .legal-line, #product_hero .collection-hero-item .legal-line {
          padding: 0.2rem; } }
    #homepage_hero .item .homepage-collection-hero-top, #homepage_hero .carousel__slide .homepage-collection-hero-top, #homepage_hero .collection-hero-item .homepage-collection-hero-top, #product_hero .item .homepage-collection-hero-top, #product_hero .carousel__slide .homepage-collection-hero-top, #product_hero .collection-hero-item .homepage-collection-hero-top {
      position: relative;
      -webkit-animation: fadein 0.5s;
      -moz-animation: fadein 0.5s;
      -ms-animation: fadein 0.5s;
      -o-animation: fadein 0.5s;
      animation: fadein 0.5s; }
      @media only screen and (max-width: 992px) {
        #homepage_hero .item .homepage-collection-hero-top, #homepage_hero .carousel__slide .homepage-collection-hero-top, #homepage_hero .collection-hero-item .homepage-collection-hero-top, #product_hero .item .homepage-collection-hero-top, #product_hero .carousel__slide .homepage-collection-hero-top, #product_hero .collection-hero-item .homepage-collection-hero-top {
          height: 100%; } }
      #homepage_hero .item .homepage-collection-hero-top svg.injectable, #homepage_hero .carousel__slide .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__slide .homepage-collection-hero-top svg.injectable, #product_hero .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__slide .homepage-collection-hero-top svg, #homepage_hero .carousel__slide .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__slide .homepage-collection-hero-top svg, #product_hero .carousel__slide .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 {
        margin-top: 3rem;
        margin-bottom: 4rem;
        height: 160px;
        max-width: 95%; }
        @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__slide .homepage-collection-hero-top svg, #homepage_hero .carousel__slide .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__slide .homepage-collection-hero-top svg, #product_hero .carousel__slide .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 {
            height: 100px;
            margin-top: 1.5rem;
            margin-bottom: 220px; } }
    #homepage_hero .item .homepage-collection-hero-centered img, #homepage_hero .carousel__slide .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__slide .homepage-collection-hero-centered img, #product_hero .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__slide .homepage-collection-hero-centered, #homepage_hero .collection-hero-item .homepage-collection-hero-centered, #product_hero .item .homepage-collection-hero-centered, #product_hero .carousel__slide .homepage-collection-hero-centered, #product_hero .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:not(.homepage-collection-hero-centered) img, #homepage_hero .item.banner-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero .carousel__slide.cell-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero .carousel__slide.banner-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero .collection-hero-item.cell-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero .collection-hero-item.banner-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .item.cell-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .item.banner-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .carousel__slide.cell-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .carousel__slide.banner-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .collection-hero-item.cell-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .collection-hero-item.banner-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img {
        margin-top: 120px !important; } }
    @media only screen and (max-width: 768px) {
      #homepage_hero .item.cell-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero .item.banner-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero .carousel__slide.cell-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero .carousel__slide.banner-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero .collection-hero-item.cell-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero .collection-hero-item.banner-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .item.cell-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .item.banner-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .carousel__slide.cell-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .carousel__slide.banner-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .collection-hero-item.cell-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #product_hero .collection-hero-item.banner-right .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img {
        margin-top: 150px !important; } }

#homepage_hero .item .homepage-collection-hero-products:not(.homepage-collection-hero-centered), #homepage_hero .carousel__slide .homepage-collection-hero-products:not(.homepage-collection-hero-centered), #homepage_hero .collection-hero-item .homepage-collection-hero-products:not(.homepage-collection-hero-centered) {
  z-index: 1; }
  @media only screen and (max-width: 992px) {
    #homepage_hero .item .homepage-collection-hero-products:not(.homepage-collection-hero-centered) img, #homepage_hero .carousel__slide .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 {
      margin-top: -320px !important;
      width: auto !important;
      max-height: 180px !important;
      object-fit: contain; } }

#homepage_cards {
  margin-bottom: 2rem; }
  #homepage_cards .mini-banner {
    position: relative;
    height: 480px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      #homepage_cards .mini-banner {
        margin-bottom: 1rem; } }
    #homepage_cards .mini-banner .homepage-collection-hero-background {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
      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; }
    #homepage_cards .mini-banner .homepage-collection-hero-text-background {
      position: absolute;
      bottom: 8px;
      height: 125px;
      width: 100%;
      pointer-events: none; }
    #homepage_cards .mini-banner .collection-hero-item {
      height: 480px; }
      #homepage_cards .mini-banner .collection-hero-item > div {
        text-align: center;
        width: 100%;
        display: block; }
      #homepage_cards .mini-banner .collection-hero-item img:not(.injectable):not(.img-fluid) {
        max-height: 240px; }
        #homepage_cards .mini-banner .collection-hero-item img:not(.injectable):not(.img-fluid).foreground, #homepage_cards .mini-banner .collection-hero-item img:not(.injectable):not(.img-fluid).homepage-collection-hero-foreground {
          max-height: 200px;
          max-width: 100%;
          z-index: 1;
          object-fit: contain; }
      #homepage_cards .mini-banner .collection-hero-item .homepage-collection-hero-top {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
        height: 100px;
        padding: 0 3rem; }
        #homepage_cards .mini-banner .collection-hero-item .homepage-collection-hero-top svg {
          height: 100px;
          max-width: 100%; }
        #homepage_cards .mini-banner .collection-hero-item .homepage-collection-hero-top img {
          height: 100%;
          position: relative;
          object-fit: contain; }
      #homepage_cards .mini-banner .collection-hero-item h3 {
        font-size: 18px;
        margin-bottom: 0;
        min-height: 30px;
        flex-grow: 1; }
      #homepage_cards .mini-banner .collection-hero-item .btn {
        padding: 0.4rem 0.9rem 0.5rem;
        margin-bottom: 1.8rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        line-height: 1.2;
        font-weight: bold;
        font-size: 18px;
        border-width: 2px;
        border-radius: 8px; }
        #homepage_cards .mini-banner .collection-hero-item .btn:hover {
          background: white;
          color: #4b6b8d !important; }
        @media only screen and (max-width: 768px) {
          #homepage_cards .mini-banner .collection-hero-item .btn {
            font-size: 16px; } }
      #homepage_cards .mini-banner .collection-hero-item .homepage-collection-hero-products {
        height: 200px;
        padding: 0 2rem;
        margin-top: -1rem;
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
        z-index: 1; }
        #homepage_cards .mini-banner .collection-hero-item .homepage-collection-hero-products img {
          flex: 1;
          align-self: center;
          -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; }
      #homepage_cards .mini-banner .collection-hero-item .homepage-collection-hero-bottom {
        position: relative;
        padding: 0 1rem;
        display: flex;
        flex-direction: column; }
        #homepage_cards .mini-banner .collection-hero-item .homepage-collection-hero-bottom .legal-line {
          position: absolute;
          bottom: 12px;
          right: 0;
          left: 0;
          font-size: 10px;
          font-weight: 400; }
      #homepage_cards .mini-banner .collection-hero-item:hover {
        text-decoration: none; }
    #homepage_cards .mini-banner:hover .homepage-collection-hero-products 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); }
    #homepage_cards .mini-banner:hover .homepage-collection-hero-background {
      -webkit-transform: scale(1.02);
      -moz-transform: scale(1.02);
      -ms-transform: scale(1.02);
      -o-transform: scale(1.02);
      transform: scale(1.02); }

#product_hero {
  max-height: 320px;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  #product_hero .item, #product_hero .carousel__slide, #product_hero .collection-hero-item {
    height: 320px; }
    #product_hero .item a, #product_hero .carousel__slide a, #product_hero .collection-hero-item a {
      pointer-events: all; }
    #product_hero .item .img-fluid, #product_hero .carousel__slide .img-fluid, #product_hero .collection-hero-item .img-fluid {
      max-height: 260px; }
    #product_hero .item .homepage-collection-hero-top img, #product_hero .carousel__slide .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__slide .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 .homepage-collection-hero-foreground, #product_hero .item .homepage-collection-hero-products img, #product_hero .carousel__slide .homepage-collection-hero-products .homepage-collection-hero-foreground, #product_hero .carousel__slide .homepage-collection-hero-products img, #product_hero .collection-hero-item .homepage-collection-hero-products .homepage-collection-hero-foreground, #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__slide.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: 1200px) {
      #product_hero .item h3, #product_hero .carousel__slide h3, #product_hero .collection-hero-item h3 {
        font-size: 24px; } }
    @media only screen and (max-width: 992px) {
      #product_hero .item h3, #product_hero .carousel__slide h3, #product_hero .collection-hero-item h3 {
        font-size: 20px; } }
    @media only screen and (max-width: 768px) {
      #product_hero .item h3, #product_hero .carousel__slide h3, #product_hero .collection-hero-item h3 {
        margin-bottom: 0.5rem; } }
  #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; }
  @media only screen and (max-width: 767px) {
    .collection-slim-banner {
      border-radius: 10px; } }
  .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.9;
    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:hover .collection-slim-banner-text span {
      -webkit-transition: color 0s;
      -moz-transition: color 0s;
      -ms-transition: color 0s;
      -o-transition: color 0s;
      transition: color 0s; }
  .collection-slim-banner .collection-slim-banner-logo {
    display: flex; }
    .collection-slim-banner .collection-slim-banner-logo img, .collection-slim-banner .collection-slim-banner-logo svg {
      flex: 1;
      align-self: center; }
  .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;
    display: flex; }
    .collection-slim-banner .collection-slim-banner-text span {
      -webkit-transition: color 0.15s;
      -moz-transition: color 0.15s;
      -ms-transition: color 0.15s;
      -o-transition: color 0.15s;
      transition: color 0.15s;
      flex: 1;
      align-self: center;
      font-size: 24px;
      font-weight: 500;
      text-align: right; }
      .collection-slim-banner .collection-slim-banner-text span .icon {
        margin-left: 0.25rem;
        font-size: 20px; }
    @media only screen and (max-width: 767px) {
      .collection-slim-banner .collection-slim-banner-text span {
        text-align: center; } }

#collections_hero_wrapper, #homepage_hero, #product_hero {
  overflow: hidden; }
  #collections_hero_wrapper > .container, #homepage_hero > .container, #product_hero > .container {
    position: relative; }
  #collections_hero_wrapper #collections_hero, #homepage_hero #collections_hero, #product_hero #collections_hero {
    border-top: 5px solid #008060; }
  #collections_hero_wrapper .featured-view-all, #homepage_hero .featured-view-all, #product_hero .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: #008060;
    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 {
      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 {
      background-color: #00674d;
      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 {
        display: none; } }
  #collections_hero_wrapper .carousel__slide, #homepage_hero .carousel__slide, #product_hero .carousel__slide {
    background-repeat: repeat-x; }
    #collections_hero_wrapper .carousel__slide > .container, #homepage_hero .carousel__slide > .container, #product_hero .carousel__slide > .container {
      position: relative;
      padding: 0 50px; }
  #collections_hero_wrapper .item .collection-hero-top, #collections_hero_wrapper .carousel__slide .collection-hero-top, #collections_hero_wrapper .collection-hero-item .collection-hero-top, #homepage_hero .item .collection-hero-top, #homepage_hero .carousel__slide .collection-hero-top, #homepage_hero .collection-hero-item .collection-hero-top, #product_hero .item .collection-hero-top, #product_hero .carousel__slide .collection-hero-top, #product_hero .collection-hero-item .collection-hero-top {
    z-index: 10; }
  #collections_hero_wrapper .item .collection-hero-products img, #collections_hero_wrapper .carousel__slide .collection-hero-products img, #collections_hero_wrapper .collection-hero-item .collection-hero-products img, #homepage_hero .item .collection-hero-products img, #homepage_hero .carousel__slide .collection-hero-products img, #homepage_hero .collection-hero-item .collection-hero-products img, #product_hero .item .collection-hero-products img, #product_hero .carousel__slide .collection-hero-products img, #product_hero .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__slide .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__slide .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__slide .collection-hero-products .collection-hero-product-mid, #product_hero .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__slide .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__slide .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__slide .collection-hero-products .collection-hero-product-left, #product_hero .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__slide .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__slide .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__slide .collection-hero-products .collection-hero-product-right, #product_hero .collection-hero-item .collection-hero-products .collection-hero-product-right {
    margin-left: 30%; }
  #collections_hero_wrapper .item svg, #collections_hero_wrapper .carousel__slide svg, #collections_hero_wrapper .collection-hero-item svg, #homepage_hero .item svg, #homepage_hero .carousel__slide svg, #homepage_hero .collection-hero-item svg, #product_hero .item svg, #product_hero .carousel__slide svg, #product_hero .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__slide .collection-hero-caption, #collections_hero_wrapper .collection-hero-item .collection-hero-caption, #homepage_hero .item .collection-hero-caption, #homepage_hero .carousel__slide .collection-hero-caption, #homepage_hero .collection-hero-item .collection-hero-caption, #product_hero .item .collection-hero-caption, #product_hero .carousel__slide .collection-hero-caption, #product_hero .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__slide .collection-hero-caption svg, #collections_hero_wrapper .collection-hero-item .collection-hero-caption svg, #homepage_hero .item .collection-hero-caption svg, #homepage_hero .carousel__slide .collection-hero-caption svg, #homepage_hero .collection-hero-item .collection-hero-caption svg, #product_hero .item .collection-hero-caption svg, #product_hero .carousel__slide .collection-hero-caption svg, #product_hero .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__slide .btn-outline-primary, #collections_hero_wrapper .collection-hero-item .btn-outline-primary, #homepage_hero .item .btn-outline-primary, #homepage_hero .carousel__slide .btn-outline-primary, #homepage_hero .collection-hero-item .btn-outline-primary, #product_hero .item .btn-outline-primary, #product_hero .carousel__slide .btn-outline-primary, #product_hero .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__slide .btn-outline-primary:hover, #collections_hero_wrapper .collection-hero-item .btn-outline-primary:hover, #homepage_hero .item .btn-outline-primary:hover, #homepage_hero .carousel__slide .btn-outline-primary:hover, #homepage_hero .collection-hero-item .btn-outline-primary:hover, #product_hero .item .btn-outline-primary:hover, #product_hero .carousel__slide .btn-outline-primary:hover, #product_hero .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__slide .btn-outline-primary, #collections_hero_wrapper .collection-hero-item .btn-outline-primary, #homepage_hero .item .btn-outline-primary, #homepage_hero .carousel__slide .btn-outline-primary, #homepage_hero .collection-hero-item .btn-outline-primary, #product_hero .item .btn-outline-primary, #product_hero .carousel__slide .btn-outline-primary, #product_hero .collection-hero-item .btn-outline-primary {
        margin-top: 0.25rem; } }
  #collections_hero_wrapper .item .collection-hero-nav-button, #collections_hero_wrapper .carousel__slide .collection-hero-nav-button, #collections_hero_wrapper .collection-hero-item .collection-hero-nav-button, #homepage_hero .item .collection-hero-nav-button, #homepage_hero .carousel__slide .collection-hero-nav-button, #homepage_hero .collection-hero-item .collection-hero-nav-button, #product_hero .item .collection-hero-nav-button, #product_hero .carousel__slide .collection-hero-nav-button, #product_hero .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__slide .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__slide .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__slide .collection-hero-nav-button:hover, #product_hero .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__slide .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__slide .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__slide .collection-hero-nav-button.previous, #product_hero .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__slide .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__slide .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__slide .collection-hero-nav-button.previous, #product_hero .collection-hero-item .collection-hero-nav-button.previous {
          left: 5px; } }
    #collections_hero_wrapper .item .collection-hero-nav-button.next, #collections_hero_wrapper .carousel__slide .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__slide .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__slide .collection-hero-nav-button.next, #product_hero .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__slide .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__slide .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__slide .collection-hero-nav-button.next, #product_hero .collection-hero-item .collection-hero-nav-button.next {
          right: 5px; } }
  #collections_hero_wrapper .item:hover, #collections_hero_wrapper .carousel__slide:hover, #collections_hero_wrapper .collection-hero-item:hover, #homepage_hero .item:hover, #homepage_hero .carousel__slide:hover, #homepage_hero .collection-hero-item:hover, #product_hero .item:hover, #product_hero .carousel__slide:hover, #product_hero .collection-hero-item:hover {
    text-decoration: none; }
  #collections_hero_wrapper .item.dark-mode .btn-outline-primary, #collections_hero_wrapper .carousel__slide.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__slide.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__slide.dark-mode .btn-outline-primary, #product_hero .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__slide.dark-mode .btn-outline-primary:hover, #collections_hero_wrapper .carousel__slide.dark-mode .btn-outline-primary:active, #collections_hero_wrapper .carousel__slide.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__slide.dark-mode .btn-outline-primary:hover, #homepage_hero .carousel__slide.dark-mode .btn-outline-primary:active, #homepage_hero .carousel__slide.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__slide.dark-mode .btn-outline-primary:hover, #product_hero .carousel__slide.dark-mode .btn-outline-primary:active, #product_hero .carousel__slide.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 {
      background-color: white;
      color: #4b6b8d !important; }
  #collections_hero_wrapper .item.dark-mode svg, #collections_hero_wrapper .carousel__slide.dark-mode svg, #collections_hero_wrapper .collection-hero-item.dark-mode svg, #homepage_hero .item.dark-mode svg, #homepage_hero .carousel__slide.dark-mode svg, #homepage_hero .collection-hero-item.dark-mode svg, #product_hero .item.dark-mode svg, #product_hero .carousel__slide.dark-mode svg, #product_hero .collection-hero-item.dark-mode svg {
    fill: white; }
  #collections_hero_wrapper .item.dark-mode .collection-hero-caption, #collections_hero_wrapper .carousel__slide.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__slide.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__slide.dark-mode .collection-hero-caption, #product_hero .collection-hero-item.dark-mode .collection-hero-caption {
    color: white; }
    #collections_hero_wrapper .item.dark-mode .collection-hero-caption svg, #collections_hero_wrapper .carousel__slide.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__slide.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__slide.dark-mode .collection-hero-caption svg, #product_hero .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__slide.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__slide.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__slide.is-selected .collection-hero-products img, #product_hero .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__slide.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__slide.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__slide.is-selected .collection-hero-nav-button, #product_hero .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__slide {
  color: #1aceee;
  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__slide {
      padding: 20px 10px; } }
  #collections_hero_nav .carousel__slide:first-child {
    padding-left: 10px; }
  #collections_hero_nav .carousel__slide:last-child {
    padding-right: 10px; }
  #collections_hero_nav .carousel__slide: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__slide.is-selected, #collections_hero_nav .carousel__slide:hover {
    color: white; }
    #collections_hero_nav .carousel__slide.is-selected:after, #collections_hero_nav .carousel__slide:hover:after {
      opacity: 1; }

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

.featured-collection .item-view-dotmatrix .img-container p, #recommendations .item-view-dotmatrix .img-container p {
  cursor: pointer; }

#recommendations .carousel__slide {
  max-width: 300px;
  height: auto; }

#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: #2e77d0;
      background: linear-gradient(to right, #185eb4, #2e77d0); }
      #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: 45px;
        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("/cdn/shop/files/bg-galactamari-darker.png?v=1637349832") #dbe8f5 repeat;
  background-size: 250px; }

#newsletter {
  margin-bottom: 1rem;
  padding: 1rem 0;
  text-align: center;
  font-weight: bold;
  color: white; }
  #newsletter .color-bar {
    background: #4b6b8d !important; }
  #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("https://cdn.shopify.com/s/files/1/0570/8280/6468/files/bg-galactamari.png?v=1636057776") #425e7c 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: #008060;
    border-radius: 8px;
    border: 2px solid white; }
    @media only screen and (max-width: 576px) {
      #newsletter button {
        margin: 0;
        display: block;
        width: 100%; } }
    #newsletter button:hover {
      background: #004d3a;
      border: 2px solid white; }
  #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: white; }
        #newsletter .network li a:hover, #newsletter .network li a:focus, #newsletter .network li a:active {
          color: #e6e6e6; }

#instagram h6 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem; }
  #instagram h6 a {
    color: #4b6b8d; }
    #instagram h6 a:hover {
      color: #0b8297;
      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-weight: 700;
      background-color: white;
      margin-bottom: 1rem;
      background: #008060;
      background: linear-gradient(to right, #b8d053, #008060);
      -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: 13px 0 17px; }
      .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.4rem 0 0.6rem; }
  .featured-collection .collection-scroll .featured-view-all {
    margin-top: 1px;
    font-size: 12px; }
  .featured-collection .collection-scroll .carousel__slide {
    max-width: 350px;
    height: auto; }
  @media only screen and (min-width: 992px) {
    .featured-collection .collection-scroll .carousel__button.is-prev {
      left: -30px; }
    .featured-collection .collection-scroll .carousel__button.is-next {
      right: -30px; } }

#cart_items {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.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;
    margin: 0; }
  .mini-cart .item-buttons button {
    cursor: pointer;
    padding: 0;
    font-weight: normal;
    font-size: 11px; }
    .mini-cart .item-buttons button:hover {
      color: #bb2d48;
      -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 .quantity-n-price .cart-price {
      font-weight: 500; }
  .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: #b9cce1; }
  .mini-cart .mini-cart-upsell-form {
    background-color: #dfe7f1;
    border-radius: 5px;
    margin: 5px; }
    .mini-cart .mini-cart-upsell-form p {
      color: #4b6b8d;
      font-weight: 300;
      line-height: 1.2;
      margin-bottom: 0.1rem;
      padding-top: 0.5rem;
      padding-right: 0.5rem; }
    .mini-cart .mini-cart-upsell-form .cart-image {
      margin: 0.5rem 0.5rem 0.5rem 0.75rem;
      height: 60px;
      width: 60px; }
    .mini-cart .mini-cart-upsell-form label {
      color: #4b6b8d;
      font-weight: 500;
      font-size: 14px;
      margin-bottom: 0.25rem; }
    .mini-cart .mini-cart-upsell-form .selector-wrapper {
      padding-right: 0.5rem;
      margin-bottom: 0.5rem; }
    .mini-cart .mini-cart-upsell-form .product-info-options {
      padding-left: 0.5rem; }
    .mini-cart .mini-cart-upsell-form .mini-cart-upsell-buttons {
      text-align: right;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem; }
      .mini-cart .mini-cart-upsell-form .mini-cart-upsell-buttons .btn-light {
        color: #185eb4; }
      .mini-cart .mini-cart-upsell-form .mini-cart-upsell-buttons .btn-primary {
        text-transform: uppercase; }
  .mini-cart .xs-menu-collapse {
    display: block;
    text-align: center;
    font-weight: 500;
    background: #dfe7f1;
    border-radius: 5px;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 0.25rem; }
    .mini-cart .xs-menu-collapse:not(.collapsed) {
      display: none;
      visibility: hidden; }
  .mini-cart .collapsing {
    transition: height 0.1s; }
  .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;
      cursor: pointer; }
      .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 #mini_cart_totals .btn.btn-link {
        color: #185eb4;
        font-size: 14px;
        text-transform: none; }

#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/shop/files/bg-bigpixels.png?v=1637349768") #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: #0b8297; }
      .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: #008060; }
        .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: #008060; }
    .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: #008060;
        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: #00b386; }
    .search-results-box .search-results .no-results {
      padding: 10px !important;
      text-align: center;
      color: #4b6b8d;
      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: #455e86;
  -webkit-box-shadow: inset 0px 45px 0px 0px #5c7999;
  -moz-box-shadow: inset 0px 45px 0px 0px #5c7999;
  box-shadow: inset 0px 45px 0px 0px #5c7999;
  border-top: 5px solid #008060;
  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: #0b8297;
      border-bottom-color: #0b8297;
      text-decoration: none; }
  footer .btn-success {
    border: 2px solid white; }
    footer .btn-success:hover, footer .btn-success:active, footer .btn-success:focus {
      border: 2px solid white; }
  footer #support_email {
    font-size: 18px;
    font-weight: bold;
    border: none; }
    footer #support_email:hover, footer #support_email:active, footer #support_email:focus {
      color: #0b8297; }
  footer .article-card {
    margin-bottom: 1rem;
    border: none; }
    footer .article-card .article-title-container {
      line-height: 1.3; }
    footer .article-card h3 {
      color: white !important;
      font-weight: 500; }
    footer .article-card p {
      display: 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_about .about-link {
    margin-bottom: 0.25rem; }
  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/shop/files/bg-bigpixels.png?v=1637349768") #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: #0b8297; }
      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; }
  @media only screen and (max-width: 768px) {
    footer {
      text-align: center; }
      footer #footer_catalog_types a {
        display: block;
        width: 100%; } }

.sans {
  font-family: "Comic Sans MS", "Comic Sans", sofia-pro, Verdana, sans-serif;
  text-transform: lowercase; }

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

#hyperalert {
  text-align: center; }
  #hyperalert .modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #9d5901;
    color: #050300; }
    #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: 12px; }

#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: #008060 !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: #008060 !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: #008060;
  color: white; }
  .btn_c:hover, .btn_c:focus, .btn_c:active {
    background-color: #004d3a;
    color: white;
    text-decoration: none; }

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

.jdgm-ans {
  border-color: #008060 !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: #008060 !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: #008060 !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; }

.jdgm-rev-widg .jdgm-form::before {
  content: "Share a review of this item! Note, this is for product reviews only. Please don't use this form to ask questions.";
  color: #4b6b8d;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.5rem; }

@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; }

.junip-product-summary {
  display: inline-block;
  float: right; }

.junip-product-summary-review-count {
  display: block !important;
  color: #4b6b8d !important;
  font-size: 12px;
  font-weight: 200;
  margin-left: 0 !important;
  margin-top: -4px !important;
  text-align: right !important; }

.junip-product-summary-clickable .junip-product-summary-star-ratings-container {
  display: inline-block !important; }

.junip-product-review-summary-flex-wrapper {
  display: block !important; }

.junip-product-review-average-container {
  display: block !important; }

.junip-product-summary-star {
  height: 18px !important;
  width: 18px !important;
  padding: 1px 0px 1px 1px !important;
  display: inline-block !important;
  margin-left: -2px !important; }

.junip-write-review-cta-container {
  float: right; }

.junip-write-review-cta {
  margin-top: 0 !important; }

.junip-review-list-item-container .junip-review-customer {
  min-width: 150px !important; }

.junip-review-list-item .junip-review-date {
  opacity: 1 !important; }

.junip-review-list-item .junip-flex-wrapper {
  margin-bottom: 0 !important; }

.junip-review-list-item .junip-review-title {
  margin-bottom: 0.1rem !important; }

.junip-star-ratings-container {
  display: inline-block !important; }
  .junip-star-ratings-container .junip-star {
    padding: 2px !important;
    display: inline-block !important; }

.junip-reviews-container {
  padding-top: 0 !important; }

.junip-product-review-summary-container {
  padding-left: 0 !important;
  display: inline-block !important;
  margin-bottom: 1.5rem !important; }

.junip-star-ratings-container {
  margin-bottom: 0 !important; }

.junip-product-review-count {
  text-align: left !important;
  display: inline-block !important;
  font-size: 16px !important;
  margin-left: 0.5rem !important; }

.junip-product-review-title {
  display: none !important; }

.junip-product-review-container {
  color: #4b6b8d;
  padding-top: 0 !important; }

.junip-star-ratings-container .junip-star {
  height: 22px !important; }

.junip-review-list-item-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .junip-review-list-item-container .junip-star-ratings-container .junip-star {
    height: 22px !important;
    width: 22px !important; }

.junip-btn {
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out !important;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out !important;
  -ms-transition: color 0.15s ease-out, background-color 0.15s ease-out !important;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out !important;
  transition: color 0.15s ease-out, background-color 0.15s ease-out !important; }
  .junip-btn:hover, .junip-btn:focus, .junip-btn:active {
    -webkit-transition: color 0s, background-color 0s !important;
    -moz-transition: color 0s, background-color 0s !important;
    -ms-transition: color 0s, background-color 0s !important;
    -o-transition: color 0s, background-color 0s !important;
    transition: color 0s, background-color 0s !important; }
  .junip-btn:hover {
    border-color: #004d3a !important;
    background-color: #004d3a !important; }

.junip-separator {
  display: none !important; }

.junip-product-review-bars-container {
  display: none !important; }

.junip-product-review-average {
  display: none !important; }

.junip-filters {
  display: none !important; }

.junip-review-sort-container {
  display: none !important; }

.junip-avatar {
  display: none !important; }

.junip-flex-wrapper {
  margin-bottom: 0.5rem !important; }

.junip-review-product-container {
  display: none !important; }

.junip-review-vote-container {
  display: none !important; }

.junip-powered-by-footer {
  display: none !important; }

.junip-logo {
  display: none !important; }

.junip-onsite-review-modal .junip-onsite-review-modal-content {
  color: #4b6b8d; }

.junip-review-list-item .junip-review-images-container .junip-review-image-wrapper .junip-review-image {
  border-radius: 5px !important; }

.junip-media-review-container {
  color: #4b6b8d; }

.junip-product-summary-rendered {
  -webkit-animation: fadein 0.2s;
  -moz-animation: fadein 0.2s;
  -ms-animation: fadein 0.2s;
  -o-animation: fadein 0.2s;
  animation: fadein 0.2s; }

.junip-no-reviews {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.junip-no-reviews > div {
  margin-bottom: 0.5rem !important; }

.junip-drop-zone-container:after {
  content: "By uploading media, you grant permission to Fangamer to display it publicly alongside your review";
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6c757d;
  margin-top: 0.25rem;
  padding-left: 3rem;
  padding-right: 3rem; }

.junip-added-helptext {
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 16px; }

.junip-recommendation-container {
  display: none !important; }

.junip-drop-zone-container {
  height: 160px !important; }

@media only screen and (max-width: 992px) {
  .junip-container-xs .junip-product-review-summary-container {
    padding-right: 0 !important;
    margin-bottom: 1rem !important; }

  .junip-product-review-summary-wrapper {
    padding-bottom: 3rem !important; } }
#pagination {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500; }
  #pagination span, #pagination a {
    padding: 1rem;
    font-weight: 500;
    text-transform: uppercase; }
  #pagination .pagination {
    width: 100%;
    margin-bottom: 0;
    background-color: #dfe7ef;
    border-radius: 0; }
  #pagination .active {
    cursor: default;
    color: white !important;
    background-color: #4b6b8d !important;
    padding: 0.25rem 0.5rem;
    margin: 0.75rem 0.5rem;
    border-radius: 5px;
    font-weight: normal; }
  #pagination a.page-link {
    color: #425e7c;
    background: none;
    border: none; }
    #pagination a.page-link:hover, #pagination a.page-link:focus, #pagination a.page-link:active {
      color: #54789e;
      text-decoration: none; }
  #pagination .next-page, #pagination .prev-page {
    background-color: #4b6b8d !important;
    color: white !important;
    padding: 1rem 1.5rem;
    letter-spacing: 2px;
    border-radius: 0;
    min-width: 110px; }
    #pagination .next-page:hover, #pagination .prev-page:hover {
      background-color: #6084ab !important;
      color: white; }
    #pagination .next-page:active, #pagination .prev-page:active {
      background-color: #39526c !important;
      color: white; }
    #pagination .next-page:focus, #pagination .prev-page:focus {
      color: white; }
  #pagination .empty-page {
    min-width: 110px; }
  #pagination .next-page {
    border-left: 3px solid white !important; }
  #pagination .prev-page {
    border-right: 3px solid white !important; }
  @media only screen and (max-width: 576px) {
    #pagination {
      font-size: 16px; }
      #pagination span, #pagination a {
        padding: 0.5rem; }
      #pagination .next-page, #pagination .prev-page {
        padding: 0.5rem 0.4rem;
        letter-spacing: 0px;
        font-weight: 500; }
      #pagination .active {
        padding: 0.25rem 0.25rem;
        margin: 0.25rem 0.25rem; }
      #pagination .next-page, #pagination .prev-page, #pagination .empty-page {
        min-width: 0; } }

#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 #008060;
  border-radius: 5px;
  color: #4b6b8d;
  text-transform: uppercase; }
  #combo:hover {
    text-decoration: none;
    background-color: #008060;
    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: #4b6b8d;
  padding: 2rem 0;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .cart-empty p {
    margin: 0; }
  .cart-empty a {
    display: inline-block;
    margin-top: 1rem;
    color: #185eb4;
    background-color: white;
    border-radius: 8px;
    padding: 0.25rem 0.4rem; }

@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: #008060; }

#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: #008060;
    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: #007c93;
    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: #bb2d48;
    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: 700; }
    #cart .preorder-warning hr, #account .preorder-warning hr {
      color: white;
      margin: 1rem 0 0.75rem;
      border-top: 1px solid white;
      border-left: none;
      border-right: none;
      border-bottom: none; }
    #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 #bb2d48;
      border-radius: 5px;
      margin-top: 0.5rem;
      padding: 0.25rem 0.5rem 0.25rem 2rem;
      color: #bb2d48; }
  #cart .comments-fields label, #account .comments-fields label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4; }
  #cart .comments-fields .extra-info, #account .comments-fields .extra-info {
    line-height: 1.1;
    margin-bottom: 0; }
  #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;
        margin: 0 2rem; }
    #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 fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-moz-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-webkit-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-ms-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-o-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@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: #185eb4;
      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: #2e77d0;
        -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: #185eb4; }
    #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: #2e77d0; }
  #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: #4b6b8d;
  font-size: 87.5%;
  min-height: 400px; }
  #kindling a.btn.btn-primary {
    color: #fff; }
  #kindling > h1:first-child, #kindling > div:first-child > h1:first-child {
    margin-top: 2rem; }
  #kindling > p:first-child {
    margin-top: 2rem; }
  #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 .img-responsive {
    max-width: 100%;
    height: auto; }
  #kindling > div > h1 {
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #008060;
    margin-bottom: 20px; }
  #kindling h1 a {
    color: #008060; }
  #kindling .byline {
    margin-top: 1rem; }
  #kindling .alert {
    font-size: 128.57143%;
    text-align: center; }
    #kindling .alert p:last-child, #kindling .alert ul:last-child, #kindling .alert ol:last-child {
      margin-bottom: 0; }
  #kindling .alert-dismissible .close {
    top: 3px; }
  #kindling .index_page h3 {
    margin-top: 20px; }
  #kindling .index_page h3.border-top {
    margin-top: 10px; }
  #kindling .body, #kindling .menu {
    font-family: "Helvetica Neue",Helvetica,sans-serif; }
    #kindling .body img, #kindling .menu img {
      max-width: 100%;
      height: auto; }
    #kindling .body p, #kindling .body ul, #kindling .body figure, #kindling .menu p, #kindling .menu ul, #kindling .menu figure {
      margin: 0.5rem 0; }
      #kindling .body p a, #kindling .body ul a, #kindling .body figure a, #kindling .menu p a, #kindling .menu ul a, #kindling .menu figure a {
        word-break: break-all; }
        #kindling .body p a.regbreak, #kindling .body ul a.regbreak, #kindling .body figure a.regbreak, #kindling .menu p a.regbreak, #kindling .menu ul a.regbreak, #kindling .menu figure a.regbreak {
          word-break: normal; }
    #kindling .body p, #kindling .menu p {
      font-size: 128.57143%; }
      #kindling .body p b, #kindling .body p strong, #kindling .menu p b, #kindling .menu p strong {
        font-weight: bold; }
      #kindling .body p .bigger, #kindling .menu p .bigger {
        font-size: 150%; }
    #kindling .body ul, #kindling .body ol, #kindling .menu ul, #kindling .menu ol {
      padding-left: 20px;
      margin: 15px 0; }
      #kindling .body ul b, #kindling .body ul strong, #kindling .body ol b, #kindling .body ol strong, #kindling .menu ul b, #kindling .menu ul strong, #kindling .menu ol b, #kindling .menu ol strong {
        font-weight: bold; }
      #kindling .body ul li, #kindling .body ol li, #kindling .menu ul li, #kindling .menu ol li {
        font-size: 128.57143%;
        margin-bottom: 5px; }
        #kindling .body ul li ul li, #kindling .body ol li ul li, #kindling .menu ul li ul li, #kindling .menu ol li ul li {
          font-size: 100%; }
  #kindling .menu h4 {
    margin-top: 40px; }
  #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: #bb2d48; }
    #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: #bb2d48; }
  #kindling .tier, #kindling .addon_select, #kindling .checkout_sidebar {
    color: #4b6b8d;
    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 .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 .addon_select .btn {
      font-size: 87.5%; }
  #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: #008060;
    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: #00ffbf; }
  #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 .big-bg h3 {
      margin: 25px 0; }
  #kindling .mini-bg {
    margin: 25px 0 25px 0;
    padding: 25px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 20px; }
    @media only screen and (max-width: 384px) {
      #kindling .mini-bg {
        background-size: 200%; } }
  #kindling hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #adc0d3; }
  #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: 7px 15px; }
    #kindling .btn-checkout.btn-lg {
      padding: 15px 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;
    color: #4b6b8d; }
    #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(../images/updown.png) 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 .price, #kindling #cart .quantity_text {
    font-weight: 500;
    font-size: 25px;
    vertical-align: bottom; }
    @media only screen and (max-width: 384px) {
      #kindling #cart .price, #kindling #cart .quantity_text {
        margin-top: 18px; } }
  #kindling #cart .quantity_text {
    margin-right: 10px; }
  #kindling #cart .price {
    color: #008060;
    margin-left: 10px; }
  #kindling #cart .line-total {
    font-size: 25px;
    text-align: right; }
  #kindling #cart .times {
    font-size: 23px;
    vertical-align: bottom; }
  #kindling #cart .quantity-n-price {
    padding-right: 0px;
    text-align: right; }
  #kindling #cart .quantity-box {
    width: 50px;
    display: inline-block;
    height: 33px;
    margin-right: 10px;
    padding: 4px 8px; }
  #kindling #cart .border {
    margin-top: 0.5rem;
    border: none !important;
    border-top: 1px solid #4b6b8d;
    padding-top: 0;
    height: 1px; }
  #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; } }
  @media only screen and (max-width: 576px) {
    #kindling #cc {
      font-size: 87.5%; } }
  @media only screen and (max-width: 576px) {
    #kindling .margin-block-if-mobile {
      display: block;
      margin: 25px 0; } }
  #kindling section.sidebar h3 {
    text-align: left; }
  #kindling section.sidebar .body p {
    font-weight: 200;
    font-size: 142.85714%; }
  #kindling .code_display {
    display: flex;
    min-height: 100px;
    align-items: center;
    justify-content: space-around; }
    @media only screen and (max-width: 384px) {
      #kindling .code_display {
        flex-direction: column; }
        #kindling .code_display > div + div {
          margin-top: 20px; }
        #kindling .code_display .btn-code {
          font-size: 1.6em; } }
    #kindling .code_display h3, #kindling .code_display h4 {
      text-align: center;
      margin: 0; }
    #kindling .code_display h3 + h3, #kindling .code_display h3 + h4, #kindling .code_display h4 + h4 {
      margin-top: 10px; }
    #kindling .code_display > div {
      flex-basis: 50%;
      display: flex;
      justify-content: center; }
    #kindling .code_display .btn {
      margin-right: 0; }
  #kindling code {
    padding: 10px 20px;
    font-size: 2em;
    color: #3a8c1b;
    background-color: #f4f9f2;
    border-radius: 10px;
    border: #3a8c1b 1px solid;
    display: inline-block; }
    #kindling code .number {
      color: #1b6289; }
  #kindling .btn-code {
    padding: 10px 20px;
    font-size: 2em;
    color: #3a8c1b;
    background-color: #f4f9f2;
    border-radius: 10px;
    border: #3a8c1b 1px solid; }
    #kindling .btn-code .number {
      color: #1b6289; }
    #kindling .btn-code:hover:not([disabled]):not(.disabled), #kindling .btn-code:focus:not([disabled]):not(.disabled), #kindling .btn-code.focus:not([disabled]):not(.disabled) {
      color: #43a11f;
      background-color: #e5f1e1;
      border-color: #43a11f; }
    #kindling .btn-code.disabled, #kindling .btn-code[disabled], fieldset[disabled] #kindling .btn-code {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.65;
      box-shadow: none; }
  #kindling .code_instructions {
    margin: 20px 25px;
    padding: 20px 25px;
    background: #eee;
    border-radius: 20px;
    font-size: 1.2em; }
    @media only screen and (max-width: 384px) {
      #kindling .code_instructions {
        margin: 20px 0;
        padding: 10px 15px; } }
    #kindling .code_instructions p:first-child {
      margin-top: 0;
      padding-top: 0; }
    #kindling .code_instructions p:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    #kindling .code_instructions a.disabled-link {
      opacity: 0.65;
      border-bottom: 1px #42b5ea dotted; }
  #kindling input[type=submit]:last-child {
    margin-right: 0; }
  #kindling .tier_list > h2 {
    margin: 15px 0 10px; }

#login_page {
  max-width: 320px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  color: #4b6b8d; }
  #login_page h1 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700; }
  #login_page h2 {
    font-size: 16px;
    font-weight: 300; }
  #login_page .login-form {
    margin-top: 1rem;
    padding: 30px;
    border: 3px solid #4b6b8d;
    border-radius: 5px;
    background: url("/cdn/shop/files/fanimari_repeating.png?v=1584995154"); }
    #login_page .login-form .btn-success {
      text-transform: uppercase; }

#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 #sale_banner.rounded-corners img.foreground {
    border-radius: 10px; }
#sale_takeover h2 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid #008060;
  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__slide, #sale_takeover.layered .collection-hero-item {
      height: 480px; }
      #sale_takeover.layered .item.moderately-big, #sale_takeover.layered .carousel__slide.moderately-big, #sale_takeover.layered .collection-hero-item.moderately-big {
        height: 360px; }
      #sale_takeover.layered .item.not-as-big, #sale_takeover.layered .carousel__slide.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__slide 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__slide 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__slide .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;
    padding: 0 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;
  color: #9cc334;
  font-size: 12px;
  z-index: 1031;
  bottom: 0;
  right: calc(50% - 24px);
  -webkit-animation: starFly 1s ease-out forwards;
  -moz-animation: starFly 1s ease-out forwards;
  -ms-animation: starFly 1s ease-out forwards;
  -o-animation: starFly 1s ease-out forwards;
  animation: starFly 1s ease-out forwards;
  -webkit-transition: right 0.2s ease-in-out, bottom 0.2s ease-in-out;
  -moz-transition: right 0.2s ease-in-out, bottom 0.2s ease-in-out;
  -ms-transition: right 0.2s ease-in-out, bottom 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out, bottom 0.2s ease-in-out;
  transition: right 0.2s ease-in-out, bottom 0.2s ease-in-out; }
  .fly.flying {
    -webkit-animation: starFlying 0.4s ease-out forwards;
    -moz-animation: starFlying 0.4s ease-out forwards;
    -ms-animation: starFlying 0.4s ease-out forwards;
    -o-animation: starFlying 0.4s ease-out forwards;
    animation: starFlying 0.4s ease-out forwards; }
  .fly.flied {
    opacity: 0 !important; }
  .fly.errored {
    -webkit-animation: starError 0.4s ease-out forwards;
    -moz-animation: starError 0.4s ease-out forwards;
    -ms-animation: starError 0.4s ease-out forwards;
    -o-animation: starError 0.4s ease-out forwards;
    animation: starError 0.4s ease-out forwards; }

@keyframes starFly {
  0% {
    transform: translate(0, 24px) rotate(-90deg);
    font-size: 12px;
    opacity: 0; }

  25% {
    transform: translate(0, -48px) rotate(-6deg);
    font-size: 48px;
    opacity: 1; }

  50% {
    transform: translate(0, -64px) rotate(0deg);
    font-size: 48px;
    opacity: 1; }

  100% {
    transform: translate(0, -72px) rotate(6deg);
    font-size: 48px;
    opacity: 1; } }

@keyframes starFlying {
  0% {
    transform: translate(0, -72px) rotate(6deg);
    font-size: 48px;
    opacity: 1;
    bottom: 0;
    right: calc(50% - 24px); }

  25% {
    font-size: 24px; }

  50% {
    font-size: 18px;
    opacity: 0.25; }

  75% {
    font-size: 12px;
    opacity: 0; }

  100% {
    transform: translate(0, -72px) rotate(180deg);
    font-size: 12px;
    opacity: 0;
    bottom: 300px;
    right: 10px; } }

@keyframes starError {
  0% {
    transform: translate(0, -78px) rotate(6deg);
    font-size: 48px;
    opacity: 1; }

  25% {
    transform: translate(-6px, -48px) rotate(-6deg);
    font-size: 32px;
    opacity: 0.5; }

  50% {
    transform: translate(6px, -32px) rotate(6deg);
    font-size: 24px;
    opacity: 0.25; }

  100% {
    transform: translate(-6px, -18px) rotate(-6deg);
    font-size: 18px;
    opacity: 0; }

  100% {
    transform: translate(6px, 0) rotate(0deg);
    font-size: 12px;
    opacity: 0; } }

.popover {
  font-family: sofia-pro, Verdana, sans-serif; }
  .popover span {
    vertical-align: middle; }
  .popover .popover-body {
    color: #4b6b8d;
    font-weight: 500; }
  .popover .popover-close {
    background: #bb2d48;
    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: #d34862; }

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 img {
  display: block;
  margin: 0 auto; }
#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__slide {
  margin-right: 10px;
  width: 240px;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    #ce_gallery .carousel__slide {
      width: 180px; } }
  #ce_gallery .carousel__slide a.item {
    display: block; }
  #ce_gallery .carousel__slide .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__slide a.item:hover .icon {
    color: red;
    transition: color 0s; }

#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;
  margin-right: auto;
  margin-top: 1em; }
  .esrb-info .esrb-main {
    width: 100%; }
    .esrb-info .esrb-main img {
      display: inline-block;
      height: 80px;
      width: auto;
      padding-right: 5px;
      margin-left: 3px;
      margin-top: 3px; }
      .esrb-info .esrb-main img:not(:only-child) {
        float: left; }
    .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__slide {
    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__backdrop {
  background: rgba(40, 56, 74, 0.92); }

.fancybox__thumbs .carousel__slide.has-video::before {
  content: "";
  position: absolute;
  top: 29%;
  left: 38%;
  border-color: transparent transparent transparent black;
  border-style: solid;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-width: 18px 0px 18px 36px;
  pointer-events: none;
  z-index: 100; }
.fancybox__thumbs .carousel__slide.has-video::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 40%;
  border-color: transparent transparent transparent white;
  border-style: solid;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border-width: 16px 0px 16px 32px;
  pointer-events: none;
  z-index: 101; }
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #185eb4; }

.carousel__dots {
  display: none; }

@media only screen and (max-width: 767px) {
  .carousel__dots {
    display: flex;
    top: calc(100% + .25rem); }

  #product_gallery_nav {
    display: none; } }
.fancybox__caption .alert {
  display: block;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0.25rem; }
  .fancybox__caption .alert.alert-danger {
    background: #bb2d48;
    line-height: 1.2;
    border: none;
    color: white;
    padding: 0.2rem 0.4rem 0.4rem; }
    .fancybox__caption .alert.alert-danger strong {
      font-weight: 700; }

.version-button {
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 3px 8px;
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5rem; }
  @media only screen and (max-width: 992px) {
    .version-button {
      padding: 4px 12px; } }
  .version-button img {
    width: 36px;
    height: 36px; }
  .version-button span {
    color: white;
    font-weight: 500;
    white-space: nowrap; }
  .version-button.selected, .version-button:hover {
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none; }
  .version-button:hover {
    border: 2px solid rgba(255, 255, 255, 0.5); }
  .version-button.selected {
    cursor: default;
    border: 2px solid rgba(255, 255, 255, 0.75); }
    .version-button.selected span {
      font-weight: 700; }

.version-select {
  padding: 0 !important;
  list-style: none;
  margin-bottom: 0; }
  .version-select li {
    display: inline-block; }
  .version-select .col {
    padding-left: 5px;
    padding-right: 5px; }
  .version-select .col-6:first-child {
    padding-left: 0;
    padding-right: 8px; }
  .version-select .col-6:last-child {
    padding-left: 7px;
    padding-right: 0; }
  @media only screen and (min-width: 1200px) {
    .version-select .col:first-child {
      padding-left: 0; }
    .version-select .col:last-child {
      padding-right: 0; } }

#product_info_container.loading {
  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; }

#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: #5c7999;
    text-decoration: none; }
  #collections .filter-link.active {
    background-color: #2e77d0; }
  @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: 1200px) {
  #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 #008060; }
  #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; }
  @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: #bb2d48;
    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: #0b8297 !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: #0b8297;
        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: #0b8297;
        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: #0eabc7;
          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: 1px 8px 3px 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: 3px 2px 5px;
        font-size: 14px; }
      .glitch-sale #glitch_container .glitch-product .glitch-select {
        height: 24px;
        font-size: 14px !important;
        padding: 0; }

.color-bar {
  background: #008060;
  background: linear-gradient(to right, #b8d053, #008060);
  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;
      display: flex; }
      .half-banners .half-banner .half-banner-product img {
        -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;
        flex: 1;
        align-self: center;
        max-width: 100%;
        height: auto; }
    .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: 500;
        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; }
    .half-banners .half-banner:hover .half-banner-product 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); }

.third-banners {
  margin-bottom: 1rem; }
  .third-banners .third-banner {
    margin-bottom: 1rem; }
    .third-banners .third-banner a {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 100%;
      border-radius: 10px;
      padding: 1rem; }
      .third-banners .third-banner a:hover {
        text-decoration: none; }
    .third-banners .third-banner .third-banner-image {
      padding: 0 1rem;
      display: flex; }
      .third-banners .third-banner .third-banner-image img {
        -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;
        flex: 1;
        align-self: center;
        max-width: 100%;
        height: 80px;
        object-fit: contain; }
    .third-banners .third-banner .third-banner-text {
      color: white;
      display: flex;
      height: 50px;
      text-align: center;
      align-items: center;
      justify-content: center; }
      .third-banners .third-banner .third-banner-text h3 {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 0;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis; }
      .third-banners .third-banner .third-banner-text svg {
        height: 84px;
        width: 100%;
        max-width: 100%;
        padding-bottom: 1rem;
        fill: white; }
    .third-banners .third-banner .third-banner-button {
      display: flex;
      height: 45px;
      text-align: center;
      align-items: center;
      justify-content: center; }
      .third-banners .third-banner .third-banner-button .btn {
        border: 2px solid white;
        border-radius: 8px;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px; }
        @media only screen and (max-width: 992px) {
          .third-banners .third-banner .third-banner-button .btn {
            font-size: 14px; } }
        @media only screen and (max-width: 768px) {
          .third-banners .third-banner .third-banner-button .btn {
            font-size: 12px; } }
        .third-banners .third-banner .third-banner-button .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;
    position: relative; }
  #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: #008060; }
      #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: #007c93;
      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: #e9ecef; }
  #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;
      top: 7px; }
  #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;
      line-height: 1.2; }
    #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; }

.product-feature {
  display: none;
  color: #4b6b8d;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px; }
  .product-feature .product-feature-icon {
    border: 2px solid #4b6b8d;
    border-radius: 5px;
    padding: 0.1rem;
    fill: #4b6b8d; }

table .product-feature {
  font-size: 10px;
  width: 32px;
  height: auto; }
  table .product-feature .product-feature-title {
    display: none; }
  table .product-feature .product-feature-icon {
    width: 24px;
    height: 24px;
    padding: 0; }

.support-faq h2 {
  margin-bottom: 1rem; }
.support-faq h3 {
  margin-bottom: 1rem;
  font-size: 18px; }
.support-faq .accordion {
  margin-bottom: 2rem; }
.support-faq .card .card-header {
  padding-right: 40px;
  color: #4b6b8d; }
  .support-faq .card .card-header h4 {
    font-size: 18px;
    font-weight: 300;
    margin: 0; }
  .support-faq .card .card-header .icon {
    position: absolute;
    right: 16px;
    top: 14px;
    -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; }
  .support-faq .card .card-header:not(.collapsed) .icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .support-faq .card .card-header:hover {
    text-decoration: none;
    color: #4b6b8d;
    opacity: 0.9; }
.support-faq .card .card-body br {
  display: block;
  margin-bottom: 0.5rem; }

.garments td > a {
  display: block; }
  .garments td > a:after {
    content: "Sizing Info ›";
    display: block;
    font-size: 12px; }
.garments br {
  display: none; }

.spendzone .badge {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0.1rem; }
.spendzone .badge-spend {
  min-width: 68px;
  margin-right: 0.25rem; }
.spendzone .badge-get {
  min-width: 150px;
  margin-left: 0.25rem; }
.spendzone .icon {
  font-size: 14px; }

.block-image {
  height: auto;
  object-fit: contain; }

.color-swatch {
  border: 1px solid black;
  border-radius: 3px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  display: inline-block; }

.carousel {
  padding-left: 0;
  margin-bottom: 0; }
  .carousel .carousel__slide {
    list-style: none; }
  .carousel .carousel__button {
    color: #4b6b8d; }

.skip-to-content {
  position: fixed;
  top: 10px;
  left: 10px;
  background: #185eb4;
  color: white;
  border-radius: 5px;
  transform: translateY(-200%);
  transition: transform 0.2s;
  z-index: 10000;
  font-size: 16px;
  font-weight: 500;
  padding: 2px 6px; }
  .skip-to-content:focus {
    transform: translateY(0%); }
  .skip-to-content:hover {
    color: white; }

.description-cards {
  margin-top: 1rem; }

.description-card .description-card-header .btn {
  font-weight: bold;
  text-align: left;
  padding: 0.75rem 0.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .description-card .description-card-header .btn .description-card-icon {
    margin-right: 0.5rem; }
  .description-card .description-card-header .btn .icon-chevron-right {
    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; }
  .description-card .description-card-header .btn:not(.collapsed) .icon-chevron-right {
    color: white;
    background-color: #185eb4;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
.description-card .description-card-body {
  margin-top: 0.5rem;
  margin-bottom: 1rem; }

.signups-container {
  padding-top: 3rem;
  margin-bottom: -50px; }

.signups-header img, .signups-header svg {
  display: block;
  width: 100%;
  max-width: 450px;
  padding: 0 1rem;
  margin: 0 auto 3rem; }

.signups-main {
  margin-bottom: 2rem;
  text-align: center; }
  .signups-main img {
    display: block;
    max-width: 100%;
    padding: 0 1rem;
    margin: 0 auto 2rem; }
  .signups-main span {
    letter-spacing: 1px; }

.signups-text {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 2rem; }
  .signups-text h2 {
    font-size: 24px;
    max-width: 700px;
    margin: 0 auto 1rem; }
    @media only screen and (max-width: 576px) {
      .signups-text h2 {
        font-size: 18px; } }
  .signups-text h4 {
    font-size: 24px;
    margin: 2rem auto 0; }
    @media only screen and (max-width: 576px) {
      .signups-text h4 {
        font-size: 18px; } }
  .signups-text svg {
    display: block;
    fill: white;
    max-width: 300px;
    padding: 0 1rem;
    margin: 1rem auto 0; }

.signups-button-container {
  margin: 2rem 0 3rem; }
  .signups-button-container .signups-button {
    letter-spacing: 1px;
    border: 4px solid white;
    border-radius: 10px;
    text-transform: uppercase;
    min-width: 150px;
    padding: 0.4rem 1rem 0.5rem; }

.signups-logos {
  text-align: center; }
  .signups-logos a {
    margin-bottom: 1rem;
    display: inline-block; }
    .signups-logos a img {
      max-width: 100px;
      height: auto; }
  .signups-logos span {
    display: block;
    margin-bottom: 3rem; }

.signups-products {
  padding-bottom: 3rem; }
  .signups-products h4 {
    font-size: 18px;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px; }

.condition-gallery a {
  display: block;
  margin-bottom: 0.75rem;
  text-align: center; }
  .condition-gallery a img {
    border-radius: 5px; }

.other-shops {
  margin-top: 0.5rem;
  margin-left: -0.5rem; }
  .other-shops li {
    padding-left: 0.25rem;
    border-left: 3px solid transparent; }
  .other-shops img {
    width: 26px;
    height: auto;
    border: none;
    margin-top: 0.25rem;
    margin-right: 0.25rem; }
  .other-shops small {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px; }
  @media only screen and (max-width: 768px) {
    .other-shops {
      margin-top: 1rem;
      margin-left: auto;
      margin-right: auto;
      max-width: 220px; }
      .other-shops a {
        text-align: left; } }

#other_shops h4 {
  margin-top: 1rem;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; }
#other_shops img {
  width: 26px;
  height: auto;
  margin-top: -5px;
  margin-right: 5px; }
#other_shops ul {
  padding-left: 0;
  list-style: none; }
#other_shops li a::after {
  content: "";
  display: inline-block;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjU2IDY0QzI1NiA0Ni4zMyAyNzAuMyAzMiAyODggMzJINDE1LjFDNDE1LjEgMzIgNDE1LjEgMzIgNDE1LjEgMzJDNDIwLjMgMzIgNDI0LjUgMzIuODYgNDI4LjIgMzQuNDNDNDMxLjEgMzUuOTggNDM1LjUgMzguMjcgNDM4LjYgNDEuM0M0MzguNiA0MS4zNSA0MzguNiA0MS40IDQzOC43IDQxLjQ0QzQ0NC45IDQ3LjY2IDQ0Ny4xIDU1Ljc4IDQ0OCA2My45QzQ0OCA2My45NCA0NDggNjMuOTcgNDQ4IDY0VjE5MkM0NDggMjA5LjcgNDMzLjcgMjI0IDQxNiAyMjRDMzk4LjMgMjI0IDM4NCAyMDkuNyAzODQgMTkyVjE0MS4zTDIxNC42IDMxMC42QzIwMi4xIDMyMy4xIDE4MS45IDMyMy4xIDE2OS40IDMxMC42QzE1Ni45IDI5OC4xIDE1Ni45IDI3Ny45IDE2OS40IDI2NS40TDMzOC43IDk2SDI4OEMyNzAuMyA5NiAyNTYgODEuNjcgMjU2IDY0VjY0ek0wIDEyOEMwIDkyLjY1IDI4LjY1IDY0IDY0IDY0SDE2MEMxNzcuNyA2NCAxOTIgNzguMzMgMTkyIDk2QzE5MiAxMTMuNyAxNzcuNyAxMjggMTYwIDEyOEg2NFY0MTZIMzUyVjMyMEMzNTIgMzAyLjMgMzY2LjMgMjg4IDM4NCAyODhDNDAxLjcgMjg4IDQxNiAzMDIuMyA0MTYgMzIwVjQxNkM0MTYgNDUxLjMgMzg3LjMgNDgwIDM1MiA0ODBINjRDMjguNjUgNDgwIDAgNDUxLjMgMCA0MTZWMTI4eiIvPjwvc3ZnPg==");
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjU2IDY0QzI1NiA0Ni4zMyAyNzAuMyAzMiAyODggMzJINDE1LjFDNDE1LjEgMzIgNDE1LjEgMzIgNDE1LjEgMzJDNDIwLjMgMzIgNDI0LjUgMzIuODYgNDI4LjIgMzQuNDNDNDMxLjEgMzUuOTggNDM1LjUgMzguMjcgNDM4LjYgNDEuM0M0MzguNiA0MS4zNSA0MzguNiA0MS40IDQzOC43IDQxLjQ0QzQ0NC45IDQ3LjY2IDQ0Ny4xIDU1Ljc4IDQ0OCA2My45QzQ0OCA2My45NCA0NDggNjMuOTcgNDQ4IDY0VjE5MkM0NDggMjA5LjcgNDMzLjcgMjI0IDQxNiAyMjRDMzk4LjMgMjI0IDM4NCAyMDkuNyAzODQgMTkyVjE0MS4zTDIxNC42IDMxMC42QzIwMi4xIDMyMy4xIDE4MS45IDMyMy4xIDE2OS40IDMxMC42QzE1Ni45IDI5OC4xIDE1Ni45IDI3Ny45IDE2OS40IDI2NS40TDMzOC43IDk2SDI4OEMyNzAuMyA5NiAyNTYgODEuNjcgMjU2IDY0VjY0ek0wIDEyOEMwIDkyLjY1IDI4LjY1IDY0IDY0IDY0SDE2MEMxNzcuNyA2NCAxOTIgNzguMzMgMTkyIDk2QzE5MiAxMTMuNyAxNzcuNyAxMjggMTYwIDEyOEg2NFY0MTZIMzUyVjMyMEMzNTIgMzAyLjMgMzY2LjMgMjg4IDM4NCAyODhDNDAxLjcgMjg4IDQxNiAzMDIuMyA0MTYgMzIwVjQxNkM0MTYgNDUxLjMgMzg3LjMgNDgwIDM1MiA0ODBINjRDMjguNjUgNDgwIDAgNDUxLjMgMCA0MTZWMTI4eiIvPjwvc3ZnPg==");
  mask-size: auto 12px;
  mask-repeat: no-repeat;
  background-color: #185eb4;
  width: 10px;
  height: 12px;
  margin-left: 5px; }
#other_shops .media-body small {
  font-weight: 400; }

.pinverse-banner {
  border-radius: 5px;
  margin-bottom: 1.5rem;
  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; }
  .pinverse-banner:hover {
    opacity: 0.9;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    -ms-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s; }

.compare-price, .price strike:not(.force-sale) {
  display: none !important; }

.product-info-container.force-sale .compare-price {
  display: inline-block !important; }

.quality-note {
  margin-top: 2rem;
  padding: 0.75rem 1rem 0.9rem;
  background: #f8f9fa;
  border: 2px dashed #4b6b8d;
  border-radius: 10px;
  color: #4b6b8d;
  font-style: italic;
  font-size: 14px; }
  .quality-note svg, .quality-note img {
    float: right;
    margin-top: 0.5rem;
    width: 50px;
    max-width: 100%;
    height: auto;
    fill: #b4c5d7;
    margin-left: 0.25rem;
    margin-bottom: 0.25rem; }

.article-container {
  min-height: 80vh;
  padding: 2rem 0 3rem;
  background-image: url("https://cdn.shopify.com/s/files/1/0570/8280/6468/files/bg-galactamari.png?v=1636057776");
  background-size: 200px;
  background-color: #b9cce1; }
  @media only screen and (max-width: 768px) {
    .article-container {
      padding-top: 0; } }

.article {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem 30px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  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;
  background: white; }
  .article .article-header {
    display: block;
    color: #4b6b8d;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e9ecef; }
    .article .article-header:hover {
      color: #4b6b8d;
      text-decoration: none; }
    .article .article-header h1 {
      font-size: 24px;
      font-weight: 700;
      color: #4b6b8d; }
    .article .article-header p.article-metadata {
      font-weight: 300;
      font-style: normal;
      font-size: 14px;
      margin-bottom: 0;
      color: #829ebc; }
  .article .article-body {
    font-size: 18px;
    line-height: 1.6;
    color: #4b6b8d;
    margin-bottom: 4rem; }
    .article .article-body img {
      max-width: 100%; }
    .article .article-body hr {
      border-top: 4px solid #9cc334;
      width: 150px;
      max-width: 100%; }
  .article .blog-form {
    flex-direction: column; }
    @media only screen and (max-width: 992px) {
      .article .blog-form {
        text-align: center; }
        .article .blog-form .form-group {
          margin-bottom: 1rem; }
        .article .blog-form .form-row {
          margin-left: 0;
          margin-right: 0;
          display: block;
          width: 100%; }
          .article .blog-form .form-row .form-control {
            display: block;
            width: 100%; }
          .article .blog-form .form-row .btn {
            display: block;
            width: 100%;
            margin-left: 0 !important; } }
    .article .blog-form p {
      color: #4b6b8d;
      display: block; }
    .article .blog-form .btn {
      margin-left: 0.5rem; }
  .article .network {
    margin-top: 1rem;
    margin-bottom: 1rem;
    list-style: none;
    padding-left: 0;
    font-size: 28px;
    text-align: center; }
    @media only screen and (max-width: 576px) {
      .article .network {
        font-size: 24px; }
        .article .network li {
          margin-right: 1rem; } }
    .article .network li {
      display: inline-block; }
      .article .network li:not(:last-child) {
        margin-right: 1.5rem; }
      .article .network li:not(:first-child) {
        margin-left: -10px; }
      .article .network li a {
        border: none;
        font-weight: normal;
        color: #4b6b8d; }
        .article .network li a:hover, .article .network li a:focus, .article .network li a:active {
          color: #6084ab; }

.article-card {
  display: block;
  border-radius: 5px;
  margin-bottom: 2rem; }
  .article-card .article-thumbnail-container {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 2/1;
    margin-bottom: 0.25rem;
    border-radius: 5px;
    position: relative; }
    .article-card .article-thumbnail-container .article-date {
      position: absolute;
      left: 8px;
      bottom: 4px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      pointer-events: none;
      color: white;
      opacity: 0.9;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 1px 1px 1px rgba(0, 0, 0, 0.25), 1px -1px 1px rgba(0, 0, 0, 0.25), -1px -1px 1px rgba(0, 0, 0, 0.25), -1px 1px 1px rgba(0, 0, 0, 0.25);
      z-index: 2; }
  .article-card img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2/1;
    transform-origin: center center;
    -webkit-transition: transform 0.15s ease-in-out;
    -moz-transition: transform 0.15s ease-in-out;
    -ms-transition: transform 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out; }
  .article-card h3 {
    font-size: 16px;
    font-weight: bold;
    min-height: 42px;
    margin-bottom: 0;
    color: #4b6b8d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
  .article-card p {
    font-size: 14px;
    color: #6c757d;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 1.2; }
  .article-card.empty {
    border: 1px dashed #dee2e6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    min-height: 100px; }
  .article-card:hover {
    text-decoration: none; }
    .article-card:hover 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); }
    .article-card:hover h3 {
      color: #2e77d0;
      -webkit-transition: color 0s;
      -moz-transition: color 0s;
      -ms-transition: color 0s;
      -o-transition: color 0s;
      transition: color 0s; }

body.template-article #main, body.template-blog #main {
  padding-bottom: 0 !important; }

.flip-e {
  display: inline-block;
  transform: scale(-1, 1); }

p em .flip-e {
  transform: scale(-1, 1) skewX(20deg); }

#build_a_combo .build-a-combo-item h5 span.flip-e, #product_breadcrumbs #breadcrumbs .breadcrumb-item a span {
  vertical-align: baseline !important;
  line-height: 1; }

.shopify-challenge__container {
  color: #4b6b8d;
  padding: 30px;
  border: 3px solid #4b6b8d;
  border-radius: 5px;
  background: url("/cdn/shop/files/fanimari_repeating.png?v=1584995154");
  margin-top: 2rem !important; }
  .shopify-challenge__container p::after {
    content: "Don't see the reCAPTCHA? Try temporarily disabling any content blockers.";
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    display: block;
    color: #4b6b8d; }

.shopify-challenge__button {
  color: white;
  background-color: #008060;
  text-transform: uppercase;
  margin-top: 1.5rem !important; }
  .shopify-challenge__button:hover, .shopify-challenge__button:focus, .shopify-challenge__button:active {
    background-color: #004d3a; }
