.drawer__overlay,
.sc__overlay {
  z-index: 9991;
}

div.overlay {
  z-index: 9;
}

.cart-count-bubble {
  background-color: #80280f;
}

.sales.true {
  font-weight: normal !important;
  text-decoration: line-through;
  color: #ccc;
  display: block;
}

.discount {
  display: none;
}

.discount.true {
  display: block;
  color: #ff0000;
  font-size: 13px;
  margin-right: 5px;
  font-weight: normal;
}

.dis_p {
  padding: 2px 5px;
  background: #ff0000;
  color: #fff;
  border-radius: 5px;
  margin-left: 10px;
}

.size-select-text {
  padding: 2px 6px;
  background: #eee;
  border-radius: 2px;
  margin-top: 3px;
  display: inline-block;
  font-size: 11px !important;
  border: 1px solid #e5e5e5 !important;
  border-bottom: 0 !important;
}

.text-scl {
  position: absolute;
  top: 18px;
  left: 0;
  display: none;
  transition: all .2s;
  overflow: hidden;
  text-wrap: nowrap;
  text-transform: uppercase;
}

.color-swatch-collection-custom {
  width: 40px;
  height: 45px;
  border: 1px solid #ededed;
  margin: 4px !important;
}

.color-scl {
  padding: 2px 10px;
  width: 23px;
  height: 30px;
  color: #000;
  background: rgba(52, 58, 64, .1);
  margin: 2px;
  border-radius: 4px;
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid #aaa;
  background-size: contain;
}

.color-scl:hover .text-scl {
  display: block;
}

.text-scl {
  position: absolute;
  top: -13px;
  left: 0;
  display: none;
  transition: all .2s;
  overflow: hidden;
  text-wrap: nowrap;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

.card__color-variants .color-swatches .color-swatch {
  border: 1px solid #c3c3c3;
}

.card__color-variants .color-swatches {
  padding: 5px;
}

.wishlist-actions {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  width: 26px;
  fill: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.fa-bookmark {
  color: #bd1717;
}

.pl-card {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .45s ease, transform .45s ease;
}

.pl-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-load-sentinel {
  height: 1px;
  width: 100%;
}

.pd-fullscreen-gallery {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .92);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}

.pd-fullscreen-gallery.is-open {
  display: flex;
}

.pd-gallery-image {
  width: 100%;
  max-width: 80%;
  height: auto;
  max-height: 100vh;
  object-fit: contain;
}

.pd-gallery-close {
  position: absolute;
  top: 18px;
  right: 24px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.pd-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  width: 42px;
  height: 60px;
  font-size: 28px;
  cursor: pointer;
}

.pd-gallery-prev {
  left: 16px;
}

.pd-gallery-next {
  right: 16px;
}

.pd-gallery-counter {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  font-family: SackersGothicStd, sans-serif;
  background: rgba(0, 0, 0, .61);
  padding: 5px 20px;
  border-radius: 50px;
}

.slider-counter__link--dots {
  opacity: .55;
  transition: opacity .22s ease;
}

.slider-counter__link--dots .line {
  width: 18px;
  height: 2px;
  border: 0 !important;
  background: #d3d3d3;
  transition: width .22s ease, background-color .22s ease, opacity .22s ease;
}

.slider-counter__link--active.slider-counter__link--dots {
  opacity: 1;
}

.slider-counter__link--active.slider-counter__link--dots .line {
  width: 32px;
  background: #762d18;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

html.mobile-menu-open,
body.mobile-menu-open {
  overflow: hidden !important;
}

.mobile__header.mobile-menu-is-open .menu-drawer {
  visibility: visible;
  transform: translateX(0);
  z-index: 9999;
}

.mobile__header .menu-drawer-container > summary {
  cursor: pointer;
}

.product-form__submit.is-disabled,
#static--buy-button.is-disabled {
  opacity: .48 !important;
  pointer-events: none !important;
}

.bottom-addToCart {
  bottom: -90px !important;
}

.bottom-addToCart.is-visible {
  bottom: 0 !important;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .full-page-padding {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .announcement-bar__message {
    font-size: 10px !important;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 784px) {
  .header__icons {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding-right: 4px !important;
  }

  .header__icon {
    width: auto !important;
    height: auto !important;
    padding: 6px !important;
    margin: 0 !important;
  }

  .header__icon svg,
  .header__icon .icon {
    width: 18px !important;
    height: 18px !important;
  }

  #cart-icon-bubble {
    margin-left: 2px !important;
  }

  section.collection-flex {
    display: block !important;
  }

  div.collection-filter-sidebar {
    display: none !important;
  }

  div.collection-product-grid {
    width: 100% !important;
    margin: 0 !important;
  }

  .filter-list {
    display: block !important;
  }

  .custom-collection-sorting-section {
    margin: 12px 10px !important;
  }

  .filter-top-sort {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  .filter-left-meta {
    width: 100%;
    gap: 8px !important;
  }

  .active-filters-row {
    width: 100%;
    align-items: flex-start;
    gap: 6px !important;
  }

  .active-filter-chip {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2 !important;
  }

  .sort-dropdown {
    width: 100% !important;
    min-width: 0 !important;
  }

  .sort-dropdown-menu {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
  }

  .custom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 8px !important;
    row-gap: 12px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .two-columns-grid-mobile {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .grid__item {
    min-width: 0;
  }

  .card__heading,
  .product-name-caption {
    word-break: break-word;
  }

  .brand-name-caption {
    line-height: 1.25 !important;
  }

  .product-name-caption {
    line-height: 1.35 !important;
    min-height: 2.7em;
    font-size: 12px !important;
  }

  .product-price-caption .price-item--regular,
  .price__regular .price-item--regular {
    line-height: 1.35 !important;
    font-size: 13px !important;
    display: inline-block;
  }

  .pd-gallery-image {
    max-width: 94% !important;
  }

  .pd-gallery-nav {
    width: 36px;
    height: 52px;
    font-size: 24px;
  }

  #MainProduct-template--25751608557954__main .product {
    grid-template-columns: 1fr !important;
  }

  #MainProduct-template--25751608557954__main .product__info-wrapper {
    padding: 14px !important;
  }

  .size-variant-picker-container2 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 480px) {
  .custom-grid,
  .two-columns-grid-mobile {
    grid-template-columns: 1fr !important;
  }

  .active-filter-chip {
    font-size: 10px !important;
    padding: 4px 7px !important;
  }

  .pd-gallery-counter {
    font-size: 11px;
    padding: 4px 12px;
  }

  .slider-counter__link--dots .line {
    width: 14px;
  }

  .slider-counter__link--active.slider-counter__link--dots .line {
    width: 26px;
  }
}
