/*
Theme Name: hausserperfume

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }

  table.shop_table_responsive tbody th {
    display: table-cell;
  }

  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }

  table.shop_table_responsive tr td {
    display: table-cell;
  }

  table.shop_table_responsive tr td::before {
    display: none;
  }
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 100%;
  }

  ul.products li.product.first {
    clear: both;
  }

  ul.products li.product.last {
    margin-right: 0;
  }

  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }

  ul.products.columns-2 li.product {
    width: 48.1%;
  }

  /* ul.products.columns-3 li.product {
		width: 30.79667%;
	} */

  ul.products.columns-4 li.product {
    width: 22.15%;
  }

  ul.products.columns-5 li.product {
    width: 16.96%;
  }

  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
}

/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  opacity: 0.5;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img.flex-active {
  opacity: 1;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li:hover
  img {
  opacity: 1;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li {
  width: 48.1%;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li:nth-child(2n) {
  margin-right: 0;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li:nth-child(2n + 1) {
  clear: both;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li {
  width: 30.79667%;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li:nth-child(3n) {
  margin-right: 0;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li:nth-child(3n + 1) {
  clear: both;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li {
  width: 22.15%;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n) {
  margin-right: 0;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 1) {
  clear: both;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li {
  width: 16.96%;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li:nth-child(5n) {
  margin-right: 0;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li:nth-child(5n + 1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }

  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }

  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }

  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/* new */
/* =============================================================
   Hausser Perfume — Shop Page
   ============================================================= */

/* ── Shop header ──────────────────────────────────────────── */
.hp-shop {
  background: #faf9f7;
}

.hp-shop__header {
  text-align: center;
  padding: clamp(48px, 7vw, 80px) clamp(24px, 8vw, 200px) clamp(32px, 4vw, 48px);
}

.hp-shop__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.7rem, 1vw, 0.85rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #111;
  margin: 0 0 24px;
}

.hp-shop__description p {
  font-size: clamp(0.78rem, 1vw, 0.88rem);
  line-height: 1.85;
  color: #555;
  margin: 0 auto;
  max-width: 540px;
  text-align: center;
}

/* ── Filter bar ───────────────────────────────────────────── */
.hp-shop__filter-bar {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #faf9f7;
  position: sticky;
  top: 72px;
  /* header height */
  z-index: 100;
}

.hp-shop__filter-bar-inner {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 clamp(24px, 5vw, 64px);
  min-height: 52px;
}

/* Sort */
.hp-shop__sort {
  margin-right: 40px;
}

.hp-shop__sort .woocommerce-ordering select,
.hp-shop__sort select {
  border: none;
  background: transparent;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #111;
  cursor: pointer;
  outline: none;
  padding: 0;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}

/* Filter groups */
.hp-shop__filters {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
}

.hp-shop__filter-group {
  position: relative;
}

.hp-shop__filter-toggle {
  background: none;
  border: none;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #111;
  cursor: pointer;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: inherit;
  transition: opacity 0.2s;
}

.hp-shop__filter-toggle:hover {
  opacity: 0.6;
}

.hp-shop__filter-toggle svg {
  transition: transform 0.25s ease;
}

.hp-shop__filter-group.is-open .hp-shop__filter-toggle svg {
  transform: rotate(180deg);
}

/* Dropdown */
.hp-shop__filter-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 200px;
  padding: 8px 0;
  z-index: 200;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.hp-shop__filter-group.is-open .hp-shop__filter-dropdown {
  display: block;
}

.hp-shop__filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #444;
  cursor: pointer;
  transition: background 0.15s;
}

.hp-shop__filter-option:hover {
  background: #f5f5f5;
}

.hp-shop__filter-option input[type="checkbox"] {
  width: 14px;
  height: 14px;
  accent-color: #111;
  cursor: pointer;
}

.hp-shop__filter-option.is-active {
  color: #111;
  font-weight: 500;
}

/* Result count */
.hp-shop__result-count {
  margin-left: auto;
}

.hp-shop__result-count .woocommerce-result-count {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888;
  margin: 0;
}

/* ── Product loop ─────────────────────────────────────────── */
.hp-shop__loop {
  padding: clamp(40px, 6vw, 72px) 0;
  transition: opacity 0.3s ease;
}

.hp-shop__loop.is-loading {
  opacity: 0.4;
  pointer-events: none;
}

.hp-shop__loop ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 5vw, 72px) clamp(24px, 3vw, 40px);
  list-style: none;
  margin: 0 auto;
  padding: 0 clamp(40px, 8vw, 120px);
  max-width: 1400px;
  width: 100%;
  box-sizing: border-box;
}

/* ── Product card ─────────────────────────────────────────── */
/* Pastikan tiap card center */
.hp-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  width: 100%;
}

/* Badge */
.hp-product-card__badge {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hp-product-card__badge-item {
  display: inline-block;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 5px 12px;
  border: 1px solid currentColor;
  white-space: nowrap;
}

.hp-product-card__badge--best {
  color: #8b1a2c;
  border-color: #8b1a2c;
  background: rgba(255, 255, 255, 0.9);
}

.hp-product-card__badge--new {
  color: #111;
  border-color: #111;
  background: rgba(255, 255, 255, 0.9);
}

.hp-product-card__img-link {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.hp-product-card__img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hp-product-card:hover .hp-product-card__img {
  transform: scale(1.04);
}

/* Info */
.hp-product-card__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.hp-product-card__name,
.hp-product-card__name a {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.7rem, 1vw, 0.82rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #111;
  text-decoration: none;
  margin: 0;
  line-height: 1.3;
}

.hp-product-card__price {
  font-size: clamp(0.72rem, 0.9vw, 0.82rem);
  color: #555;
}

.hp-product-card__price del {
  opacity: 0.5;
  margin-right: 4px;
}

.hp-product-card__link {
  display: inline-block;
  font-size: clamp(0.6rem, 0.75vw, 0.68rem);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  margin-top: 4px;
}

.hp-product-card__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0.4);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.hp-product-card:hover .hp-product-card__link::after {
  transform: scaleX(1);
}

/* ── Pagination ───────────────────────────────────────────── */
.woocommerce-pagination {
  text-align: center;
  padding: 0 0 clamp(40px, 6vw, 72px);
}

.woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 0.75rem;
  color: #555;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

.woocommerce-pagination ul.page-numbers li a:hover {
  border-color: #111;
  color: #111;
}

.woocommerce-pagination ul.page-numbers li span.current {
  border-color: #111;
  color: #111;
  font-weight: 500;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
  .hp-shop__loop ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-shop__filter-bar-inner {
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 24px;
  }

  .hp-shop__filters {
    flex-wrap: wrap;
    order: 3;
    width: 100%;
  }

  .hp-shop__result-count {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .hp-shop__loop ul.products {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* ── Collection Banner ────────────────────────────────────── */
.hp-shop__collection-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(400px, 55vw, 600px);
}

.hp-shop__collection-item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
}

.hp-shop__collection-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hp-shop__collection-item:hover .hp-shop__collection-bg {
  transform: scale(1.04);
}

.hp-shop__collection-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.hp-shop__collection-overlay--dark {
  background: rgba(90, 10, 20, 0.5);
}

.hp-shop__collection-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 32px;
}

.hp-shop__collection-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.8rem, 1.5vw, 1.1rem);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  margin: 0 0 16px;
}

.hp-shop__collection-link {
  display: inline-block;
  font-size: clamp(0.6rem, 0.8vw, 0.68rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 2px;
  transition: border-color 0.25s ease;
}

.hp-shop__collection-link:hover {
  border-color: #fff;
}

@media (max-width: 600px) {
  .hp-shop__collection-banner {
    grid-template-columns: 1fr;
  }
}

/* ── Customizer untuk collection banner ───────────────────── */

.hp-shop__sort-wrapper {
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
}

.hp-shop__sort-wrapper select {
  max-width: 100px;
  border: none;
  background: transparent;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #111;
  cursor: pointer;
  outline: none;
  padding: 16px 0;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 0;
  margin-right: 0;
}

.hp-shop__sort-wrapper svg {
  pointer-events: none;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.hp-shop__sort-wrapper.is-open svg {
  transform: rotate(180deg);
}

/* infinite paginations */
.hp-shop__sentinel {
  height: 1px;
  width: 100%;
}

.hp-shop__loop.is-loading::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #ddd;
  border-top-color: #111;
  border-radius: 50%;
  margin: 32px auto;
  animation: hp-spin 0.8s linear infinite;
}

@keyframes hp-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Sembunyikan pagination kalau infinite scroll aktif */
.hp-shop__loop ~ .woocommerce-pagination {
  display: none;
}

/* SINGLE PRODUCTS */
/* =============================================================
   Hausser Perfume — Single Product
   ============================================================= */

.hp-single {
  background: #faf9f7;
}

/* ── Back link ────────────────────────────────────────────── */
.hp-single__back {
  padding: clamp(20px, 3vw, 32px) clamp(32px, 6vw, 80px) 0;
}

.hp-single__back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #555;
  text-decoration: none;
  transition: color 0.25s ease;
}

.hp-single__back-link:hover {
  color: #111;
}

/* ── Main 2-column layout ─────────────────────────────────── */
.hp-single__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  padding: clamp(24px, 4vw, 48px) clamp(32px, 6vw, 80px) clamp(48px, 7vw, 80px);
  align-items: start;
}

/* ── Gallery ──────────────────────────────────────────────── */
.hp-single__gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hp-single__gallery-main {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f0ede8;
}

.hp-single__gallery-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.hp-single__gallery-thumbs {
  display: flex;
  gap: 12px;
}

.hp-single__gallery-thumb {
  width: 80px;
  height: 80px;
  border: 1px solid transparent;
  background: none;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
  flex-shrink: 0;
}

.hp-single__gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hp-single__gallery-thumb.is-active {
  border-color: #111;
}

/* ── Product info ─────────────────────────────────────────── */
.hp-single__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}

.hp-single__badge {
  display: flex;
  gap: 8px;
}

.hp-single__badge-item {
  display: inline-block;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 5px 12px;
  border: 1px solid currentColor;
}

.hp-single__badge--best {
  color: #8b1a2c;
  border-color: #8b1a2c;
}

.hp-single__badge--new {
  color: #111;
  border-color: #111;
}

.hp-single__collection {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  margin: 0;
}

.hp-single__name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.1;
  color: #111;
  margin: 0;
}

