.woocommerce div.product,
.woocommerce-page div.product,
.woocommerce #content div.product {
  display: block;
  float: none;
  width: 100%;
  position: relative;
  overflow: visible;
}

.woocommerce div.product::before,
.woocommerce div.product::after {
  content: none;
  display: none;
}

.breadcrumb {
  padding: 16px var(--page-padding);
  font-size: 12.5px;
  color: var(--taupe);
  border-bottom: 1px solid rgba(232, 224, 212, 0.4);
}

.breadcrumb a {
  color: var(--warm-gray);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: var(--accent);
}

.breadcrumb .sep {
  margin: 0 8px;
  color: var(--sand);
}

section.product-top,
.woocommerce div.product section.product-top,
.woocommerce-page div.product section.product-top {
  padding: 40px var(--page-padding);
  display: grid !important;
  grid-template-columns: 72px 1fr 1fr 340px !important;
  gap: 28px;
  max-width: 1400px;
  margin: 0 auto;
  float: none;
  width: auto;
}

section.product-top > .product-thumbnails,
section.product-top > .product-main-image,
section.product-top > .product-info-col,
section.product-top > .booking-sidebar {
  float: none !important;
  width: auto !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.product-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: start;
}

.thumb {
  width: 64px;
  height: 80px;
  border: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb:hover,
.thumb.active {
  border-color: var(--accent);
}

.product-main-image {
  background: var(--cream);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  aspect-ratio: 4 / 5;
}

.product-main-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.product-info-col {
  padding-top: 4px;
  align-self: start;
}

.product-title {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 6px;
  letter-spacing: -0.3px;
  line-height: 1.15;
}

.product-rental-info {
  font-size: 15px;
  color: var(--warm-gray);
  margin-bottom: 18px;
}

.product-rental-info strong {
  color: var(--charcoal);
  font-weight: 600;
}

.product-rental-info .woocommerce-Price-amount {
  color: var(--charcoal);
  font-weight: 600;
}

.product-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--warm-gray);
  padding: 6px 12px;
  border: 1px solid var(--sand);
  border-radius: 2px;
}

.product-badge svg {
  width: 13px;
  height: 13px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.5;
}

.product-notices {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.notice {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--warm-gray);
}

.notice svg {
  width: 15px;
  height: 15px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0;
}

.rental-details {
  margin-top: 0;
}

.rental-details-header {
  font-size: 13px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--sand);
}

.rental-details ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 0;
  margin: 0;
}

.rental-details li {
  font-size: 13.5px;
  color: var(--warm-gray);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}

.rental-details li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px;
}

.rental-details li a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}

.rental-details li a:hover {
  color: var(--charcoal);
}

.action-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.action-btn {
  padding: 8px 16px;
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border: 1.5px solid var(--sand);
  background: var(--warm-white);
  color: var(--charcoal);
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
  line-height: 1.4;
}

.action-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.booking-sidebar {
  position: sticky;
  top: 20px;
  align-self: start;
}

.booking-card {
  background: var(--cream);
  border: 1px solid var(--sand);
}

.booking-card-cta {
  background: var(--accent);
  padding: 18px 24px;
  text-align: center;
  position: relative;
}

.booking-card-cta h3 {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  color: var(--warm-white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}

.booking-card-body {
  padding: 24px;
}

.booking-card-body .apl-reservation-form {
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
}

.booking-card-body .apl-pricing-table-container {
  margin: 0 0 16px;
  padding: 0;
}

.booking-card-body .apl-volume-label {
  padding: 0 0 8px;
  text-align: left;
  background: transparent;
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.booking-card-body .apl-volume-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols, 2), 1fr);
  border: 1px solid #E8E0D4;
}

.booking-card-body .apl-volume-cols-1 { --cols: 1; }
.booking-card-body .apl-volume-cols-2 { --cols: 2; }
.booking-card-body .apl-volume-cols-3 { --cols: 3; }
.booking-card-body .apl-volume-cols-4 { --cols: 4; }
.booking-card-body .apl-volume-cols-5 { --cols: 5; }

.booking-card-body .apl-volume-cell {
  padding: 10px 6px;
  text-align: center;
  border-right: 1px solid var(--sand);
}

.booking-card-body .apl-volume-cell:last-child {
  border-right: none;
}

