.page-width-full {
  max-width: none;
}
.page-width-full {
  padding: 0 40px;
}
.page-width {
  padding: 0 40px;
  @media (max-width: 768px) {
    padding: 0 16px;
  }
}
a.absolute-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* a.global_button_1 {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 3.2px;
  padding: 12px 15px;
  border: 1.6px solid #fff;
  max-width: max-content;
  box-shadow: 5px 5px 0 0 #fff;
  margin-inline: auto;
  text-transform: uppercase;
} */
a.global_button_1 {
  display: block;
  background: black;
  color: white;
  font-size: 13px;
  text-decoration: none;
  box-sizing: border-box;
  padding: 12px 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  margin-inline: auto;
  text-transform: uppercase;
}

button.global_real_button_1 {
  font-family: var(--font-body-family);
  border: 1px solid #000;
  outline: none;
  align-items: center;
  cursor: pointer;
  transition: right 0.3s ease-in-out, visibility 0.3s ease-in-out,
    box-shadow 0.3s;
  letter-spacing: 2.6px;
  display: block;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  padding: 12px 16px;
  line-height: 1;
  margin-inline: auto;
  text-transform: uppercase;
}
/* button.global_real_button_1 {
  display: inline-block;
  font-family: var(--font-body-family);
  border: 1px solid #000;
  outline: none;
  color: #fff;
  align-items: center;
  background: #000;
  cursor: pointer;
  transition: right 0.3s ease-in-out, visibility 0.3s ease-in-out,
  box-shadow 0.3s;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2.6px;
  font-weight: 600;
  padding: 12px 16px;
} */
.predictive-search .predictive-search__results-groups-wrapper {
  display: unset;
  border: none;
  padding-bottom: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

/* Reviews io */
.ElementsWidget__subheader {
  display: none !important;
}
.R-flex-row.R-flex-row--noMargin.R-flex-between-xxs.R-flex-bottom-xxs {
  display: none !important;
}
/* Sorting style */
.--custom__sorting {
  .facet-filters__field {
    flex-direction: column;
    .facet__sorting-options {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      h4 {
        font-size: 18px;
        letter-spacing: 3.6px;
        line-height: 28px;
        color: #000;
        text-transform: uppercase;
        margin: 0;
        font-family: var(--font-body-family);
      }
      svg {
        width: 10px;
        height: 6px;
      }
      svg.rotate-svg {
        transform: rotate(180deg);
      }
    }
    .radio-group {
      width: 100%;
      padding: 12px 0 0;
      label {
        font-size: 1.4rem;
        color: #1f2937;
        text-transform: capitalize;
        display: block;
        padding-block: 4px;
        cursor: pointer;
      }
      .radio-item {
        display: flex;
        align-items: center;
        gap: 12px;
        position: relative;
        input {
          display: none;
        }
        input[checked] ~ .checked__sort {
          visibility: visible;
        }
        svg {
          width: 15px;
          height: 15px;
        }
        .checked__sort {
          visibility: hidden;
          position: absolute;
          left: 2px;
          svg {
            width: 11px;
            height: 11px;
            display: block;
          }
        }
      }
    }
  }
}
/* Sorting style */
/* Collection template Styling */

.--custom-facets-container {
  .active-facets {
    border-bottom: 1px solid rgba(229, 231, 235, 1);
  }
  a.active-facets__button-remove.underlined-link {
    background: #e5e7eb;
    display: block;
    padding: 2px 10px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.5em;
  }
  .facets__disclosure-vertical {
    border-top: unset !important;
  }
  .facets-vertical .facets__summary {
    padding-top: 0.675rem !important;
    margin-bottom: 0;
    padding-bottom: 0.675rem !important;
  }
  label.facets__label.facet-checkbox {
    padding-block: 4px;
  }
  .Size span.facet-checkbox__text-label {
    text-transform: uppercase;
  }
  span.facet-checkbox__text-label {
    text-transform: capitalize;
  }
  span.active-facets__button-inner.button.button--tertiary {
    border-radius: unset;
    border-color: #000;
    box-shadow: 0 0 0 0.1rem #000;
  }
  summary.facets__summary {
    border-bottom: 1px solid rgba(229, 231, 235, 1);
    padding: 1.5rem 1.75rem 1.5rem 0;
    @media (max-width: 768px) {
      margin-bottom: 10px;
    }
  }
  summary.facets__summary:hover .facets__summary-label {
    text-decoration: unset;
    text-underline-offset: unset;
  }
  span.facets__summary-label {
    font-family: var(--font-body-family);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3.2px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
  }
  .facets-layout-list .facets__label:hover .facet-checkbox__text-label,
  .facets-layout-list input:focus ~ .facet-checkbox__text-label {
    text-decoration: unset;
  }
  label.facets__label.facet-checkbox svg {
    width: 15px;
    height: auto;
  }
  .facet-checkbox .svg-wrapper.--custom-svg-wrapper {
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
  }

  h2#verticalTitle {
    font-family: var(--font-body-family);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3.2px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    /* border-bottom: 1px solid rgba(229, 231, 235, 1); */
    @media (max-width: 768px) {
      margin: 0 0 1.5rem;
    }
  }
  .facets__form-vertical {
    width: 100%;
  }
  display: block !important;
  grid-template-columns: 1fr;
  position: fixed;
  background: #fff;
  z-index: 10;
  width: 90%;
  top: 0;
  height: 100%;
  right: -100%;
}
/* Mobile Filter collection left column*/

