/*!****************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \****************************************************************************************************************/
.product__selectors__sizing-guide__title {
  cursor: pointer;
}
.product__selectors__sizing-guide__content {
  display: none;
  position: fixed;
  inset: 0;
  padding: 20px;
  transform: none;
  background: rgba(11, 11, 11, 0.6392156863);
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  z-index: 10010;
}
.product__selectors__sizing-guide__content--active {
  display: flex;
}
.product__selectors__sizing-guide__content__image__img {
  object-fit: cover;
}
.product__selectors__sizing-guide__content__close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
}

.product-payments {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 10px;
}
.product-payments__top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.product-payments__top__text {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .product-payments__top__text {
    gap: 10px;
  }
}
.product-payments__top__text__pay-now {
  font-size: 14px;
  font-weight: 600;
}
.product-payments__top__text__numbers {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-payments__top__text__numbers__items {
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-payments__top__text__numbers__items {
    gap: 5px;
    padding: 5px 10px;
  }
}
.product-payments__top__text__numbers__items--active {
  color: white;
  background: black;
  border-radius: 8px;
}
body.product-sizing-guide-open {
  overflow: hidden;
}

body.product-sizing-guide-open .shopify-section-header,
body.product-sizing-guide-open .announcement-bar-static {
  z-index: 0;
}

.product-gallery__media-slider {
  position: relative;
}

.product-gallery__secondary-preview {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 100px;
  border-radius: 16px;
  border: 1px solid black;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  z-index: 3;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .product-gallery__secondary-preview {
    top: 18px;
    left: 18px;
    width: 120px;
    height: 120px;
  }
}
.mobile-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
}

.mobile-nav--cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 20px;
  list-style: none;
}

.mobile-nav--cards > .mobile-menu__item {
  list-style: none;
  margin: 0;
}

.mobile-menu__item--card {
  position: relative;
}

.mobile-menu__item--card > .mobile-nav__trigger,
.mobile-menu__item--card > .mobile-dropdown {
  display: none;
}

.mobile-menu-card {
  position: relative;
  display: block;
  min-height: 115px;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.mobile-menu-card__background,
.mobile-menu-card__overlay {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-menu-card__background {
  background-image: var(--mobile-card-bg, linear-gradient(135deg, #e5e5e5, #f4f4f4));
}

.mobile-menu-card__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
}

.mobile-menu-card__label {
  color: white;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  display: block;
  z-index: 1;
}

.mobile-nav--cards .mobile-navlink--highlight {
  text-decoration: underline;
}

.drawer-reco__image__img {
  width: 100px !important;
  height: 100px !important;
}
.drawer-reco__form {
  width: 100%;
}
.drawer-reco__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px;
}
.drawer-reco__content__top {
  margin-bottom: 10px;
}
.drawer-reco__content__top__title {
  font-size: 12px;
}
.drawer-reco__content__buttons {
  display: flex;
  align-items: center;
  gap: 5px;
}
.drawer-reco__content__buttons__view-more {
  background: white;
  padding: 5px 15px;
  font-size: 14px;
  white-space: nowrap;
  border: 1px solid black;
  border-radius: 8px;
  text-transform: none;
}
.drawer-reco__content__buttons__atc {
  padding: 5px;
  border-radius: 8px;
  text-transform: none;
  min-width: 120px;
}
@media (max-width: 767px) {
  .drawer-reco__content__buttons__atc {
    min-width: 110px;
  }
}
.drawer-reco .cart__item__title {
  padding-right: 10px;
  text-transform: none;
}

.cart-drawer__recommendations__title {
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
  font-size: calc(2rem * var(--adjust-heading));
  padding: calc(var(--inner) / 2);
  border-top: 1px solid black;
  text-transform: none;
}

.cart-drawer__items.hidden + .cart-drawer__recommendations {
  display: none;
}

.search-opened .site-header .cart__toggle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.popular-searches__wrapper .drawer-reco__content__buttons__atc .loader {
  display: none;
}