.hp-single__price {
  font-size: clamp(0.82rem, 1.1vw, 0.95rem);
  color: #444;
}

.hp-single__price del {
  opacity: 0.5;
  margin-right: 4px;
}

/* ── Actions ──────────────────────────────────────────────── */
.hp-single__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hp-single__qty-row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hp-single__qty {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hp-single__qty-label {
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888;
}

.hp-single__qty-control {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #ddd;
}

.hp-single__qty-btn {
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.hp-single__qty-btn:hover {
  background: #f5f5f5;
}

.hp-single__qty-input {
  width: 48px;
  height: 36px;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 0.85rem;
  font-family: inherit;
  outline: none;
  background: none;
}

/* Hide WooCommerce default qty */
.hp-single__buy .quantity {
  display: none !important;
}

/* Wishlist */
.hp-single__wishlist,
.hp-single__wishlist-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: #555;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
  transition: color 0.25s ease;
}

.hp-single__wishlist:hover,
.hp-single__wishlist-btn:hover {
  color: #111;
}

/* Buy now / Add to cart */
.hp-single__buy .single_add_to_cart_button,
.hp-single__buy button.button {
  width: 100%;
  background: #111;
  color: #fff;
  border: none;
  padding: 16px 32px;
  font-size: 0.68rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.25s ease;
}

.hp-single__buy .single_add_to_cart_button:hover,
.hp-single__buy button.button:hover {
  background: #8b1a2c;
}

/* ── Product information table ────────────────────────────── */
.hp-single__info-table {
  border-top: 1px solid #e8e5e0;
  padding-top: 20px;
  margin-top: 8px;
}

.hp-single__info-table-title {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8b1a2c;
  margin: 0 0 16px;
}

.hp-single__info-table table {
  border-collapse: collapse;
  width: 100%;
}

.hp-single__info-table tr td {
  padding: 6px 0;
  font-size: 0.78rem;
  color: #444;
  vertical-align: top;
}

.hp-single__info-key {
  width: 180px;
  color: #888;
  font-size: 0.75rem;
}

.hp-single__info-sep {
  width: 16px;
  color: #888;
}

.hp-single__info-val {
  color: #333;
}

/* ── Tabs ─────────────────────────────────────────────────── */
.hp-single__tabs {
  padding: 0 clamp(32px, 6vw, 80px);
  border-top: 1px solid #e8e5e0;
}

.hp-single__tab-nav {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e8e5e0;
  margin-bottom: 0;
}

.hp-single__tab-btn {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 16px 0;
  margin-right: 40px;
  margin-bottom: -1px;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  cursor: pointer;
  font-family: inherit;
  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}

.hp-single__tab-btn.is-active {
  color: #8b1a2c;
  border-bottom-color: #8b1a2c;
}

.hp-single__tab-content {
  display: none;
}

.hp-single__tab-content.is-active {
  display: block;
}

.hp-single__tab-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(32px, 5vw, 64px);
  padding: clamp(32px, 5vw, 56px) 0;
  align-items: start;
}

.hp-single__tab-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 32px;
}

.hp-single__tab-desc,
.hp-single__tab-how {
  font-size: clamp(0.78rem, 1vw, 0.88rem);
  line-height: 1.85;
  color: #555;
  margin-bottom: 32px;
}

