/* ================================================================
   Victorie — Single Product Template 1
   assets/css/product-tpl-1.css
   ================================================================ */

/* -- Page background -- */
.vsp-product--tpl-1 {
  background: #fbfafa;
  min-height: 60vh;
}

/* -- Main wrapper -- */
.vsp1__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ================================================================
   HERO
   ================================================================ */
.vsp1__hero {
  display: grid;
  grid-template-columns: 580px 1fr;
  gap: 40px;
  align-items: flex-start;
}

/* -- Gallery (left column) -- */
.vsp1__gallery {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.vsp1__main-image {
  position: relative;
  width: 100%;
  aspect-ratio: 580 / 556;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.vsp1__main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  display: block;
  transition: opacity 0.25s ease;
}

/* Badge */
.vsp1__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #FAF9F9;
  border-radius: 32px;
  padding: 4px 10px;
  z-index: 2;
}

.vsp1__badge span {
  color: #500814;
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
  line-height: 147%;
  letter-spacing: -0.02em;
  font-weight: 400;
  white-space: nowrap;
}

/* -- Product Details (right column) -- */
.vsp1__details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 0;
  align-self: stretch;
}

/* Breadcrumb */
.vsp1__breadcrumb {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vsp1__breadcrumb a,
.vsp1__bc-sep,
.vsp1__bc-current {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 147%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.7;
  text-decoration: none;
}

.vsp1__breadcrumb a:hover { opacity: 1; text-decoration: underline; }

/* Title */
.vsp1__title {
  font-family: 'Philosopher', serif;
  font-size: 46px;
  line-height: 94%;
  letter-spacing: -0.05em;
  font-weight: 400;
  color: #000;
  margin: 0;
}

/* Price */
.vsp1__price {
  font-family: 'Philosopher', serif;
  font-size: 32px;
  line-height: 94%;
  letter-spacing: -0.05em;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.vsp1__price .woocommerce-Price-amount {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.vsp1__price del {
  opacity: 0.45;
  font-size: 0.68em;
  margin-right: 6px;
}

.vsp1__price ins {
  text-decoration: none;
  color: #500814;
}

/* Short description */
.vsp1__short-desc {
  font-size: .875rem;
  color: rgba(0,0,0,.6);
  line-height: 1.65;
  letter-spacing: -.01em;
  margin: 12px 0 0;
}
.vsp1__short-desc p { margin: 0 0 6px; }
.vsp1__short-desc p:last-child { margin-bottom: 0; }

/* Rating / proof bar */
.vsp1__proof {
  border-top: 1px solid rgba(0,0,0,0.13);
  border-bottom: 1px solid rgba(0,0,0,0.13);
  padding: 16px 0;
}

.vsp1__rating {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.vsp1__stars {
  display: flex;
  gap: 0;
  align-items: center;
}

.vsp1__star {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.vsp1__star path { fill: #FAF9F9; }
.vsp1__star--full path { fill: #500814; }
.vsp1__star--half path { fill: url(#vsp1-half-grad); }

.vsp1__rating-text {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 147%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.7;
}

/* ================================================================
   VARIANT THUMBNAILS
   ================================================================ */
.vsp1__variant {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vsp1__variant-label {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 147%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.7;
  margin: 0;
}

.vsp1__variant-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}

.vsp1__vthumb {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0;
  background: #d9d9d9;
  transition: border-color 0.2s;
  flex-shrink: 0;
}

.vsp1__vthumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  display: block;
}

.vsp1__vthumb--active {
  border-color: #500814;
}

.vsp1__vthumb-check {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 27px;
  height: 27px;
  background: #500814;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.vsp1__vthumb-check svg {
  width: 12px;
  height: 9px;
}

/* ================================================================
   ACTION: Quantity + Buttons
   ================================================================ */
.vsp1__action {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Qty stepper */
.vsp1__qty-wrap {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.vsp1__qty-btn {
  background: #500814;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
  padding: 0;
}

.vsp1__qty-btn:hover { background: #3a0610; }
.vsp1__qty-btn:active { background: #2a040c; }
.vsp1__qty-btn svg { display: block; }

.vsp1__qty-val {
  font-family: 'Outfit', sans-serif;
  font-size: 21px;
  line-height: 100%;
  font-weight: 400;
  color: #000;
  min-width: 28px;
  text-align: center;
  display: inline-block;
}

/* Buttons row */
.vsp1__btns {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.vsp1__btn-buy,
.vsp1__btn-add {
  height: 44px;
  padding: 0 24px;
  border-radius: 8px;
  font-family: 'Mulish', sans-serif;
  font-size: 14.4px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 124%;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
}

.vsp1__btn-buy {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.vsp1__btn-buy:hover { background: #222; border-color: #222; }
.vsp1__btn-buy:disabled { opacity: 0.6; cursor: not-allowed; }

.vsp1__btn-add {
  background: transparent;
  color: #000;
  border: 1px solid rgba(0,0,0,0.2);
}
.vsp1__btn-add:hover { background: #f5f5f5; border-color: rgba(0,0,0,0.4); }
.vsp1__btn-add.is-loading { opacity: 0.55; pointer-events: none; }
.vsp1__btn-add.is-added { border-color: #500814; color: #500814; }

/* ================================================================
   TABS SECTION
   ================================================================ */
.vsp1__tabs-section {
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.vsp1__tab-nav {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: stretch;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.vsp1__tab-btn {
  position: relative;
  height: 44px;
  padding: 0 16px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Mulish', sans-serif;
  font-size: 14.4px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 124%;
  color: #000;
  opacity: 0.7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.vsp1__tab-btn--active {
  opacity: 1;
}

.vsp1__tab-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #500814;
  border-radius: 1px;
  transition: width 0.2s;
}

.vsp1__tab-btn--active::after {
  width: 24px;
}

/* Tab panels */
.vsp1__tab-panel { display: none; }
.vsp1__tab-panel--active { display: block; }

/* Tab card */
.vsp1__tab-card {
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
}

/* ── Reviews tab ─────────────────────────────────────────────────────────── */
.vsp1__tab-card--reviews {
  display: block;
}

/* Reset WC margins */
.vsp1__tab-card--reviews #reviews,
.vsp1__tab-card--reviews #comments,
.vsp1__tab-card--reviews #review_form_wrapper { margin: 0; }

/* Section title */
.vsp1__tab-card--reviews .woocommerce-Reviews-title,
.vsp1__tab-card--reviews #reply-title {
  font-family: var(--v-font-heading, 'Philosopher', serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--v-text, #3e3133);
  letter-spacing: -.04em;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.vsp1__tab-card--reviews #reply-title {
  margin-top: 40px;
  font-size: 1.25rem;
}

/* ── Existing reviews list ── */
.vsp1__tab-card--reviews .woocommerce-noreviews {
  font-size: .875rem;
  color: rgba(0,0,0,.45);
  font-style: italic;
  margin: 0 0 32px;
}

.vsp1__tab-card--reviews .commentlist {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vsp1__tab-card--reviews .commentlist .comment {
  background: #fbfafa;
  border: 1px solid #ede6e8;
  border-radius: 12px;
  padding: 20px 22px;
}

.vsp1__tab-card--reviews .commentlist .comment .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.vsp1__tab-card--reviews .commentlist .comment .woocommerce-review__author {
  font-family: var(--v-font-body, 'Mulish', sans-serif);
  font-size: .9rem;
  font-weight: 700;
  color: var(--v-text, #3e3133);
}

.vsp1__tab-card--reviews .commentlist .comment .woocommerce-review__dash { display: none; }

.vsp1__tab-card--reviews .commentlist .comment .woocommerce-review__published-date {
  font-size: .75rem;
  color: rgba(0,0,0,.4);
}

/* Star rating display in existing reviews */
.vsp1__tab-card--reviews .commentlist .star-rating {
  font-size: 14px;
  color: var(--v-primary, #500814);
  margin-bottom: 8px;
}
.vsp1__tab-card--reviews .commentlist .star-rating::before { color: #ddd; }
.vsp1__tab-card--reviews .commentlist .star-rating span::before { color: var(--v-primary, #500814); }

.vsp1__tab-card--reviews .commentlist .comment .description p {
  font-size: .875rem;
  color: rgba(0,0,0,.65);
  line-height: 1.65;
  margin: 0;
}

/* ── Review form ── */
.vsp1__tab-card--reviews .comment-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vsp1__tab-card--reviews .comment-form p { margin: 0; }

/* Star rating picker */
.vsp1__tab-card--reviews .comment-form-rating label {
  display: block;
  font-family: var(--v-font-body, 'Mulish', sans-serif);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(0,0,0,.45);
  margin-bottom: 6px;
}

.vsp1__tab-card--reviews .stars {
  line-height: 1;
}

/* Target the inner <span> WooCommerce wraps stars in — its hit area is
   exactly the size of the icons, so hover won't fire in empty space */
.vsp1__tab-card--reviews .stars span {
  display: inline-flex;
  gap: 0;
  line-height: 1;
}

.vsp1__tab-card--reviews .stars span a {
  padding: 0 10px; /* spacing via padding, no gap = no flicker between stars */
  font-size: 0;   /* hide WC number text */
  text-decoration: none;
}

.vsp1__tab-card--reviews .stars span a::before {
  content: '★' !important;
  font-family: serif !important;
  font-size: 30px !important;
  color: #ddd !important;
  display: block;
  line-height: 1;
  transition: color .15s;
}

/* All stars fill when hovering the span (exact icon hit area) */
.vsp1__tab-card--reviews .stars span:hover a::before {
  color: var(--v-primary, #500814) !important;
}

/* Stars after hovered → back to gray */
.vsp1__tab-card--reviews .stars span a:hover ~ a::before {
  color: #ccc !important;
}

/* Selected state after click */
.vsp1__tab-card--reviews .stars.selected span a::before {
  color: var(--v-primary, #500814) !important;
}
.vsp1__tab-card--reviews .stars.selected span a.active ~ a::before {
  color: #ccc !important;
}

/* Two-column layout for name + email via CSS grid on the form */
.vsp1__tab-card--reviews .comment-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 14px;
}
/* Full-width items */
.vsp1__tab-card--reviews .comment-form-rating,
.vsp1__tab-card--reviews .comment-form-comment,
.vsp1__tab-card--reviews .comment-notes,
.vsp1__tab-card--reviews .form-submit {
  grid-column: 1 / -1;
}
/* Name + email each take one column */
.vsp1__tab-card--reviews .comment-form-author,
.vsp1__tab-card--reviews .comment-form-email {
  grid-column: span 1;
}

/* Labels */
.vsp1__tab-card--reviews .comment-form label {
  display: block;
  font-family: var(--v-font-body, 'Mulish', sans-serif);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(0,0,0,.45);
  margin-bottom: 6px;
}

/* Inputs */
.vsp1__tab-card--reviews .comment-form input[type="text"],
.vsp1__tab-card--reviews .comment-form input[type="email"],
.vsp1__tab-card--reviews .comment-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0d8da;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: .875rem;
  font-family: var(--v-font-body, 'Mulish', sans-serif);
  color: var(--v-text, #3e3133);
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  -webkit-appearance: none;
}
.vsp1__tab-card--reviews .comment-form input[type="text"]:focus,
.vsp1__tab-card--reviews .comment-form input[type="email"]:focus,
.vsp1__tab-card--reviews .comment-form textarea:focus {
  border-color: var(--v-primary, #500814);
  box-shadow: 0 0 0 3px rgba(80,8,20,.08);
}

.vsp1__tab-card--reviews .comment-form textarea { min-height: 110px; resize: vertical; }

/* Required asterisk */
.vsp1__tab-card--reviews .required { color: var(--v-primary, #500814); }

/* Submit button */
.vsp1__tab-card--reviews .form-submit { margin: 0; }
.vsp1__tab-card--reviews .form-submit .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 36px;
  background: var(--v-primary, #500814);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: var(--v-font-body, 'Mulish', sans-serif);
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: -.02em;
  cursor: pointer;
  transition: background .2s, transform .12s;
}
.vsp1__tab-card--reviews .form-submit .submit:hover { background: #3d0610; }
.vsp1__tab-card--reviews .form-submit .submit:active { transform: scale(.97); }

/* Must-be-logged-in note */
.vsp1__tab-card--reviews .woocommerce-verification-required,
.vsp1__tab-card--reviews #respond .must-log-in {
  font-size: .875rem;
  color: rgba(0,0,0,.5);
}
.vsp1__tab-card--reviews #respond .must-log-in a { color: var(--v-primary, #500814); }

@media (max-width: 560px) {
  .vsp1__tab-card--reviews .comment-form {
    grid-template-columns: 1fr;
  }
  .vsp1__tab-card--reviews .comment-form-author,
  .vsp1__tab-card--reviews .comment-form-email {
    grid-column: 1 / -1;
  }
}

/* Spec heading with left border accent */
.vsp1__spec-heading-wrap {
  border-left: 3px solid var(--v-primary, #500814);
  padding-left: 16px;
  margin-bottom: 4px;
}

.vsp1__spec-heading {
  font-family: var(--v-font-heading, 'Philosopher', serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--v-text, #3e3133);
  margin: 0;
  line-height: 1.2;
}

/* Spec table */
.vsp1__spec-table {
  display: flex;
  flex-direction: column;
}

.vsp1__spec-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 52px;
  padding: 10px 8px;
  border-bottom: 1px solid rgba(0,0,0,.07);
  gap: 16px;
}

.vsp1__spec-row:last-child { border-bottom: none; }

.vsp1__spec-label {
  flex: 0 0 40%;
  font-family: var(--v-font-body, 'Mulish', sans-serif);
  font-size: .9rem;
  font-weight: 700;
  color: var(--v-text, #3e3133);
}

.vsp1__spec-value {
  flex: 1;
  font-family: var(--v-font-body, 'Mulish', sans-serif);
  font-size: .9rem;
  font-weight: 400;
  color: #7a6266;
}

/* Description box (light background container) */
.vsp1__desc-box {
  background: var(--v-surface, #f7f5f5);
  border-radius: 8px;
  padding: 20px 22px;
  position: relative;
  overflow: hidden;
}

.vsp1__desc-box--collapsed {
  max-height: 140px;
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.vsp1__desc-box--expanded {
  max-height: none;
  -webkit-mask-image: none;
  mask-image: none;
}

/* Description body */
.vsp1__desc-body {
  font-family: var(--v-font-body, 'Mulish', sans-serif);
  font-size: .93rem;
  line-height: 1.75;
  color: var(--v-text, #3e3133);
}

.vsp1__desc-body p { margin: 0 0 .85rem; }
.vsp1__desc-body p:last-child { margin-bottom: 0; }
.vsp1__desc-body ul, .vsp1__desc-body ol { padding-left: 20px; margin-bottom: 14px; }
.vsp1__desc-body li { margin-bottom: 5px; }

/* Read more toggle */
.vsp1__desc-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--v-font-body, 'Mulish', sans-serif);
  font-size: .88rem;
  font-weight: 600;
  color: var(--v-primary, #500814);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity .2s;
}
.vsp1__desc-toggle:hover { opacity: .7; }

/* Empty state */
.vsp1__desc-empty { opacity: .5; font-style: italic; margin: 0; }

/* ================================================================
   RECOMMENDED PRODUCTS
   ================================================================ */
.vsp1__recommended {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vsp1__rec-title {
  font-family: 'Mulish', sans-serif;
  font-size: 20px;
  line-height: 124%;
  letter-spacing: -0.03em;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.vsp1__rec-slider {
  display: flex;
  flex-direction: row;
  gap: 32px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: #FAF9F9 transparent;
}

.vsp1__rec-slider::-webkit-scrollbar { height: 4px; }
.vsp1__rec-slider::-webkit-scrollbar-track { background: transparent; }
.vsp1__rec-slider::-webkit-scrollbar-thumb { background: #FAF9F9; border-radius: 2px; }

.vsp1__rec-card {
  flex-shrink: 0;
  width: 260px;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: opacity 0.2s;
}

.vsp1__rec-card:hover { opacity: 0.85; }

.vsp1__rec-img {
  width: 260px;
  height: 320px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background: #FAF9F9;
  flex-shrink: 0;
}

.vsp1__rec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  display: block;
}

.vsp1__rec-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 2px;
}

.vsp1__rec-name {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.02em;
}

.vsp1__rec-price {
  font-family: 'Philosopher', serif;
  font-size: 18px;
  color: #000;
  margin: 0;
  letter-spacing: -0.04em;
  line-height: 1;
}

/* ================================================================
   TOAST NOTIFICATION
   ================================================================ */
.vsp1__toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #3e3133;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 147%;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 99999;
  pointer-events: none;
  white-space: nowrap;
}

.vsp1__toast--show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1100px) {
  .vsp1__hero {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .vsp1__hero {
    grid-template-columns: 1fr;
  }
  .vsp1__main-image {
    aspect-ratio: 4 / 3;
  }
  .vsp1__tabs-section {
    max-width: 100%;
  }
  .vsp1__title {
    font-size: 34px;
  }
  .vsp1__price {
    font-size: 26px;
  }
}

@media (max-width: 520px) {
  .vsp1__wrap {
    padding: 24px 16px 60px;
    gap: 32px;
  }
  .vsp1__btns {
    flex-direction: column;
    width: 100%;
  }
  .vsp1__btn-buy,
  .vsp1__btn-add {
    width: 100%;
  }
  .vsp1__vthumb {
    width: 80px;
    height: 80px;
  }
  .vsp1__tab-card {
    padding: 20px 16px;
  }
}

/* ============================================================
   SIZE GUIDE TAB
   ============================================================ */

.vsp1__sg {
  background: #fdf0f2;
  border-radius: 12px;
  overflow: hidden;
  font-family: var(--v-font-body, 'Mulish', sans-serif);
}

/* ---- Header ---- */
.vsp1__sg-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px 28px;
  gap: 6px;
}

.vsp1__sg-logo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--v-primary, #500814);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.vsp1__sg-logo-line1,
.vsp1__sg-logo-line2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  color: #fff;
  line-height: 1.25;
}
.vsp1__sg-logo-line1 { font-size: 14px; }
.vsp1__sg-logo-line2 { font-size: 16px; }

.vsp1__sg-brand {
  font-family: var(--v-font-heading, 'Playfair Display', Georgia, serif);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .15em;
  color: var(--v-primary, #500814);
  margin: 0;
}

.vsp1__sg-divider {
  color: #c9909f;
  font-size: 12px;
  letter-spacing: .2em;
  margin: 4px 0;
}

.vsp1__sg-title {
  font-family: var(--v-font-heading, 'Playfair Display', Georgia, serif);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--v-primary, #500814);
  margin: 0;
}

.vsp1__sg-subtitle {
  font-size: 13px;
  color: #7a5560;
  margin: 4px 0 0;
}

/* ---- Table ---- */
.vsp1__sg-table-wrap {
  padding: 0 24px 32px;
  overflow-x: auto;
}

.vsp1__sg-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 420px;
}

.vsp1__sg-table th,
.vsp1__sg-table td {
  padding: 14px 10px;
  text-align: center;
  border: 1px solid #e8c8d0;
}

.vsp1__sg-table thead th {
  background: #f5d8de;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #500814;
  text-transform: uppercase;
  line-height: 1.4;
}

.vsp1__sg-table tbody tr:nth-child(odd) td {
  background: #fff8f9;
}
.vsp1__sg-table tbody tr:nth-child(even) td {
  background: #fdf0f2;
}

.vsp1__sg-table tbody td:first-child {
  font-weight: 700;
  font-size: 15px;
  color: #500814;
  letter-spacing: .04em;
}

.vsp1__sg-table tbody tr:hover td {
  background: #f5d8de;
  transition: background .15s;
}

/* WYSIWYG table (from Size Guide page) gets same styling as the default table */
.vsp1__sg-wysiwyg-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 420px;
}
.vsp1__sg-wysiwyg-table table th,
.vsp1__sg-wysiwyg-table table td {
  padding: 14px 10px;
  text-align: center;
  border: 1px solid #e8c8d0;
}
.vsp1__sg-wysiwyg-table table thead th {
  background: #f5d8de;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #500814;
  text-transform: uppercase;
  line-height: 1.4;
}
.vsp1__sg-wysiwyg-table table tbody tr:nth-child(odd) td  { background: #fff8f9; }
.vsp1__sg-wysiwyg-table table tbody tr:nth-child(even) td { background: #fdf0f2; }
.vsp1__sg-wysiwyg-table table tbody td:first-child {
  font-weight: 700;
  font-size: 15px;
  color: #500814;
}
.vsp1__sg-wysiwyg-table table tbody tr:hover td {
  background: #f5d8de;
  transition: background .15s;
}

/* ---- How to measure ---- */
.vsp1__sg-htm {
  background: #fff;
  padding: 32px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.vsp1__sg-htm-title {
  font-family: var(--v-font-heading, 'Playfair Display', Georgia, serif);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--v-primary, #500814);
  margin: 4px 0 16px;
}

.vsp1__sg-htm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 600px;
}

.vsp1__sg-htm-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.vsp1__sg-htm-icon {
  width: 72px;
  height: 90px;
  flex-shrink: 0;
}

.vsp1__sg-htm-info strong {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--v-primary, #500814);
  margin-bottom: 6px;
}

.vsp1__sg-htm-info p {
  font-size: 12px;
  color: #7a5560;
  line-height: 1.6;
  margin: 0;
}

.vsp1__sg-heart {
  font-size: 14px;
  color: #c9909f;
  margin-top: 16px;
}

@media (max-width: 600px) {
  .vsp1__sg-htm-grid {
    grid-template-columns: 1fr;
    max-width: 280px;
  }
  .vsp1__sg-brand { font-size: 17px; }
  .vsp1__sg-title { font-size: 22px; }
}