/*
 * Amour Parfum Signature 6.1.0 — Luxury Commerce Rebuild
 * Category, shop, search, brand and single-product composition.
 */

:root {
  --ap61-ink: #0c0b0a;
  --ap61-paper: #fbfaf7;
  --ap61-ivory: #f3efe7;
  --ap61-soft: #eee9df;
  --ap61-line: #ddd5c9;
  --ap61-taupe: #7d7469;
  --ap61-gold: #b79255;
  --ap61-wine: #4b1723;
  --ap61-serif: "Bodoni 72", Didot, "Times New Roman", Times, serif;
  --ap61-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ---------------------------
   COLLECTION / CATEGORY PAGES
---------------------------- */
body.post-type-archive-product .amour-commerce-main,
body.tax-product_cat .amour-commerce-main,
body.tax-product_tag .amour-commerce-main,
body.search-results.woocommerce .amour-commerce-main {
  background: var(--ap61-paper);
}

.ap61-collection-hero {
  width: min(1540px, calc(100vw - 56px));
  min-height: 440px;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 47fr) minmax(420px, 53fr);
  overflow: hidden;
  background: var(--ap61-ink);
  color: #fff;
}

.ap61-collection-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(42px, 6vw, 88px);
}

.ap61-breadcrumbs {
  margin-bottom: clamp(42px, 5vw, 68px);
  color: rgba(255,255,255,.58);
  font: 600 9px/1.5 var(--ap61-sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ap61-breadcrumbs nav { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.ap61-breadcrumbs a { color: rgba(255,255,255,.72); }
.ap61-breadcrumbs span { color: var(--ap61-gold); }

.ap61-eyebrow {
  display: block;
  margin: 0 0 14px;
  color: var(--ap61-gold);
  font: 700 9px/1.4 var(--ap61-sans);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ap61-collection-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font: 400 clamp(54px, 5.2vw, 84px)/.92 var(--ap61-serif);
  letter-spacing: -.045em;
  text-wrap: balance;
}

.ap61-collection-hero__copy > p {
  max-width: 580px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.75);
  font: 400 clamp(17px, 1.4vw, 21px)/1.55 var(--ap61-serif);
}

.ap61-collection-hero__count {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 28px;
  padding-top: 15px;
  border-top: 1px solid rgba(183,146,85,.7);
  color: rgba(255,255,255,.68);
  font: 600 9px/1.4 var(--ap61-sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ap61-collection-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 440px;
  overflow: hidden;
  background:
    radial-gradient(circle at 55% 42%, rgba(183,146,85,.20), transparent 35%),
    linear-gradient(140deg, #241a14, #0a0908 68%);
}
.ap61-collection-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12,11,10,.18), transparent 35%);
  pointer-events: none;
}
.ap61-collection-hero__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 540px;
  padding: clamp(30px, 4vw, 68px);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 34px 30px rgba(0,0,0,.28));
}
.ap61-collection-hero__caption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 24px;
  max-width: 260px;
  padding-left: 18px;
  border-left: 1px solid rgba(183,146,85,.75);
}
.ap61-collection-hero__caption span {
  display: block;
  margin-bottom: 5px;
  color: var(--ap61-gold);
  font: 700 8px/1.3 var(--ap61-sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ap61-collection-hero__caption strong {
  color: #fff;
  font: 400 17px/1.25 var(--ap61-serif);
}

body.post-type-archive-product .amour-commerce-shell,
body.tax-product_cat .amour-commerce-shell,
body.tax-product_tag .amour-commerce-shell,
body.search-results.woocommerce .amour-commerce-shell {
  width: min(1500px, calc(100vw - 56px));
  padding: clamp(42px, 5vw, 72px) 0 110px;
}

.ap61-subcollections {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 38px;
  padding: 0 0 26px;
  border-bottom: 1px solid var(--ap61-line);
}
.ap61-subcollections__label {
  padding-top: 13px;
  color: var(--ap61-gold);
  font: 700 8px/1.4 var(--ap61-sans);
  letter-spacing: .15em;
  text-transform: uppercase;
}
.ap61-subcollections__rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ap61-subcollections__rail a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--ap61-line);
  background: #fff;
  color: var(--ap61-ink);
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.ap61-subcollections__rail a span {
  font: 500 11px/1 var(--ap61-sans);
  letter-spacing: .04em;
}
.ap61-subcollections__rail a small {
  color: var(--ap61-taupe);
  font: 500 9px/1 var(--ap61-sans);
}
.ap61-subcollections__rail a:hover {
  border-color: var(--ap61-ink);
  background: var(--ap61-ink);
  color: #fff;
}
.ap61-subcollections__rail a:hover small { color: rgba(255,255,255,.62); }

body.post-type-archive-product .amour-shop-toolbar,
body.tax-product_cat .amour-shop-toolbar,
body.tax-product_tag .amour-shop-toolbar,
body.search-results.woocommerce .amour-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 28px;
  padding: 13px 0 14px;
  border-top: 1px solid var(--ap61-line);
  border-bottom: 1px solid var(--ap61-line);
}
.woocommerce .woocommerce-result-count {
  float: none;
  margin: 0;
  color: var(--ap61-taupe);
  font: 500 10px/1.4 var(--ap61-sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.woocommerce .woocommerce-ordering {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-ordering select {
  min-width: 210px;
  min-height: 42px;
  padding: 0 34px 0 12px;
  border: 0;
  border-bottom: 1px solid var(--ap61-ink);
  border-radius: 0;
  background-color: transparent;
  color: var(--ap61-ink);
  font: 600 9px/1.4 var(--ap61-sans);
  letter-spacing: .10em;
  text-transform: uppercase;
}

/* Product grid: one self-contained card per product. */
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products,
body.search-results.woocommerce ul.products,
body.single-product .related ul.products,
body.single-product .upsells ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 46px 22px !important;
  margin: 0 !important;
  padding: 0 !important;
}

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

.woocommerce ul.products li.product.ap61-product-card {
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}
.ap61-product-card__link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  color: var(--ap61-ink);
  text-decoration: none;
}
.ap61-product-card__media {
  position: relative;
  display: grid;
  place-items: center;
  height: clamp(270px, 22vw, 340px);
  margin-bottom: 17px;
  overflow: hidden;
  background: #f0ede7;
  transition: background .25s ease;
}
.ap61-product-card__media::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 9%;
  height: 12%;
  border-radius: 50%;
  background: rgba(34,29,24,.09);
  filter: blur(15px);
  opacity: .55;
}
.woocommerce ul.products li.product .ap61-product-card__media img.ap61-product-card__image,
.woocommerce ul.products li.product .ap61-product-card__media img.woocommerce-placeholder {
  position: relative;
  z-index: 1;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: clamp(20px, 2.2vw, 34px) !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  filter: drop-shadow(0 16px 16px rgba(29,24,20,.10)) !important;
  transition: transform .35s ease !important;
}
.ap61-product-card:hover .ap61-product-card__media { background: #eae5dc; }
.ap61-product-card:hover .ap61-product-card__media img { transform: translateY(-4px) scale(1.015) !important; }
.ap61-product-card__badge {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  padding: 6px 8px;
  background: var(--ap61-ink);
  color: #fff;
  font: 700 7px/1 var(--ap61-sans);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.ap61-product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}
.ap61-product-card__brand {
  display: block;
  margin: 0 0 7px;
  color: var(--ap61-gold);
  font: 700 8px/1.35 var(--ap61-sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ap61-product-card__title {
  display: -webkit-box;
  min-height: 2.42em;
  margin: 0 0 8px;
  overflow: hidden;
  color: var(--ap61-ink);
  font: 400 clamp(18px, 1.45vw, 22px)/1.21 var(--ap61-serif);
  letter-spacing: -.012em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ap61-product-card__meta {
  display: -webkit-box;
  min-height: 2.6em;
  margin-bottom: 11px;
  overflow: hidden;
  color: var(--ap61-taupe);
  font: 500 9px/1.45 var(--ap61-sans);
  letter-spacing: .04em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ap61-product-card__price {
  display: block;
  margin-top: auto;
  color: var(--ap61-ink);
  font: 500 14px/1.3 var(--ap61-sans);
}
.ap61-product-card__price del { color: var(--ap61-taupe); font-size: .82em; }
.ap61-product-card__price ins { text-decoration: none; }
.ap61-product-card__action {
  margin-top: 16px;
}
.woocommerce ul.products li.product .ap61-product-card__action .button,
.woocommerce ul.products li.product .ap61-product-card__action .added_to_cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid var(--ap61-ink) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ap61-ink) !important;
  font: 700 8px/1 var(--ap61-sans) !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
  transition: background .2s ease, color .2s ease !important;
}
.woocommerce ul.products li.product .ap61-product-card__action .button:hover,
.woocommerce ul.products li.product .ap61-product-card__action .added_to_cart:hover {
  background: var(--ap61-ink) !important;
  color: #fff !important;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 70px;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  gap: 6px;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: grid;
  place-items: center;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid var(--ap61-line);
  color: var(--ap61-ink);
  font: 600 10px/1 var(--ap61-sans);
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  border-color: var(--ap61-ink);
  background: var(--ap61-ink);
  color: #fff;
}

/* ---------------------------
   SINGLE PRODUCT PAGE
---------------------------- */
body.single-product .amour-commerce-main {
  background: var(--ap61-paper);
}
body.single-product .amour-commerce-shell--single {
  width: min(1460px, calc(100vw - 56px)) !important;
  padding: clamp(34px, 4vw, 58px) 0 100px !important;
}
body.single-product .amour-commerce-shell--single > div.product {
  display: grid !important;
  grid-template-columns: minmax(0, 46fr) minmax(420px, 54fr) !important;
  column-gap: clamp(46px, 6vw, 92px) !important;
  row-gap: 0 !important;
  align-items: start !important;
  margin: 0 !important;
}
body.single-product .amour-commerce-shell--single > div.product::before,
body.single-product .amour-commerce-shell--single > div.product::after {
  display: none !important;
  content: none !important;
}

body.single-product .amour-commerce-shell--single .woocommerce-product-gallery {
  grid-column: 1 !important;
  grid-row: 1 !important;
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: clamp(24px, 3.4vw, 48px) !important;
  overflow: hidden !important;
  background: #efebe4 !important;
}
body.single-product .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}
body.single-product .woocommerce-product-gallery__image {
  display: grid !important;
  place-items: center !important;
  height: clamp(490px, 47vw, 640px) !important;
  min-height: 0 !important;
}
body.single-product .woocommerce-product-gallery__image a {
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  place-items: center !important;
}
body.single-product .woocommerce-product-gallery__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 570px !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: drop-shadow(0 25px 24px rgba(32,27,22,.12)) !important;
}
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 16px !important;
  right: 16px !important;
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.88) !important;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  gap: 9px !important;
  margin: 18px 0 0 !important;
  overflow-x: auto !important;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 74px !important;
  float: none !important;
  width: 74px !important;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  width: 74px !important;
  height: 74px !important;
  padding: 7px !important;
  object-fit: contain !important;
  background: #fff !important;
}