.hp-single__tab-desc:last-child,
.hp-single__tab-how:last-child {
  margin-bottom: 0;
}

/* ── Gallery duo ──────────────────────────────────────────── */
.hp-single__gallery-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.hp-single__gallery-duo-item {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.hp-single__gallery-duo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hp-single__gallery-duo-item:hover img {
  transform: scale(1.04);
}

/* ── You may like ─────────────────────────────────────────── */
.hp-single__related {
  padding: clamp(56px, 8vw, 96px) clamp(32px, 6vw, 80px);
  text-align: center;
}

.hp-single__related-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.7rem, 1vw, 0.85rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #111;
  margin: 0 0 clamp(32px, 5vw, 56px);
}

.hp-single__related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 5vw, 64px) clamp(24px, 3vw, 40px);
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 960px;
  margin: 0 auto;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
  .hp-single__main {
    grid-template-columns: 1fr;
  }

  .hp-single__tab-inner {
    grid-template-columns: 1fr;
  }

  .hp-single__gallery-duo {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 480px) {
  .hp-single__related-grid {
    grid-template-columns: 1fr;
  }
}

.hp-product-card__ml {
  font-size: inherit;
  color: inherit;
}

.hp-single__ml {
  font-size: clamp(0.78rem, 1vw, 0.88rem);
  color: #555;
  margin: 0;
}

/* =============================================================
   Hausser Perfume — Cart Block Styling
   ============================================================= */

/* ── Page wrapper ─────────────────────────────────────────── */
.page-id-8 .entry-content-main,
.woocommerce-cart .entry-content-main {
  background: #faf9f7;
  padding: clamp(48px, 7vw, 80px) clamp(32px, 6vw, 80px);
}

/* ── MY CART title (injected via PHP) ─────────────────────── */
.hp-cart-block-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.7rem, 1vw, 0.85rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #111;
  text-align: center;
  margin: 0 0 clamp(32px, 5vw, 48px);
}

/* ── Main layout ──────────────────────────────────────────── */
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
  gap: clamp(32px, 5vw, 64px);
  background: #faf9f7;
}

/* ── Table header ─────────────────────────────────────────── */
.wc-block-cart-items__header {
  border-bottom: 1px solid #e8e5e0;
}

.wc-block-cart-items__header th {
  font-size: 0.62rem !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  font-weight: 400;
  padding-bottom: 14px;
}

.wc-block-cart-items__header-image,
.wc-block-cart-items__header-product {
  text-align: left;
}

.wc-block-cart-items__header-total {
  text-align: right;
}

/* ── Cart item row ────────────────────────────────────────── */
.wc-block-cart-items__row {
  border-bottom: 1px solid #e8e5e0;
}

.wc-block-cart-item__image img {
  width: 120px !important;
  height: auto !important;
  aspect-ratio: 3/4;
  object-fit: cover;
}

/* Product name */
.wc-block-components-product-name {
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(1rem, 1.5vw, 1.3rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111 !important;
  text-decoration: none !important;
}

/* Price */
.wc-block-cart-item__prices .wc-block-components-product-price__value {
  font-size: 0.82rem;
  color: #555;
}

.wc-block-cart-item__prices del {
  color: #aaa;
  font-size: 0.75rem;
}

/* Product meta (size, color) */
.wc-block-components-product-details__name {
  font-size: 0.72rem;
  color: #888;
}

.wc-block-components-product-details__value {
  font-size: 0.72rem;
  color: #555;
}

.wc-block-components-product-metadata__description p {
  font-size: 0.75rem;
  color: #888;
  margin: 4px 0;
}

/* Quantity selector */
.wc-block-components-quantity-selector {
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  background: none !important;
  width: auto !important;
  display: inline-flex;
}

.wc-block-components-quantity-selector__input {
  font-size: 0.82rem !important;
  color: #111 !important;
  background: none !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  width: 40px !important;
  text-align: center;
}

.wc-block-components-quantity-selector__button {
  background: none !important;
  border: none !important;
  color: #111 !important;
  width: 30px !important;
  font-size: 1rem !important;
  padding: 0 !important;
}

.wc-block-components-quantity-selector__button:hover {
  background: #f5f5f5 !important;
  color: #111 !important;
}

/* Remove button */
.wc-block-cart-item__remove-link {
  color: #888 !important;
  margin-left: 12px;
  transition: color 0.25s ease;
}

.wc-block-cart-item__remove-link:hover {
  color: #8b1a2c !important;
}

/* Total column */
.wc-block-cart-item__total .wc-block-components-product-price__value {
  font-size: 0.88rem;
  color: #111;
}

/* Sale badge */
.wc-block-components-sale-badge {
  font-size: 0.65rem;
  background: none !important;
  color: #8b1a2c !important;
  border: 1px solid #8b1a2c;
  border-radius: 0 !important;
  padding: 2px 8px;
}

/* ── Sidebar / Order summary ──────────────────────────────── */
.wc-block-cart__sidebar {
  background: #fff;
  border: 1px solid #e8e5e0;
  padding: 28px 24px !important;
}

/* Cart totals title */
.wc-block-cart__totals-title {
  font-size: 0.62rem !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  font-weight: 400 !important;
  font-family: inherit !important;
  margin-bottom: 16px !important;
}

/* Totals items */
.wc-block-components-totals-item {
  border-bottom: 1px solid #f0ede8 !important;
  padding: 10px 0 !important;
}

.wc-block-components-totals-item__label {
  font-size: 0.82rem !important;
  color: #444;
}

.wc-block-components-totals-item__value {
  font-size: 0.82rem !important;
  color: #111;
}

/* Footer total */
.wc-block-components-totals-footer-item {
  border-top: 2px solid #e8e5e0 !important;
  border-bottom: none !important;
  padding-top: 16px !important;
}

.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__label {
  font-weight: 500 !important;
  font-size: 0.85rem !important;
  color: #111 !important;
}

.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__value {
  font-weight: 500 !important;
  font-size: 0.92rem !important;
  color: #111 !important;
}

/* Coupon panel */
.wc-block-components-panel__button {
  font-size: 0.72rem !important;
  letter-spacing: 0.1em;
  color: #555 !important;
  border: 1px solid #ddd !important;
  padding: 10px 12px !important;
  margin: 12px 0 !important;
  background: none !important;
}

.wc-block-components-totals-coupon__form .wc-block-components-text-input input {
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  font-size: 0.75rem !important;
  padding: 10px 12px !important;
}

.wc-block-components-totals-coupon__button {
  border-radius: 0 !important;
  background: #111 !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase;
}

/* Checkout button */
.wc-block-cart__submit-button {
  background: #111 !important;
  border-radius: 0 !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  padding: 16px !important;
  transition: background 0.25s ease !important;
  width: 100%;
  text-align: center;
}

.wc-block-cart__submit-button:hover {
  background: #8b1a2c !important;
}

.wc-block-components-button__text {
  font-size: inherit !important;
  letter-spacing: inherit !important;
}

/* ── YOU MAY LIKE (injected via PHP) ──────────────────────── */
.hp-cart-related {
  margin-top: clamp(56px, 8vw, 96px);
  text-align: center;
}

.hp-cart-related__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.7rem, 1vw, 0.85rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #111;
  margin: 0 0 clamp(32px, 5vw, 56px);
}