.booking-card-body .apl-volume-cell .apl-qty-label {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  color: var(--warm-gray);
  margin-bottom: 2px;
}

.booking-card-body .apl-volume-cell .apl-price-value {
  display: block;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--charcoal);
}

.booking-card-body .apl-volume-note {
  padding: 5px 8px;
  text-align: right;
  font-family: var(--sans);
  font-size: 10px;
  color: var(--warm-gray);
  font-style: italic;
}

.booking-card-body .apl-qty-wrapper {
  padding: 0;
}

.booking-card-body .quantity {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 16px;
}

.booking-card-body .quantity .qty-label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--charcoal);
  margin-right: 10px;
  margin-bottom: 0;
}

.booking-card-body .quantity .qty {
  width: 48px;
  height: 36px;
  border-top: 1px solid var(--sand);
  border-bottom: 1px solid var(--sand);
  border-left: none;
  border-right: none;
  text-align: center;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--charcoal);
  background: var(--warm-white);
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.booking-card-body .quantity .qty::-webkit-inner-spin-button,
.booking-card-body .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.booking-card-body .qty-btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--sand);
  background: var(--warm-white);
  color: var(--charcoal);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s;
  line-height: 1;
  padding: 0;
  border-radius: 0;
}

.booking-card-body .qty-btn:hover {
  border-color: var(--accent);
}

.booking-card-body .apl-variations-container {
  margin-top: 0;
  padding: 0;
}

.booking-card-body .apl-variation-field {
  margin-bottom: 0;
  padding: 14px 0;
  background: transparent;
  border-radius: 0;
  border: none;
  border-top: 1px solid var(--sand);
}

.booking-card-body .apl-variation-field:last-child {
  margin-bottom: 0;
}

.booking-card-body .apl-variation-field label {
  display: block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 4px;
  line-height: 1.3;
}

.booking-card-body .apl-variation-price {
  display: block;
  font-weight: 400;
  color: var(--warm-gray);
  font-size: 11px;
  margin-top: 1px;
}

.booking-card-body .apl-variation-field select {
  width: 100%;
  padding: 8px 12px;
  font-family: var(--sans);
  font-size: 12px;
  border: 1px solid var(--sand);
  background: var(--warm-white);
  color: var(--charcoal);
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%236B635A' stroke-width='1.5'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  border-radius: 0;
}

.booking-card-body .apl-variation-field input[type="text"] {
  width: 100%;
  padding: 8px 12px;
  font-family: var(--sans);
  font-size: 12px;
  border: 1px solid var(--sand);
  background: var(--warm-white);
  color: var(--charcoal);
  outline: none;
  border-radius: 0;
  transition: border-color 0.2s;
}

.booking-card-body .apl-variation-field input[type="text"]:focus {
  border-color: var(--accent);
}

.booking-card-body .apl-variation-field input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: var(--accent);
}

.booking-card-body .apl-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
}

.booking-card-body .apl-checkbox-label input[type="checkbox"] {
  margin-right: 8px;
  margin-bottom: 0;
}

.booking-card-body .apl-checkbox-label span {
  font-size: 12px;
  color: var(--warm-gray);
}

.booking-card-body .apl-conditional-input {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--sand);
}

.booking-card-body .apl-conditional-input label {
  font-weight: 500;
  font-size: 11px;
  margin-bottom: 4px;
}

.booking-card-body .apl-variation-field > label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 5px;
}

.apl-help-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: var(--taupe);
  flex-shrink: 0;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.apl-help-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}

.apl-help-icon:hover,
.apl-help-icon:focus,
.apl-help-icon.active {
  color: var(--accent);
}

.apl-help-bubble {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  padding: 10px 12px;
  background: var(--charcoal);
  color: var(--warm-white);
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5;
  z-index: 100;
  pointer-events: none;
}

.apl-help-bubble::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: var(--charcoal);
}

.apl-help-icon:hover .apl-help-bubble,
.apl-help-icon:focus .apl-help-bubble,
.apl-help-icon.active .apl-help-bubble {
  display: block;
}

.booking-card-body .apl-package-pricing-fields {
  margin-bottom: 0;
}

.booking-card-body .apl-package-field {
  margin-bottom: 12px;
}

.booking-card-body .apl-package-field:last-of-type {
  margin-bottom: 0;
}

