.commerce-shell,
.woocommerce-page .content-shell {
  margin: 0 auto;
  max-width: var(--alvelus-max);
  min-height: 70vh;
  padding: calc(var(--alvelus-header-height) + clamp(48px, 7vw, 90px)) clamp(20px, 5vw, 60px) 100px;
}

.woocommerce:where(.content-shell *) {
  max-width: 100%;
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce-products-header__title,
.product_title {
  color: var(--alvelus-ink);
  font-family: var(--alvelus-serif);
  font-weight: 600;
  line-height: 0.98;
}

.woocommerce h1,
.woocommerce-products-header__title,
.product_title {
  font-size: clamp(3.2rem, 6vw, 5.6rem);
  margin: 0 0 38px;
}

.woocommerce h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.woocommerce h3 {
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
}

.woocommerce .woocommerce-breadcrumb {
  color: var(--alvelus-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--alvelus-wine);
}

.catalog-header,
.collection-header {
  border-bottom: 1px solid var(--alvelus-line);
  margin-bottom: 34px;
  padding-bottom: clamp(32px, 5vw, 58px);
}

.catalog-header .section-label,
.collection-header .section-label {
  margin-bottom: 18px;
}

.catalog-header .woocommerce-products-header__title,
.collection-header .woocommerce-products-header__title {
  margin-bottom: 24px;
}

.catalog-introduction,
.collection-introduction {
  color: var(--alvelus-muted);
  font-family: var(--alvelus-serif);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.35;
  margin: 0;
  max-width: 660px;
}

.collection-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.collection-navigation a {
  align-items: center;
  border: 1px solid var(--alvelus-line);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  min-height: 44px;
  padding: 9px 15px;
  text-transform: uppercase;
}

.collection-navigation a:hover,
.collection-navigation a[aria-current="page"] {
  background: var(--alvelus-wine);
  border-color: var(--alvelus-wine);
  color: var(--alvelus-white);
}

.woocommerce .woocommerce-result-count {
  color: var(--alvelus-muted);
  float: left;
  margin: 14px 0 30px;
}

.woocommerce .woocommerce-ordering {
  float: right;
  margin-bottom: 30px;
}

.woocommerce select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .quantity .qty,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input {
  appearance: none;
  background: rgba(255, 250, 242, 0.55);
  border: 1px solid var(--alvelus-line);
  border-radius: 0;
  color: var(--alvelus-ink);
  min-height: 48px;
  padding: 11px 13px;
}

.woocommerce textarea {
  min-height: 130px;
}

.woocommerce form .form-row label,
.woocommerce label,
.wc-block-components-text-input label {
  color: var(--alvelus-ink);
  display: block;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 7px;
}

.woocommerce ul.products {
  clear: both;
  display: grid;
  gap: clamp(24px, 3vw, 40px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  background: rgba(255, 250, 242, 0.42);
  border-top: 1px solid var(--alvelus-line);
  display: flex;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 24px 0 0;
  width: auto;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.woocommerce ul.products li.product img {
  aspect-ratio: 0.84 / 1;
  background: var(--alvelus-paper-deep);
  height: auto;
  margin: 0 0 24px;
  object-fit: contain;
  padding: 24px;
  width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--alvelus-serif);
  font-size: clamp(1.8rem, 2.5vw, 2.7rem);
  line-height: 1;
  margin: 0 0 12px;
  padding: 0;
}

.woocommerce ul.products li.product .product-collection,
.single-product-collection {
  color: var(--alvelus-wine);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .product-card-description {
  color: var(--alvelus-muted);
  font-family: var(--alvelus-serif);
  font-size: 1.08rem;
  line-height: 1.35;
  margin: 0 0 24px;
}

.woocommerce .price {
  color: var(--alvelus-wine);
  display: block;
  font-family: var(--alvelus-serif);
  font-size: 1.5rem;
  margin: auto 0 16px;
}

.alvelus-fixture-label {
  color: var(--alvelus-muted);
  display: block;
  font-family: var(--alvelus-sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin-top: 5px;
  text-transform: uppercase;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button {
  align-items: center;
  appearance: none;
  background: var(--alvelus-wine);
  border: 1px solid var(--alvelus-wine);
  border-radius: 0;
  color: var(--alvelus-white);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--alvelus-sans);
  font-size: 0.73rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.06em;
  min-height: 46px;
  padding: 12px 18px;
  text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:hover {
  background: var(--alvelus-wine-deep);
  border-color: var(--alvelus-wine-deep);
  color: var(--alvelus-white);
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--alvelus-wine-deep);
  border-color: var(--alvelus-wine-deep);
}

.woocommerce span.onsale {
  background: var(--alvelus-gold);
  border-radius: 0;
  color: var(--alvelus-wine-deep);
  font-size: 0.68rem;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.05em;
  line-height: 1;
  min-height: auto;
  min-width: auto;
  padding: 9px 11px;
  text-transform: uppercase;
  top: 0;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 50px 0 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 1px solid var(--alvelus-line);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: center;
  min-width: 44px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--alvelus-wine);
  color: var(--alvelus-white);
}

.woocommerce div.product {
  display: grid;
  gap: clamp(36px, 6vw, 82px);
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1fr);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  margin: 0;
  width: auto;
}

.woocommerce div.product div.images {
  background: var(--alvelus-paper-deep);
  padding: clamp(24px, 4vw, 54px);
}

.woocommerce div.product div.images img {
  max-height: 680px;
  object-fit: contain;
}

.woocommerce div.product .summary {
  align-self: center;
}

.woocommerce div.product .single-product-collection {
  margin-bottom: 20px;
}

.woocommerce div.product .single-product-collection a {
  border-bottom: 1px solid currentColor;
  display: inline-block;
  padding-bottom: 3px;
}

.woocommerce div.product .summary .price {
  font-size: 2rem;
  margin-bottom: 28px;
}

.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-product-details__short-description p {
  color: var(--alvelus-muted);
  font-family: var(--alvelus-serif);
  font-size: 1.45rem;
  line-height: 1.35;
}

.woocommerce div.product form.cart {
  align-items: stretch;
  display: flex;
  gap: 10px;
  margin: 34px 0;
}

.woocommerce div.product form.cart .quantity {
  float: none;
}

.woocommerce .quantity .qty {
  width: 76px;
}

.woocommerce div.product .product_meta {
  border-top: 1px solid var(--alvelus-line);
  color: var(--alvelus-muted);
  display: grid;
  font-size: 0.78rem;
  gap: 7px;
  padding-top: 24px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells {
  grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs {
  background: rgba(255, 250, 242, 0.42);
  border-bottom: 1px solid var(--alvelus-line);
  border-top: 1px solid var(--alvelus-line);
  margin-top: clamp(28px, 5vw, 64px);
  padding: clamp(28px, 5vw, 58px);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--alvelus-line);
  display: flex;
  gap: 24px;
  margin: 0 0 34px;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  border-bottom: 2px solid transparent;
  padding: 14px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-color: var(--alvelus-wine);
  color: var(--alvelus-wine);
}

.woocommerce div.product .woocommerce-Tabs-panel {
  color: var(--alvelus-muted);
  max-width: 780px;
}

.woocommerce div.product .woocommerce-Tabs-panel h2 {
  color: var(--alvelus-ink);
  margin: 0 0 24px;
}

.product-catalog-return {
  align-items: center;
  background: var(--alvelus-wine-deep);
  color: var(--alvelus-white);
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin-top: clamp(72px, 9vw, 120px);
  padding: clamp(28px, 5vw, 58px);
}

.product-catalog-return .section-label {
  color: var(--alvelus-gold);
  margin: 0 0 10px;
}

.product-catalog-return h2 {
  color: inherit;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  margin: 0;
}

.product-catalog-return .alvelus-button {
  background: transparent;
  border-color: var(--alvelus-line-light);
  color: inherit;
  flex: 0 0 auto;
}

.product-catalog-return .alvelus-button:hover {
  background: var(--alvelus-white);
  border-color: var(--alvelus-white);
  color: var(--alvelus-wine-deep);
}

.woocommerce table.shop_table,
.woocommerce-cart-form table,
.wc-block-cart-items {
  border: 1px solid var(--alvelus-line);
  border-collapse: collapse;
  border-radius: 0;
  width: 100%;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-cart-form table th,
.woocommerce-cart-form table td,
.wc-block-cart-items th,
.wc-block-cart-items td {
  border-bottom: 1px solid var(--alvelus-line);
  padding: 18px;
  text-align: left;
}

.woocommerce table.shop_table th {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.woocommerce table.shop_table img {
  background: var(--alvelus-paper-deep);
  height: 90px;
  object-fit: contain;
  width: 72px;
}

.woocommerce a.remove {
  align-items: center;
  border: 1px solid var(--alvelus-line);
  border-radius: 0;
  color: var(--alvelus-wine) !important;
  display: inline-flex;
  font-size: 1.2rem;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.woocommerce a.remove:hover {
  background: var(--alvelus-wine);
  color: var(--alvelus-white) !important;
}

.woocommerce .cart-collaterals,
.woocommerce-checkout-review-order {
  margin-left: auto;
  margin-top: 42px;
  max-width: 620px;
}

.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce form.checkout {
  display: grid;
  gap: clamp(36px, 6vw, 74px);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.84fr);
}

.woocommerce form.checkout #customer_details,
.woocommerce form.checkout #order_review,
.woocommerce form.checkout #order_review_heading {
  float: none;
  width: auto;
}

.woocommerce form.checkout #customer_details .col-1,
.woocommerce form.checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}

.woocommerce form.checkout #order_review_heading,
.woocommerce form.checkout #order_review {
  grid-column: 2;
}

.woocommerce form.checkout #customer_details {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.woocommerce-checkout #payment {
  background: var(--alvelus-paper-deep);
  border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.form-row {
  border-color: var(--alvelus-line);
  padding: 22px;
}

.woocommerce .col2-set {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  float: none;
  width: auto;
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.checkout_coupon {
  border: 1px solid var(--alvelus-line);
  border-radius: 0;
  margin: 28px 0;
  padding: 26px;
}

.woocommerce-MyAccount-navigation {
  float: left;
  width: 24%;
}

.woocommerce-MyAccount-navigation ul {
  border-top: 1px solid var(--alvelus-line);
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid var(--alvelus-line);
}

.woocommerce-MyAccount-navigation a {
  display: block;
  font-weight: 700;
  padding: 14px 0;
}

.woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.wc-block-components-notice-banner {
  background: rgba(255, 250, 242, 0.64);
  border: 1px solid var(--alvelus-line);
  border-radius: 0;
  color: var(--alvelus-ink);
  list-style: none;
  margin: 0 0 28px;
  padding: 18px 20px 18px 54px;
  position: relative;
}

.woocommerce-error {
  border-left: 4px solid #8f202e;
}

.woocommerce-info {
  border-left: 4px solid var(--alvelus-gold);
}

.woocommerce-message {
  border-left: 4px solid #59663e;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  left: 20px;
  top: 18px;
}

.woocommerce .stock {
  color: #59663e;
  font-size: 0.82rem;
  font-weight: 700;
}

.woocommerce .stock.out-of-stock {
  color: #8f202e;
}

.woocommerce .woocommerce-product-gallery__image--placeholder,
.woocommerce ul.products li.product .woocommerce-placeholder {
  background: var(--alvelus-paper-deep);
  border: 1px solid var(--alvelus-line);
}

.woocommerce .woocommerce-order-overview {
  background: var(--alvelus-paper-deep);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 28px 0 48px;
  padding: 1px;
}

.woocommerce .woocommerce-order-overview li {
  background: var(--alvelus-paper);
  border: 0;
  margin: 0;
  padding: 18px;
}

@media (max-width: 900px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce div.product,
  .woocommerce form.checkout,
  .woocommerce .col2-set {
    grid-template-columns: 1fr;
  }

  .woocommerce form.checkout #customer_details,
  .woocommerce form.checkout #order_review,
  .woocommerce form.checkout #order_review_heading {
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }

  .woocommerce-MyAccount-navigation {
    margin-bottom: 36px;
  }

  .woocommerce .woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .commerce-shell,
  .woocommerce-page .content-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    float: none;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }

  .collection-navigation {
    align-items: stretch;
    flex-direction: column;
  }

  .collection-navigation a {
    justify-content: center;
    width: 100%;
  }

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

  .woocommerce div.product form.cart {
    align-items: stretch;
    flex-direction: column;
  }

  .woocommerce div.product .woocommerce-tabs {
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-catalog-return {
    align-items: stretch;
    flex-direction: column;
  }

  .woocommerce div.product form.cart .quantity,
  .woocommerce div.product form.cart .single_add_to_cart_button {
    width: 100%;
  }

  .woocommerce .quantity .qty {
    width: 100%;
  }

  .woocommerce table.shop_table_responsive tr td::before {
    font-weight: 700;
  }

  .woocommerce table.shop_table_responsive {
    border: 0;
    display: block;
  }

  .woocommerce table.shop_table_responsive thead {
    display: none;
  }

  .woocommerce table.shop_table_responsive tbody,
  .woocommerce table.shop_table_responsive tr {
    display: block;
    width: 100%;
  }

  .woocommerce table.shop_table_responsive tr {
    border: 1px solid var(--alvelus-line);
    margin-bottom: 24px;
  }

  .woocommerce table.shop_table_responsive tr td {
    align-items: center;
    border-bottom: 1px solid var(--alvelus-line);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 14px;
    text-align: right;
    width: 100%;
  }

  .woocommerce table.shop_table_responsive tr td::before {
    content: attr(data-title);
    flex: 0 0 auto;
    text-align: left;
  }

  .woocommerce table.shop_table_responsive tr td.product-remove,
  .woocommerce table.shop_table_responsive tr td.product-thumbnail,
  .woocommerce table.shop_table_responsive tr td.actions {
    display: block;
    text-align: left;
  }

  .woocommerce table.shop_table_responsive tr td.product-remove::before,
  .woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
  .woocommerce table.shop_table_responsive tr td.actions::before {
    content: none;
  }

  .woocommerce table.shop_table_responsive tr td.product-thumbnail {
    text-align: center;
  }

  .woocommerce table.shop_table_responsive tr td.actions .coupon {
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;
  }

  .woocommerce table.shop_table_responsive tr td.actions .coupon input,
  .woocommerce table.shop_table_responsive tr td.actions .button {
    float: none;
    width: 100%;
  }

  .woocommerce .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }
}

/* Main shop archive: scalable cellar index and horizontal-bottle ledger. */
.post-type-archive-product .commerce-shell {
  max-width: none;
  overflow: hidden;
  padding: var(--alvelus-header-height) 0 clamp(72px, 9vw, 128px);
}

.post-type-archive-product .woocommerce-products-header {
  margin: 0;
}

.post-type-archive-product .catalog-stage {
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--alvelus-wine) 96%, transparent) 0%,
      color-mix(in srgb, var(--alvelus-wine) 86%, transparent) 40%,
      color-mix(in srgb, var(--alvelus-wine) 28%, transparent) 72%,
      color-mix(in srgb, var(--alvelus-wine) 38%, transparent) 100%
    ),
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--alvelus-wine) 24%, transparent),
      color-mix(in srgb, var(--alvelus-wine) 46%, transparent)
    ),
    url("../images/alvelus-shop-cellar.webp") 72% center / cover no-repeat,
    var(--alvelus-wine);
  color: var(--alvelus-white);
  min-height: clamp(360px, 30vw, 430px);
  overflow: hidden;
  position: relative;
}