/* Cart page — offset dari header */
.woocommerce-cart #primary,
.woocommerce-cart .site-main {
  padding-top: 72px;
  /* tinggi header */
}

.woocommerce-cart .entry-content-main,
.woocommerce-cart .wp-block-woocommerce-cart {
  padding-top: 32px;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  flex: 1;
}

/* ── Fix left side padding ────────────────────────────────── */
.woocommerce-cart .entry-content-main {
  padding: 0;
}

.wp-block-woocommerce-cart {
  padding: clamp(80px, 10vw, 120px) clamp(32px, 6vw, 80px)
    clamp(48px, 7vw, 80px);
  background: #faf9f7;
}

/* ── Cart layout ──────────────────────────────────────────── */
.wc-block-components-sidebar-layout.wc-block-cart {
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

/* ── Right sidebar — ORDER SUMMARY style ─────────────────── */
.wc-block-cart__sidebar {
  background: #fff !important;
  border: 1px solid #e8e5e0 !important;
  padding: 28px 24px !important;
  position: sticky;
  top: 100px;
}

/* Ganti "CART TOTALS" jadi "ORDER SUMMARY" style */
.wc-block-cart__totals-title {
  font-size: 0.62rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #888 !important;
  font-weight: 400 !important;
  font-family: inherit !important;
  margin-bottom: 20px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #e8e5e0 !important;
}

/* Subtotal row */
.wc-block-components-totals-subtotal .wc-block-components-totals-item__label,
.wc-block-components-totals-item__label {
  font-size: 0.82rem !important;
  color: #444 !important;
}

.wc-block-components-totals-item__value {
  font-size: 0.82rem !important;
  color: #111 !important;
}

/* Estimated total */
.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__label {
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: #111 !important;
}

.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__value {
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  color: #111 !important;
}

/* Coupon */
.wc-block-components-panel__button {
  font-size: 0.72rem !important;
  letter-spacing: 0.08em !important;
  color: #555 !important;
  background: none !important;
  border: 1px solid #e8e5e0 !important;
  padding: 10px 14px !important;
  width: 100% !important;
  text-align: left !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin: 12px 0 !important;
  cursor: pointer !important;
}

/* Checkout button */
.wc-block-cart__submit-button,
.wc-block-components-button.wc-block-cart__submit-button {
  background: #111 !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  padding: 16px !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  margin-top: 16px !important;
  transition: background 0.25s ease !important;
}

.wc-block-cart__submit-button:hover {
  background: #8b1a2c !important;
}

/* =============================================================
   Hausser Perfume — Checkout Block Styling
   ============================================================= */

/* ── Page wrapper ─────────────────────────────────────────── */
.woocommerce-checkout .entry-content-main {
  padding: 0;
}

.wp-block-woocommerce-checkout {
  padding: clamp(48px, 7vw, 80px) clamp(32px, 6vw, 80px);
  background: #faf9f7;
}

/* ── Title & breadcrumb (injected via JS) ─────────────────── */
.hp-checkout-header {
  text-align: center;
  margin-bottom: clamp(32px, 5vw, 56px);
}

.hp-checkout-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.7rem, 1vw, 0.85rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #111;
  margin: 0 0 20px;
}

.hp-checkout-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e8e5e0;
  border-bottom: 1px solid #e8e5e0;
  padding: 12px 0;
}

.hp-checkout-breadcrumb__steps {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hp-checkout-breadcrumb__step {
  color: #888;
}

.hp-checkout-breadcrumb__step.is-active {
  color: #111;
  font-weight: 500;
}

.hp-checkout-breadcrumb__sep {
  color: #bbb;
  font-size: 0.7rem;
}

.hp-checkout-secure {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: #888;
}

/* ── Layout ───────────────────────────────────────────────── */
.wc-block-components-sidebar-layout.wc-block-checkout {
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  background: #faf9f7;
}

/* ── Left — Form ──────────────────────────────────────────── */
.wc-block-checkout__main {
  background: #faf9f7;
}

/* Step headings */
.wc-block-components-checkout-step__title {
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #111 !important;
}

.wc-block-components-checkout-step__heading-content {
  font-size: 0.72rem !important;
  color: #888 !important;
}

/* Step number — hide */
.wc-block-components-checkout-step__heading-container::before {
  display: none !important;
}

/* Text inputs */
.wc-block-components-text-input input,
.wc-block-components-address-form input,
.wc-block-components-country-input input,
.wc-blocks-components-select__select {
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  padding: 12px 14px !important;
  font-size: 0.8rem !important;
  font-family: inherit !important;
  background: #fff !important;
  color: #111 !important;
  outline: none !important;
  transition: border-color 0.25s ease !important;
}

.wc-block-components-text-input input:focus,
.wc-block-components-address-form input:focus {
  border-color: #111 !important;
  box-shadow: none !important;
}

/* Input labels */
.wc-block-components-text-input label,
.wc-blocks-components-select__label,
.wc-block-components-address-form label {
  font-size: 0.62rem !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #888 !important;
}

/* Select */
.wc-blocks-components-select__select {
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
}

/* Checkbox */
.wc-block-components-checkbox__input {
  accent-color: #111 !important;
  width: 14px !important;
  height: 14px !important;
}

.wc-block-components-checkbox__label {
  font-size: 0.78rem !important;
  color: #555 !important;
}

/* Order notes */
.wc-block-checkout__add-note textarea {
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  padding: 12px 14px !important;
  font-size: 0.8rem !important;
  font-family: inherit !important;
  resize: vertical !important;
  min-height: 100px !important;
}

/* Terms */
.wc-block-checkout__terms {
  font-size: 0.78rem !important;
  color: #555 !important;
}

/* Radio (shipping methods) */
.wc-block-components-radio-control__option {
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  padding: 12px 14px !important;
  margin-bottom: 8px !important;
}

.wc-block-components-radio-control__option--checked-option-highlighted {
  border-color: #111 !important;
  background: #f9f9f9 !important;
}

.wc-block-components-radio-control__label {
  font-size: 0.8rem !important;
  color: #111 !important;
}

/* ── Action buttons ───────────────────────────────────────── */
.wc-block-checkout__actions_row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 24px !important;
}

/* Return to cart */
.wc-block-components-checkout-return-to-cart-button {
  font-size: 0.65rem !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #555 !important;
  background: none !important;
  border: none !important;
  text-decoration: underline !important;
  cursor: pointer !important;
  padding: 0 !important;
}

