body {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  background-color: #ffffff;
  margin: 0; }

* {
  box-sizing: border-box; }

.header-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  transition: all .2s ease-out; }

@media (max-width: 992px) {
  .header-wrapper {
    height: 35px; } }
.header-wrapper.transparent-header {
  height: auto;
  position: fixed;
  top: 0;
  z-index: 2; }

.header-wrapper.transparent-header #header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.299) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: none; }

.header-wrapper.transparent-header #header.header-custom .main-navigation .menu-option .btn-group > .dropdown-toggle {
  color: #fff; }

.header-wrapper.transparent-header #header .logo-wrapper .logotype {
  background-image: url("//cdn.shopify.com/s/files/1/1368/7677/files/logo_a91b2b72-87c9-4538-ad1b-2c2fdbb45f63.png?1023"); }

.header-wrapper.transparent-header #header .header-icon-outline {
  stroke: #fff; }

.header-wrapper.transparent-header #header .cartItemCount {
  color: #fff; }

.header-wrapper.transparent-header #header .itemsInCart #cartBagContent {
  color: #000;
  fill: #37D86E; }

.header-wrapper.transparent-header #header .itemsInCart:hover #cartBagContent {
  fill: #37D86E; }

.header-wrapper.transparent-header #header .itemsInCart .cartItemCount {
  color: #000; }

.header-wrapper.transparent-header #header .icon-bar {
  background-color: #fff; }

#header.header-custom {
  will-change: transform;
  transition: all .3s ease-out;
  position: fixed;
  width: 100%;
  top: 5px;
  padding: 10px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

#header.header-custom ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

@media (min-width: 1024px) {
  #header.header-custom {
    padding: 10px 0 20px 0;
    min-height: 60px;
    top: 5px; } }
#header.header-custom .h4-under {
  margin-top: 8px; }

#header.header-custom .logotype {
  width: 150px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s ease-out;
  display: block;
  margin: 0 auto;
  background-image: url("//cdn.shopify.com/s/files/1/1368/7677/files/logo_a91b2b72-87c9-4538-ad1b-2c2fdbb45f63.png?1023"); }

@media (max-width: 1023px) {
  #header.header-custom .logotype {
    width: 140px;
    height: 40px; } }
#header.header-custom .main-navigation .exclusive-deals-container h2 {
  font-size: 14px;
  font-weight: 600; }

#header.header-custom .main-navigation .exclusive-deals {
  background-image: url(//cdn.shopify.com/s/files/1/1368/7677/files/Product-Page-Compain-Area-01.jpg?13372305685653969347);
  background-size: cover;
  height: 200px;
  width: auto;
  position: relative; }

#header.header-custom .main-navigation .exclusive-deals h3, #header.header-custom .main-navigation .exclusive-deals p {
  color: #fff !important;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#header.header-custom .main-navigation .exclusive-deals h3 {
  font-size: 28px;
  font-weight: 600; }

#header.header-custom .main-navigation .exclusive-deals p {
  width: 80%;
  font-weight: 400 !important;
  font-size: 20px;
  top: 65%; }

#header.header-custom .main-navigation .menu-item-headline {
  font-size: 14px !important; }

#header.header-custom .main-navigation .menu-item-large-text {
  margin-top: 45px;
  font-size: 36px;
  text-transform: none;
  color: #000; }

@media (min-width: 1024px) {
  #header.header-custom .main-navigation .menu-item-large-text {
    font-size: 30px;
    margin-top: 35px; } }
#header.header-custom .main-navigation .menu-item-cta {
  text-transform: uppercase !important;
  margin-top: 15px; }

@media (min-width: 1024px) {
  #header.header-custom .main-navigation {
    margin: 0 auto;
    width: 880px; } }
#header.header-custom .main-navigation .btn-group {
  position: static; }

@media (min-width: 1024px) {
  #header.header-custom .main-navigation .menu-option {
    width: 100px;
    display: table-cell;
    text-align: center;
    height: 100%;
    vertical-align: middle; } }
@media (max-width: 1023px) {
  #header.header-custom .main-navigation .menu-option {
    display: none; }

  #header.header-custom .main-navigation .menu-option.logo-wrapper {
    display: block; } }
#header.header-custom .main-navigation .menu-option.large {
  width: 140px; }

#header.header-custom .main-navigation .menu-option.logo-wrapper {
  width: 320px; }

@media (max-width: 1023px) {
  #header.header-custom .main-navigation .menu-option.logo-wrapper {
    width: 140px;
    float: left; } }
#header.header-custom .main-navigation .menu-option.menu-colabs .dropdown-menu.mega-dropdown-menu {
  padding-bottom: 50px; }

