/* 6Ponds — spa / wellness listing page UI */

body#item.sixp-spa-item #item-main {
  min-width: 0;
  overflow: visible;
}

body#item.sixp-spa-item #item-main .basic,
body#item.sixp-spa-item #item-main .description.sixp-section,
body#item.sixp-spa-item #item-main .props.sixp-section {
  position: relative;
  z-index: 1;
  width: 100%;
  flex: 0 0 auto;
}

body#item.sixp-spa-item #item-image {
  overflow: hidden;
  max-width: 100%;
  flex: 0 0 auto;
}

body#item.sixp-spa-item #item-image .swiper-container {
  border-radius: 10px;
  background: #f3f4f6;
}

body#item.sixp-spa-item #item-image .swiper-wrapper li {
  height: 0;
}

body#item.sixp-spa-item #item-image li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

body#item.sixp-spa-item #item-image li a img.loaded,
body#item.sixp-spa-item #item-image li a img.sixp-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
  float: none;
  background: #f3f4f6;
}

body#item.sixp-spa-item #item-image li a img.lazy:not(.loaded) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -webkit-object-fit: contain;
  object-fit: contain;
  object-position: center;
  background: #f3f4f6;
}

body#item.sixp-spa-item #item-image li a img.lazy:not(.loaded)[src*="load-image"] {
  opacity: 0.001;
}

body#item.sixp-spa-item #item-image .swiper-thumbs img {
  position: static;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  display: block;
}

body#item.sixp-spa-item #bkg-item.sixp-hide-dup-desc .bkg-bot,
body#item.sixp-spa-item #bkg-item.sixp-hide-dup-desc .bkg-box,
body#item.sixp-spa-item #bkg-item.sixp-hide-dup-desc .bkg-box-avl {
  display: block !important;
}

body#item.sixp-spa-item #item-main .basic .details span.sixp-hide-meta,
body#item.sixp-spa-item #item-main .basic .row.date,
body#item.sixp-spa-item #item-main .basic .row.price.sixp-hide-dup-price,
body#item.sixp-ui #bkg-ical,
body#item.sixp-spa-item #bkg-ical,
body#item.sixp-spa-item #bkg-ical.sixp-hide-dup-cal,
body#item.sixp-spa-item #protection.sixp-hide-protection {
  display: none !important;
}

body#item.sixp-ui .bkg-err,
body#item.sixp-spa-item .bkg-err {
  display: none !important;
}

body#item.sixp-spa-item #bkg-item .bkg-cal-error,
body#item.sixp-spa-item #bkg-ical .bkg-cal-error,
body#item.sixp-spa-item .sixp-hide-cal-error {
  display: none !important;
}

body#item.sixp-spa-item #protection.sixp-wellness-tip {
  border-color: #e4e7ec;
  background: #fafbfc;
}

body#item.sixp-spa-item #protection.sixp-wellness-tip h2 {
  font-size: 14px;
  font-weight: 700;
  color: #3b49df;
  margin-bottom: 12px;
}

body#item.sixp-spa-item #protection.sixp-wellness-tip .point span {
  font-size: 13px;
  line-height: 1.45;
  color: #4b5563;
}

body#item.sixp-spa-item #item-main .basic {
  margin-bottom: 8px;
}

body#item.sixp-spa-item #item-main .basic h1 {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

body#item.sixp-spa-item .sixp-price-hero {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 0 0 14px 0;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(59, 73, 223, 0.08);
  border: 1px solid rgba(59, 73, 223, 0.18);
}

body#item.sixp-spa-item .sixp-price-hero .sixp-price-amount {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #078a06;
}

body#item.sixp-spa-item .sixp-price-hero .sixp-price-label {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

body#item.sixp-spa-item .sixp-price-hero .sixp-price-duration {
  font-size: 13px;
  font-weight: 600;
  color: #3b49df;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(59, 73, 223, 0.12);
}

body#item.sixp-spa-item #item-main .sixp-section {
  border: 1px solid #e4e4e7;
  border-radius: 14px;
  background: #fff;
  padding: 22px 24px;
  margin: 0 0 20px 0;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

body#item.sixp-spa-item #item-main .sixp-section h2,
body#item.sixp-spa-item #item-main .sixp-section .sixp-section-title {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 14px 0;
}

body#item.sixp-spa-item #item-main .description.sixp-section {
  padding-top: 22px;
  border-top: none;
  margin-bottom: 20px;
}

body#item.sixp-spa-item #item-main .description .desc-parts {
  flex-direction: column;
  gap: 18px;
}

body#item.sixp-spa-item #item-main .description .desc-text {
  width: 100%;
}

body#item.sixp-spa-item #item-main .description .desc-text .text,
body#item.sixp-spa-item #item-main .description .desc-text-raw {
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
}

body#item.sixp-spa-item #item-main .description .sixp-desc-lead {
  font-size: 17px;
  line-height: 1.65;
  color: #111827;
  margin-bottom: 14px;
}

body#item.sixp-spa-item #item-main .sixp-meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px 0;
}

body#item.sixp-spa-item #item-main .sixp-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #3b49df;
  background: rgba(59, 73, 223, 0.1);
  border: 1px solid rgba(59, 73, 223, 0.15);
}

body#item.sixp-spa-item #item-main .sixp-meta-chip i {
  font-size: 11px;
  opacity: 0.85;
}

