/*!*******************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./scss/claudeNewPDP.scss ***!
  \*******************************************************************************************************************/
@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body.claude-pdp {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 400;
  color: #1c1814;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "cv11";
  background-image: radial-gradient(at 12% 20%, rgba(125, 46, 63, 0.04), transparent 40%), radial-gradient(at 92% 80%, rgba(184, 132, 58, 0.05), transparent 45%);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

hr.hairline {
  border: 0;
  height: 1px;
  background: rgba(28, 24, 20, 0.18);
  margin: 0;
}

.announce-bar {
  background: #1c1814;
  color: #f3ede4;
  overflow: hidden;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #000;
}

.announce-ticker {
  position: relative;
  height: 1.2em;
  width: 100%;
  text-align: center;
}

.ticker-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
  white-space: nowrap;
}
.ticker-item.is-active {
  opacity: 1;
  transform: translateY(0);
}
.ticker-item.is-leaving {
  opacity: 0;
  transform: translateY(-100%);
}

.site-header {
  background: #FFF;
  border-bottom: 1px solid rgba(28, 24, 20, 0.18);
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(8px);
}

.header-row {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px 40px;
  gap: 32px;
}
.header-row .header-left {
  direction: ltr;
}

.brand-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-family: "Fraunces", "Times New Roman", serif;
  letter-spacing: -0.02em;
}
.brand-logo .brand-mark {
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
}
.brand-logo .brand-rest {
  font-size: 24px;
  font-weight: 400;
}
.brand-logo .brand-tagline {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #8b7e6c;
  margin-left: 10px;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  gap: 36px;
  justify-content: center;
}
.primary-nav .nav-link {
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  padding: 6px 0;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  transition: color 0.2s ease;
}
.primary-nav .nav-link .num {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 11px;
  color: #8b7e6c;
  font-weight: 400;
}
.primary-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #1c1814;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.35s cubic-bezier(0.7, 0, 0.2, 1);
}
.primary-nav .nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.primary-nav .nav-link.sale .badge-sale {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 11px;
  background: #7d2e3f;
  color: #f3ede4;
  padding: 2px 6px;
  margin-left: 4px;
  border-radius: 999px;
}

.header-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-right .icon-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.header-right .icon-btn svg {
  width: 18px;
  height: 18px;
}
.header-right .icon-btn:hover {
  border-color: rgba(28, 24, 20, 0.18);
  background: #f3ede4;
}
.header-right .bag-btn {
  position: relative;
}
.header-right .bag-btn .bag-count {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #7d2e3f;
  color: #f3ede4;
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
}

.page {
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 40px 80px;
  position: relative;
}

.rail-label {
  position: absolute;
  left: 8px;
  top: 220px;
  transform: rotate(-90deg);
  transform-origin: left top;
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #8b7e6c;
  white-space: nowrap;
  pointer-events: none;
}
.rail-label .rail-num {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  letter-spacing: 0.1em;
  text-transform: none;
  color: #1c1814;
}
.rail-label .rail-text::before, .rail-label .rail-meta::before {
  content: "— ";
  color: rgba(28, 24, 20, 0.18);
  margin-right: 6px;
}

.crumbs {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(28, 24, 20, 0.18);
  margin-bottom: 8px;
}
.crumbs ol {
  list-style: none;
  display: flex;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8b7e6c;
  align-items: center;
}
.crumbs ol li.current {
  color: #1c1814;
  font-weight: 600;
}
.crumbs ol li.sep {
  color: rgba(28, 24, 20, 0.18);
}
.crumbs ol a:hover {
  color: #1c1814;
}
.crumbs .crumbs-meta {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 13px;
  color: #8b7e6c;
}

.product-pdp {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
  margin-bottom: 80px;
}

.gallery {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 8px;
}

.gallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gallery-thumbs .thumb {
  position: relative;
  aspect-ratio: 3/4;
  border: 1px solid rgba(28, 24, 20, 0.1);
  background: #f3ede4;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.3s ease;
}
.gallery-thumbs .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.gallery-thumbs .thumb .thumb-num {
  position: absolute;
  bottom: 6px;
  left: 8px;
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 11px;
  color: #f3ede4;
  mix-blend-mode: difference;
}
.gallery-thumbs .thumb:hover img {
  transform: scale(1.06);
}
.gallery-thumbs .thumb.is-active {
  border-color: #1c1814;
}
.gallery-thumbs .thumb.is-active::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  pointer-events: none;
}

