/** Shopify CDN: Minification failed

Line 405:38 Unexpected ")"

**/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.announcement-bar {
  background-color: #000000;
  height: 48px;
}
.announcement-bar__message {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: white;
  font-family: "Test Founders Grotesk" !important;
}
.region-wrapper {
  position: absolute;
  top: -28px;
  right: 48px;
  display: none;
}
.region-icon {
  width: 22px;
  height: 22px;
/*   border: 1px solid #c4c4c4; */
  border-radius: 50px;
}
.site-header .site-nav__link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding: 10px;
  margin: 0 10px;
  color: #000000;
  position: relative;
}
.site-nav__label {
  transition: all linear 0.25s;
}
.site-nav__link--active .site-nav__label {
  border-bottom: 2px solid #cd1c25;
  color: #000000;
}
.site-nav__link:focus .site-nav__label,
.site-nav__link:not([disabled]):hover .site-nav__label {
  border-bottom: 2px solid #cd1c25;
  color: #000000;
}

.site-header__wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* nav box */
.header-nav-box-wrap {
  position: fixed;
  top: 114px;
  left: 0;
  right: 0;
  height: 0;
  background-color: white;
  opacity: 0;
  transition: all 0.2s linear;
  overflow: hidden;
}

.header-nav-box {
  justify-content:space-around;
  display: flex;
  margin: auto !important;
  gap: 0 40px;
  height: 100%;
  margin-left: -20px;
  margin-right: -20px;
}

.nav-box__img {
  width: 100%;
  object-fit: cover;
  height: 316px;
  background-size: contain;
  display: block;
}
.nav-box__item {
  /* width: 25%; */
  padding: 0 20px;
}
.nav-box__item a {
  display: block;
  height: 100%;
}
.nav-box__title {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.menu__item-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 48px;
}
.menu__item-child h3 {
  text-transform: uppercase;
  font-weight: bold;
}
.menu__item-child li {
  padding-bottom: 8px;
}
.menu__item-child li a {
  padding: 0;
}

.nav-box__item-img img {
/*   aspect-ratio: 1/1; */
  max-width:100%;
}

.has-img-item {
/*   width: 25%; */
  padding: 0;
}
.has-img-item {
  padding: 0;
}

.mobile-nav__left,
.mobile-nav__right {
  display: flex !important;
  align-items: center;
}
.mobile-nav__right {
  justify-content: flex-end;
}
.mobile-nav__left .site-header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateX(-100%);
  z-index: 9999;

  background-color: rgba(0, 0, 0, 0.78);
  overflow-y: auto;
}
.custom-modal-wrap button {
  background-color: transparent;
  outline: none;
  border: none;
  font-family: inherit;
}
.custom-modal-wrap.js-menu--is-open {
  display: flex;
  /* transform: translateX(0); */
  transform: none;
  transition: all linear 0.3s;
}
.mobile-nav-wrapper:after {
  display: none;
}

.modal-custom__close {
  width: 40px;
  background-color: rgba(0, 0, 0, 0.78);
}
.modal-custom__close svg {
  fill: white;
}
.nav__tabs {
  display: flex;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #e9e9e9;

  position: relative;
}
.nav__tabs__items {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.nav__tabs__items button {
  padding: 0px 0px 4px;

  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: black;
  text-transform: uppercase;
}
.nav__tabs__items.nav__tabs__items--active button {
  border-bottom: 1px solid #cd1c25;
}
.custom-modal-content {
  width: calc(100% - 40px);
  background-color: white;
  height: max-content;
  position: relative;
}
.mobile-nav-top {
  position: relative;
  padding: 24px;
  background-color: white;
}
.mobile__nav__child-wrap {
  background-color: white;
}
.nav__tabs__items--active + .mobile__nav__child-wrap {
  display: block;
}
.mobile__nav__child {
  display: none;
}
.mobile__nav__item {
  position: relative;
}
.mobile__nav__item .mobile__nav__label {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.mobile__nav__item button {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: black;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 8px 16px 0;
  border-bottom: 1px solid #e9e9e9;
}
.mobile__nav__item.open > button {
  color: #cd1c25;
}
.open .mobile__nav__icon {
  transform: rotate(90deg);
}
.mobile-nav__item:first-child button {
  padding-top: 0;
}
.mobile__nav__icon svg {
  width: 12px;
}
.mobile__nav__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.nav__grandchild {
  padding-left: 20px;
  display: none;
}
.mobile__nav__item.open .nav__grandchild {
  display: block;
}
.mobile__nav__item-child button {
  position: relative;
}

.nav__hero {
  display: flex;
  justify-content: space-around;
  gap: 0 16px;
  padding-top: 24px;
}
.nav__hero__image {
  position: relative;
  overflow:hidden;
}
.nav__hero__image img {
  width: 135px;
  height: 135px;
  object-fit: cover;
  
}
.nav__hero__image span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;

  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: white;
  display: block;
}
.nav__social__menu {
  display: flex;
  justify-content: center;
  padding: 20px;
  border-top: 1px solid #e9e9e9;
  background-color: inherit;
}
.mobile-nav-bottom {
  padding: 24px;
  background: #f4f4f4;
  border-top: 1px solid #e9e9e9;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nav-bottom__item {
  padding: 0 0 16px;
  border-bottom: 1px solid #ffffff;
}
.nav-bottom__item a {
  color: #676979;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  gap: 0 10px;
}
.drops__wrapper {
  width: 1440px;
  margin: 0 auto;
}
.drops__item--content {
  z-index: 11;
  padding: 20px;
}
.drops__item {
  margin: 0 40px;
  overflow: hidden;
}
.drops__item img {
  position: absolute;
  height: 424px;
  object-fit: cover;
  width: 100%;
}
.drops__item--man img {
  transform: scale(1.5);
  object-position: 60px -8px;
}
.drops__item--woman img {
  transform: scale(1.95);
  object-position: -138px 32px;
}
@media screen and (min-width: 769px) {
  .mobile-nav__left,
  .mobile-nav__right {
    display: none !important;
  }
  .medium-up--hide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .small--hide {
    display: none !important;
  }
  .site-header__icon {
    padding: 10px;
  }
  .site-header__mobile-nav {
    display: flex !important;
    justify-content: space-between;
  }
  .site-header__mobile-nav.grid:after {
    display: none;
  }
  .site-header__logo img {
    margin: 0 auto;
    width:130px;
  }
}

#header-cart-btn:hover body {
  display: flex !important;
  transform: translateY(0%);
  background: red;
}
.accessories-wrapper p{
	text-align:center;
}
.accessories-wrapper ul li:last-child() a{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.men-newin-img img{
  transform: scale(2);
  object-position: -6px -11%;
}
.men-bestsellers-img img{
  transform: scale(1.5);
  object-position: -14px 30%;
}