.wc-block-components-checkout-return-to-cart-button:hover {
  color: #111 !important;
}

/* Place order / Continue button */
.wc-block-components-checkout-place-order-button {
  background: #111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 40px !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  font-family: inherit !important;
  cursor: pointer !important;
  transition: background 0.25s ease !important;
  flex: 1 !important;
}

.wc-block-components-checkout-place-order-button:hover {
  background: #8b1a2c !important;
}

/* ── Right — Order Summary ────────────────────────────────── */
.wc-block-checkout__sidebar {
  background: #fff !important;
  border: 1px solid #e8e5e0 !important;
  padding: 0 !important;
  position: sticky !important;
  top: 100px !important;
}

/* YOUR ORDER title */
.wc-block-components-checkout-order-summary__title {
  padding: 20px 24px !important;
  border-bottom: 1px solid #e8e5e0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.wc-block-components-checkout-order-summary__title-text {
  font-size: 0.62rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #888 !important;
  font-weight: 400 !important;
}

.wc-block-components-checkout-order-summary__title-price {
  font-size: 0.88rem !important;
  color: #111 !important;
  font-weight: 500 !important;
}

.wc-block-components-checkout-order-summary__title-icon {
  display: none !important;
}

.wc-block-components-checkout-order-summary__content {
  padding: 0 24px !important;
}

/* Order items */
.wc-block-components-order-summary-item {
  padding: 16px 0 !important;
  border-bottom: 1px solid #f0ede8 !important;
  display: grid !important;
  grid-template-columns: 56px 1fr auto !important;
  gap: 12px !important;
  align-items: start !important;
}

.wc-block-components-order-summary-item__image img {
  border-radius: 0 !important;
}

.wc-block-components-order-summary-item__quantity {
  font-size: 0.65rem !important;
  background: #111 !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 18px !important;
  height: 18px !important;
}

.wc-block-components-product-name {
  font-size: 0.78rem !important;
  color: #111 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
  font-size: 0.7rem !important;
  color: #888 !important;
}

.wc-block-components-order-summary-item__total-price
  .wc-block-components-product-price__value {
  font-size: 0.82rem !important;
  color: #111 !important;
}

/* Totals section */
.wp-block-woocommerce-checkout-order-summary-totals-block {
  padding: 0 !important;
}

.wc-block-components-totals-item {
  padding: 10px 0 !important;
  border-bottom: 1px solid #f0ede8 !important;
}

.wc-block-components-totals-item__label {
  font-size: 0.72rem !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #888 !important;
}

.wc-block-components-totals-item__value {
  font-size: 0.82rem !important;
  color: #111 !important;
}

/* Footer total */
.wc-block-components-totals-footer-item {
  border-bottom: none !important;
  padding: 16px 0 !important;
}

.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__label {
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  color: #111 !important;
  text-transform: uppercase !important;
}

.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__value {
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  color: #111 !important;
}

/* Coupon panel */
.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  padding: 0 !important;
}

.wc-block-components-panel__button {
  font-size: 0.7rem !important;
  letter-spacing: 0.1em !important;
  color: #555 !important;
  padding: 12px 0 !important;
  background: none !important;
  border: none !important;
  border-top: 1px solid #f0ede8 !important;
  border-bottom: 1px solid #f0ede8 !important;
  width: 100% !important;
  text-align: left !important;
  cursor: pointer !important;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
  .wc-block-components-sidebar-layout.wc-block-checkout {
    grid-template-columns: 1fr !important;
  }

  .wc-block-checkout__sidebar {
    position: static !important;
  }
}

/* =============================================================
   Hausser Perfume — Thank You / Order Confirmation
   ============================================================= */

.hp-thankyou {
  background: #faf9f7;
  padding: clamp(56px, 8vw, 96px) clamp(32px, 6vw, 80px);
  min-height: 60vh;
}

/* ── Header ───────────────────────────────────────────────── */
.hp-thankyou__header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 64px);
}

.hp-thankyou__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid #111;
  border-radius: 50%;
  margin-bottom: 24px;
  color: #111;
}

.hp-thankyou__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.7rem, 1.2vw, 0.95rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #111;
  margin: 0 0 16px;
}

.hp-thankyou__subtitle {
  font-size: clamp(0.78rem, 1vw, 0.88rem);
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* ── Overview bar ─────────────────────────────────────────── */
.hp-thankyou__overview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #e8e5e0;
  margin-bottom: clamp(40px, 6vw, 64px);
  background: #fff;
}

.hp-thankyou__overview-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border-right: 1px solid #e8e5e0;
}

.hp-thankyou__overview-item:last-child {
  border-right: none;
}

.hp-thankyou__overview-label {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
}

.hp-thankyou__overview-value {
  font-size: 0.88rem;
  color: #111;
  font-weight: 400;
}

/* ── Body layout ──────────────────────────────────────────── */
.hp-thankyou__body {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  margin-bottom: clamp(40px, 6vw, 64px);
}

/* ── Section ──────────────────────────────────────────────── */
.hp-thankyou__section {
  margin-bottom: 32px;
}

.hp-thankyou__section:last-child {
  margin-bottom: 0;
}

.hp-thankyou__section-title {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  font-weight: 400;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e5e0;
  font-family: inherit;
}

/* ── Order items table ────────────────────────────────────── */
.hp-thankyou__items {
  width: 100%;
  border-collapse: collapse;
}

.hp-thankyou__items thead th {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888;
  font-weight: 400;
  padding: 0 0 12px;
  text-align: left;
  border-bottom: 1px solid #e8e5e0;
}

.hp-thankyou__items thead th:last-child {
  text-align: right;
}

.hp-thankyou__item {
  border-bottom: 1px solid #f0ede8;
}

.hp-thankyou__item-img {
  width: 72px;
  padding: 16px 16px 16px 0;
}

.hp-thankyou__item-img img {
  width: 72px;
  height: 96px;
  object-fit: cover;
  display: block;
}

.hp-thankyou__item-info {
  padding: 16px 16px 16px 0;
  vertical-align: top;
}

.hp-thankyou__item-name {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.82rem, 1.1vw, 0.95rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 4px;
}

.hp-thankyou__item-qty {
  color: #888;
  font-size: 0.75rem;
}

.hp-thankyou__item-meta {
  display: block;
  font-size: 0.72rem;
  color: #888;
  margin-top: 2px;
}

.hp-thankyou__item-total {
  font-size: 0.85rem;
  color: #111;
  text-align: right;
  padding: 16px 0;
  vertical-align: top;
  white-space: nowrap;
}

/* Totals rows */
.hp-thankyou__totals-row th,
.hp-thankyou__totals-row td {
  padding: 10px 0;
  font-size: 0.78rem;
  color: #555;
  border-top: 1px solid #f0ede8;
}

.hp-thankyou__totals-row th {
  font-weight: 400;
  text-align: left;
}