#header.header-custom .main-navigation .menu-option .btn-group > .dropdown-toggle {
  padding: 15px 0;
  position: relative;
  color: #222; }

#header.header-custom .main-navigation .menu-option .btn-group > .dropdown-toggle:before {
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: -1px -1px 0px rgba(82, 95, 127, 0.1);
  bottom: -29px;
  z-index: 1121;
  left: calc(50% - 6px);
  display: none; }

#header.header-custom .main-navigation .menu-option .btn-group > .dropdown-toggle:hover {
  color: #777; }

#header.header-custom .main-navigation .menu-option .btn-group.dd-opened .dropdown-toggle {
  box-shadow: none;
  color: #777; }

#header.header-custom .main-navigation .menu-option .btn-group.dd-opened .dropdown-toggle:before {
  display: block; }

#header.header-custom .main-navigation .menu-option .btn-group.dd-opened .dropdown-menu {
  display: block; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu {
  width: 100%;
  border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.03), 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 30px 0; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu .menu-item {
  padding-top: 15px; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu .menu-item img {
  width: 100%;
  margin-bottom: 6px; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu .menu-item h4 {
  margin-bottom: 2px; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu .menu-item h4 a {
  font-size: 12px;
  font-weight: bold;
  color: #4d4d4d;
  text-transform: uppercase; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu .menu-item p {
  color: #898989;
  font-weight: 300;
  margin: 0 0 10px 0; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu .menu-item p + a {
  margin-top: 2px; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu .menu-item a {
  text-transform: none;
  font-size: 13px;
  display: inline-block; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu .menu-item ul {
  padding-top: 4px; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu .menu-item ul li a:hover {
  color: #777; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu .menu-item .slick-arrow {
  top: -20px; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu .menu-item .slick-arrow:hover {
  background: none; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu .menu-item .slick-prev {
  left: auto;
  right: 0;
  margin-right: 45px; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu .menu-item .product {
  margin: 0 auto;
  padding: 0; }

#header.header-custom .main-navigation .menu-option .btn-group .dropdown-menu .menu-item .product__inside--name {
  color: #4E4E4E;
  padding: 12px 0; }

#header.header-custom .main-navigation .menu-option a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  font-family: futura-pt-bold, futura, Trebuchet MS, arial, sans-serif; }

#header.header-custom .main-navigation .menu-option a:hover {
  text-decoration: none; }

#header.header-custom .mainnav-banner {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative; }

#header.header-custom .mainnav-banner .label {
  position: absolute;
  left: 10px;
  bottom: 8px;
  display: block;
  background-color: #fff;
  color: #000;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0; }

#header.header-custom .search, #header.header-custom .header-cart {
  width: 40px;
  display: inline-block;
  text-align: right;
  padding: 0; }

#header.header-custom .search a {
  display: inline-block;
  transition: all .3s ease-out; }

#header.header-custom .cart-link {
  position: relative;
  transition: all .3s ease-out; }

#header.header-custom .itemsInCart span {
  color: #fff; }

#header.header-custom .itemsInCart #cartBagContent {
  fill: #fff;
  stroke: #333; }

#header.header-custom .itemsInCart #cartBagContentHandle {
  stroke: #333; }

#header.header-custom .itemsInCart:hover #cartBagContent {
  fill: #fff;
  stroke: #333; }

#header.header-custom .header-icon-outline {
  stroke: #000; }

#header.header-custom .badge_cart {
  line-height: 28px;
  padding: 10px 7px 0 7px;
  width: 30px;
  text-align: center;
  color: #333333;
  position: relative; }

#header.header-custom .badge_cart .cartSvg {
  position: absolute;
  top: 0;
  left: 0; }

#header.header-custom .badge_cart .cartItemCount {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  visibility: hidden; }

#header.header-custom .itemsInCart .cartItemCount {
  top: -10px;
  left: 10px;
  background: #37D86E;
  padding: 2px 7px;
  border-radius: 50%;
  visibility: visible; }

#header.header-custom .container {
  position: relative;
  max-width: 1200px; }

@media (min-width: 1024px) {
  #header.header-custom .container {
    position: static; } }
.headphones {
  height: 45px;
  width: 185px;
  float: left;
  padding-left: 30px;
  font-weight: 600;
  background-position: left 4px;
  background-repeat: no-repeat;
  background-size: 26px 34px;
  margin: 4px 0; }

@media (min-width: 1024px) {
  #header.header-custom .main-navigation {
    margin: 0 auto;
    width: 788px; }

  #header.header-custom .main-navigation .menu-option.large {
    width: 224px; } }
.flag-icon {
  height: 1.33333333em;
  background-size: cover !important;
  border-radius: 50%; }