body#item.sixp-spa-item #item-main .description .desc-parts {
  flex-direction: column;
  gap: 0;
}

body#item.sixp-spa-item #item-main .sixp-location-block {
  position: static;
  width: 100%;
  min-width: 0;
  margin: 18px 0 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body#item.sixp-spa-item #item-main .sixp-location-block .sixp-section-title {
  margin-bottom: 10px;
}

body#item.sixp-spa-item #item-main .sixp-location-block .sixp-section-title i {
  margin-right: 6px;
  color: #3b49df;
}

body#item.sixp-spa-item #item-main .sixp-location-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding: 14px 16px;
  border: 1px solid #e4e7ec;
  border-left: 3px solid #3b49df;
  border-radius: 10px;
  background: #fafbfc;
}

body#item.sixp-spa-item #item-main .sixp-location-block .address {
  flex: 1 1 200px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.45;
  color: #111827;
  margin: 0;
}

body#item.sixp-spa-item #item-main .sixp-location-block .directions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  margin: 0;
  padding: 7px 12px;
  border-radius: 8px;
  background: #3b49df;
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

body#item.sixp-spa-item #item-main .sixp-location-block .directions:hover {
  background: #2f3ab2;
  text-decoration: none;
}

body#item.sixp-spa-item #item-main .props.sixp-section {
  padding-top: 22px;
  border-top: none;
  margin-bottom: 24px;
}

body#item.sixp-spa-item #item-main #item-hook {
  width: 100%;
}

body#item.sixp-spa-item #bkg-item {
  margin: 0;
}

body#item.sixp-spa-item #bkg-item .bkg-header {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 14px;
}

body#item.sixp-spa-item #bkg-item .bkg-opt {
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  overflow: hidden;
  background: #fafafa;
  margin-bottom: 0;
}

body#item.sixp-spa-item #bkg-item .bkg-top {
  background: #fff;
  border-bottom: 1px solid #ececec;
  padding: 16px 56px 16px 18px;
}

body#item.sixp-spa-item #bkg-item .bkg-item-header {
  font-size: 17px;
  margin-bottom: 4px;
}

body#item.sixp-spa-item #bkg-item .bkg-item-summary {
  font-size: 14px;
  color: #6b7280;
}

body#item.sixp-spa-item #bkg-item .bkg-item-features .bkg-item-price {
  font-size: 22px;
}

body#item.sixp-spa-item #bkg-item .bkg-bot {
  padding: 18px;
  background: #fff;
}

body#item.sixp-spa-item #bkg-item .bkg-desc-header {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  margin-bottom: 10px;
}

body#item.sixp-spa-item #bkg-item .bkg-box-avl {
  border-radius: 10px;
  border: 1px solid #ececec;
  padding: 12px;
  background: #fcfcfc;
}

body#item.sixp-spa-item #bkg-item .bkg-bottom-buttons {
  margin-top: 14px;
  padding-top: 12px;
  text-align: left;
}

body#item.sixp-spa-item #bkg-item .bkg-btn.bkg-create-reservation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: none;
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  background: #3b49df;
  border: none;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(59, 73, 223, 0.2);
}

body#item.sixp-spa-item #bkg-item .bkg-btn.bkg-create-reservation:hover {
  background: #2f3ab2;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(59, 73, 223, 0.28);
}

body#item.sixp-spa-item #bkg-item .bkg-opt.opened .bkg-bot {
  display: block;
}

body#item.sixp-spa-item #bkg-item .bkg-opt .bkg-top {
  cursor: pointer;
}

/* Dark mode */
body#item.sixp-spa-item.dark #item-main .sixp-section,
body#item.sixp-spa-item.dark #item-main .props.sixp-section {
  background: #272727;
  border-color: #404040;
  box-shadow: none;
}

body#item.sixp-spa-item.dark .sixp-price-hero {
  background: rgba(59, 73, 223, 0.15);
  border-color: rgba(59, 73, 223, 0.3);
}

body#item.sixp-spa-item.dark #item-main .description .desc-text .text,
body#item.sixp-spa-item.dark #item-main .description .desc-text-raw,
body#item.sixp-spa-item.dark #item-main .description .sixp-desc-lead {
  color: #d9d9d9;
}

body#item.sixp-spa-item.dark #item-main .sixp-location-body {
  background: #1f1f1f;
  border-color: #404040;
}

body#item.sixp-spa-item.dark #item-main .sixp-location-block .address {
  color: #e5e5e5;
}

body#item.sixp-spa-item.dark #bkg-item .bkg-opt {
  background: #1f1f1f;
  border-color: #404040;
}

body#item.sixp-spa-item.dark #bkg-item .bkg-top,
body#item.sixp-spa-item.dark #bkg-item .bkg-bot {
  background: #272727;
}

body#item.sixp-spa-item.dark #bkg-item .bkg-top {
  border-bottom-color: #404040;
}

body#item.sixp-spa-item.dark #bkg-item .bkg-box-avl {
  background: #1f1f1f;
  border-color: #404040;
}

@media screen and (max-width: 767px) {
  body#item.sixp-spa-item #item-main .basic h1 {
    font-size: 24px;
  }

  body#item.sixp-spa-item #item-main .sixp-section {
    padding: 18px 16px;
    border-radius: 12px;
  }

  body#item.sixp-spa-item #item-main .sixp-location-body {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* Item page only — base typography without site-wide UI */
body#item.sixp-spa-item {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