.hp-thankyou__totals-row td {
  text-align: right;
}

.hp-thankyou__totals-row--total th,
.hp-thankyou__totals-row--total td {
  font-size: 0.88rem;
  color: #111;
  font-weight: 500;
  border-top: 2px solid #e8e5e0;
  padding-top: 14px;
}

/* ── Address ──────────────────────────────────────────────── */
.hp-thankyou__addresses {
  background: #fff;
  border: 1px solid #e8e5e0;
  padding: 24px;
  position: sticky;
  top: 100px;
}

.hp-thankyou__address {
  font-style: normal;
  font-size: 0.82rem;
  line-height: 1.8;
  color: #555;
}

.hp-thankyou__shipping-method {
  font-size: 0.78rem;
  color: #555;
  margin-top: 12px;
}

.hp-thankyou__shipping-method strong {
  color: #111;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 4px;
}

/* ── Actions ──────────────────────────────────────────────── */
.hp-thankyou__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  padding-top: clamp(24px, 4vw, 40px);
  border-top: 1px solid #e8e5e0;
}

.hp-thankyou__btn {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 40px;
  transition: all 0.25s ease;
}

.hp-thankyou__btn--primary {
  background: #111;
  color: #fff;
}

.hp-thankyou__btn--primary:hover {
  background: #8b1a2c;
  color: #fff;
}

.hp-thankyou__btn--secondary {
  background: none;
  color: #111;
  border: 1px solid #111;
}

.hp-thankyou__btn--secondary:hover {
  background: #111;
  color: #fff;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 900px) {
  .hp-thankyou__overview {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-thankyou__overview-item:nth-child(2) {
    border-right: none;
  }

  .hp-thankyou__overview-item:nth-child(3),
  .hp-thankyou__overview-item:nth-child(4) {
    border-top: 1px solid #e8e5e0;
  }

  .hp-thankyou__body {
    grid-template-columns: 1fr;
  }

  .hp-thankyou__addresses {
    position: static;
  }
}

@media (max-width: 600px) {
  .hp-thankyou__overview {
    grid-template-columns: 1fr;
  }

  .hp-thankyou__overview-item {
    border-right: none;
    border-bottom: 1px solid #e8e5e0;
  }

  .hp-thankyou__overview-item:nth-child(3) {
    border-top: none;
  }

  .hp-thankyou__actions {
    flex-direction: column;
  }

  .hp-thankyou__btn {
    width: 100%;
    text-align: center;
  }
}

/* ── Thank You — Payment gateway instructions ─────────────── */
.hp-thankyou .woocommerce-bacs-bank-details,
.hp-thankyou .woocommerce-order-details,
.hp-thankyou .woocommerce-customer-details {
  margin-bottom: 32px;
}

/* "Our bank details" heading */
.hp-thankyou .woocommerce-bacs-bank-details h2,
.hp-thankyou .woocommerce-order-details h2,
.hp-thankyou .woocommerce-customer-details h2 {
  font-size: 0.62rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #888 !important;
  font-weight: 400 !important;
  font-family: inherit !important;
  margin: 0 0 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #e8e5e0 !important;
  background: none !important;
  color: #888 !important;
}

/* Bank details section */
.hp-thankyou .woocommerce-bacs-bank-details .wc-bacs-bank-details {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hp-thankyou .wc-bacs-bank-details-account-name {
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  color: #111 !important;
  margin-bottom: 8px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
}

.hp-thankyou .wc-bacs-bank-details li {
  font-size: 0.8rem !important;
  color: #555 !important;
  padding: 6px 0 !important;
  border-bottom: 1px solid #f0ede8 !important;
  list-style: none !important;
  display: flex !important;
  gap: 8px !important;
}

.hp-thankyou .wc-bacs-bank-details li strong {
  color: #888 !important;
  font-weight: 400 !important;
  min-width: 140px !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* Order details table (default WC) */
.hp-thankyou .woocommerce-table--order-details {
  width: 100% !important;
  border-collapse: collapse !important;
}

.hp-thankyou .woocommerce-table--order-details thead th {
  font-size: 0.6rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #888 !important;
  font-weight: 400 !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid #e8e5e0 !important;
  text-align: left !important;
}

.hp-thankyou .woocommerce-table--order-details tbody td,
.hp-thankyou .woocommerce-table--order-details tfoot td,
.hp-thankyou .woocommerce-table--order-details tfoot th {
  font-size: 0.8rem !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #f0ede8 !important;
  color: #555 !important;
}

.hp-thankyou .woocommerce-table--order-details tfoot tr:last-child th,
.hp-thankyou .woocommerce-table--order-details tfoot tr:last-child td {
  font-weight: 500 !important;
  color: #111 !important;
  border-top: 2px solid #e8e5e0 !important;
  border-bottom: none !important;
}

/* ── Thank You — 2 kolom layout untuk WC default content ──── */
.hp-thankyou .woocommerce-order {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}

/* Bank details + Order details → kolom kiri */
.hp-thankyou .woocommerce-bacs-bank-details,
.hp-thankyou .woocommerce-order-details {
  grid-column: 1;
}

/* Customer details (billing + shipping) → kolom kanan */
.hp-thankyou .woocommerce-customer-details {
  grid-column: 2;
  grid-row: 1 / 3;
  /* span 2 rows agar sejajar */
}

@media (max-width: 768px) {
  .hp-thankyou .woocommerce-order {
    grid-template-columns: 1fr;
  }

  .hp-thankyou .woocommerce-customer-details {
    grid-column: 1;
    grid-row: auto;
  }
}

.hp-thankyou__wc-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e8e5e0;
}

.hp-thankyou__wc-content > * {
  min-width: 0;
}

@media (max-width: 768px) {
  .hp-thankyou__wc-content {
    grid-template-columns: 1fr;
  }
}

/* ── Bank details wrap ────────────────────────────────────── */
.hp-thankyou__bank-wrap {
  margin-bottom: clamp(32px, 5vw, 48px);
  background: #fff;
  border: 1px solid #e8e5e0;
  padding: 24px;
}

.hp-thankyou__bank-wrap h2 {
  font-size: 0.62rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #888 !important;
  font-weight: 400 !important;
  font-family: inherit !important;
  margin: 0 0 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #e8e5e0 !important;
}

.hp-thankyou__bank-wrap ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hp-thankyou__bank-wrap li {
  font-size: 0.8rem !important;
  color: #555 !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid #f0ede8 !important;
  display: flex !important;
  gap: 12px !important;
}

.hp-thankyou__bank-wrap li:last-child {
  border-bottom: none !important;
}

.hp-thankyou__bank-wrap li strong {
  color: #888 !important;
  font-weight: 400 !important;
  min-width: 140px !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.hp-thankyou__bank-wrap > p {
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  color: #111 !important;
  margin: 0 0 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
}

/*  */
/* ═══════════════════════════════════════════════════════════════
   hp-cat — Product Category Archive (taxonomy-product_cat.php)
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero ───────────────────────────────────────────────────── */
.hp-cat__hero {
  position: relative;
  min-height: clamp(260px, 35vw, 480px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #111;
  overflow: hidden;
}

.hp-cat__hero--has-image {
  align-items: center;
}

.hp-cat__hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hp-cat__hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.hp-cat__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(32px, 5vw, 72px) clamp(24px, 6vw, 80px);
}

.hp-cat__hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}

/* ── Description ────────────────────────────────────────────── */
.hp-cat__desc {
  max-width: 680px;
  margin: clamp(40px, 6vw, 72px) auto;
  padding: 0 clamp(24px, 6vw, 80px);
  text-align: center;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.8;
  color: #3a3028;
}

/* ── Section title ──────────────────────────────────────────── */
.hp-cat__section-title {
  text-align: center;
  padding: 0 clamp(24px, 6vw, 80px);
  margin-bottom: clamp(32px, 4vw, 56px);
}

.hp-cat__section-title h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #1a1008;
  margin: 0;
}

/* ── Sub-category grid ──────────────────────────────────────── */
.hp-cat__sub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 40px) clamp(16px, 2vw, 24px);
  padding: 0 clamp(40px, 8vw, 120px) clamp(60px, 8vw, 100px);
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.hp-cat__sub-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.hp-cat__sub-card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #111;
}

