/** Shopify CDN: Minification failed

Line 461:0 Unexpected "}"

**/
/* ============================================================
   ALOR Product Page — product-page.css
   ============================================================ */

/* ── RESET ── */
.alor-product *,
.alor-product *::before,
.alor-product *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.alor-product button {
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}

.alor-product button:focus { outline: none; }

/* ── SECTION WRAPPER ── */
.alor-product {
  background: #ffffff;
  color: #0a0a0a;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  line-height: 1.8;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 0;
}

/* ── BREADCRUMB ── */
.alor-bc {
  padding: 16px 48px;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #0a0a0a;
  text-transform: uppercase;
  background: #ffffff;
}
.alor-bc a { color: #0a0a0a; text-decoration: none; }
.alor-bc a:hover { opacity: 0.6; }
.alor-bc span { margin: 0 7px; }

/* ── THREE-COLUMN GRID ── */
.alor-pgrid {
  display: grid;
  grid-template-columns: 104px minmax(0, 0.7fr) minmax(0, 1fr);
  background: #ffffff;
  align-items: start;
  padding-left: 96px;
  column-gap: 16px;
  margin-top: 0;
}

/* ── THUMBNAIL STRIP ── */
.alor-thumbs {
  padding: 8px 24px 24px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: sticky;
  top: 0;
  background: #ffffff;
}

.alor-thumb {
  width: 56px;
  height: 84px;
  background: #f5f5f5;
  cursor: pointer;
  overflow: hidden;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
}
.alor-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.alor-thumb:hover { opacity: 0.7; }
.alor-thumb:focus, .alor-thumb:active { outline: none !important; box-shadow: none !important; border: none !important; }
.alor-thumb.active { opacity: 1; border-bottom: 2px solid #0a0a0a !important; }

/* ── MAIN IMAGE (desktop) ── */
.alor-mimg {
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.alor-media-slide {
  display: block;
  width: 100%;
}
.alor-media-slide.color-hidden {
  display: none;
}
.alor-media-img { width: 100%; height: auto; display: block; }

/* ── DOTS (hidden on desktop) ── */
.alor-idots {
  display: none;
}

/* ── INFO COLUMN ── */
.alor-icol {
  border: none;
  background: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 120px;
  position: sticky;
  top: 0;
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.alor-icol::-webkit-scrollbar {
  display: none;
}
.alor-iin { width: 100%; max-width: 420px; padding: 64px 32px 0; }

/* ── PRODUCT TITLE ── */
.alor-pname {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 6px;
  color: #0a0a0a;
  text-align: center;
}

.alor-psub-material {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 13px;
  color: #6b6259;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.5;
}

.alor-crafted {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}
.alor-crafted-rule {
  flex: 1;
  max-width: 48px;
  height: 1px;
  background: #6b6259;
  opacity: 0.5;
}
.alor-crafted-text {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b6259;
  white-space: nowrap;
}

/* Price */
.alor-pprice {
  font-size: 18px;
  font-weight: 400;
  color: #0a0a0a;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 0.02em;
}
.alor-price-compare { text-decoration: line-through; color: #0a0a0a; margin-right: 8px; opacity: 0.4; }
.alor-div { height: 1px; background: #e8e2da; margin-bottom: 24px; }

/* ── OPTIONS ── */
.alor-opts { display: flex; flex-direction: column; align-items: center; }
.alor-olabel {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0a0a0a;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.alor-olabel b { color: #0a0a0a; font-weight: 400; text-transform: none; letter-spacing: 0; font-size: 12px; }

.alor-color-label-float {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 13px;
  color: #6b6259;
  text-align: center;
  margin-bottom: 10px;
  min-height: 18px;
  transition: opacity 0.2s;
  width: 100%;
}
.alor-swatches {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.alor-sw-row {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.alor-sw {
  width: 16px;
  height: 16px;
  border-radius: 0 !important;
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
  transition: transform 0.15s;
  flex-shrink: 0;
}
.alor-sw:hover { transform: scale(1.08); }
.alor-sw.active::after {
  content: '';
  position: absolute;
  inset: -3px;
  border: 1px solid #0a0a0a;
}

.alor-sizes { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 24px; justify-content: center; }
.alor-sz {
  width: auto; height: auto; padding: 2px 0;
  border: none !important; background: transparent !important;
  border-radius: 0 !important; box-shadow: none !important;
  -webkit-appearance: none; appearance: none;
  font-family: 'DM Sans', sans-serif; font-size: 12px; color: #0a0a0a;
  cursor: pointer; transition: opacity 0.15s;
  display: inline-flex; align-items: center; justify-content: center;
  outline: none; opacity: 0.4;
}
.alor-sz:hover { opacity: 1; }
.alor-sz.active { opacity: 1 !important; border-bottom: 1.5px solid #0a0a0a !important; background: transparent !important; color: #0a0a0a !important; }

.alor-qrow { display: none; }

.alor-trust-line {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b6259;
  text-align: center;
  margin-bottom: 14px;
  line-height: 1.6;
}
.alor-trust-sup a {
  font-size: 7px;
  color: #6b6259;
  text-decoration: none;
  border-bottom: 1px solid #6b6259;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s;
}
.alor-trust-sup a:hover {
  color: #0a0a0a;
  border-bottom-color: #0a0a0a;
}

.alor-bcart {
  width: 100%; padding: 20px;
  background: transparent; color: #0a0a0a;
  border: 1px solid #0a0a0a !important; border-radius: 0 !important;
  -webkit-appearance: none; appearance: none;
  font-family: 'DM Sans', sans-serif; font-size: 13px; letter-spacing: 0.1em;
  cursor: pointer; margin-bottom: 10px; transition: background 0.2s, color 0.2s;
  outline: none; display: block; text-align: center;
  text-transform: uppercase;
}
.alor-bcart:hover { background: #0a0a0a; color: #ffffff; }
.alor-bcart:disabled { opacity: 0.4; cursor: not-allowed; }

.alor-form .shopify-payment-button { margin-bottom: 16px; }
.alor-form .shopify-payment-button__button { border-radius: 0 !important; font-size: 12px !important; padding: 14px !important; }

.alor-appt-link {
  display: block;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 13px;
  color: #0a0a0a;
  text-decoration: none;
  margin-bottom: 32px;
  margin-top: 4px;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.alor-appt-link:hover { opacity: 1; }

/* ── STICKY ADD TO CART ── */
.alor-sticky {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: #0a0a0a; color: #ffffff;
  z-index: 999;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px; height: 64px;
  font-family: 'DM Sans', sans-serif;
}

@media screen and (max-width: 699px) {
  .alor-sticky {
    padding: 0 24px;
    justify-content: center;
  }
  .alor-sticky__title {
    display: none;
  }
  .alor-sticky__btn {
    width: 100%;
    text-align: center;
  }
}

.alor-sticky__title { font-size: 13px; letter-spacing: 0.04em; opacity: 0.7; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 55%; }
.alor-sticky__btn {
  background: transparent; border: 1px solid rgba(255,255,255,0.5) !important;
  border-radius: 0 !important; color: #ffffff;
  font-family: 'DM Sans', sans-serif; font-size: 14px; letter-spacing: 0.1em;
  padding: 12px 32px; cursor: pointer; transition: border-color 0.2s;
  white-space: nowrap; -webkit-appearance: none; appearance: none; outline: none;
}
.alor-sticky__btn:hover { border-color: rgba(255,255,255,1) !important; }

/* ── TABS ── */
.alor-tabs { border-top: 1px solid #e8e2da; margin-top: 4px; }
.alor-tab-heads { display: flex; justify-content: center; border-bottom: 1px solid #e8e2da; }
.alor-th { padding: 13px 0; margin: 0 14px; font-size: 12px; letter-spacing: 0.04em; color: #0a0a0a; cursor: pointer; border: none !important; border-bottom: 1.5px solid transparent !important; border-radius: 0 !important; background: none; font-family: 'DM Sans', sans-serif; transition: opacity 0.15s; white-space: nowrap; outline: none; opacity: 0.4; }
.alor-th.active { color: #0a0a0a; border-bottom-color: #0a0a0a !important; opacity: 1; }
.alor-th:hover { opacity: 1; }
.alor-tab-body { padding: 18px 0 0; font-size: 12px; line-height: 1.8; color: #0a0a0a; display: none; }
.alor-tab-body.active { display: block; }
.alor-tab-body p { margin-bottom: 10px; }
.alor-tab-body p:last-child { margin-bottom: 0; }
.alor-tab-body ul, .alor-tab-body ol { padding-left: 0; list-style: none; }
.alor-tab-body ul li, .alor-tab-body ol li { padding: 3px 0 3px 16px; position: relative; }
.alor-tab-body ul li::before { content: '—'; position: absolute; left: 0; color: #0a0a0a; }
.alor-tab-body a { color: #0a0a0a; text-decoration: underline; text-underline-offset: 2px; }

/* ── ACCORDION ── */
.alor-accord { border-top: 1px solid #e8e2da; margin-top: 20px; }
.alor-ai { border-bottom: 1px solid #e8e2da; }
.alor-ah { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 13px 0; background: none; border: none !important; border-radius: 0 !important; -webkit-appearance: none; appearance: none; font-family: 'DM Sans', sans-serif; font-size: 12px; letter-spacing: 0.04em; color: #0a0a0a; cursor: pointer; text-align: left; outline: none; }
.alor-aico { font-size: 18px; color: #0a0a0a; line-height: 1; transition: transform 0.25s; flex-shrink: 0; }
.alor-aico.open { transform: rotate(45deg); }
.alor-ab { overflow: hidden; max-height: 0; transition: max-height 0.3s ease; }
.alor-ab.open { max-height: 500px; }
.alor-abi { padding: 0 0 16px; font-size: 12px; line-height: 1.8; color: #0a0a0a; }
.alor-abi a { color: #0a0a0a; text-decoration: underline; text-underline-offset: 2px; }

.alor-size-table { width: 100%; border-collapse: collapse; font-size: 12px; margin-top: 10px; }
.alor-size-table th { text-align: left; padding: 6px 0; border-bottom: 1px solid #e8e2da; color: #0a0a0a; font-weight: 400; letter-spacing: 0.04em; }
.alor-size-table td { padding: 5px 0; border-bottom: 1px solid #f0ece6; color: #0a0a0a; }
.alor-size-table tr:last-child td { border-bottom: none; }

/* ── RELATED PRODUCTS ── */
.alor-rel { padding: 52px 48px 64px; border-top: 1px solid #e8e2da; background: #ffffff; }
.alor-rh { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 400; margin-bottom: 32px; color: #0a0a0a; }
.alor-rgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.alor-rc { cursor: pointer; text-decoration: none; color: inherit; display: block; }
.alor-rimg { background: #f5f5f5; aspect-ratio: 3 / 4; margin-bottom: 12px; overflow: hidden; }
.alor-rimg img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.alor-rc:hover .alor-rimg img { transform: scale(1.03); }
.alor-rn { font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 4px; line-height: 1.4; color: #0a0a0a; }
.alor-rsubs { display: flex; gap: 4px; margin-bottom: 5px; flex-wrap: wrap; align-items: center; }
.alor-rsw { width: 12px; height: 12px; display: inline-block; border-radius: 0; }
.alor-rsw-more { font-size: 10px; color: #0a0a0a; margin-left: 2px; }
.alor-rp { font-size: 11px; color: #0a0a0a; }

/* ── RESPONSIVE — tablet & mobile ── */
@media screen and (max-width: 999px) {
  .alor-pgrid { grid-template-columns: 1fr; padding-left: 0; }

  /* Hide thumbnail strip — replaced by dots */
  .alor-thumbs { display: none; }

  /* Carousel: one image at a time */
  .alor-mimg {
    position: relative;
    overflow: hidden;
    background: #ffffff;
  }
  .alor-media-slide {
    display: none;
    width: 100%;
  }
  .alor-media-slide.active {
    display: block;
  }

  /* Dots */
  .alor-idots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 14px 0 4px;
  }
  .alor-idot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e8e2da;
    border: none !important;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    flex-shrink: 0;
  }
  .alor-idot.active {
    background: #0a0a0a;
    transform: scale(1.2);
  }

  .alor-icol { position: static; max-height: none; overflow-y: visible; padding: 0 0 120px; }
  .alor-iin { max-width: 100%; padding: 36px 24px 0; }
  .alor-bc { padding: 14px 24px; }
  .alor-sstrip { padding: 14px 24px; gap: 24px; flex-wrap: wrap; }
  .alor-rel { padding: 40px 24px 48px; }
  .alor-rgrid { grid-template-columns: repeat(2, 1fr); }
  .alor-sticky { padding: 0 24px; }
  .alor-swatches { align-items: center; }
}

/* ── RESPONSIVE — mobile ── */
@media screen and (max-width: 599px) {
  .alor-rgrid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .alor-rimg { aspect-ratio: 1 / 1 !important; }
  .alor-rel { padding: 32px 16px 100px; }
}
}

/* ── Related Products heading ── */
.section-header.text-center .prose h2.h2,
.section-header.text-center .prose .h2 {
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
  font-weight: 300 !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
}

.section-header.text-center {
  text-align: left !important;
  justify-self: start !important;
  padding-left: 24px !important;
}

/* ── Announcement bar ── */
.announcement-bar,
.announcement-bar__text,
.announcement-bar p,
.announcement-bar span {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.14em !important;
}

/* ── Product card titles ── */
.product-title.h6,
a.product-title,
.v-stack .h6,
a.h6,
a.product-title.h6 {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  font-style: normal !important;
}

/* ── Product card prices ── */
.product-card .price,
.product-card .price__current {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 300 !important;
}