/**
 * File created by John M. Woodcock < john@userx.co >
 * on 7/17/2026
 * for face.net
 */
/**
 * User X Shopify Integration frontend styles.
 * Compile this file to assets/css/frontend.css.
 */
.ux-shopify {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 20px;
  /* Collections Menu */
  /* Collection Styles */
  /* Product Page Styles */
}
.ux-shopify-collections {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
.ux-shopify-collections__button a {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background-color: #003e7a;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}
.ux-shopify-collections__button a:hover {
  background-color: #00386e;
}
.ux-shopify-collections__button a h3 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.ux-shopify-collection {
  /* Collection Touts and List */
}
.ux-shopify-collection__description {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
.ux-shopify-collection__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.ux-shopify-collection__list .product {
  width: 20%;
  max-width: 225px;
  text-align: center;
  background-color: white;
  border: 1px solid #999;
}
.ux-shopify-collection-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
}
.ux-shopify-collection-footer .ux-shopify-collections__button a h3 {
  font-size: 16px;
  line-height: 20px;
}
.ux-shopify-product__back-link {
  display: inline-block;
  margin-bottom: 24px;
  color: #003e7a;
  font-weight: 600;
  text-decoration: none;
}
.ux-shopify-product__back-link:hover, .ux-shopify-product__back-link:focus {
  color: #00386e;
  text-decoration: underline;
}
.ux-shopify-product__inner {
  display: grid;
  grid-template-columns: minmax(200px, 30%) 1fr;
  gap: 30px;
  align-items: start;
}
.ux-shopify-product__gallery {
  min-width: 0;
}
.ux-shopify-product__summary h1 {
  margin-top: 0;
}
.ux-shopify-product__price {
  font-weight: 400;
  font-size: 1.5rem;
}
.ux-shopify-product__price strike {
  color: #999 !important;
}
.ux-shopify-product__purchase {
  margin-top: 24px;
}
.ux-shopify-product__description {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e3e3e3;
}
.ux-shopify-gallery__stage {
  position: relative;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.ux-shopify-gallery__main-button {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 420px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #fff;
  cursor: zoom-in;
}
.ux-shopify-gallery__main-button:hover .ux-shopify-gallery__zoom-label, .ux-shopify-gallery__main-button:focus-visible .ux-shopify-gallery__zoom-label {
  opacity: 1;
}
.ux-shopify-gallery__main-image {
  display: block;
  width: 100%;
  max-height: 650px;
  object-fit: contain;
}
.ux-shopify-gallery__zoom-label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0;
  transition: opacity 160ms ease;
}
.ux-shopify-gallery__stage-nav, .ux-shopify-gallery__thumbnail-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
  background: rgba(255, 255, 255, 0.94);
  color: #333;
  cursor: pointer;
}
.ux-shopify-gallery__stage-nav:hover, .ux-shopify-gallery__stage-nav:focus-visible, .ux-shopify-gallery__thumbnail-nav:hover, .ux-shopify-gallery__thumbnail-nav:focus-visible {
  border-color: #003e7a;
  color: #003e7a;
}
.ux-shopify-gallery__stage-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 38px;
  height: 52px;
  padding: 0;
  transform: translateY(-50%);
  font-size: 34px;
  line-height: 1;
}
.ux-shopify-gallery__stage-nav.is-previous {
  left: 10px;
}
.ux-shopify-gallery__stage-nav.is-next {
  right: 10px;
}
.ux-shopify-gallery__thumbnail-carousel {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 8px;
  margin-top: 14px;
  align-items: center;
}
.ux-shopify-gallery__thumbnail-nav {
  width: 34px;
  height: 76px;
  padding: 0;
  font-size: 28px;
  line-height: 1;
}
.ux-shopify-gallery__thumbnails {
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 2px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}
.ux-shopify-gallery__thumbnail {
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  padding: 4px;
  border: 2px solid transparent;
  background: #fff;
  cursor: pointer;
  scroll-snap-align: start;
}
.ux-shopify-gallery__thumbnail:hover, .ux-shopify-gallery__thumbnail:focus-visible {
  border-color: #007ffa;
}
.ux-shopify-gallery__thumbnail.is-active {
  border-color: #003e7a;
}
.ux-shopify-gallery__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ux-shopify-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  padding: 40px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.88);
}
.ux-shopify-lightbox[hidden] {
  display: none;
}
.ux-shopify-lightbox__image {
  display: block;
  max-width: min(1400px, 94vw);
  max-height: 92vh;
  object-fit: contain;
  background: #fff;
}
.ux-shopify-lightbox__close {
  position: fixed;
  top: 18px;
  right: 24px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 44px;
  line-height: 1;
  cursor: pointer;
}
.ux-shopify-buy-button {
  min-height: 58px;
}
.ux-shopify-metafields {
  margin: 24px 0;
  padding: 18px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.ux-shopify-metafields__heading {
  margin: 0 0 12px;
  font-size: 1.15rem;
}
.ux-shopify-metafields__list {
  margin: 0;
}
.ux-shopify-metafields__row {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}
.ux-shopify-metafields dt {
  min-width: 130px;
  font-weight: 700;
}
.ux-shopify-metafields dd {
  margin: 0;
}
.ux-shopify-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.ux-shopify-card, .ux-shopify-tout {
  display: flex;
  flex-direction: column;
  transition: all 500ms;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}
.ux-shopify-card:hover, .ux-shopify-tout:hover {
  background: #fff;
}
.ux-shopify-card__link, .ux-shopify-tout__link {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  color: inherit;
  text-decoration: none;
  text-align: center;
  height: 100%;
  padding: 10% 5%;
}
.ux-shopify-card .ux-shopify-buy-button, .ux-shopify-tout .ux-shopify-buy-button {
  width: 100%;
  max-width: 225px !important;
  overflow: hidden;
  border-width: 0px;
  border-style: none;
  height: auto;
  margin: 5px auto !important;
}
.ux-shopify-card__image, .ux-shopify-tout__image {
  display: block;
  width: auto;
  max-height: 150px;
  margin: 0px auto 14px;
}
.ux-shopify-card__title, .ux-shopify-tout__title {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.3;
}
.ux-shopify-card__price, .ux-shopify-tout__price {
  font-weight: 700;
  font-size: 1.1rem;
}
.ux-shopify-card__price strike, .ux-shopify-tout__price strike {
  color: #999 !important;
}
.ux-shopify-card__buttons, .ux-shopify-tout__buttons {
  flex-grow: 1;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: end;
}
.ux-shopify-card__buttons .ux-shopify-button, .ux-shopify-tout__buttons .ux-shopify-button {
  font-size: 12px;
  cursor: pointer;
}
.ux-shopify-collection__header h1 {
  margin-top: 0;
}
.ux-shopify-button {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 16px;
  background: #003e7a;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.ux-shopify-button:hover, .ux-shopify-button:focus {
  background: #00386e;
  color: #fff;
}
.ux-shopify-note {
  font-size: 0.9rem;
  color: #666;
}
.ux-shopify-admin-message {
  padding: 10px 12px;
  border-left: 4px solid #d63638;
  background: #fff5f5;
}
.ux-shopify-search {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.ux-shopify-search__input, .ux-shopify-search__button {
  padding: 10px 20px;
  font-size: 1.5rem;
}
.ux-shopify-search__input {
  width: 70%;
  max-width: 600px;
}
.ux-shopify-search__button {
  width: 25%;
  max-width: 150px;
}
.ux-shopify-search-results__heading {
  margin-top: 0.5rem;
}
.ux-shopify-search-results hr {
  margin: 1rem 0;
}
.ux-shopify-search-results .ux-shopify-collections--grid {
  justify-content: start;
}
.ux-shopify-search-results .ux-shopify-collections__button a {
  background-color: rgba(255, 255, 255, 0.7);
}
.ux-shopify-search-results .ux-shopify-collections__button a h3 {
  color: #003e7a !important;
}
.ux-shopify-search-results .ux-shopify-collections__button a:hover {
  background-color: #fff;
}
.ux-shopify-error {
  padding: 5px 20px;
  text-align: center;
  background: #d2232a;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 8px;
  border: 1px solid #fff;
}

body.ux-shopify-lightbox-open {
  overflow: hidden;
}

@media (max-width: 1240px) {
  .ux-shopify-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .ux-shopify-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ux-shopify-product__inner {
    grid-template-columns: 1fr;
  }
  .ux-shopify-gallery__main-button {
    min-height: 0;
  }
}
@media (max-width: 600px) {
  .ux-shopify {
    padding: 24px 15px;
  }
  .ux-shopify-grid {
    grid-template-columns: 1fr;
  }
  .ux-shopify-metafields__row {
    display: block;
  }
  .ux-shopify-metafields dt {
    min-width: 0;
  }
  .ux-shopify-gallery__stage-nav {
    width: 34px;
    height: 46px;
  }
  .ux-shopify-gallery__thumbnail-carousel {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
  }
  .ux-shopify-gallery__thumbnail-nav {
    width: 30px;
    height: 70px;
  }
  .ux-shopify-gallery__thumbnail {
    flex-basis: 72px;
    width: 72px;
    height: 72px;
  }
  .ux-shopify-lightbox {
    padding: 56px 12px 18px;
  }
}

/*# sourceMappingURL=frontend.css.map */