body.single-product .amour-commerce-shell--single .summary {
  grid-column: 2 !important;
  grid-row: 1 !important;
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: clamp(8px, 1.5vw, 20px) 0 0 !important;
  position: sticky !important;
  top: 150px !important;
}
body.single-product .summary .amour-single-heading-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px 14px !important;
  margin: 0 0 14px !important;
  color: var(--ap61-gold) !important;
  font: 700 8px/1.4 var(--ap61-sans) !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
}
body.single-product .summary .product_title {
  max-width: 15ch !important;
  margin: 0 0 18px !important;
  color: var(--ap61-ink) !important;
  font: 400 clamp(46px, 4.4vw, 66px)/.96 var(--ap61-serif) !important;
  letter-spacing: -.042em !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  text-wrap: balance !important;
}
body.single-product .summary p.price,
body.single-product .summary span.price {
  display: block !important;
  margin: 0 0 21px !important;
  color: var(--ap61-ink) !important;
  font: 400 25px/1 var(--ap61-serif) !important;
}
body.single-product .summary .ap61-product-intro {
  max-width: 610px !important;
  margin: 0 0 22px !important;
  color: #5b534a !important;
  font: 400 17px/1.55 var(--ap61-serif) !important;
}
body.single-product .summary .ap61-product-intro p { margin: 0 !important; }
body.single-product .summary .stock {
  margin: 0 0 15px !important;
  color: #687000 !important;
  font: 600 10px/1.4 var(--ap61-sans) !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}