.post-type-archive-product .catalog-stage__content {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 110px);
  grid-template-columns: minmax(320px, 0.78fr) minmax(440px, 1.22fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: inherit;
  padding: clamp(52px, 5vw, 72px) clamp(28px, 6vw, 88px);
  position: relative;
}

.post-type-archive-product .catalog-stage__copy {
  max-width: 590px;
  position: relative;
  z-index: 2;
}

.post-type-archive-product .catalog-stage .section-label {
  color: var(--alvelus-gold);
  margin: 0 0 20px;
}

.post-type-archive-product .catalog-stage .woocommerce-products-header__title {
  color: var(--alvelus-white);
  font-size: clamp(4.25rem, 7.4vw, 7.2rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
  max-width: 720px;
}

.post-type-archive-product .catalog-stage .catalog-introduction {
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  max-width: 440px;
}

.post-type-archive-product .catalog-utility {
  align-items: center;
  border-bottom: 1px solid var(--alvelus-line);
  display: grid;
  gap: 0 clamp(14px, 2vw, 32px);
  grid-template-columns: minmax(160px, 1fr) auto auto auto minmax(180px, auto);
  margin: 0 auto;
  max-width: 1440px;
  min-height: 94px;
  padding: 14px clamp(28px, 4vw, 60px);
  position: relative;
  z-index: 4;
}

.post-type-archive-product .catalog-utility > * {
  min-width: 0;
}

.post-type-archive-product .catalog-utility .woocommerce-result-count,
.post-type-archive-product .catalog-utility .woocommerce-ordering {
  float: none;
  margin: 0;
}

.post-type-archive-product .catalog-utility .woocommerce-result-count {
  color: var(--alvelus-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.post-type-archive-product .catalog-control {
  position: relative;
}

.post-type-archive-product .catalog-control summary {
  align-items: center;
  border: 1px solid transparent;
  color: var(--alvelus-wine);
  cursor: pointer;
  display: flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 18px;
  justify-content: space-between;
  letter-spacing: 0.1em;
  list-style: none;
  min-height: 48px;
  padding: 10px 12px;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.post-type-archive-product .catalog-control summary::-webkit-details-marker {
  display: none;
}

.post-type-archive-product .catalog-control summary::after {
  content: "+";
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 160ms ease;
}

.post-type-archive-product .catalog-control[open] summary {
  background: var(--alvelus-wine);
  border-color: var(--alvelus-wine);
  color: var(--alvelus-white);
}

.post-type-archive-product .catalog-control[open] summary::after {
  content: "−";
  color: var(--alvelus-gold);
  transform: rotate(180deg);
}

.post-type-archive-product .catalog-control__panel {
  background: var(--alvelus-wine);
  border: 1px solid color-mix(in srgb, var(--alvelus-gold) 64%, transparent);
  box-shadow: 0 18px 44px rgba(43, 13, 18, 0.24);
  color: var(--alvelus-white);
  left: 50%;
  margin-top: 12px;
  padding: 28px;
  position: absolute;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  width: min(540px, calc(100vw - 56px));
  z-index: 5;
}

.post-type-archive-product .catalog-control__panel::before {
  background: var(--alvelus-wine);
  border-left: 1px solid color-mix(in srgb, var(--alvelus-gold) 64%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--alvelus-gold) 64%, transparent);
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: -6px;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
}

.post-type-archive-product .catalog-control[open] .catalog-control__panel {
  animation: alvelus-catalog-drawer-in 180ms ease-out both;
}

.post-type-archive-product .catalog-search .catalog-control__panel {
  width: min(620px, calc(100vw - 56px));
}

.post-type-archive-product .catalog-collection .catalog-control__panel {
  width: min(470px, calc(100vw - 56px));
}

.post-type-archive-product .catalog-wine-style .catalog-control__panel {
  width: min(390px, calc(100vw - 56px));
}

.post-type-archive-product .catalog-search form {
  width: 100%;
}

.post-type-archive-product .catalog-search__fields {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.post-type-archive-product .catalog-control label,
.post-type-archive-product .catalog-control legend {
  color: var(--alvelus-white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.post-type-archive-product .catalog-search label {
  color: var(--alvelus-gold);
  display: block;
  margin-bottom: 10px;
}

.post-type-archive-product .catalog-search input[type="search"],
.post-type-archive-product .catalog-utility .woocommerce-ordering select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--alvelus-line);
  min-height: 48px;
}

.post-type-archive-product .catalog-search input[type="search"] {
  background: rgba(255, 250, 242, 0.07);
  border: 1px solid var(--alvelus-line-light);
  color: var(--alvelus-white);
  padding: 10px 14px;
  width: 100%;
}

.post-type-archive-product .catalog-utility .woocommerce-ordering select {
  color: var(--alvelus-wine);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  max-width: 240px;
  padding: 10px 34px 10px 2px;
  text-transform: uppercase;
}

.post-type-archive-product .catalog-filter fieldset {
  border: 0;
  margin: 0;
  max-width: none;
  min-width: 0;
  padding: 0;
}

.post-type-archive-product .catalog-filter legend {
  color: var(--alvelus-gold);
  margin-bottom: 18px;
}

.post-type-archive-product .catalog-filter fieldset label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 9px;
  margin: 0;
  min-height: 44px;
  padding: 3px 0;
}

.post-type-archive-product .catalog-filter input[type="radio"] {
  accent-color: var(--alvelus-gold);
  height: 18px;
  margin: 0;
  width: 18px;
}

.post-type-archive-product .catalog-filter__actions {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: flex-start;
  margin: 22px 0 0;
  max-width: none;
}

.post-type-archive-product .catalog-control .button {
  background: var(--alvelus-gold);
  border: 1px solid var(--alvelus-gold);
  color: var(--alvelus-wine);
  min-height: 48px;
  padding: 10px 24px;
}

.post-type-archive-product .catalog-filter__actions a {
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--alvelus-white);
  min-height: 44px;
  padding: 10px 0 7px;
}

.post-type-archive-product .catalog-control .button:hover {
  background: var(--alvelus-white);
  border-color: var(--alvelus-white);
  color: var(--alvelus-wine);
}

.post-type-archive-product .catalog-filter__actions a:hover {
  background: transparent;
  border-color: var(--alvelus-gold);
  color: var(--alvelus-gold);
}

@keyframes alvelus-catalog-drawer-in {
  from {
    opacity: 0;
    transform: translate(-50%, -6px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.post-type-archive-product .catalog-control summary:focus-visible,
.post-type-archive-product .catalog-control input:focus-visible,
.post-type-archive-product .catalog-control .button:focus-visible,
.post-type-archive-product .catalog-filter__actions a:focus-visible,
.post-type-archive-product .catalog-utility select:focus-visible,
.post-type-archive-product ul.products li.product a:focus-visible {
  outline: 2px solid var(--alvelus-gold);
  outline-offset: 4px;
}

.post-type-archive-product ul.products li.product:has(.woocommerce-LoopProduct-link:focus-visible) {
  outline: 2px solid var(--alvelus-gold);
  outline-offset: -2px;
}

.post-type-archive-product ul.products {
  border-top: 0;
  display: block;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 clamp(28px, 4vw, 60px);
}

.post-type-archive-product ul.products li.product {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--alvelus-line);
  display: grid;
  gap: 10px clamp(24px, 4vw, 72px);
  grid-template-columns:
    minmax(280px, 0.92fr)
    minmax(250px, 1.1fr)
    minmax(145px, 0.44fr)
    minmax(130px, auto);
  grid-template-rows: auto auto;
  margin: 0;
  min-height: clamp(220px, 18vw, 250px);
  padding: clamp(20px, 2vw, 28px) 0;
  position: relative;
  width: 100%;
}

.post-type-archive-product ul.products li.product a.woocommerce-LoopProduct-link {
  display: contents;
}

.post-type-archive-product ul.products li.product .product-ledger-image {
  align-items: center;
  align-self: stretch;
  display: flex;
  grid-column: 1;
  grid-row: 1 / -1;
  justify-content: center;
  min-height: 150px;
  min-width: 0;
  overflow: visible;
}

.post-type-archive-product ul.products li.product .product-ledger-image img {
  aspect-ratio: auto;
  background: transparent;
  filter: drop-shadow(12px 12px 12px rgba(40, 20, 17, 0.16));
  height: clamp(170px, 15vw, 210px);
  margin: 0;
  max-width: none;
  object-fit: contain;
  padding: 0;
  transform: rotate(90deg) scale(0.9);
  transform-origin: center;
  width: auto;
}

.post-type-archive-product ul.products li.product .product-collection {
  align-self: end;
  color: var(--alvelus-wine);
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
  align-self: start;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 500;
  grid-column: 2;
  grid-row: 2;
  line-height: 0.98;
  margin: 0;
  max-width: 520px;
}

.post-type-archive-product ul.products li.product .price {
  align-self: center;
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
  grid-column: 3;
  grid-row: 1 / -1;
  margin: 0;
}

.post-type-archive-product ul.products li.product .button {
  align-self: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--alvelus-wine);
  grid-column: 4;
  grid-row: 1 / -1;
  justify-self: end;
  min-height: 44px;
  padding: 11px 0 8px;
  white-space: nowrap;
}

.post-type-archive-product ul.products li.product .button:hover {
  background: transparent;
  border-color: var(--alvelus-gold);
  color: var(--alvelus-wine-deep);
}

.post-type-archive-product ul.products li.product .added_to_cart {
  border-bottom: 1px solid currentColor;
  color: var(--alvelus-wine);
  font-size: 0.7rem;
  font-weight: 700;
  grid-column: 4;
  grid-row: 2;
  justify-self: end;
  letter-spacing: 0.08em;
  min-height: 44px;
  padding: 12px 0 8px;
  text-transform: uppercase;
}

.post-type-archive-product nav.woocommerce-pagination {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 0 clamp(28px, 4vw, 60px);
}

@media (max-width: 1050px) {
  .post-type-archive-product .catalog-stage__content {
    grid-template-columns: minmax(280px, 0.9fr) minmax(340px, 1.1fr);
  }

  .post-type-archive-product .catalog-utility {
    gap: 0 16px;
    grid-template-columns: minmax(120px, 1fr) auto auto auto minmax(150px, auto);
  }

  .post-type-archive-product ul.products li.product {
    gap: 10px clamp(20px, 3vw, 38px);
    grid-template-columns:
      minmax(220px, 0.8fr)
      minmax(220px, 1fr)
      minmax(125px, auto)
      minmax(120px, auto);
  }
}

@media (max-width: 900px) {
  .post-type-archive-product .catalog-stage {
    min-height: clamp(380px, 102vw, 410px);
  }

  .post-type-archive-product .catalog-stage__content {
    display: block;
    min-height: inherit;
    padding: 54px 24px 32px;
  }

  .post-type-archive-product .catalog-stage__copy {
    max-width: min(540px, 88%);
  }

  .post-type-archive-product .catalog-stage .woocommerce-products-header__title {
    font-size: clamp(3.2rem, 13vw, 5.2rem);
    max-width: 500px;
  }

  .post-type-archive-product .catalog-utility {
    display: block;
    margin: 0 28px;
    min-height: 0;
    padding: 18px 0;
  }

  .post-type-archive-product .catalog-utility .woocommerce-result-count {
    margin: 0 0 10px;
  }

  .post-type-archive-product .catalog-control,
  .post-type-archive-product .catalog-utility .woocommerce-ordering {
    border-top: 1px solid var(--alvelus-line);
    width: 100%;
  }

  .post-type-archive-product .catalog-control__panel {
    box-shadow: none;
    left: auto;
    margin-top: 0;
    padding: 22px;
    position: static;
    transform: none;
    width: 100%;
  }

  .post-type-archive-product .catalog-search .catalog-control__panel,
  .post-type-archive-product .catalog-collection .catalog-control__panel,
  .post-type-archive-product .catalog-wine-style .catalog-control__panel {
    width: 100%;
  }

  .post-type-archive-product .catalog-control__panel::before {
    display: none;
  }

  .post-type-archive-product .catalog-control[open] .catalog-control__panel {
    animation: none;
  }

  .post-type-archive-product .catalog-control[open] summary {
    border-bottom-color: color-mix(in srgb, var(--alvelus-gold) 42%, transparent);
  }

  .post-type-archive-product .catalog-filter fieldset label {
    margin-right: 18px;
  }

  .post-type-archive-product .catalog-filter__actions {
    justify-content: flex-start;
  }

  .post-type-archive-product .catalog-utility .woocommerce-ordering select {
    max-width: none;
    width: 100%;
  }

  .post-type-archive-product ul.products {
    padding: 0 28px;
  }

  .post-type-archive-product ul.products li.product {
    align-items: center;
    gap: 6px 18px;
    grid-template-columns: minmax(96px, 0.42fr) minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    min-height: 0;
    padding: 24px 0;
  }

  .post-type-archive-product ul.products li.product .product-ledger-image {
    grid-column: 1;
    grid-row: 1 / -1;
    min-height: 170px;
  }

  .post-type-archive-product ul.products li.product .product-ledger-image img {
    height: clamp(120px, 34vw, 160px);
    transform: rotate(90deg) scale(0.92);
  }

  .post-type-archive-product ul.products li.product .product-collection {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }

  .post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
    font-size: clamp(1.8rem, 8vw, 2.55rem);
    grid-column: 2;
    grid-row: 2;
    margin-bottom: 8px;
  }

  .post-type-archive-product ul.products li.product .price {
    align-self: start;
    grid-column: 2;
    grid-row: 3;
    margin-bottom: 4px;
  }

  .post-type-archive-product ul.products li.product .button {
    grid-column: 2;
    grid-row: 4;
    justify-self: start;
  }

  .post-type-archive-product ul.products li.product .added_to_cart {
    grid-column: 2;
    grid-row: 5;
    justify-self: start;
  }
}

@media (max-width: 430px) {
  .post-type-archive-product .catalog-search__fields {
    grid-template-columns: 1fr;
  }

  .post-type-archive-product .catalog-search__fields .button {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .post-type-archive-product .catalog-control[open] .catalog-control__panel {
    animation: none;
  }

  .post-type-archive-product .catalog-control summary,
  .post-type-archive-product .catalog-control summary::after {
    transition: none;
  }
}

/* Product-category collection stage and editorial folio. */
.tax-product_cat .commerce-shell {
  max-width: none;
  overflow: hidden;
  padding: var(--alvelus-header-height) 0 0;
}

body.tax-product_cat:not(.home) .site-header {
  background: color-mix(in srgb, var(--alvelus-wine) 98%, transparent);
  border-bottom-color: rgba(193, 140, 69, 0.2);
}

.tax-product_cat .woocommerce-products-header {
  margin: 0;
}

.tax-product_cat .collection-stage {
  --collection-stage-gutter: clamp(44px, 8vw, 120px);
  background: #17110f;
  color: var(--alvelus-white);
  min-height: min(735px, calc(100vh - var(--alvelus-header-height)));
  overflow: hidden;
  position: relative;
}

.tax-product_cat .collection-stage--solid-wine {
  background: var(--alvelus-wine-deep);
}

.tax-product_cat .collection-stage__material,
.tax-product_cat .collection-stage__material img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.tax-product_cat .collection-stage__material img {
  object-fit: cover;
  object-position: var(--collection-focal-position, center);
}

.tax-product_cat .collection-stage__content {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(440px, 1.18fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: inherit;
  padding: clamp(64px, 8vw, 108px) var(--collection-stage-gutter) 74px;
  position: relative;
  z-index: 1;
}

.tax-product_cat .collection-stage__copy {
  align-self: center;
  max-width: 500px;
  padding-bottom: 0;
}

.tax-product_cat .collection-stage .woocommerce-breadcrumb {
  color: rgba(255, 250, 242, 0.82);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  margin: 0 0 34px;
}

.tax-product_cat .collection-stage .woocommerce-breadcrumb a {
  color: inherit;
}

.tax-product_cat .collection-stage .woocommerce-products-header__title {
  color: var(--alvelus-white);
  font-size: clamp(4.8rem, 8vw, 7.3rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0 0 20px;
}

.tax-product_cat .collection-stage .collection-introduction {
  color: var(--alvelus-white);
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.28;
  max-width: 410px;
}

.tax-product_cat .collection-stage__bottles {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  gap: clamp(8px, 1.5vw, 24px);
  justify-content: center;
  min-width: 0;
  padding-top: 6px;
}

.tax-product_cat .collection-stage__bottles img {
  filter: drop-shadow(0 20px 18px rgba(0, 0, 0, 0.34));
  height: min(80vh, 650px);
  max-width: 48%;
  object-fit: contain;
  object-position: center bottom;
  width: auto;
}

.tax-product_cat .collection-stage .collection-navigation {
  gap: 28px;
  margin: 28px 0 0;
  position: static;
  z-index: 2;
}

.tax-product_cat .collection-stage .collection-navigation a {
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--alvelus-white);
  min-height: 44px;
  padding: 9px 0;
}

.tax-product_cat .collection-stage .collection-navigation a:hover,
.tax-product_cat .collection-stage .collection-navigation a[aria-current="page"] {
  background: transparent;
  border-color: var(--alvelus-gold);
  color: var(--alvelus-gold);
}

.tax-product_cat .collection-utility {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto auto;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 86px;
  padding: 18px clamp(28px, 4vw, 60px);
}

.tax-product_cat .collection-utility > * {
  min-width: 0;
}

.tax-product_cat .woocommerce-result-count {
  color: var(--alvelus-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  float: none;
  margin: 0;
  text-transform: uppercase;
}

.tax-product_cat .woocommerce-ordering {
  float: none;
  grid-column: 3;
  margin: 0;
  position: relative;
}

.tax-product_cat .woocommerce-ordering select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--alvelus-line);
  color: var(--alvelus-wine);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 10px 34px 10px 10px;
  text-transform: uppercase;
}

.tax-product_cat .collection-ordering-label {
  color: var(--alvelus-muted);
  float: none;
  font-size: 0.72rem;
  font-weight: 700;
  grid-column: 2;
  grid-row: 1;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

.tax-product_cat ul.products {
  border-top: 1px solid var(--alvelus-line);
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1320px;
  padding: 38px 0 70px;
}

.tax-product_cat ul.products li.product {
  background: transparent;
  border: 0;
  display: grid;
  gap: 0 clamp(24px, 3vw, 52px);
  grid-template-columns: minmax(170px, 0.82fr) minmax(210px, 1.18fr);
  grid-template-rows: auto auto auto 1fr auto auto auto;
  min-height: 600px;
  padding: 20px clamp(28px, 4vw, 62px) 26px;
  position: relative;
}

.tax-product_cat ul.products li.product:nth-child(even) {
  border-left: 1px solid var(--alvelus-line);
}

.tax-product_cat ul.products li.product:nth-child(n + 3) {
  border-top: 1px solid var(--alvelus-line);
  padding-top: 54px;
}

.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link {
  display: contents;
}

.tax-product_cat ul.products li.product img {
  align-self: stretch;
  aspect-ratio: auto;
  background: transparent;
  grid-column: 1;
  grid-row: 1 / -1;
  height: 100%;
  margin: 0;
  max-height: 560px;
  object-fit: contain;
  padding: 0;
  width: 100%;
}

.tax-product_cat ul.products li.product .product-collection,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product .product-card-description,
.tax-product_cat ul.products li.product .price,
.tax-product_cat ul.products li.product .button,
.tax-product_cat ul.products li.product .collection-product-detail {
  grid-column: 2;
}

.tax-product_cat ul.products li.product .product-collection {
  align-self: end;
  color: var(--alvelus-wine);
  margin: 0 0 22px;
}

.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  font-size: clamp(2rem, 2.8vw, 3.05rem);
  font-weight: 500;
  line-height: 0.98;
  margin: 0 0 20px;
}

.tax-product_cat ul.products li.product .product-card-description {
  color: var(--alvelus-muted);
  font-size: clamp(1.12rem, 1.5vw, 1.35rem);
  line-height: 1.42;
  margin: 0;
}

.tax-product_cat ul.products li.product .product-card-description::after {
  background: var(--alvelus-gold);
  content: "";
  display: block;
  height: 1px;
  margin-top: 24px;
  width: 54px;
}

.tax-product_cat ul.products li.product .price {
  align-self: end;
  font-size: 1.55rem;
  margin: 28px 0 18px;
}

.tax-product_cat ul.products li.product .button {
  margin: 0 0 14px;
  width: 100%;
}

.tax-product_cat ul.products li.product .collection-product-detail {
  border-bottom: 1px solid var(--alvelus-wine);
  color: var(--alvelus-wine);
  font-size: 0.72rem;
  font-weight: 700;
  justify-self: start;
  letter-spacing: 0.09em;
  min-height: 44px;
  padding: 13px 0 8px;
  text-transform: uppercase;
}

.tax-product_cat ul.products li.product .collection-product-detail:focus-visible,
.tax-product_cat .collection-stage .collection-navigation a:focus-visible {
  outline: 2px solid var(--alvelus-gold);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .tax-product_cat .collection-stage {
    --collection-stage-gutter: 40px;
  }

  .tax-product_cat .collection-stage__content {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    padding-left: var(--collection-stage-gutter);
    padding-right: var(--collection-stage-gutter);
  }

  .tax-product_cat .collection-utility,
  .tax-product_cat ul.products {
    margin-left: 32px;
    margin-right: 32px;
  }

  .tax-product_cat ul.products {
    grid-template-columns: minmax(0, 1fr);
  }

  .tax-product_cat ul.products li.product {
    grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1.28fr);
    padding-left: 24px;
    padding-right: 24px;
  }

  .tax-product_cat ul.products li.product:nth-child(even) {
    border-left: 0;
  }

  .tax-product_cat ul.products li.product:nth-child(n + 2) {
    border-top: 1px solid var(--alvelus-line);
    padding-top: 54px;
  }
}

@media (max-width: 620px) {
  .tax-product_cat .commerce-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .tax-product_cat .collection-stage {
    --collection-stage-gutter: 28px;
    min-height: 590px;
    padding-bottom: 64px;
  }

  .tax-product_cat .collection-stage__content {
    display: block;
    min-height: 526px;
    padding: 136px 28px 18px;
  }

  .tax-product_cat .collection-stage__copy {
    max-width: 49%;
    padding: 0;
    position: static;
    z-index: 2;
  }

  .tax-product_cat .collection-stage .woocommerce-breadcrumb {
    font-size: 0.64rem;
    margin-bottom: 16px;
    white-space: nowrap;
  }

  .tax-product_cat .collection-stage .woocommerce-products-header__title {
    font-size: clamp(3.6rem, 17vw, 4.6rem);
    margin-bottom: 14px;
  }

  .tax-product_cat .collection-stage .collection-introduction {
    font-size: clamp(1.18rem, 5.5vw, 1.5rem);
    line-height: 1.3;
  }

  .tax-product_cat .collection-stage__bottles {
    bottom: 22px;
    gap: 2px;
    justify-content: flex-end;
    left: 41%;
    padding: 0 12px 0 0;
    position: absolute;
    right: 0;
    top: 18px;
  }

  .tax-product_cat .collection-stage__bottles img {
    height: 100%;
    max-width: 52%;
    min-width: 0;
  }

  .tax-product_cat .collection-stage .collection-navigation {
    align-items: stretch;
    background: rgba(23, 17, 15, 0.96);
    bottom: -64px;
    flex-direction: row;
    gap: 0;
    left: 0;
    overflow-x: auto;
    position: absolute;
    right: 0;
    scrollbar-width: none;
  }

  .tax-product_cat .collection-stage .collection-navigation::-webkit-scrollbar {
    display: none;
  }

  .tax-product_cat .collection-stage .collection-navigation a {
    flex: 1 0 auto;
    justify-content: center;
    min-width: 33.333%;
    padding-left: 18px;
    padding-right: 18px;
    width: auto;
  }

  .tax-product_cat .collection-utility {
    gap: 4px 10px;
    grid-template-columns: auto minmax(0, 1fr);
    margin: 0 28px;
    min-height: 92px;
    padding: 10px 0;
  }

  .tax-product_cat .woocommerce-result-count {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .tax-product_cat .woocommerce-ordering {
    grid-column: 2;
    grid-row: 2;
  }

  .tax-product_cat .woocommerce-ordering select {
    max-width: 100%;
    min-width: 0;
    padding-left: 6px;
    width: 100%;
  }

  .tax-product_cat .collection-ordering-label {
    grid-column: 1;
    grid-row: 2;
    white-space: nowrap;
  }

  .tax-product_cat ul.products {
    border-top: 1px solid var(--alvelus-line);
    grid-template-columns: 1fr;
    margin: 0 28px;
    padding: 0 0 28px;
  }

  .tax-product_cat ul.products li.product,
  .tax-product_cat ul.products li.product:nth-child(n + 3) {
    border-left: 0;
    border-top: 1px solid var(--alvelus-line);
    gap: 0 22px;
    grid-template-columns: minmax(112px, 0.78fr) minmax(0, 1.22fr);
    min-height: 440px;
    padding: 28px 0 24px;
  }

  .tax-product_cat ul.products li.product:first-child {
    border-top: 0;
  }

  .tax-product_cat ul.products li.product img {
    max-height: 420px;
  }

  .tax-product_cat ul.products li.product .product-collection {
    margin-bottom: 14px;
  }

  .tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
    margin-bottom: 12px;
  }

  .tax-product_cat ul.products li.product .product-card-description {
    font-size: 1.08rem;
    line-height: 1.35;
  }

  .tax-product_cat ul.products li.product .product-card-description::after {
    margin-top: 16px;
  }

  .tax-product_cat ul.products li.product .price {
    font-size: 1.35rem;
    margin: 18px 0 10px;
  }

  .tax-product_cat ul.products li.product .button {
    min-height: 44px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tax-product_cat ul.products li.product .collection-product-detail {
    min-height: 44px;
  }
}

/* Basket drawer: one WooCommerce-owned cart state across every purchase surface. */
.cart-drawer[hidden] {
  display: none;
}

.cart-drawer {
  display: grid;
  inset: 0;
  justify-items: end;
  position: fixed;
  z-index: 80;
}

.cart-drawer__backdrop {
  background: rgba(23, 17, 15, 0.58);
  inset: 0;
  position: absolute;
}

.cart-drawer__panel {
  background: var(--alvelus-paper);
  box-shadow: -20px 0 56px rgba(23, 17, 15, 0.22);
  color: var(--alvelus-ink);
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: min(470px, 94vw);
}

.cart-drawer__header {
  align-items: center;
  border-bottom: 1px solid var(--alvelus-line);
  display: flex;
  justify-content: space-between;
  min-height: 112px;
  padding: 24px 28px;
}

.cart-drawer__header .section-label {
  color: var(--alvelus-gold);
  margin: 0 0 7px;
}

.cart-drawer__header h2 {
  color: var(--alvelus-ink);
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  margin: 0;
}

.cart-drawer__close {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid var(--alvelus-line);
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.cart-drawer__close span,
.cart-drawer__close span::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1px;
  width: 18px;
}

.cart-drawer__close span {
  transform: rotate(45deg);
}

.cart-drawer__close span::after {
  transform: rotate(90deg);
}

.cart-drawer .widget_shopping_cart_content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

.cart-drawer .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  overflow-y: auto;
  padding: 0 28px;
}

.cart-drawer .woocommerce-mini-cart-item {
  border-bottom: 1px solid var(--alvelus-line);
  min-height: 128px;
  padding: 22px 38px 22px 0;
  position: relative;
}

.cart-drawer .woocommerce-mini-cart-item > a:not(.remove) {
  align-items: center;
  display: grid;
  font-family: var(--alvelus-serif);
  font-size: 1.3rem;
  gap: 18px;
  grid-template-columns: 68px minmax(0, 1fr);
  line-height: 1.1;
}

.cart-drawer .woocommerce-mini-cart-item img {
  background: var(--alvelus-paper-deep);
  height: 84px;
  margin: 0;
  object-fit: contain;
  padding: 8px;
  width: 68px;
}

.cart-drawer .woocommerce-mini-cart-item .remove {
  align-items: center;
  border: 1px solid var(--alvelus-line);
  color: var(--alvelus-wine);
  display: inline-flex;
  font-size: 1.15rem;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 34px;
  top: 22px;
}

.cart-drawer .woocommerce-mini-cart-item .quantity {
  color: var(--alvelus-muted);
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: -20px 0 0 86px;
}

.cart-drawer .woocommerce-mini-cart__total {
  align-items: center;
  border-top: 1px solid var(--alvelus-line);
  display: flex;
  font-family: var(--alvelus-serif);
  font-size: 1.45rem;
  justify-content: space-between;
  margin: auto 0 0;
  padding: 22px 28px 16px;
}

.cart-drawer .woocommerce-mini-cart__total strong {
  color: var(--alvelus-muted);
  font-family: var(--alvelus-sans);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cart-drawer .woocommerce-mini-cart__buttons {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0 28px 28px;
}

.cart-drawer .woocommerce-mini-cart__buttons .button {
  align-items: center;
  background: var(--alvelus-wine);
  border: 1px solid var(--alvelus-wine);
  color: var(--alvelus-white);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.06em;
  margin: 0;
  min-height: 48px;
  padding: 12px 16px;
  text-transform: uppercase;
  width: 100%;
}

.cart-drawer .woocommerce-mini-cart__buttons .button:not(.checkout) {
  background: transparent;
  color: var(--alvelus-wine);
}

.cart-drawer .woocommerce-mini-cart__empty-message {
  border-left: 2px solid var(--alvelus-gold);
  color: var(--alvelus-muted);
  margin: 32px 28px;
  padding: 12px 0 12px 20px;
}

.cart-drawer__empty-action {
  align-items: center;
  background: var(--alvelus-wine);
  color: var(--alvelus-white);
  display: none;
  font-size: 0.72rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.06em;
  margin: auto 28px 28px;
  min-height: 48px;
  padding: 12px 16px;
  text-transform: uppercase;
}

.cart-drawer .widget_shopping_cart_content:has(.woocommerce-mini-cart__empty-message)
  + .cart-drawer__empty-action {
  display: inline-flex;
}

/* Filled cart: editorial item ledger with a purchase summary that stays in view. */
.woocommerce-cart .entry-content > .woocommerce {
  align-items: start;
  display: grid;
  gap: 28px clamp(36px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.65fr);
}

.woocommerce-cart .cart-continue-shopping {
  align-items: center;
  color: var(--alvelus-wine);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 10px;
  grid-column: 1 / -1;
  letter-spacing: 0.08em;
  justify-self: start;
  min-height: 44px;
  text-transform: uppercase;
}

.woocommerce-cart .woocommerce-cart-form {
  grid-column: 1;
  margin: 0;
  min-width: 0;
}

.woocommerce-cart .woocommerce-cart-form table {
  table-layout: fixed;
}

.woocommerce-cart .woocommerce-cart-form .product-remove {
  width: 58px;
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
  width: 104px;
}

.woocommerce-cart .woocommerce-cart-form .product-price,
.woocommerce-cart .woocommerce-cart-form .product-subtotal {
  width: 96px;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity {
  width: 122px;
}

.woocommerce-cart .cart-collaterals {
  grid-column: 2;
  margin: 0;
  max-width: none;
  position: sticky;
  top: calc(var(--alvelus-header-height) + 28px);
  width: 100%;
}

.woocommerce-cart .cart-collaterals h2 {
  font-size: clamp(2.6rem, 4vw, 4rem);
  margin: 0 0 24px;
}

.woocommerce-cart .woocommerce-cart-form td.actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.woocommerce-cart .woocommerce-cart-form td.actions .coupon {
  align-items: stretch;
  display: flex;
  gap: 8px;
}

.woocommerce-cart .woocommerce-cart-form td.actions .coupon .input-text {
  min-width: 190px;
}

.woocommerce-cart .woocommerce-cart-form td.actions > .button {
  margin-left: auto;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  min-height: 54px;
  width: 100%;
}

/* Checkout: the outer two-column composition owns columns; fields fill their rows. */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select:not(.select2-hidden-accessible),
.woocommerce form.checkout .select2-container {
  width: 100% !important;
}

.woocommerce form .form-row select.select2-hidden-accessible {
  width: 1px !important;
}

.woocommerce form.checkout #customer_details.col2-set {
  display: block;
}

.woocommerce form.checkout #customer_details .col-1,
.woocommerce form.checkout #customer_details .col-2 {
  display: block;
  width: 100%;
}

.woocommerce form.checkout #customer_details .col-2 {
  margin-top: 32px;
}

.woocommerce form.checkout .form-row {
  margin: 0 0 20px;
  padding: 0;
}

.woocommerce form.checkout #order_review {
  align-self: start;
  position: sticky;
  top: calc(var(--alvelus-header-height) + 28px);
}