.gallery-stage {
  position: relative;
}
.gallery-stage .stage-frame {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.gallery-stage .stage-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.gallery-stage .stage-frame:hover img {
  transform: scale(1.03);
}
.gallery-stage .stage-frame .stage-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to right, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.08) calc(50% - 0.5px), rgba(255, 255, 255, 0.08) calc(50% + 0.5px), transparent calc(50% + 0.5px)), linear-gradient(to bottom, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.08) calc(50% - 0.5px), rgba(255, 255, 255, 0.08) calc(50% + 0.5px), transparent calc(50% + 0.5px));
}
.gallery-stage .stage-frame::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #f3ede4;
  border-left: 1px solid #f3ede4;
  opacity: 0.6;
}
.gallery-stage .stage-cap {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8b7e6c;
  z-index: 99;
  background-color: #fff;
  padding: 5px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
.gallery-stage .stage-cap .cap-l {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: none;
}

.details {
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.details-head .kicker {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #7d2e3f;
  font-weight: 600;
}
.details-head .title {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.025em;
  margin-top: 12px;
}
.details-head .title .title-line {
  display: block;
}
.details-head .title .title-line:nth-child(1) {
  font-size: clamp(40px, 5vw, 64px);
}
.details-head .title .title-italic {
  font-style: italic;
  font-size: clamp(48px, 6vw, 76px);
  margin-left: 36px;
  color: #7d2e3f;
  font-weight: 300;
}
.details-head .title .title-thin {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 300;
  color: #54493d;
  margin-top: 10px;
  letter-spacing: 0;
  line-height: 1.2;
}

.meta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.meta-row .reviews {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.meta-row .reviews .stars {
  color: #b8843a;
  font-size: 14px;
  letter-spacing: 2px;
}
.meta-row .reviews .rating {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 500;
  font-size: 16px;
}
.meta-row .reviews .rating-sub {
  font-size: 12px;
  color: #8b7e6c;
}
.meta-row .bought {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #f3ede4;
  border: 1px solid rgba(28, 24, 20, 0.1);
  border-radius: 999px;
  font-size: 12px;
  color: #54493d;
}
.meta-row .bought svg {
  width: 14px;
  height: 14px;
  color: #7d2e3f;
}
.meta-row .bought strong {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 600;
}

.pricing {
  display: flex;
  align-items: flex-end;
  gap: 22px;
}
.pricing .price-now {
  display: inline-flex;
  align-items: flex-start;
}
.pricing .price-now .dollar {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  color: #8b7e6c;
  margin-top: 12px;
}
.pricing .price-now .price-num {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(56px, 7vw, 88px);
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: #7d2e3f;
}
.pricing .price-aux {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 6px;
}
.pricing .price-aux .price-was {
  font-size: 14px;
  color: #8b7e6c;
  text-decoration: line-through;
  text-decoration-color: #8b7e6c;
}
.pricing .price-aux .price-pct {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 13px;
  color: #7d2e3f;
  font-weight: 500;
}

.opt {
  border-top: 1px solid rgba(28, 24, 20, 0.18);
  padding-top: 22px;
}

.opt-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.opt-head .opt-num {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 13px;
  color: #8b7e6c;
  min-width: 18px;
}
.opt-head .opt-label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1c1814;
  font-weight: 600;
}
.opt-head .opt-value {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 15px;
  color: #54493d;
  margin-left: auto;
}

.opt-head-size {
  justify-content: space-between;
}
.opt-head-size > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.opt-head-size .size-guide {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #54493d;
  border-bottom: 1px solid rgba(28, 24, 20, 0.18);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.opt-head-size .size-guide svg {
  width: 14px;
  height: 14px;
}
.opt-head-size .size-guide:hover {
  color: #7d2e3f;
  border-color: #7d2e3f;
}

.swatches {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.swatches .swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.swatches .swatch .swatch-dot {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--c);
  border: 1px solid rgba(28, 24, 20, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.3, 1), box-shadow 0.3s ease;
}
.swatches .swatch .swatch-dot svg {
  width: 14px;
  height: 14px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.swatches .swatch .swatch-name {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b7e6c;
}
.swatches .swatch:hover .swatch-dot {
  transform: scale(1.08);
}
.swatches .swatch.is-active .swatch-dot {
  box-shadow: 0 0 0 1px #faf6ee, 0 0 0 2px #1c1814;
}
.swatches .swatch.is-active .swatch-dot svg {
  opacity: 1;
}
.swatches .swatch.is-active .swatch-name {
  color: #1c1814;
  font-weight: 600;
}

.size-rec {
  display: flex;
  align-items: stretch;
  gap: 16px;
  background: linear-gradient(95deg, #e9efef, rgb(238.9052631579, 243.2947368421, 243.2947368421));
  border: 1px solid rgba(60, 90, 100, 0.12);
  padding: 14px 18px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.size-rec .rec-bar {
  width: 3px;
  background: linear-gradient(to bottom, #7d2e3f, #b8843a);
  border-radius: 2px;
}
.size-rec .rec-text {
  flex: 1;
}
.size-rec .rec-text .rec-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.size-rec .rec-text .rec-line strong {
  font-weight: 600;
}
.size-rec .rec-text .rec-pill {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 11px;
  padding: 3px 9px;
  background: #1c1814;
  color: #f3ede4;
  border-radius: 999px;
}
.size-rec .rec-text .rec-sub {
  font-size: 12px;
  color: #8b7e6c;
  margin-top: 4px;
}
.size-rec .rec-action {
  align-self: center;
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 13px;
  color: #7d2e3f;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  transition: color 0.2s;
}
.size-rec .rec-action:hover {
  color: #5e1f2d;
}

.sizes {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
}
.sizes .size-btn {
  width: 64px;
  height: 56px;
  border: 1px solid rgba(28, 24, 20, 0.18);
  background: #faf6ee;
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 500;
  font-size: 17px;
  transition: all 0.25s ease;
  position: relative;
}
.sizes .size-btn:hover {
  border-color: #1c1814;
  transform: translateY(-2px);
}
.sizes .size-btn.is-active {
  background: #1c1814;
  color: #f3ede4;
  border-color: #1c1814;
}
.sizes .size-btn.is-active::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 6px;
  height: 1px;
  background: #f3ede4;
  opacity: 0.6;
}
.sizes .size-badge-sel {
  display: none;
}

.size-foot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 14px;
  font-size: 12px;
  color: #8b7e6c;
}
.size-foot .stock em {
  font-style: normal;
  color: #7d2e3f;
  font-weight: 600;
}
.size-foot .help-size {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(28, 24, 20, 0.18);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.size-foot .help-size svg {
  width: 13px;
  height: 13px;
}
.size-foot .help-size:hover {
  color: #7d2e3f;
  border-color: #7d2e3f;
}

.opt-buy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.qty-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.qty-row .opt-num {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 13px;
  color: #8b7e6c;
}
.qty-row .opt-label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
}
.qty-row .qty {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(28, 24, 20, 0.18);
  border-radius: 999px;
  padding: 4px;
  background: #faf6ee;
}
.qty-row .qty .qty-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease;
}
.qty-row .qty .qty-btn:hover {
  background: #1c1814;
  color: #f3ede4;
}
.qty-row .qty .qty-input {
  width: 36px;
  text-align: center;
  border: 0;
  background: transparent;
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 500;
  font-size: 16px;
  -moz-appearance: textfield;
}
.qty-row .qty .qty-input::-webkit-outer-spin-button, .qty-row .qty .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-row .qty .qty-input:focus {
  outline: none;
}
.qty-row .stock-warn {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 13px;
  color: #7d2e3f;
  display: inline-flex;
  align-items: center;
}
.qty-row .stock-warn::before {
  content: "●";
  font-size: 8px;
  margin-right: 6px;
  color: #b8843a;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
.btn-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  background: #7d2e3f;
  color: #faf6ee;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}
.btn-cart .btn-cart-l {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-cart .btn-cart-l svg {
  width: 16px;
  height: 16px;
}
.btn-cart .btn-cart-r {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
}
.btn-cart::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #5e1f2d;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.5, 0.05, 0.2, 1);
  z-index: 0;
}
.btn-cart > * {
  position: relative;
  z-index: 1;
}
.btn-cart:hover::before {
  transform: translateY(0);
}
.btn-cart.buy-now-link {
  margin: 14px 1px;
}
.btn-cart.buy-now-link .out-stock {
  display: none;
}
.btn-cart.buy-now-link.disabled {
  pointer-events: none;
  background-color: gray;
}
.btn-cart.buy-now-link.disabled .in-stock {
  display: none;
}
.btn-cart.buy-now-link.disabled .out-stock {
  display: block;
}

.alt-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.alt-actions .btn-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid rgba(28, 24, 20, 0.18);
  background: #faf6ee;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: all 0.25s ease;
}
.alt-actions .btn-alt svg {
  height: 18px;
}
.alt-actions .btn-alt:hover {
  border-color: #1c1814;
  background: #f3ede4;
}
.alt-actions .btn-pay svg text {
  fill: #1c1814;
}
.alt-actions .btn-save svg {
  width: 16px;
}

.services {
  background: #f3ede4;
  border: 1px solid rgba(28, 24, 20, 0.1);
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.services::before {
  content: "Services";
  position: absolute;
  top: -10px;
  left: 18px;
  background: #faf6ee;
  padding: 0 8px;
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  color: #8b7e6c;
}
.services .service {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  align-items: center;
}
.services .service .svc-num {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 13px;
  color: #7d2e3f;
}
.services .service .svc-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1814;
}
.services .service .svc-icon svg {
  width: 22px;
  height: 22px;
}
.services .service .svc-text strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
}
.services .service .svc-text span {
  display: block;
  font-size: 12px;
  color: #8b7e6c;
  margin-top: 2px;
}
.services .service + .service {
  border-top: 1px dashed rgba(28, 24, 20, 0.1);
  padding-top: 14px;
}

.share-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.share-row .share-label {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 13px;
  color: #8b7e6c;
}
.share-row .share-icn {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(28, 24, 20, 0.18);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.share-row .share-icn svg {
  width: 14px;
  height: 14px;
}
.share-row .share-icn:hover {
  background: #1c1814;
  color: #f3ede4;
  border-color: #1c1814;
  transform: translateY(-2px);
}

.pullquote {
  border-top: 1px solid rgba(28, 24, 20, 0.18);
  border-bottom: 1px solid rgba(28, 24, 20, 0.18);
  padding: 60px 0 60px 0;
  margin-bottom: 64px;
  text-align: center;
  position: relative;
}
.pullquote .pq-mark {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 96px;
  color: #7d2e3f;
  line-height: 1;
  display: block;
  margin-bottom: -10px;
}
.pullquote p {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 300;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  max-width: 880px;
  margin: 0 auto 18px;
}
.pullquote .pq-credit {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8b7e6c;
}

.info-section {
  margin-bottom: 0;
}

.tabs-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(28, 24, 20, 0.18);
  border-bottom: 1px solid rgba(28, 24, 20, 0.18);
}
.tabs-bar .tab {
  padding: 22px 24px;
  text-align: left;
  border-right: 1px solid rgba(28, 24, 20, 0.18);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #8b7e6c;
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease;
  position: relative;
}
.tabs-bar .tab .tab-num {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  color: #8b7e6c;
  margin-right: 10px;
}
.tabs-bar .tab em {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  color: #8b7e6c;
}
.tabs-bar .tab:last-child {
  border-right: 0;
}
.tabs-bar .tab:hover {
  color: #1c1814;
  background: #f3ede4;
}
.tabs-bar .tab.is-active {
  color: #1c1814;
  background: #faf6ee;
  box-shadow: inset 0 -2px 0 #7d2e3f;
}
.tabs-bar .tab.is-active .tab-num {
  color: #7d2e3f;
}

.panel {
  display: none;
  padding: 56px 0 24px;
}
.panel.is-active {
  display: block;
}
.panel .acc-head {
  display: none;
}

.overview-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: start;
}

.ov-h {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 14px;
}
.ov-h::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 1px;
  background: #7d2e3f;
}

.love-list {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.love-list p {
  line-height: 30px;
}
.love-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(28, 24, 20, 0.1);
  font-size: 16px;
  color: #54493d;
}
.love-list li .li-num {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 13px;
  color: #8b7e6c;
}
.love-list li .li-check {
  width: 18px;
  height: 18px;
  color: #7d2e3f;
}
.love-list li:last-child {
  border-bottom: 0;
}
.love-list li:hover {
  color: #1c1814;
}
.love-list li:hover .li-check {
  transform: scale(1.15);
}
.love-list li .li-check {
  transition: transform 0.3s ease;
}

.li-num {
  visibility: hidden;
}

.perfect {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.perfect .perfect-row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  padding: 18px 0;
  align-items: center;
  border-bottom: 1px solid rgba(28, 24, 20, 0.1);
  transition: padding-left 0.3s ease;
}
.perfect .perfect-row:hover {
  padding-left: 8px;
}
.perfect .perfect-row:last-child {
  border-bottom: 0;
}
.perfect .perfect-row .perfect-icon {
  width: 56px;
  height: 56px;
  background: #f5e3e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.perfect .perfect-row .perfect-icon svg {
  width: 26px;
  height: 26px;
}
.perfect .perfect-row .perfect-txt strong {
  display: block;
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 500;
  font-size: 20px;
}
.perfect .perfect-row .perfect-txt span {
  display: block;
  font-size: 13px;
  color: #8b7e6c;
  margin-top: 3px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
}
.reviews-grid .rv-summary .rv-big {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 500;
  font-size: 96px;
  line-height: 1;
  color: #7d2e3f;
  letter-spacing: -0.04em;
}
.reviews-grid .rv-summary .rv-stars {
  color: #b8843a;
  font-size: 18px;
  letter-spacing: 4px;
  margin-top: 8px;
}
.reviews-grid .rv-summary .rv-count {
  font-size: 12px;
  color: #8b7e6c;
  margin-top: 6px;
}
.reviews-grid .rv-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.reviews-grid .rv-item {
  border: 1px solid rgba(28, 24, 20, 0.1);
  padding: 18px 22px;
  background: #f3ede4;
}
.reviews-grid .rv-item .rv-head {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.reviews-grid .rv-item .rv-head span {
  color: #b8843a;
  letter-spacing: 2px;
}
.reviews-grid .rv-item p {
  margin-top: 8px;
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: 17px;
  color: #54493d;
  line-height: 1.45;
}

.styling-lead {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 300;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.45;
  max-width: 720px;
}

.page-foot {
  border-top: 1px solid rgba(28, 24, 20, 0.18);
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8b7e6c;
}
.page-foot .foot-mid {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #1c1814;
}

@media (max-width: 1100px) {
  .rail-label {
    display: none;
  }
}
@media (max-width: 960px) {
  .header-row {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 18px 24px;
  }
  .header-row .primary-nav {
    display: none;
  }
  .page {
    padding: 24px 24px 60px;
  }
  .product-pdp {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .gallery {
    grid-template-columns: 1fr;
  }
  .gallery-stage {
    order: 1;
  }
  .gallery-thumbs {
    order: 2;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .gallery-thumbs .thumb {
    flex: 0 0 80px;
  }
  .overview-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pullquote {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 720px) {
  .announce-bar {
    font-size: 10px;
  }
  .page {
    padding: 18px 18px 40px;
  }
  .crumbs {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .crumbs ol {
    font-size: 10px;
    gap: 8px;
  }
  .details-head .title .title-italic {
    margin-left: 16px;
  }
  .alt-actions {
    grid-template-columns: 1fr;
  }
  .meta-row {
    gap: 10px;
  }
  .pricing {
    gap: 14px;
  }
  .tabs-bar {
    display: none;
  }
  .panel {
    display: block !important;
    padding: 0;
    border-bottom: 1px solid rgba(28, 24, 20, 0.18);
  }
  .panel .acc-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 22px 4px;
    font-size: 16px;
    font-weight: 500;
  }
  .panel .acc-head em {
    font-family: "Fraunces", "Times New Roman", serif;
    font-style: italic;
    color: #7d2e3f;
    margin-right: 10px;
  }
  .panel .acc-head .acc-icon {
    width: 16px;
    height: 16px;
    position: relative;
  }
  .panel .acc-head .acc-icon::before, .panel .acc-head .acc-icon::after {
    content: "";
    position: absolute;
    background: #1c1814;
    left: 50%;
    top: 50%;
  }
  .panel .acc-head .acc-icon::before {
    width: 14px;
    height: 1px;
    transform: translate(-50%, -50%);
  }
  .panel .acc-head .acc-icon::after {
    width: 1px;
    height: 14px;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
  }
  .panel .acc-head.is-open .acc-icon::after {
    transform: translate(-50%, -50%) scaleY(0);
  }
  .panel .acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .panel .acc-body.is-open {
    max-height: 2000px;
    padding-bottom: 22px;
  }
  .ov-h {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .love-list li {
    font-size: 14px;
    padding: 12px 0;
  }
  .perfect .perfect-row .perfect-icon {
    width: 44px;
    height: 44px;
  }
  .perfect .perfect-row .perfect-icon svg {
    width: 20px;
    height: 20px;
  }
}

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