/**
 * TEREAU product detail — Fiberluma/FIRSOL layout with jewelry branding.
 */

body.tpl_tereau .centerColumn.tereau-product-page {
  max-width: var(--tereau-max, 1280px);
  margin: 0 auto;
  padding: 0 max(var(--tereau-gutter, 0px), env(safe-area-inset-right)) 27.5px max(var(--tereau-gutter, 0px), env(safe-area-inset-left));
  box-sizing: border-box;
  background: #fff;
  overflow-x: clip;
}

body.tpl_tereau:has(.tereau-product-page) .tereau-footer {
  margin-top: 0;
}

.tereau-product-page__form,
.tereau-product-hero,
.tereau-product-gallery,
.tereau-product-summary {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

.tereau-product-page #pinfo-left,
.tereau-product-page #pinfo-right,
.tereau-product-page #cart-box,
.tereau-product-page #productName,
.tereau-product-page #productDetailsList,
.tereau-product-page #productPrices,
.tereau-product-page .additionalImages,
.tereau-product-page .wrapperAttribsOptions .back {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left !important;
  background: transparent !important;
}

.tereau-product-page #pinfo-left,
.tereau-product-page .tereau-product-gallery {
  margin-bottom: 0 !important;
}

.tereau-product-page #pinfo-right,
.tereau-product-page .tereau-product-summary,
.tereau-product-page .tereau-product-summary__header {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.tereau-product-page #categoryIconImage,
.tereau-product-page #productIcons,
.tereau-product-page .navNextPrevWrapper {
  display: none !important;
}

.tereau-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  padding: 0.5rem 0 0.5rem;
  width: 100%;
}

.tereau-product-gallery #productMainImage,
.tereau-product-page #productMainImage.tereau-product-gallery__main {
  display: flex !important;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: min(600px, 100%) !important;
  margin: 0 0 0.75rem !important;
  border: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
  overflow: hidden;
  background: var(--tereau-pearl, #f7f5f2);
  float: none !important;
  pointer-events: none;
}

.tereau-product-gallery #productMainImage br {
  display: none;
}

.tereau-product-gallery #productMainImage img,
.tereau-product-page #tereau-product-main-img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.tereau-product-gallery .additionalImages,
.tereau-product-gallery .tereau-product-gallery__thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  cursor: grab;
}

.tereau-product-gallery .tereau-product-gallery__thumb {
  float: none !important;
  display: block;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 4.5rem !important;
  height: 4.5rem;
  margin: 0 !important;
  padding: 0;
  border: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  appearance: none;
}

@media (hover: hover) and (pointer: fine) {
  .tereau-product-gallery .tereau-product-gallery__thumb:hover {
    border-color: var(--tereau-gold, #a8845a);
  }
}

.tereau-product-gallery .tereau-product-gallery__thumb.is-active {
  border-color: var(--tereau-gold, #a8845a);
  box-shadow: inset 0 0 0 1px var(--tereau-gold, #a8845a);
}

.tereau-product-gallery .tereau-product-gallery__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  pointer-events: none;
}

.tereau-product-summary__title,
.tereau-product-page #productName,
.tereau-product-section__title,
.tereau-related-products__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
}

.tereau-product-summary__title,
.tereau-product-page #productName,
.tereau-product-page h1#productName {
  margin: 0 0 0.5rem !important;
  padding: 0 !important;
  font-size: 1.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--tereau-ink, #1a1a1a) !important;
  text-align: left !important;
}

.tereau-product-summary__meta,
.tereau-product-page #productDetailsList.tereau-product-summary__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin: 0 0 0.75rem !important;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  color: var(--tereau-muted, #6b6560);
}

.tereau-product-rating {
  margin: 0 0 1.15rem;
}

.tereau-product-rating__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none !important;
  color: var(--tereau-muted, #6b6560) !important;
  font-size: 0.875rem;
}