body.single-product .summary form.cart {
  display: grid !important;
  grid-template-columns: 74px minmax(210px, 1fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
  margin: 0 0 26px !important;
}
body.single-product .summary form.cart .quantity,
body.single-product .summary form.cart .quantity .qty {
  width: 74px !important;
}
body.single-product .summary form.cart .quantity .qty,
body.single-product .summary form.cart .single_add_to_cart_button {
  min-height: 54px !important;
}
body.single-product .summary form.cart .quantity .qty {
  border: 1px solid var(--ap61-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
}
body.single-product .summary form.cart .single_add_to_cart_button {
  width: 100% !important;
  padding: 0 24px !important;
  border-radius: 0 !important;
  background: var(--ap61-ink) !important;
  color: #fff !important;
  font: 700 9px/1 var(--ap61-sans) !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
}
body.single-product .summary form.cart .single_add_to_cart_button:hover {
  background: var(--ap61-wine) !important;
}
body.single-product .summary form.cart .variations,
body.single-product .summary form.cart .single_variation_wrap {
  grid-column: 1 / -1 !important;
}
body.single-product .summary .amour-product-facts {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin: 0 !important;
  border-top: 1px solid var(--ap61-line) !important;
  border-left: 1px solid var(--ap61-line) !important;
}
body.single-product .summary .amour-product-facts > div {
  min-width: 0 !important;
  padding: 14px 15px !important;
  border-right: 1px solid var(--ap61-line) !important;
  border-bottom: 1px solid var(--ap61-line) !important;
}
body.single-product .summary .amour-product-facts dt {
  margin: 0 0 6px !important;
  color: var(--ap61-taupe) !important;
  font: 700 7px/1.4 var(--ap61-sans) !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}
body.single-product .summary .amour-product-facts dd {
  margin: 0 !important;
  color: var(--ap61-ink) !important;
  font: 400 15px/1.35 var(--ap61-serif) !important;
  overflow-wrap: anywhere !important;
}
body.single-product .summary .amour-product-assurance {
  margin-top: 19px !important;
  border-top: 1px solid var(--ap61-line) !important;
}
body.single-product .summary .amour-product-assurance > div {
  display: grid !important;
  grid-template-columns: 130px minmax(0, 1fr) !important;
  gap: 15px !important;
  padding: 11px 0 !important;
  border-bottom: 1px solid var(--ap61-line) !important;
}
body.single-product .summary .amour-product-assurance strong {
  font: 700 7px/1.45 var(--ap61-sans) !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}
body.single-product .summary .amour-product-assurance small {
  color: var(--ap61-taupe) !important;
  font: 400 13px/1.4 var(--ap61-serif) !important;
}
body.single-product .summary .product_meta {
  margin-top: 15px !important;
  padding-top: 12px !important;
  border-top: 0 !important;
  color: var(--ap61-taupe) !important;
  font: 500 8px/1.65 var(--ap61-sans) !important;
  letter-spacing: .04em !important;
}

body.single-product .amour-commerce-shell--single > div.product > .ap61-product-story,
body.single-product .amour-commerce-shell--single > div.product > .woocommerce-tabs,
body.single-product .amour-commerce-shell--single > div.product > .upsells,
body.single-product .amour-commerce-shell--single > div.product > .related {
  grid-column: 1 / -1 !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  min-width: 0 !important;
}
.ap61-product-story {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  margin: clamp(56px, 7vw, 90px) 0 0;
  padding: clamp(38px, 4.5vw, 62px) clamp(34px, 5vw, 74px);
  border-top: 1px solid var(--ap61-line);
  border-bottom: 1px solid var(--ap61-line);
  background: var(--ap61-ivory);
}
.ap61-product-story__heading h2 {
  max-width: 14ch;
  margin: 0;
  color: var(--ap61-ink);
  font: 400 clamp(34px, 3.6vw, 50px)/1 var(--ap61-serif);
  letter-spacing: -.03em;
}
.ap61-product-story__copy {
  max-width: 690px;
  color: #554d44;
  font: 400 17px/1.62 var(--ap61-serif);
}
.ap61-product-story__copy p { margin: 0 0 18px; }

body.single-product .woocommerce-tabs {
  max-width: 1040px !important;
  margin: 0 auto clamp(54px, 7vw, 90px) !important;
  padding: clamp(35px, 4.5vw, 58px) 0 0 !important;
}
body.single-product .woocommerce-tabs ul.tabs {
  display: flex !important;
  justify-content: center !important;
  gap: clamp(28px, 4vw, 50px) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--ap61-line) !important;
}
body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}
body.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
body.single-product .woocommerce-tabs ul.tabs li a {
  padding: 14px 0 !important;
  color: var(--ap61-taupe) !important;
  font: 700 8px/1.2 var(--ap61-sans) !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}