.hp-cat__sub-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hp-cat__sub-card:hover .hp-cat__sub-card-img {
  transform: scale(1.04);
}

.hp-cat__sub-card-placeholder {
  width: 100%;
  height: 100%;
  background: #1a1008;
}

.hp-cat__sub-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  transition: background 0.3s ease;
}

.hp-cat__sub-card:hover .hp-cat__sub-card-overlay {
  background: rgba(0, 0, 0, 0.25);
}

.hp-cat__sub-card-info {
  padding: clamp(16px, 2vw, 24px) 0 0;
  text-align: center;
}

.hp-cat__sub-card-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.9rem, 1.4vw, 1.15rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #1a1008;
  margin: 0 0 8px;
}

.hp-cat__sub-card-link {
  display: inline-block;
  font-size: clamp(0.58rem, 0.75vw, 0.65rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1a1008;
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 16, 8, 0.4);
  padding-bottom: 2px;
  transition: border-color 0.25s ease;
}

.hp-cat__sub-card:hover .hp-cat__sub-card-link {
  border-color: #1a1008;
}

/* ── Product loop (mode B) ──────────────────────────────────── */
.hp-cat__loop {
  padding: clamp(20px, 4vw, 40px) 0 clamp(40px, 6vw, 72px);
  transition: opacity 0.3s ease;
}

.hp-cat__loop.is-loading {
  opacity: 0.4;
  pointer-events: none;
}

.hp-cat__loop ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 5vw, 72px) clamp(24px, 3vw, 40px);
  list-style: none;
  margin: 0 auto;
  padding: 0 clamp(40px, 8vw, 120px);
  max-width: 1400px;
  width: 100%;
  box-sizing: border-box;
}

/* Sembunyikan pagination (dipakai JS saja) */
.hp-cat__loop ~ .woocommerce-pagination {
  display: none;
}

/* Sentinel untuk infinite scroll */
.hp-cat__sentinel {
  height: 1px;
  margin-top: 40px;
}

/* ── CTA Banner ─────────────────────────────────────────────── */
.hp-cat__cta-banner {
  background: #c8b89a;
  padding: clamp(48px, 8vw, 96px) clamp(24px, 6vw, 80px);
  display: flex;
  align-items: center;
}

.hp-cat__cta-content {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.hp-cat__cta-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1a1008;
  margin: 0;
  line-height: 1.2;
}

.hp-cat__cta-link {
  font-size: clamp(0.6rem, 0.8vw, 0.68rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1a1008;
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 16, 8, 0.5);
  padding-bottom: 2px;
  white-space: nowrap;
  transition: border-color 0.25s ease;
  flex-shrink: 0;
}

.hp-cat__cta-link:hover {
  border-color: #1a1008;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .hp-cat__sub-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-left: clamp(24px, 5vw, 48px);
    padding-right: clamp(24px, 5vw, 48px);
  }

  .hp-cat__loop ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-cat__cta-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .hp-cat__sub-grid {
    grid-template-columns: 1fr;
  }

  .hp-cat__loop ul.products {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════════════════════
   Contact Form 7 — Hausser Perfume Style
   ═══════════════════════════════════════════════════════════════ */

.hp-support-form {
  padding: clamp(48px, 8vw, 96px) clamp(24px, 6vw, 80px);
  background: #faf9f7;
}

.hp-support-form__heading {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  font-weight: 400;
  color: #1a1008;
  margin: 0 0 6px;
  letter-spacing: 0.02em;
}

.hp-support-form__sub {
  font-size: clamp(0.82rem, 1vw, 0.9rem);
  color: #666;
  margin: 0 0 clamp(32px, 5vw, 48px);
}

/* ── Form wrapper ────────────────────────────────────────────── */
.hp-support-form .wpcf7 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* ── 2-column row ────────────────────────────────────────────── */
.hp-cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.hp-cf7-col {
  display: flex;
  flex-direction: column;
}

/* ── Labels ──────────────────────────────────────────────────── */
.hp-cf7-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1a1008;
  margin-bottom: 20px;
}

/* ── Inputs & Textarea ───────────────────────────────────────── */
.hp-support-form .wpcf7 input[type="text"],
.hp-support-form .wpcf7 input[type="email"],
.hp-support-form .wpcf7 input[type="tel"],
.hp-support-form .wpcf7 select,
.hp-support-form .wpcf7 textarea {
  width: 100%;
  border: 1px solid #c8c0b4;
  border-radius: 0;
  background: transparent;
  padding: 14px 16px;
  font-size: 0.88rem;
  color: #1a1008;
  font-family: inherit;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition: border-color 0.2s ease;
}

.hp-support-form .wpcf7 input[type="text"]:focus,
.hp-support-form .wpcf7 input[type="email"]:focus,
.hp-support-form .wpcf7 input[type="tel"]:focus,
.hp-support-form .wpcf7 select:focus,
.hp-support-form .wpcf7 textarea:focus {
  border-color: #1a1008;
}

.hp-support-form .wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}

/* ── Select dropdown arrow ───────────────────────────────────── */
.hp-cf7-label:has(select) {
  position: relative;
}

.hp-cf7-label:has(select)::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 18px;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231a1008' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  pointer-events: none;
}

/* ── Checkbox ────────────────────────────────────────────────── */
.hp-cf7-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 0.78rem;
  line-height: 1.65;
  color: #555;
  cursor: pointer;
}

.hp-support-form .wpcf7 .hp-cf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.hp-support-form .wpcf7 .hp-cf7-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #c8c0b4;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 2px;
  position: relative;
  flex-shrink: 0;
}