@media (max-width: 900px) {
  .woocommerce-cart .entry-content > .woocommerce {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals {
    grid-column: 1;
  }

  .woocommerce-cart .cart-collaterals,
  .woocommerce form.checkout #order_review {
    position: static;
  }
}

@media (max-width: 620px) {
  .cart-drawer__panel {
    width: 100%;
  }

  .cart-drawer__header {
    min-height: 96px;
    padding: 20px;
  }

  .cart-drawer .woocommerce-mini-cart {
    padding: 0 20px;
  }

  .cart-drawer .woocommerce-mini-cart__total {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-drawer .woocommerce-mini-cart__buttons {
    grid-template-columns: 1fr;
    padding: 0 20px 20px;
  }

  .cart-drawer__empty-action {
    margin-left: 20px;
    margin-right: 20px;
  }

  .woocommerce-cart .woocommerce-cart-form td.actions {
    align-items: stretch;
    display: block;
  }

  .woocommerce-cart .woocommerce-cart-form td.actions .coupon {
    display: grid;
  }

  .woocommerce-cart .woocommerce-cart-form td.actions .coupon .input-text {
    min-width: 0;
  }

  .woocommerce-cart .woocommerce-cart-form td.actions > .button {
    margin-left: 0;
  }

  .woocommerce-cart .woocommerce-cart-form .product-remove,
  .woocommerce-cart .woocommerce-cart-form .product-thumbnail,
  .woocommerce-cart .woocommerce-cart-form .product-price,
  .woocommerce-cart .woocommerce-cart-form .product-subtotal,
  .woocommerce-cart .woocommerce-cart-form .product-quantity {
    width: 100%;
  }
}
.alvelus-age-notice,
.alvelus-delivery-notice,
.alvelus-international-delivery-notice {
  color: var(--alvelus-ink, #2b0d12);
  font-size: 0.88rem;
  line-height: 1.5;
}

.alvelus-age-notice {
  border-left: 2px solid var(--alvelus-gold, #c18c45);
  padding-left: 12px;
}

.alvelus-age-requirements {
  border-top: 1px solid rgba(43, 13, 18, 0.18);
  margin-top: 18px;
  padding-top: 18px;
}

.alvelus-age-confirmation {
  margin: 14px 0;
}

.alvelus-age-confirmation label {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

.alvelus-age-confirmation input[type="checkbox"] {
  flex: 0 0 auto;
  margin-top: 0.25em;
}