#header.header-custom .container {
  max-width: 2000px; }
  @media all and (min-width: 1200px) {
    #header.header-custom .container {
      width: auto;
      padding: 0 56px; } }

.header .search__open svg,
.header .cartSvg svg {
  width: 25px;
  height: 25px; }

.header .cartSvg svg {
  margin-top: 8px; }

#off-canvas-menu-toggle {
  margin-top: -4px;
  z-index: 1; }
  #off-canvas-menu-toggle svg {
    width: 25px; }

.main-navigation .dropdown-toggle {
  position: relative; }
  .main-navigation .dropdown-toggle:after {
    content: '';
    position: absolute;
    top: 19px;
    right: -14px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg); }

.headphones-megamenu {
  background: #F0F0F0; }

.headphones-megamenu > .container {
  max-width: 1086px !important;
  padding: 0 !important;
  width: auto !important; }

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

.headphones__left {
  width: 160px; }

.headphones__colors-list {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap; }

.headphones__left-title {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: bold; }

.headphones__colors,
.headphones__left-title {
  font-family: futura-pt-bold, futura, Trebuchet MS, arial, sans-serif; }

.headphones__label {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: futura-pt-bold, futura, Trebuchet MS, arial, sans-serif; }

.headphones__category {
  display: block;
  color: #999;
  width: fit-content;
  font-weight: 400 !important; }

.headphones__color {
  margin-right: 2px;
  margin-bottom: 3px; }

.headphones__color .collection__item-color {
  width: 25px;
  height: 25px; }

.headphones__right {
  width: calc(100% - 200px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 1px 1px;
  grid-template-areas: "mosaic1 mosaic2 mosaic3 mosaic4" "mosaic1 mosaic2 mosaic3 mosaic4" "mosaic1 mosaic5 mosaic6 mosaic7" "mosaic1 mosaic5 mosaic6 mosaic8"; }

.mosaic1 {
  grid-area: mosaic1;
  width: 343px;
  height: 343px; }

.mosaic2 {
  grid-area: mosaic2; }

.mosaic3 {
  grid-area: mosaic3; }

.mosaic4 {
  grid-area: mosaic4; }

.mosaic5 {
  grid-area: mosaic5; }

.mosaic6 {
  grid-area: mosaic6; }

.mosaic7 {
  grid-area: mosaic7; }

.mosaic8 {
  grid-area: mosaic8; }

.heaphones__mosaic {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 5px;
  background-size: cover;
  background-position: center;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: futura-pt-bold, futura, Trebuchet MS, arial, sans-serif; }

.mobile-menu-popup {
  top: 64px;
  background: transparent; }

.mobile-menu-wrapper.open {
  width: 100%;
  top: 65px; }
  .mobile-menu-wrapper.open #cboxClose {
    width: 50px !important;
    border: none;
    top: 6px; }

#off-canvas-menu {
  overflow: auto; }

#off-canvas-menu .expander-list {
  padding-top: 0; }

#off-canvas-menu ul li .name a {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: futura-pt-bold, futura, Trebuchet MS, arial, sans-serif;
  width: 100%;
  padding: 28px 0 26px 20px; }

.mobile__location {
  margin-top: 20px;
  text-align: center;
  font-weight: bold; }
  .mobile__location .expander {
    display: none; }
  .mobile__location .mobile__location-title {
    margin-bottom: 5px;
    display: block;
    opacity: .7;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase; }
  .mobile__location .act-underline-shipping .flag-icon {
    margin-left: 0; }
  .mobile__location .act-underline-shipping {
    text-transform: uppercase;
    font-size: 12px; }
  .mobile__location .multicolumn-level {
    padding: 0; }
  .mobile__location .multicolumn-level.active {
    display: block !important; }
  .mobile__location .multicolumn-level li a {
    padding: 9px 0 !important; }

.mobile__location .currency_selector_mobile a {
  display: block;
  text-decoration: none !important; }

.expander-list {
  margin: 0; }

.mobile-menu-wrapper .social-links.social-links-border ul a {
  color: #000;
  opacity: 0.4; }

.mobile-menu-wrapper .social-links {
  margin-bottom: 15px; }

.mobile-menu-wrapper .social-links ul {
  margin-top: 25px;
  justify-content: center;
  display: flex; }

.mobile__menu-footer {
  text-align: center;
  opacity: .4;
  font-size: 10px;
  line-height: 1.3; }
  .mobile__menu-footer p {
    margin-bottom: 5px; }

.mobile-menu-wrapper #off-canvas-menu ul li .name a {
  padding-left: 0; }
.mobile-menu-wrapper .social-links ul li {
  margin-right: 0; }
.mobile-menu-wrapper .social-links ul li a:hover {
  background: none; }