.booking-card-body .apl-package-field label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 6px;
}

.booking-card-body .apl-package-field label .required {
  color: var(--accent);
  font-weight: 400;
}

.booking-card-body .apl-package-select {
  width: 100%;
  padding: 9px 32px 9px 12px;
  font-family: var(--sans);
  font-size: 12px;
  border: 1px solid var(--sand);
  background: var(--warm-white);
  color: var(--charcoal);
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%236B635A' stroke-width='1.5'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  border-radius: 0;
  transition: border-color 0.2s;
}

.booking-card-body .apl-package-select:focus {
  border-color: var(--accent);
}

.booking-card-body .apl-package-select:disabled {
  background-color: var(--cream);
  color: var(--taupe);
  cursor: not-allowed;
}

.booking-card-body .apl-package-price-display {
  margin-top: 16px;
  padding: 12px 14px;
  background: rgba(196, 162, 101, 0.08);
  border: 1px solid var(--accent);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.booking-card-body .apl-package-price-display .apl-package-price-label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--charcoal);
}

.booking-card-body .apl-package-price-display .apl-package-price-value {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  color: var(--accent);
}

@media (max-width: 768px) {
  .apl-help-bubble {
    left: auto;
    right: -8px;
    transform: none;
    width: 200px;
  }

  .apl-help-bubble::after {
    left: auto;
    right: 12px;
    transform: none;
  }
}

.booking-card-body .apl-variation-total {
  margin-top: 12px;
  padding: 10px 12px;
  background: rgba(196, 162, 101, 0.08);
  border: 1px solid var(--accent);
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.booking-card-body .apl-variation-total .label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--charcoal);
}

.booking-card-body .apl-variation-total .amount {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
}

.booking-card-body .apl-event-date-picker {
  padding: 14px 0 0;
  border-top: 1px solid var(--sand);
}

.booking-card-body .apl-form-row {
  margin-bottom: 12px;
}

.booking-card-body .apl-form-row label {
  display: block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 6px;
}

.booking-card-body .apl-form-row label .required {
  color: var(--accent);
}

.booking-card-body .apl-form-row input[type="text"] {
  width: 100%;
  padding: 9px 12px;
  font-family: var(--sans);
  font-size: 12px;
  border: 1px solid var(--sand);
  background: var(--warm-white);
  color: var(--charcoal);
  outline: none;
  border-radius: 0;
  cursor: pointer;
  transition: border-color 0.2s;
}

.booking-card-body .apl-form-row input[type="text"]:focus {
  border-color: var(--accent);
  box-shadow: none;
}

.booking-card-body .apl-form-row input[type="text"]::placeholder {
  color: var(--taupe);
}

.booking-card-body .apl-event-date-locked {
  background: rgba(196, 162, 101, 0.06);
  border: 1px solid var(--accent);
  border-radius: 0;
  padding: 14px;
  margin: 0;
}

.booking-card-body .apl-event-date-locked h4 {
  margin: 0 0 10px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.5px;
}

.booking-card-body .apl-rental-dates {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.booking-card-body .apl-rental-dates-preview {
  padding: 0;
  margin-top: 10px;
}

.booking-card-body .apl-date-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid var(--sand);
}

.booking-card-body .apl-date-row:last-child {
  border-bottom: none;
}

.booking-card-body .apl-date-label {
  font-family: var(--sans);
  font-size: 11px;
  color: var(--warm-gray);
}

.booking-card-body .apl-date-value {
  font-family: var(--sans);
  font-size: 11px;
  color: var(--charcoal);
  font-weight: 500;
}

.booking-card-body .apl-date-notice {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 0;
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.5;
}

.booking-card-body .apl-date-notice.apl-notice-error {
  background: #fef0f0;
  border-left: 3px solid #d63638;
  color: #8b0000;
}

.booking-card-body .apl-date-notice.apl-notice-success {
  background: rgba(196, 162, 101, 0.06);
  border-left: 3px solid var(--accent);
  color: var(--charcoal);
}

.booking-card-body .apl-date-notice a {
  color: var(--accent);
  font-weight: 500;
}

.booking-card-body .apl-date-notice .dashicons {
  font-size: 14px;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  vertical-align: middle;
}

.flatpickr-wrapper {
  width: 100%;
}