body.single-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--ap61-ink) !important;
  border-bottom: 1px solid var(--ap61-ink) !important;
}
body.single-product .woocommerce-tabs .panel {
  max-width: 820px !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 30px 0 0 !important;
  color: #554d44 !important;
  font: 400 16px/1.65 var(--ap61-serif) !important;
}
body.single-product .woocommerce-tabs .panel h2 {
  margin: 0 0 20px !important;
  color: var(--ap61-ink) !important;
  font: 400 30px/1.1 var(--ap61-serif) !important;
}
body.single-product .woocommerce table.shop_attributes th,
body.single-product .woocommerce table.shop_attributes td {
  padding: 13px 14px !important;
  border-color: var(--ap61-line) !important;
  background: transparent !important;
}

body.single-product .related.products,
body.single-product .upsells.products {
  margin: 0 !important;
  padding-top: clamp(42px, 5vw, 66px) !important;
  border-top: 1px solid var(--ap61-line) !important;
}
body.single-product .related.products > h2,
body.single-product .upsells.products > h2 {
  margin: 0 0 32px !important;
  color: var(--ap61-ink) !important;
  font: 400 clamp(34px, 3.7vw, 52px)/1 var(--ap61-serif) !important;
  letter-spacing: -.03em !important;
}

/* ---------------------------
   RESPONSIVE
---------------------------- */
@media (max-width: 1180px) {
  .ap61-collection-hero {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
  }
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products,
  body.tax-product_tag ul.products,
  body.search-results.woocommerce ul.products,
  body.single-product .related ul.products,
  body.single-product .upsells ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .ap61-product-card__media { height: 300px; }
  body.single-product .amour-commerce-shell--single > div.product {
    grid-template-columns: minmax(0, 44fr) minmax(390px, 56fr) !important;
    column-gap: 42px !important;
  }
  body.single-product .woocommerce-product-gallery__image { height: 520px !important; }
  body.single-product .summary .product_title { font-size: clamp(42px, 4.6vw, 56px) !important; }
}