#header.header-custom .search,
#header.header-custom .header-cart,
#header.header-custom .header__user {
  width: 37px;
  display: inline-block;
  text-align: right;
  padding: 0; }
#header.header-custom .header__user svg {
  width: 23px;
  height: 23px; }

.dir-customers {
  padding-top: 50px; }

.header__search--desktop {
  display: inline-block; }

.header__search--mobile {
  display: none; }

.header__user {
  position: relative;
  bottom: 2px; }

@media all and (max-width: 992px) {
  .header__search--desktop {
    display: none; }

  .header__search--mobile {
    display: inline-block;
    position: absolute;
    left: 38px;
    top: -4px; }

  .search.link-inline.open {
    position: fixed;
    left: 0;
    right: 0;
    width: 100% !important;
    z-index: 999; } }
.ajax-cart-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 396px;
  max-width: 100%;
  transform: translateX(100%);
  background-color: #fff;
  transition: all .2s;
  z-index: 99999999999999999; }
  @media screen and (max-width: 359px) {
    .ajax-cart-drawer {
      width: 320px; } }

.search-dropdown {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 1;
  margin-top: -52px;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms 0s ease;
  -moz-transition: all 300ms 0s ease;
  -ms-transition: all 300ms 0s ease;
  -o-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease; }

#off-canvas-menu-toggle {
  position: absolute;
  left: 0; }

#off-canvas-menu-toggle .navbar-toggle {
  width: auto;
  margin: 0 10px; }

#off-canvas-menu-toggle .navbar-toggle .icon-bar {
  background: #555;
  height: 3px; }

#off-canvas-menu-toggle .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

#off-canvas-menu-toggle .menu-text {
  display: none; }

.main-navigation {
  z-index: 2; }

@media (max-width: 1023px) {
  .main-navigation {
    width: 140px;
    margin: 0 auto; } }
@media (max-width: 1023px) {
  .secondary-navigation {
    margin: -1px -4px -5px 0; } }
@media (min-width: 1024px) {
  .secondary-navigation {
    display: inline-block;
    float: right;
    margin-top: -48px;
    z-index: 1; } }
.mobile-collapse {
  border: none !important; }

.mobile-collapse .mobile-collapse__content #newsletter_response {
  margin-top: 20px; }

.mobile-menu-wrapper {
  display: none;
  height: 100%;
  position: fixed;
  z-index: 7777777; }

.mobile-menu-wrapper.open {
  display: block; }

.mobile-menu-popup {
  position: fixed;
  width: 100%;
  /*height: 100%;*/
  z-index: 10001;
  top: 0;
  bottom: 0;
  left: 0;
  cursor: pointer; }

#off-canvas-menu {
  z-index: 777777;
  position: absolute; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1120;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.is-scrolled .geo-options #topinfo {
  margin-top: 30px; }

.geo-options {
  display: inline-block;
  float: left;
  max-height: 40px; }

@media (max-width: 1023px) {
  .geo-options {
    display: none; } }
.geo-options .is-scrolled {
  margin-top: 30px; }

.geo-options #topinfo {
  position: static;
  margin-top: 10px; }

a {
  color: #333333;
  text-decoration: none; }

@media (min-width: 1024px) {
  #header .navbar-toggle {
    display: none; } }
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: text-bottom;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.promo {
  display: block;
  position: relative;
  height: calc(100vh - 53px);
  background-size: cover;
  background-position: center; }
  @media all and (min-width: 1024px) {
    .promo {
      height: calc(100vh - 80px); } }

.c-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateY(-50%);
  line-height: 1.2;
  text-align: center;
  width: 100%; }
  .c-content p {
    margin: 0; }
  .c-content .btn {
    margin-top: 15px;
    width: fit-content;
    padding: .3em 1em;
    font-weight: bold;
    border-radius: 0;
    letter-spacing: 1.5px;
    transition: .2s;
    z-index: 2; }
  .c-content .btn:hover {
    opacity: .8; }

.c-suptitle,
.c-title,
.c-subtitle {
  display: block;
  padding: 5px 20px;
  line-height: 1; }
  .c-suptitle.mob,
  .c-title.mob,
  .c-subtitle.mob {
    display: none; }
  @media all and (max-width: 767px) {
    .c-suptitle.mob,
    .c-title.mob,
    .c-subtitle.mob {
      display: block; }
    .c-suptitle.desc,
    .c-title.desc,
    .c-subtitle.desc {
      display: none; } }

@media all and (min-width: 768px) {
  .c-title br {
    display: none; } }

.collection-header,
.collection-banner,
.collection-list,
.collection,
.hp-ecom-values,
.airgo,
.tp-banner-container,
.big-splash {
  opacity: 0; }