.flatpickr-calendar {
  font-family: var(--sans);
  border: 1px solid var(--sand);
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background: var(--warm-white);
  width: 290px;
  padding: 12px;
}

.flatpickr-days,
.dayContainer {
  width: 266px !important;
  min-width: 266px !important;
  max-width: 266px !important;
}

.flatpickr-calendar.arrowTop::before,
.flatpickr-calendar.arrowTop::after {
  display: none;
}

.flatpickr-months {
  margin-bottom: 8px;
  align-items: center;
  position: relative;
}

.flatpickr-months .flatpickr-month {
  height: 32px;
  flex: 1;
}

.flatpickr-current-month {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--charcoal);
  padding-top: 4px;
  text-align: left;
  left: 0;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
}

.flatpickr-current-month .numInputWrapper {
  font-family: var(--serif);
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: var(--charcoal);
  fill: var(--charcoal);
  padding: 0;
  border: 1px solid var(--sand);
  border-radius: 0;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  right: auto;
  left: auto;
}

.flatpickr-months .flatpickr-next-month {
  margin-left: 4px;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: var(--accent);
  fill: var(--accent);
  border-color: var(--accent);
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 10px;
  height: 10px;
}

span.flatpickr-weekday {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  color: var(--warm-gray);
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.flatpickr-day {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--charcoal);
  border-radius: 0;
  max-width: 36px;
  height: 36px;
  line-height: 36px;
}

.flatpickr-day:hover {
  background: rgba(196, 162, 101, 0.12);
  border-color: transparent;
}

.flatpickr-day.today {
  border-color: var(--sand);
}

.flatpickr-day.today:hover {
  background: rgba(196, 162, 101, 0.12);
  border-color: var(--sand);
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: var(--taupe);
}

.flatpickr-day.flatpickr-disabled {
  text-decoration: none;
}

.booking-card-body .apl-last-minute-badge {
  margin-top: 8px;
  padding: 6px 10px;
  background: rgba(196, 162, 101, 0.08);
  border-radius: 0;
  color: var(--accent);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}

.booking-card-body .apl-extended-note-inline {
  margin: 6px 0 0;
  padding: 0;
  font-family: var(--sans);
  font-size: 10px;
  color: var(--warm-gray);
  font-style: italic;
}

.booking-card-body .apl-price-breakdown {
  margin: 14px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid var(--sand);
}

.booking-card-body .apl-breakdown-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  font-family: var(--sans);
  font-size: 12px;
  color: var(--charcoal);
}

.booking-card-body .apl-breakdown-label {
  font-weight: 400;
}

.booking-card-body .apl-breakdown-value {
  font-weight: 500;
}

.booking-card-body .apl-subtotal-line {
  font-size: 12px;
}

.booking-card-body .apl-due-today-line .apl-breakdown-value {
  color: var(--charcoal);
  font-weight: 600;
}

.booking-card-body .apl-due-later-line {
  font-size: 11px;
  color: var(--warm-gray);
}

.booking-card-body .apl-cart-qty-notice {
  margin: 10px 0 0;
  padding: 8px 10px;
  background: rgba(196, 162, 101, 0.08);
  border-left: 3px solid var(--accent);
  font-family: var(--sans);
  font-size: 11px;
  color: var(--charcoal);
  border-radius: 0;
}

.booking-card-body .single_add_to_cart_button,
.add-to-cart-btn {
  width: 100%;
  padding: 15px 20px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: var(--charcoal);
  color: var(--warm-white);
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 8px;
  border-radius: 0;
}

.booking-card-body .single_add_to_cart_button:hover,
.add-to-cart-btn:hover {
  background: var(--soft-black);
}

.booking-card-body .apl-notice {
  padding: 10px 12px;
  border-radius: 0;
  margin: 12px 0;
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.5;
}

.booking-card-body .apl-notice-info {
  background: rgba(196, 162, 101, 0.08);
  border-left: 3px solid var(--accent);
  color: var(--charcoal);
}

.booking-card-body .apl-notice-warning {
  background: #fff9e6;
  border-left: 3px solid var(--accent);
  color: var(--charcoal);
}

.booking-card-body .apl-notice-error {
  background: #fef0f0;
  border-left: 3px solid #d63638;
  color: #8b0000;
}