.hp-support-form .wpcf7 .hp-cf7-checkbox input[type="checkbox"]:checked {
  background: #1a1008;
  border-color: #1a1008;
}

.hp-support-form .wpcf7 .hp-cf7-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l3 3 5-6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* ── reCAPTCHA ───────────────────────────────────────────────── */
.hp-support-form .wpcf7 .wpcf7-form-control-wrap:has(.g-recaptcha) {
  display: block;
  margin-bottom: 24px;
}

/* ── Submit button ───────────────────────────────────────────── */
.hp-support-form .wpcf7 input[type="submit"] {
  display: inline-block;
  border: 1px solid #1a1008;
  background: transparent;
  color: #1a1008;
  font-family: inherit;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 16px 48px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  border-radius: 0;
  width: auto;
}

.hp-support-form .wpcf7 input[type="submit"]:hover {
  background: #1a1008;
  color: #faf9f7;
}

/* ── Validation messages ─────────────────────────────────────── */
.hp-support-form .wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.72rem;
  color: #8b1a2c;
  margin-top: 4px;
  display: block;
}

.hp-support-form .wpcf7 .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  font-size: 0.82rem;
  border-radius: 0;
}

.hp-support-form .wpcf7 .wpcf7-mail-sent-ok {
  border-color: #a8d5b5;
  background: #f0faf4;
  color: #2d6a4f;
}

.hp-support-form .wpcf7 .wpcf7-validation-errors,
.hp-support-form .wpcf7 .wpcf7-mail-sent-ng {
  border-color: #e8b4b4;
  background: #fdf2f2;
  color: #8b1a2c;
}

/* ── Loading state ───────────────────────────────────────────── */
.hp-support-form .wpcf7 .wpcf7-spinner {
  display: none;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 640px) {
  .hp-cf7-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ═══════════════════════════════════════════════════════════════
   hp-account — Login & Register (form-login.php / form-register.php)
   ═══════════════════════════════════════════════════════════════ */

.hp-account {
  padding: clamp(40px, 6vw, 72px) clamp(24px, 6vw, 80px)
    clamp(64px, 10vw, 120px);
  background: #faf9f7;
  min-height: 60vh;
}

/* ── Title ───────────────────────────────────────────────────── */
.hp-account__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1a1008;
  margin: 0 0 clamp(32px, 5vw, 56px);
}

.hp-account__subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1a1008;
  margin: 0 0 10px;
}

/* ── Form inner — login: single column, register: 2 col grid ── */
.hp-account__form-inner {
  max-width: 740px;
}

.hp-account__form-inner--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(20px, 3vw, 40px);
}

/* ── Fields ──────────────────────────────────────────────────── */
.hp-account__field {
  margin-bottom: clamp(16px, 2.5vw, 24px);
}

.hp-account__field--half {
  grid-column: 1 / 2;
}

.hp-account__field--full {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.hp-account__label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.hp-account__label {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1a1008;
  margin-bottom: 8px;
}

.hp-account__label-row .hp-account__label {
  margin-bottom: 0;
}

/* ── Inputs ──────────────────────────────────────────────────── */
.hp-account__input {
  width: 100%;
  border: 1px solid #c8c0b4;
  background: transparent;
  padding: 14px 16px;
  font-size: 0.88rem;
  color: #1a1008;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  appearance: none;
  transition: border-color 0.2s ease;
}

.hp-account__input:focus {
  border-color: #1a1008;
}

/* ── Select ──────────────────────────────────────────────────── */
.hp-account__select-wrap {
  position: relative;
}

.hp-account__select {
  width: 100%;
  border: 1px solid #c8c0b4;
  background: transparent;
  padding: 14px 40px 14px 16px;
  font-size: 0.88rem;
  color: #1a1008;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.hp-account__select:focus {
  border-color: #1a1008;
}

.hp-account__select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #1a1008;
}

/* ── Forgot password ─────────────────────────────────────────── */
.hp-account__forgot {
  font-size: 0.72rem;
  color: #888;
  text-decoration: none;
  transition: color 0.2s ease;
}

.hp-account__forgot:hover {
  color: #1a1008;
}

/* ── Checkbox ────────────────────────────────────────────────── */
.hp-account__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.78rem;
  line-height: 1.65;
  color: #555;
  cursor: pointer;
  margin-bottom: clamp(20px, 3vw, 28px);
}

.hp-account__checkbox {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #c8c0b4;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 2px;
  position: relative;
  flex-shrink: 0;
  transition:
    background 0.15s ease,
    border-color 0.15s ease;
}

.hp-account__checkbox:checked {
  background: #1a1008;
  border-color: #1a1008;
}

.hp-account__checkbox:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l3 3 5-6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* ── Buttons ─────────────────────────────────────────────────── */
.hp-account__btn {
  display: inline-block;
  border: 1px solid #1a1008;
  background: transparent;
  color: #1a1008;
  font-family: inherit;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 16px 48px;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  border-radius: 0;
}

.hp-account__btn:hover {
  background: #1a1008;
  color: #faf9f7;
}

.hp-account__btn--outline {
  background: transparent;
  color: #1a1008;
}

/* ── Divider ─────────────────────────────────────────────────── */
.hp-account__divider {
  max-width: 740px;
  border: none;
  border-top: 1px solid #d8d3cc;
  margin: clamp(36px, 5vw, 56px) 0;
}

/* ── Register CTA section ────────────────────────────────────── */
.hp-account__section--register-cta {
  max-width: 740px;
}

.hp-account__cta-text {
  font-size: clamp(0.82rem, 1vw, 0.9rem);
  color: #555;
  margin: 0 0 clamp(20px, 3vw, 28px);
  line-height: 1.6;
}

/* ── Links ───────────────────────────────────────────────────── */
.hp-account__link {
  color: #1a1008;
  text-decoration: underline;
}

/* ── WC error messages ───────────────────────────────────────── */
.hp-account .woocommerce-error,
.hp-account .woocommerce-message,
.hp-account .woocommerce-info {
  list-style: none;
  padding: 12px 16px;
  margin: 0 0 24px;
  font-size: 0.82rem;
  border-radius: 0;
  border: none;
  border-left: 3px solid;
}

.hp-account .woocommerce-error {
  background: #fdf2f2;
  border-color: #8b1a2c;
  color: #8b1a2c;
}

.hp-account .woocommerce-message {
  background: #f0faf4;
  border-color: #2d6a4f;
  color: #2d6a4f;
}

.hp-account .woocommerce-info {
  background: #f0f6fd;
  border-color: #2d5a8e;
  color: #2d5a8e;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 640px) {
  .hp-account__form-inner--grid {
    grid-template-columns: 1fr;
  }

  .hp-account__field--half,
  .hp-account__field--full {
    grid-column: 1 / -1;
  }
}