@media (max-width: 920px) {
  .ap61-collection-hero {
    width: calc(100vw - 28px);
    grid-template-columns: 1fr;
  }
  .ap61-collection-hero__copy { min-height: 390px; }
  .ap61-collection-hero__visual { min-height: 390px; }
  .ap61-collection-hero__visual img { max-height: 420px; }
  body.post-type-archive-product .amour-commerce-shell,
  body.tax-product_cat .amour-commerce-shell,
  body.tax-product_tag .amour-commerce-shell,
  body.search-results.woocommerce .amour-commerce-shell,
  body.single-product .amour-commerce-shell--single {
    width: calc(100vw - 28px) !important;
  }
  .ap61-subcollections { grid-template-columns: 1fr; gap: 12px; }
  .ap61-subcollections__label { padding-top: 0; }
  body.single-product .amour-commerce-shell--single > div.product {
    grid-template-columns: 1fr !important;
  }
  body.single-product .amour-commerce-shell--single .woocommerce-product-gallery,
  body.single-product .amour-commerce-shell--single .summary {
    grid-column: 1 !important;
  }
  body.single-product .amour-commerce-shell--single .woocommerce-product-gallery { grid-row: 1 !important; }
  body.single-product .amour-commerce-shell--single .summary {
    grid-row: 2 !important;
    position: static !important;
    padding-top: 32px !important;
  }
  body.single-product .woocommerce-product-gallery__image {
    height: min(72vw, 590px) !important;
  }
  .ap61-product-story {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 720px) {
  .ap61-collection-hero__copy { padding: 38px 28px; }
  .ap61-collection-hero h1 { font-size: clamp(48px, 13vw, 68px); }
  .ap61-collection-hero__visual { min-height: 330px; }
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products,
  body.tax-product_tag ul.products,
  body.search-results.woocommerce ul.products,
  body.single-product .related ul.products,
  body.single-product .upsells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 12px !important;
  }
  .ap61-product-card__media { height: 240px; }
  .ap61-product-card__title { font-size: 17px; }
  body.post-type-archive-product .amour-shop-toolbar,
  body.tax-product_cat .amour-shop-toolbar,
  body.tax-product_tag .amour-shop-toolbar,
  body.search-results.woocommerce .amour-shop-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce .woocommerce-ordering select { width: 100%; }
  body.single-product .summary .product_title {
    max-width: none !important;
    font-size: clamp(40px, 11vw, 52px) !important;
  }
  body.single-product .summary form.cart {
    grid-template-columns: 68px minmax(0, 1fr) !important;
  }
  body.single-product .summary .amour-product-facts { grid-template-columns: 1fr !important; }
  body.single-product .summary .amour-product-assurance > div {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
  .ap61-product-story { padding: 32px 24px; }
  body.single-product .woocommerce-tabs ul.tabs {
    justify-content: flex-start !important;
    overflow-x: auto !important;
  }
}

@media (max-width: 430px) {
  .ap61-collection-hero { width: calc(100vw - 18px); margin-top: 16px; }
  .ap61-collection-hero__copy { min-height: 350px; padding: 32px 22px; }
  .ap61-breadcrumbs { margin-bottom: 28px; }
  .ap61-collection-hero__visual { min-height: 290px; }
  body.post-type-archive-product .amour-commerce-shell,
  body.tax-product_cat .amour-commerce-shell,
  body.tax-product_tag .amour-commerce-shell,
  body.search-results.woocommerce .amour-commerce-shell,
  body.single-product .amour-commerce-shell--single {
    width: calc(100vw - 18px) !important;
  }
  .ap61-product-card__media { height: 205px; }
  .ap61-product-card__media img { padding: 14px !important; }
  .ap61-product-card__title { min-height: 2.55em; font-size: 15px; }
  .ap61-product-card__meta { font-size: 8px; }
  .ap61-product-card__action { margin-top: 12px; }
  body.single-product .amour-commerce-shell--single .woocommerce-product-gallery { padding: 14px !important; }
  body.single-product .woocommerce-product-gallery__image {
    height: 105vw !important;
    max-height: 430px !important;
  }
  body.single-product .woocommerce-product-gallery__image img { max-height: 400px !important; }
  body.single-product .summary .product_title { font-size: 38px !important; }
  .ap61-product-story__heading h2 { font-size: 34px; }
}