.booking-card-body .apl-notice-success {
  background: rgba(196, 162, 101, 0.06);
  border-left: 3px solid var(--accent);
  color: var(--charcoal);
}

.product-bottom {
  padding: 0 var(--page-padding) 60px;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  border-top: 1px solid var(--sand);
  padding-top: 48px;
}

.product-description h3 {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--sand);
}

.product-description p {
  font-size: 14px;
  color: var(--warm-gray);
  line-height: 1.8;
  margin-bottom: 14px;
}

.accordion-group {
  border-top: 1px solid var(--sand);
  margin-top: 30px;
  position: sticky;
  top: 80px;
  align-self: start;
}

.accordion-item {
  border-bottom: 1px solid var(--sand);
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--charcoal);
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: var(--sans);
  transition: color 0.2s;
}

.accordion-header:hover {
  color: var(--accent);
}

.accordion-header svg {
  width: 16px;
  height: 16px;
  stroke: var(--taupe);
  fill: none;
  stroke-width: 1.5;
  transition: transform 0.3s;
}

.accordion-item.open .accordion-header svg {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  padding: 0 0 16px;
  font-size: 13.5px;
  color: var(--warm-gray);
  line-height: 1.7;
}

.accordion-item.open .accordion-content {
  display: block;
}

.inspiration-gallery {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px var(--page-padding);
}

.gallery-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}

.gallery-header h2 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  color: var(--charcoal);
  white-space: nowrap;
}

.gallery-header .line {
  flex: 1;
  height: 1px;
  background: var(--sand);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  background: var(--cream);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.gallery-card-overlay .caption {
  font-size: 12px;
  color: white;
  font-weight: 500;
}

.gallery-card-overlay .venue {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
}

.help-section {
  padding: 64px var(--page-padding);
  background: var(--cream);
  border-top: 1px solid var(--sand);
}

.help-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.help-top {
  text-align: center;
  margin-bottom: 32px;
}

.help-top h2 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  color: var(--charcoal);
}

.help-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.help-card {
  background: var(--warm-white);
  border: 1px solid var(--sand);
  padding: 28px 24px;
  text-align: center;
  transition: border-color 0.2s;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.help-card:hover {
  border-color: var(--accent);
}

.help-card-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.help-card-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.3;
}

.help-card h3 {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: 8px;
}

.help-card p {
  font-size: 13px;
  color: var(--warm-gray);
  line-height: 1.5;
}

.help-personal {
  margin-top: 40px;
  text-align: center;
}

.help-intro {
  font-size: 14px;
  color: var(--warm-gray);
  max-width: 520px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

.help-people {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 36px;
}

.help-person {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 380px;
}

.help-person-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--sand);
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid var(--warm-white);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.help-person-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.help-person-name {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 4px;
}

.help-person-blurb {
  font-size: 13px;
  color: var(--warm-gray);
  line-height: 1.5;
  text-align: left;
}

.related-section {
  padding: 60px var(--page-padding) 80px;
  background: var(--warm-white);
}

.related-section .section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 32px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.related-section .section-header h2 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  color: var(--charcoal);
}

.related-section .section-header a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
}

.related-section .section-header a:hover {
  color: var(--accent-hover);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

.related-card {
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.related-card-img {
  width: 100%;
  aspect-ratio: 4/5;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.related-card:hover .related-card-img {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.related-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-card h3 {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 4px;
  transition: color 0.2s;
}

.related-card:hover h3 {
  color: var(--accent);
}

.related-card .price {
  font-size: 13px;
  color: var(--warm-gray);
}

.related-card .price .woocommerce-Price-amount {
  font-weight: 500;
}

.package-selector {
  max-width: 700px;
}

.package-selector-heading {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--sand);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.package-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1.5px solid var(--sand);
  margin-bottom: 12px;
  position: relative;
  transition: border-color 0.2s, background 0.2s;
  cursor: pointer;
}

.package-card:hover {
  border-color: var(--accent);
}

.package-card.selected {
  border-color: var(--accent);
  background: rgba(196, 162, 101, 0.04);
}

.package-card.selected::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--accent);
}

.package-popular-badge {
  position: absolute;
  top: -1px;
  right: -1px;
  background: var(--accent);
  color: var(--warm-white);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 12px;
}

.package-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}

.package-name {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  color: var(--charcoal);
  letter-spacing: 0.3px;
}