.--custom-facets-container.filter-active-drawer {
  right: 0;
  grid-template-columns: 1fr;
  padding: 30px 16px;
  transition: all 0.5s ease;
  width: 80%;
  max-width: 400px;
  overflow: auto;
  z-index: 100;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}
.mbl--overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
  background: #0000004d;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.mbl--overlay.filter-active-drawer {
  z-index: 99;
  display: block !important;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .--mobile-filter-heading.large-up-hide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    h1 {
      marginblock: 0;
      fontsize: 20px;
      lineheight: normal;
    }
  }
  .active-facets.active-facets-desktop {
    margin: 10px 0;
  }
  fieldset.facets-wrap.parent-wrap.facets-wrap-vertical {
    border: none;
  }
  fieldset.facets-wrap.parent-wrap.facets-wrap-vertical {
    margin-inline: 0;
  }
}
/* Filter and sorting */

facet-filters-form.--custom-filter-form.facets {
  padding: 15px 0;
  border-bottom: 1px solid rgba(229, 231, 235, 1);
  form.facets-vertical-form {
    /* display: flex;
    justify-content: space-between; */
    display: block;
    .facet-filters {
      padding: 0;
      .facet-filters__field {
        justify-content: flex-start;
        .select {
          width: 100%;
          max-width: 50%;
          select {
            padding: 10px;
            font-size: 16px;
          }
        }
      }
    }
  }
  .product-count-vertical {
    margin-left: 0;
    position: relative;
  }
  h2.product-count__text.text-body {
    color: #000;
    font-size: 16px;
  }
  select.facet-filters__sort.select__select {
    padding: 8px;
    color: #000;
    border: 1px solid #e5e7eb;
  }
  select.facet-filters__sort.select__select:focus-visible {
    outline: unset;
    outline-offset: unset;
    box-shadow: unset;
  }
  .svg-wrapper,
  .customer select + .svg-wrapper {
    right: 10px;
  }
}

/* Main Page Styling */
.main-page__container.--custom-page-styling {
  h1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    color: #000;
    margin-block: 8px 48px !important;
  }
  .page_content h1 {
    font-size: 22px;
    letter-spacing: 4.4px;
    line-height: 36px;
    strong {
      font-weight: 600;
    }
  }
  .page_content h2,
  .page_content h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 33px;
    text-transform: uppercase;
    strong {
      font-weight: 600;
    }
  }
  .page_content h4 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 3.4px;
    line-height: 28px;
    strong {
      font-weight: 600;
    }
  }
  .page_content h1,
  .page_content h2,
  .page_content h3,
  .page_content h4,
  .page_content h5,
  .page_content h6 {
    color: #000;
    margin-bottom: 25px !important;
    margin-top: 60px !important;
  }
  .page_content p,
  .page_content td,
  .page_content div {
    /* font-family: roboto; */
    font-size: 16px;
    line-height: 26.4px;
    letter-spacing: 0.35px;
    color: #000;
    @media (max-width: 768px) {
      margin-bottom: 15px;
    }
  }
  .page_content ol li,
  .page_content ul li {
    /* font-family: roboto; */
    font-size: 16px;
    line-height: 26.4px;
    letter-spacing: 0.35px;
    color: #000;
    @media (max-width: 768px) {
      /* margin-bottom: 15px; */
    }
  }

  .page_content a {
    border-bottom: 2px solid hsla(0, 0%, 42%, 0.6);
    display: inline-block;
    position: relative;
    text-decoration: none;
  }
  .page_content {
    .grid__item {
      width: unset;
      max-width: unset;
    }
    .grid__item h1,
    .grid__item h2:first-child,
    .grid__item h3:first-child,
    .grid__item h4:first-child,
    .grid__item h5:first-child,
    .grid__item h6:first-child {
      margin-top: 0;
      font-weight: 400;
    }
  }
  .page_content table {
    width: 100% !important;
    border-collapse: collapse;
    /* border: 0; */
    border-bottom: 1px solid #e5e7eb;
    box-shadow: unset;
  }
  .page_content tr {
    border: 1px solid #e5e7eb;
  }
  .page_content td {
    width: unset !important;
    /* font-family: roboto; */
    font-size: 16px;
    line-height: 26.4px;
    letter-spacing: 0.35px;
    color: #000;
    border: 0;
  }
  .page_content td:nth-child(3) {
    text-align: right;
  }
  .page_content iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
  }
}
/* Corporate Custom Orders Page */
.main-page__container.main-page__corporate-custom-orders.--custom-page-styling {
  h1 {
    font-size: 24px;
  }
}

/* Lookbook Page */
.main-page__container.main-page__lookbook.--custom-page-styling {
  img {
    display: block;
    margin: 0 auto !important;
  }
}

/* quick view custom styling */
.quick-add-modal__content-info img.image-magnify-none {
  aspect-ratio: 1;
  object-fit: contain;
}