.tereau-product-rating__link:hover {
  color: var(--tereau-gold, #a8845a) !important;
}

.tereau-product-rating__stars {
  display: inline-flex;
  gap: 0.1rem;
}

.tereau-product-rating__star {
  fill: #ddd;
}

.tereau-product-rating__star.is-filled {
  fill: var(--tereau-gold, #a8845a);
}

.tereau-product-buybox {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.tereau-product-buybox__price,
.tereau-product-page #productPrices {
  margin: 0 !important;
  color: var(--tereau-ink, #1a1a1a) !important;
}

.tereau-product-buybox__price-label {
  margin: 0 0 0.25rem;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--tereau-muted, #6b6560);
}

.tereau-product-buybox__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  margin: 0;
  padding: 0;
}

.tereau-product-buybox__amount,
.tereau-product-page #productPrices .tereau-product-buybox__amount {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.tereau-product-buybox__qty-note {
  font-size: 0.8125rem;
  color: var(--tereau-muted, #6b6560);
}

.tereau-product-buybox__unit-line {
  margin: 0.375rem 0 0;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1.2;
  color: var(--tereau-muted, #6b6560);
}

.tereau-product-page #attribsOptionsText {
  display: none !important;
}

.tereau-product-page .tereau-product-attrs__row {
  margin: 0 0 0.85rem;
}

.tereau-product-page .wrapperAttribsOptions,
.tereau-product-page .tereau-product-attrs__option {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
  padding: 0 !important;
  margin: 0;
}

.tereau-product-page .tereau-product-attrs__label,
.tereau-product-page h4.optionName {
  float: none !important;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--tereau-muted, #6b6560);
}

.tereau-product-page .wrapperAttribsOptions select,
.tereau-product-page #productAttributes select {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 2.5rem;
  margin: 0 !important;
  padding: 0.5rem 2.25rem 0.5rem 0.85rem !important;
  border: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%236b6560' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  appearance: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  color: var(--tereau-ink, #1a1a1a);
}

.tereau-product-page .wrapperAttribsOptions select:focus {
  outline: none;
  border-color: var(--tereau-gold, #a8845a);
  box-shadow: 0 0 0 1px var(--tereau-gold, #a8845a);
}

.tereau-product-buybox__actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
  text-align: left !important;
}

.tereau-qty-stepper {
  display: inline-flex;
  align-items: stretch;
  height: 2.75rem;
  border: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
  background: #fff;
  overflow: hidden;
}

.tereau-qty-stepper__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--tereau-pearl, #f7f5f2);
  color: var(--tereau-ink, #1a1a1a);
  font-size: 1.125rem;
  cursor: pointer;
}

.tereau-qty-stepper__btn:hover {
  background: var(--tereau-stone, #ebe6df);
}

.tereau-qty-stepper__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.tereau-qty-stepper__btn--minus {
  border-right: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
}

.tereau-qty-stepper__btn--plus {
  border-left: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
}

.tereau-qty-stepper__input,
.tereau-product-page #cartAdd input[name="cart_quantity"],
.tereau-product-page #cartAdd input.tereau-qty-stepper__input {
  box-sizing: border-box !important;
  width: 3.25rem !important;
  min-width: 3.25rem !important;
  max-width: 3.25rem !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 0.25rem !important;
  border: 0 !important;
  background: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center !important;
  -moz-appearance: textfield;
}

.tereau-qty-stepper__input::-webkit-outer-spin-button,
.tereau-qty-stepper__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tereau-product-page #cartAdd input.cssButton,
.tereau-product-page #addToCartButton,
.tereau-product-page .tereau-product-buybox__submit {
  box-sizing: border-box !important;
  display: inline-flex !important;
  flex: 1 1 0 !important;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem !important;
  height: 2.75rem !important;
  margin: 0 !important;
  padding: 0 1.25rem !important;
  border: 1px solid var(--tereau-ink, #1a1a1a) !important;
  background: var(--tereau-ink, #1a1a1a) !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer;
}

.tereau-product-page #addToCartButton:hover,
.tereau-product-page .tereau-product-buybox__submit:hover {
  background: var(--tereau-gold, #a8845a) !important;
  border-color: var(--tereau-gold, #a8845a) !important;
}

.tereau-product-page .tereau-product-buybox__order-now {
  box-sizing: border-box !important;
  display: inline-flex !important;
  flex: 1 1 0 !important;
  align-items: center;
  justify-content: center;
  min-width: 0 !important;
  min-height: 2.75rem !important;
  height: 2.75rem !important;
  margin: 0 !important;
  padding: 0 1.25rem !important;
  border: 1px solid var(--tereau-ink, #1a1a1a) !important;
  background: #fff !important;
  color: var(--tereau-ink, #1a1a1a) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
}

.tereau-product-page .tereau-product-buybox__order-now:hover,
.tereau-product-page .tereau-product-buybox__order-now:focus {
  background: var(--tereau-gold, #a8845a) !important;
  border-color: var(--tereau-gold, #a8845a) !important;
  color: #fff !important;
  outline: none;
}

.tereau-product-assurance {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
}

.tereau-product-assurance__delivery {
  padding: 1rem;
  border: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
  background: var(--tereau-pearl, #f7f5f2);
}

.tereau-product-assurance__row {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  column-gap: 0.55rem;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--tereau-ink, #1a1a1a);
}

.tereau-product-assurance__row + .tereau-product-assurance__row {
  margin-top: 0.55rem;
}

.tereau-product-assurance__row i {
  color: var(--tereau-gold, #a8845a);
  text-align: center;
}

.tereau-product-section {
  margin-top: 2.25rem;
  padding-top: 27.5px;
  border-top: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
}

.tereau-product-section__title {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  color: var(--tereau-ink, #1a1a1a);
  text-align: left !important;
}

.tereau-product-section__body,
.tereau-product-page #productDescription {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--tereau-ink, #1a1a1a);
  text-align: left !important;
}

.tereau-product-page #productDescription p {
  margin: 0 0 0.75em;
  padding: 0;
}

.tereau-product-page #productDescription p:empty,
.tereau-product-page #productDescription p:has(> br:only-child) {
  display: none;
}

.tereau-product-page #productDescription p:has(+ h2) {
  margin-bottom: 0;
}

.tereau-product-page #productDescription > *:last-child {
  margin-bottom: 0;
}

.tereau-product-page #productDescription h2 {
  margin: 1.35rem 0 0.65rem;
  padding: 0;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: left !important;
}

.tereau-product-page #productDescription table {
  width: 100% !important;
  height: auto !important;
  margin: 1.15rem 0 0;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0;
  table-layout: fixed;
  overflow: hidden;
  background: var(--tereau-pearl, #f7f5f2);
}

.tereau-product-page #productDescription table col {
  width: auto !important;
}

.tereau-product-page #productDescription table td {
  height: auto !important;
  padding: 0.8rem 1rem;
  border: 0 !important;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.45;
  background: var(--tereau-pearl, #f7f5f2) !important;
}

.tereau-product-page #productDescription table tr:nth-child(even) td {
  background: #efece7 !important;
}

.tereau-product-page #productDescription table td:nth-child(odd) {
  width: 18%;
  font-weight: 500;
  color: var(--tereau-ink, #1a1a1a);
}

.tereau-product-page #productDescription table td:nth-child(even) {
  width: 32%;
  font-weight: 400;
  color: var(--tereau-muted, #6b6560);
}

.tereau-product-page #productDescription table td:nth-child(3) {
  padding-left: 1.35rem;
}

.tereau-product-page #productDescription table td:last-child {
  padding-right: 1rem;
}

@media (max-width: 700px) {
  .tereau-product-page #productDescription table,
  .tereau-product-page #productDescription table tbody {
    display: block;
    width: 100% !important;
  }

  .tereau-product-page #productDescription table tr {
    display: grid;
    grid-template-columns: minmax(6.5rem, 32%) minmax(0, 1fr);
    width: 100%;
    height: auto !important;
    padding: 0;
    background: transparent;
  }

  .tereau-product-page #productDescription table td {
    display: block;
    width: auto !important;
    padding: 0.7rem 0.75rem !important;
  }

  .tereau-product-page #productDescription table tr td:nth-child(1),
  .tereau-product-page #productDescription table tr td:nth-child(2) {
    grid-row: 1;
    background: var(--tereau-pearl, #f7f5f2) !important;
  }

  .tereau-product-page #productDescription table tr td:nth-child(3),
  .tereau-product-page #productDescription table tr td:nth-child(4) {
    grid-row: 2;
    background: #efece7 !important;
  }

  .tereau-product-page #productDescription table tr td:nth-child(1),
  .tereau-product-page #productDescription table tr td:nth-child(3) {
    grid-column: 1;
    padding-left: 1rem !important;
  }

  .tereau-product-page #productDescription table tr td:nth-child(2),
  .tereau-product-page #productDescription table tr td:nth-child(4) {
    grid-column: 2;
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }
}