.package-guests {
  font-family: var(--sans);
  font-size: 11.5px;
  color: var(--warm-gray);
  margin-top: 2px;
}

.package-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.package-price {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  color: var(--charcoal);
  line-height: 1;
}

.package-discount {
  display: inline-block;
  background: rgba(196, 162, 101, 0.15);
  color: var(--accent-hover);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  letter-spacing: 0.3px;
}

.package-divider {
  height: 1px;
  background: var(--sand);
  margin: 0 24px;
}

.package-body {
  padding: 14px 24px 18px;
}

.package-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 24px;
}

.package-item {
  font-size: 12.5px;
  color: var(--warm-gray);
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.package-item .qty {
  font-weight: 600;
  color: var(--charcoal);
}

.package-item .or-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 600;
  color: var(--warm-white);
  background: var(--warm-gray);
  padding: 1px 5px;
  border-radius: 2px;
  margin: 0 2px;
  vertical-align: middle;
  letter-spacing: 0.3px;
}

.package-footer {
  padding: 0 24px 14px;
  font-size: 11px;
  color: var(--warm-gray);
  font-style: italic;
}

@media (max-width: 1024px) {
  section.product-top,
  .woocommerce div.product section.product-top {
    grid-template-columns: 72px 1fr 340px !important;
    padding: 32px 40px;
  }

  .product-info-col {
    grid-column: 1 / -1;
    order: 3;
  }

  .product-thumbnails {
    flex-direction: row;
    grid-column: 1 / 3;
    order: 2;
    overflow-x: auto;
  }

  .product-main-image {
    grid-column: 1 / 3;
    order: 1;
    aspect-ratio: 4 / 5;
  }

  .booking-sidebar {
    grid-column: 3;
    grid-row: 1 / 3;
    order: 4;
  }

  .product-bottom {
    padding: 0 40px 48px;
    gap: 40px;
    padding-top: 40px;
  }

  .related-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .inspiration-gallery {
    padding: 40px;
  }

  .help-section {
    padding: 48px 40px;
  }

  .related-section {
    padding: 48px 40px 60px;
  }
}

@media (max-width: 768px) {
  section.product-top,
  .woocommerce div.product section.product-top {
    grid-template-columns: 1fr !important;
    padding: 24px;
    gap: 20px;
  }

  .product-thumbnails {
    flex-direction: row;
    grid-column: auto;
    order: 2;
    overflow-x: auto;
    gap: 6px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .product-thumbnails::-webkit-scrollbar {
    display: none;
  }

  .thumb {
    width: 56px;
    height: 70px;
    flex-shrink: 0;
  }

  .product-main-image {
    grid-column: auto;
    order: 1;
    aspect-ratio: 4 / 5;
  }

  .product-info-col {
    grid-column: auto;
    order: 3;
  }

  .booking-sidebar {
    grid-column: auto;
    grid-row: auto;
    order: 4;
    position: static;
  }

  .product-title {
    font-size: 28px;
  }

  .product-bottom {
    grid-template-columns: 1fr;
    padding: 0 24px 40px;
    gap: 32px;
    padding-top: 32px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .inspiration-gallery {
    padding: 32px 24px;
  }

  .help-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .help-section {
    padding: 40px 24px;
  }

  .help-people {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .related-section {
    padding: 40px 24px 48px;
  }

  .related-section .section-header {
    flex-direction: column;
    gap: 8px;
  }

  .related-section .section-header h2 {
    font-size: 26px;
  }

  .package-contents {
    grid-template-columns: 1fr;
  }

  .package-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .gallery-header h2 {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .product-top {
    padding: 16px;
  }

  .product-title {
    font-size: 24px;
  }

  .product-badges {
    gap: 6px;
  }

  .product-badge {
    font-size: 10.5px;
    padding: 5px 10px;
  }

  .action-buttons {
    gap: 6px;
  }

  .action-btn {
    padding: 7px 12px;
    font-size: 10px;
  }

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

  .gallery-header h2 {
    font-size: 24px;
  }

  .help-top h2 {
    font-size: 26px;
  }

  .related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .inspiration-gallery {
    padding: 24px 16px;
  }

  .help-section {
    padding: 32px 16px;
  }

  .related-section {
    padding: 32px 16px 40px;
  }
}