.tereau-product-section--description + .tereau-product-section,
.tereau-product-section--description + .tereau-product-related,
.tereau-product-section--reviews-empty ~ .tereau-product-related {
  margin-top: 1.25rem;
}

.tereau-reviews__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.25rem;
  margin-bottom: 1.25rem;
}

.tereau-reviews__heading-block {
  flex: 1 1 auto;
  min-width: 0;
}

.tereau-product-section--reviews .tereau-product-section__title {
  margin-bottom: 0.75rem;
}

.tereau-product-section--reviews-empty .tereau-reviews__header {
  margin-bottom: 0;
}

.tereau-product-section--reviews-empty .tereau-product-section__title {
  margin-bottom: 1rem;
}

.tereau-reviews__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.65rem;
  font-size: 0.875rem;
  color: var(--tereau-muted, #6b6560);
}

.tereau-reviews__summary-stars {
  display: inline-flex;
  gap: 0.1rem;
}

.tereau-reviews__summary-score {
  font-weight: 500;
  color: var(--tereau-ink, #1a1a1a);
}

.tereau-reviews__empty-lead {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--tereau-ink, #1a1a1a);
  text-align: left !important;
}

.tereau-reviews__write-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1.15rem;
  border: 1px solid var(--tereau-ink, #1a1a1a);
  background: var(--tereau-ink, #1a1a1a);
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.tereau-reviews__write-btn:hover {
  background: var(--tereau-gold, #a8845a);
  border-color: var(--tereau-gold, #a8845a);
  color: #fff !important;
}

.tereau-reviews__list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.tereau-reviews__card {
  padding: 1.1rem 1.15rem;
  border: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
  background: #fff;
}

.tereau-reviews__card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.85rem;
  margin-bottom: 0.55rem;
}

.tereau-reviews__card-stars {
  display: inline-flex;
  gap: 0.08rem;
}

.tereau-reviews__card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  font-size: 0.8125rem;
  color: var(--tereau-muted, #6b6560);
}

.tereau-reviews__card-name {
  font-weight: 500;
  color: var(--tereau-ink, #1a1a1a);
}

.tereau-reviews__card-text {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--tereau-ink, #1a1a1a);
  text-align: left;
}

.tereau-reviews__card-images {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.tereau-reviews__card-image {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0;
  border: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
  overflow: hidden;
  background: var(--tereau-pearl, #f7f5f2);
  cursor: pointer;
}

.tereau-reviews__card-image:hover {
  border-color: var(--tereau-gold, #a8845a);
}

.tereau-reviews__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

html.tereau-review-lightbox-open,
html.tereau-review-lightbox-open body {
  overflow: hidden;
}

html.tereau-review-lightbox-open body {
  padding-right: var(--tereau-review-scrollbar-gutter, 0px);
}

.tereau-review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 1.25rem 2.5rem;
  box-sizing: border-box;
}

.tereau-review-lightbox[hidden] {
  display: none !important;
}

.tereau-review-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 26, 0.82);
}

.tereau-review-lightbox__stage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  max-width: min(96vw, 1200px);
  max-height: calc(100vh - 5rem);
}

.tereau-review-lightbox__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-width: 0;
  max-width: calc(96vw - 7.5rem);
  max-height: calc(100vh - 5rem);
}

.tereau-review-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 8rem);
  width: auto;
  height: auto;
  object-fit: contain;
  background: transparent;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.tereau-review-lightbox__caption {
  position: relative;
  z-index: 1;
  margin: 0.75rem 0 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
}

.tereau-review-lightbox__close {
  position: absolute;
  top: 0.85rem;
  right: 0.95rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.tereau-review-lightbox__close:hover {
  color: var(--tereau-gold, #a8845a);
}

.tereau-review-lightbox__nav {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.28);
  color: #fff;
  line-height: 0;
  cursor: pointer;
}

.tereau-review-lightbox__chevron {
  display: block;
  flex: 0 0 auto;
}

.tereau-review-lightbox__nav:hover {
  border-color: var(--tereau-gold, #a8845a);
  color: var(--tereau-gold, #a8845a);
  background: rgba(26, 26, 26, 0.45);
}

.tereau-review-lightbox__nav[hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  .tereau-review-lightbox__stage {
    gap: 0;
  }

  .tereau-review-lightbox__figure {
    max-width: 100%;
  }

  .tereau-review-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .tereau-review-lightbox__nav--prev {
    left: 0.35rem;
  }

  .tereau-review-lightbox__nav--next {
    right: 0.35rem;
  }
}

html.tereau-review-modal-open,
html.tereau-review-modal-open body {
  overflow: hidden;
}

html.tereau-review-modal-open body {
  padding-right: var(--tereau-review-scrollbar-gutter, 0px);
}

.tereau-review-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.tereau-review-modal[hidden] {
  display: none !important;
}

.tereau-review-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 26, 0.5);
}

.tereau-review-modal__panel {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 32rem;
  max-height: calc(100vh - 2rem);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.5rem 1.25rem 1.35rem;
  background: #fff;
  box-shadow: 0 16px 40px rgba(26, 26, 26, 0.18);
}

.tereau-review-modal__view {
  min-width: 0;
  max-width: 100%;
}

.tereau-review-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.7rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  color: var(--tereau-muted, #6b6560);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.tereau-review-modal__close:hover {
  color: var(--tereau-ink, #1a1a1a);
  background: var(--tereau-pearl, #f7f5f2);
}

.tereau-review-modal__header {
  margin: 0 1.5rem 1.1rem 0;
}

.tereau-review-modal__title {
  margin: 0 0 0.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--tereau-ink, #1a1a1a);
  text-align: left !important;
}

.tereau-review-modal__field {
  margin: 0 0 1.1rem;
}

.tereau-review-modal__field--full {
  display: block;
  width: 100%;
}

.tereau-review-modal__field--full .tereau-review-modal__input {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tereau-review-modal__label {
  display: block;
  margin: 0 0 0.4rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--tereau-ink, #1a1a1a);
}

.tereau-review-modal__stars {
  display: flex;
  gap: 0.25rem;
}

.tereau-review-modal__star-option {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  margin: 0;
}

.tereau-review-modal__star-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.tereau-review-modal__star-icon {
  display: block;
  fill: #ddd;
  transition: fill 0.12s ease, transform 0.12s ease;
}

.tereau-review-modal__star-option.is-active .tereau-review-modal__star-icon,
.tereau-review-modal__star-option:hover .tereau-review-modal__star-icon {
  fill: var(--tereau-gold, #a8845a);
}

.tereau-review-modal__star-option:hover .tereau-review-modal__star-icon {
  transform: scale(1.08);
}

.tereau-review-modal__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tereau-review-modal__textarea {
  box-sizing: border-box;
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 8rem;
  margin: 0 !important;
  padding: 0.75rem 0.875rem;
  border: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
  background: #fff;
  color: var(--tereau-ink, #1a1a1a);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  resize: vertical;
}

.tereau-review-modal__input {
  box-sizing: border-box;
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0.65rem 0.875rem;
  border: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
  background: #fff;
  color: var(--tereau-ink, #1a1a1a);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.tereau-review-modal__input:focus,
.tereau-review-modal__textarea:focus {
  outline: none;
  border-color: var(--tereau-gold, #a8845a);
  box-shadow: 0 0 0 3px rgba(168, 132, 90, 0.18);
}

.tereau-review-modal__hint {
  margin: 0.4rem 0 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--tereau-muted, #6b6560);
}

.tereau-review-modal__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.tereau-review-modal__error {
  margin: 0 0 0.85rem;
  padding: 0.65rem 0.75rem;
  background: #fef3f2;
  color: #b42318;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.tereau-review-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.tereau-review-modal__cancel {
  min-height: 2.5rem;
  padding: 0 1rem;
  border: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
  background: #fff;
  color: var(--tereau-ink, #1a1a1a);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.tereau-review-modal__cancel:hover {
  border-color: var(--tereau-gold, #a8845a);
  color: var(--tereau-gold, #a8845a);
}

.tereau-review-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  min-height: 2.5rem;
  padding: 0 1.15rem;
  border: 1px solid var(--tereau-ink, #1a1a1a);
  background: var(--tereau-ink, #1a1a1a);
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
}

.tereau-review-modal__submit:hover {
  background: var(--tereau-gold, #a8845a);
  border-color: var(--tereau-gold, #a8845a);
  color: #fff !important;
}

.tereau-review-modal__optional {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--tereau-muted, #6b6560);
}

.tereau-review-modal__upload {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.35rem;
  align-items: flex-start;
}

.tereau-review-modal__file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tereau-review-modal__previews {
  display: contents;
}

.tereau-review-modal__preview {
  position: relative;
  margin: 0;
  width: 5rem;
  height: 5rem;
  border: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
  overflow: visible;
  background: var(--tereau-pearl, #f7f5f2);
}

.tereau-review-modal__preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tereau-review-modal__preview-remove {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #b42318;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
}

.tereau-review-modal__preview-remove:hover {
  background: #912018;
}

.tereau-review-modal__add-photo {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 5rem;
  height: 5rem;
  margin: 0;
  padding: 0.35rem;
  border: 1px dashed var(--tereau-line, rgba(26, 26, 26, 0.2));
  background: #fff;
  color: var(--tereau-muted, #6b6560);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.tereau-review-modal__add-photo[hidden] {
  display: none !important;
}

.tereau-review-modal__add-photo:hover {
  border-color: var(--tereau-gold, #a8845a);
  color: var(--tereau-gold, #a8845a);
}

.tereau-review-modal__add-photo-icon {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
}

.tereau-review-modal__guest {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  text-align: center;
  padding: 0.25rem 0 0.5rem;
}

.tereau-review-modal__guest-text {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--tereau-ink, #1a1a1a);
}

.tereau-review-modal__guest .tereau-review-modal__submit {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.tereau-review-modal__success {
  text-align: center;
  padding: 0.75rem 0 0.25rem;
}

.tereau-review-modal__success-icon {
  display: flex;
  justify-content: center;
  margin: 0 0 0.85rem;
  color: var(--tereau-gold, #a8845a);
}

.tereau-review-modal__success .tereau-review-modal__title {
  margin-bottom: 0.5rem;
  text-align: center !important;
}

.tereau-review-modal__success-text {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--tereau-muted, #6b6560);
}

.tereau-review-modal__success .tereau-review-modal__actions {
  justify-content: center;
}

.tereau-review-modal__success .tereau-review-modal__submit {
  min-width: 8rem;
}

.tereau-review-modal__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

@media (min-width: 768px) {
  .tereau-review-modal__panel {
    padding: 1.75rem 1.5rem 1.5rem;
  }
}

.tereau-product-related {
  margin-top: 2.5rem;
  padding-top: 27.5px;
  border-top: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
}

.tereau-related-products {
  margin: 0;
  padding: 0;
}

.tereau-related-products__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.tereau-related-products__title {
  margin: 0;
  padding: 0;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  color: var(--tereau-ink, #1a1a1a);
  text-align: left !important;
}

.tereau-related-products__nav {
  display: inline-flex;
  gap: 0.4rem;
}

.tereau-related-products__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
  background: #fff;
  color: var(--tereau-ink, #1a1a1a);
  cursor: pointer;
}

.tereau-related-products__nav-btn:hover:not(:disabled) {
  border-color: var(--tereau-gold, #a8845a);
  color: var(--tereau-gold, #a8845a);
}

.tereau-related-products__nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.tereau-related-products__scroller {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-right: 1px;
}

.tereau-related-products__scroller::-webkit-scrollbar {
  display: none;
}

.tereau-related-products__card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  flex: 0 0 calc((100% - 1rem) / 2);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
  background: #fff;
  text-decoration: none !important;
  color: inherit;
  scroll-snap-align: start;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tereau-related-products__card:hover,
.tereau-related-products__card:focus-visible {
  border: 1px solid var(--tereau-gold, #a8845a) !important;
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.06);
  outline: none;
}

.tereau-related-products__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background: var(--tereau-pearl, #f7f5f2);
  overflow: hidden;
}

.tereau-related-products__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tereau-related-products__thumb--empty {
  color: var(--tereau-gold, #a8845a);
  opacity: 0.4;
  font-size: 1.75rem;
}

.tereau-related-products__body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.9rem 1rem 1rem;
  border-top: 1px solid var(--tereau-line, rgba(26, 26, 26, 0.12));
}

.tereau-related-products__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--tereau-ink, #1a1a1a);
}

.tereau-related-products__card:hover .tereau-related-products__name {
  color: var(--tereau-gold, #a8845a);
}

.tereau-related-products__price {
  margin-top: auto;
}

.tereau-related-products__price,
.tereau-related-products__price .list-price,
.tereau-related-products__price .productPrice,
.tereau-related-products__price .productBasePrice,
.tereau-related-products__price .productSpecialPrice,
.tereau-related-products__price .productSpecialPriceSale,
.tereau-related-products__price .normalprice {
  font-size: 1rem;
  font-weight: 500;
  color: var(--tereau-ink, #1a1a1a);
}

.tereau-related-products__price .list-price,
.tereau-related-products__price .productPrice,
.tereau-related-products__price .productBasePrice,
.tereau-related-products__price .productSpecialPrice,
.tereau-related-products__price .productSpecialPriceSale,
.tereau-related-products__price .normalprice {
  margin: 0;
  padding: 0;
}

@media (min-width: 640px) {
  .tereau-product-page .wrapperAttribsOptions,
  .tereau-product-page .tereau-product-attrs__option {
    grid-template-columns: 8.5rem minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
  }

  .tereau-related-products__card {
    flex: 0 0 calc((100% - 2rem) / 3);
  }
}

@media (min-width: 768px) {
  .tereau-product-summary__title,
  .tereau-product-page #productName {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .tereau-product-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.75rem;
    padding-top: 0.75rem;
  }

  .tereau-product-gallery {
    position: sticky;
    top: 6.5rem;
  }
}

@media (min-width: 1024px) {
  .tereau-related-products__card {
    flex: 0 0 calc((100% - 3rem) / 4);
  }
}

@media (max-width: 991px) {
  .tereau-product-page #pinfo-left {
    margin-bottom: 0 !important;
  }

  .tereau-product-hero {
    gap: 1rem;
    padding-top: 0.15rem;
  }

  .tereau-product-page .wrapperAttribsOptions select,
  .tereau-product-page #productAttributes select {
    min-height: 2.75rem;
  }

  .tereau-product-page #productDescription,
  .tereau-product-section__body {
    overflow-x: clip;
  }

  .tereau-product-summary__title,
  .tereau-product-page #productName,
  .tereau-product-page h1#productName {
    font-size: clamp(1.4rem, 6vw, 1.7rem);
  }

  .tereau-product-buybox__amount,
  .tereau-product-page #productPrices .tereau-product-buybox__amount {
    font-size: 1.3rem;
  }

  .tereau-product-gallery .tereau-product-gallery__thumb {
    width: 3.75rem !important;
    height: 3.75rem;
  }

  .tereau-qty-stepper {
    height: 2.75rem;
  }

  .tereau-qty-stepper__btn {
    width: 2.75rem;
  }

  .tereau-product-page #cartAdd.tereau-product-buybox__actions,
  .tereau-product-buybox__actions {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    float: none !important;
    width: 100% !important;
  }

  .tereau-qty-stepper,
  .tereau-product-page #cartAdd input.tereau-qty-stepper__input,
  .tereau-product-page #cartAdd input[name="cart_quantity"] {
    margin: 0 !important;
    float: none !important;
  }

  .tereau-product-page #addToCartButton,
  .tereau-product-page .tereau-product-buybox__submit {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 2.75rem !important;
    height: 2.75rem !important;
    float: none !important;
  }

  .tereau-product-page .tereau-product-buybox__order-now {
    flex: 1 1 100% !important;
    width: 100% !important;
    float: none !important;
  }

  .tereau-product-section {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
  }

  .tereau-product-section__title,
  .tereau-related-products__title {
    font-size: 1.2rem;
  }

  .tereau-reviews__write-btn {
    width: 100%;
  }

  .tereau-reviews__card {
    padding: 0.95rem 0.9rem;
  }

  .tereau-related-products__header {
    margin-bottom: 0.9rem;
  }

  .tereau-related-products__nav-btn {
    width: 2.5rem;
    height: 2.5rem;
  }

  .tereau-related-products__scroller {
    gap: 0.65rem;
  }

  .tereau-related-products__card {
    flex: 0 0 calc((100% - 0.65rem) / 2);
  }

  .tereau-related-products__body {
    padding: 0.7rem 0.7rem 0.85rem;
  }

  .tereau-related-products__name {
    font-size: 0.92rem;
  }

  .tereau-product-related {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tereau-related-products__card {
    flex: 0 0 calc((100% - 1.3rem) / 3);
  }
}

body.tpl_tereau .tereau-product-page #pinfo-left,
body.tpl_tereau .tereau-product-page #pinfo-right,
body.tpl_tereau .tereau-product-page #cart-box {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.tpl_tereau .tereau-product-page h1#productName {
  text-align: left !important;
}

body.tpl_tereau .tereau-product-page select {
  width: 100% !important;
  margin-left: 0 !important;
}
