.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  display: none !important;
}

.post-type-archive-product .entry-header,
.tax-product_cat .entry-header,
.woocommerce-shop .entry-header,
body.woocommerce-page .entry-header {
  max-width: min(1360px, calc(100vw - 48px));
  margin: clamp(42px, 5vw, 72px) auto clamp(22px, 3vw, 40px);
  padding: 0;
  position: relative;
}

.post-type-archive-product .entry-header::after,
.tax-product_cat .entry-header::after,
.woocommerce-shop .entry-header::after,
body.woocommerce-page .entry-header::after {
  content: "";
  display: block;
  width: min(76px, 18vw);
  height: 1px;
  margin-top: clamp(16px, 2vw, 24px);
  background: linear-gradient(90deg, rgba(35,31,32,.48), rgba(35,31,32,0));
}

.post-type-archive-product .entry-header .page-title,
.tax-product_cat .entry-header .page-title,
.woocommerce-shop .entry-header .page-title,
body.woocommerce-page .entry-header .page-title {
  max-width: 920px;
  margin: 0 0 clamp(12px, 1.5vw, 20px);
  color: #343149;
  font-size: clamp(38px, 4.7vw, 70px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.entry-header .page-description,
.page-description,
.taxonomy-description {
  max-width: 820px;
  margin: 0;
}

.entry-header .page-description p,
.page-description p,
.taxonomy-description p {
  margin: 0;
  color: rgba(35, 31, 32, .72);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.62;
  text-wrap: balance;
}

.entry-header .ct-breadcrumbs,
.ct-breadcrumbs {
  margin-top: clamp(16px, 2vw, 24px);
  color: rgba(35,31,32,.58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.entry-header .ct-breadcrumbs a,
.ct-breadcrumbs a {
  color: #9b6aa8;
  text-decoration: none;
}

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

.woocommerce ul.products li.product.pronuptia-product-card {
  position: relative;
  width: auto;
  margin: 0;
  float: none;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
}

.pronuptia-archive-js .woocommerce ul.products li.product.pronuptia-product-card {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 680ms cubic-bezier(.22, 1, .36, 1),
    transform 680ms cubic-bezier(.22, 1, .36, 1),
    filter 420ms ease;
  transition-delay: var(--pa-stagger, 0ms);
}

.pronuptia-archive-js .woocommerce ul.products li.product.pronuptia-product-card.is-pronuptia-visible {
  opacity: 1;
  transform: translateY(0);
}

.woocommerce ul.products li.product.pronuptia-product-card:focus-visible {
  outline: 1px solid rgba(35, 31, 32, .62);
  outline-offset: 6px;
}

.woocommerce ul.products li.product.pronuptia-product-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #eee9e4;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce ul.products li.product.pronuptia-product-card .ct-media-container {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  color: inherit;
}

.woocommerce ul.products li.product.pronuptia-product-card .ct-media-container::before,
.woocommerce ul.products li.product.pronuptia-product-card .ct-media-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 540ms cubic-bezier(.22, 1, .36, 1);
}

.woocommerce ul.products li.product.pronuptia-product-card .ct-media-container::before {
  background:
    linear-gradient(180deg, rgba(18, 16, 18, 0) 40%, rgba(18, 16, 18, .72) 100%),
    radial-gradient(circle at 80% 12%, rgba(255,255,255,.18), transparent 28%);
}

.woocommerce ul.products li.product.pronuptia-product-card .ct-media-container::after {
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, .34);
  box-shadow: inset 0 0 0 1px rgba(25, 22, 24, .08);
}

.woocommerce ul.products li.product.pronuptia-product-card img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover !important;
  object-position: center top;
  aspect-ratio: auto !important;
  margin: 0;
  transform: scale(1.01);
  transition:
    opacity 720ms cubic-bezier(.22, 1, .36, 1),
    transform 980ms cubic-bezier(.22, 1, .36, 1),
    filter 720ms cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.woocommerce ul.products li.product.pronuptia-product-card .pronuptia-archive-second-image {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top;
}

.woocommerce ul.products li.product.pronuptia-product-card .woocommerce-loop-product__title,
.woocommerce ul.products li.product.pronuptia-product-card .entry-meta {
  position: absolute;
  left: clamp(16px, 2vw, 26px);
  right: clamp(16px, 2vw, 26px);
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 460ms cubic-bezier(.22, 1, .36, 1),
    transform 560ms cubic-bezier(.22, 1, .36, 1);
}

.woocommerce ul.products li.product.pronuptia-product-card .woocommerce-loop-product__title {
  bottom: clamp(42px, 5vw, 58px);
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: var(--theme-font-family, inherit);
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: 0;
  text-shadow: 0 10px 28px rgba(0,0,0,.28);
}

.woocommerce ul.products li.product.pronuptia-product-card .woocommerce-loop-product__title a {
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product.pronuptia-product-card .entry-meta {
  bottom: clamp(18px, 2vw, 26px);
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.78);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.woocommerce ul.products li.product.pronuptia-product-card .entry-meta a {
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product.pronuptia-product-card .ct-woo-card-actions,
.woocommerce ul.products li.product.pronuptia-product-card .price,
.woocommerce ul.products li.product.pronuptia-product-card .star-rating {
  display: none !important;
}

.woocommerce ul.products li.product.pronuptia-product-card:hover .ct-media-container::before,
.woocommerce ul.products li.product.pronuptia-product-card:hover .ct-media-container::after,
.woocommerce ul.products li.product.pronuptia-product-card:focus-visible .ct-media-container::before,
.woocommerce ul.products li.product.pronuptia-product-card:focus-visible .ct-media-container::after {
  opacity: 1;
}

.woocommerce ul.products li.product.pronuptia-product-card:hover img.wp-post-image,
.woocommerce ul.products li.product.pronuptia-product-card:focus-visible img.wp-post-image {
  opacity: 0;
  transform: scale(1.035);
}

.woocommerce ul.products li.product.pronuptia-product-card:hover .pronuptia-archive-second-image,
.woocommerce ul.products li.product.pronuptia-product-card:focus-visible .pronuptia-archive-second-image {
  opacity: 1;
  transform: scale(1.055);
  filter: saturate(.94) contrast(1.02) brightness(.95);
}

.woocommerce ul.products li.product.pronuptia-product-card:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product.pronuptia-product-card:hover .entry-meta,
.woocommerce ul.products li.product.pronuptia-product-card:focus-visible .woocommerce-loop-product__title,
.woocommerce ul.products li.product.pronuptia-product-card:focus-visible .entry-meta {
  opacity: 1;
  transform: translateY(0);
}

.pronuptia-archive-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: clamp(4px, .8vw, 12px) 0 clamp(28px, 3.4vw, 48px);
}

.pronuptia-archive-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  flex: 1 1 auto;
}

.pronuptia-archive-count {
  color: rgba(35,31,32,.38);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
  align-self: center;
}

.pronuptia-archive-nav__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 16px;
  border: 1px solid rgba(40, 34, 32, .13);
  color: rgba(32, 28, 28, .72);
  background: rgba(255,255,255,.58);
  text-decoration: none;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 1px 0 rgba(35,31,32,.025);
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.pronuptia-archive-nav__button:hover,
.pronuptia-archive-nav__button:focus-visible,
.pronuptia-archive-nav__button.is-active {
  color: #fff;
  background: #231f20;
  border-color: #231f20;
  box-shadow: 0 10px 24px rgba(35,31,32,.10);
  transform: translateY(-1px);
}

.pronuptia-archive-editorial {
  max-width: 820px;
  margin: clamp(56px, 7vw, 104px) auto 0;
  padding: clamp(26px, 4vw, 48px) 0 0;
  border-top: 1px solid rgba(35,31,32,.10);
  text-align: center;
}

.pronuptia-archive-editorial__eyebrow {
  margin: 0 0 14px;
  color: rgba(35,31,32,.42);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pronuptia-archive-editorial__text {
  margin: 0;
  color: rgba(35,31,32,.66);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.84;
}

.is-pronuptia-loading .woocommerce ul.products {
  opacity: .42;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.woocommerce .ct-pagination {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  margin: clamp(54px, 7vw, 96px) auto 0;
  padding-top: clamp(22px, 3vw, 36px);
  border-top: 1px solid rgba(36, 31, 31, .10);
}

.woocommerce .ct-pagination > .prev {
  grid-column: 1;
  justify-self: start;
}

.woocommerce .ct-pagination > .next {
  grid-column: 3;
  justify-self: end;
}

.woocommerce .ct-pagination > .ct-hidden-sm {
  grid-column: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.3vw, 16px);
}

.woocommerce .ct-pagination .page-numbers {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border: 0;
  border-radius: 0;
  color: rgba(35, 31, 32, .48);
  background: transparent;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 240ms ease,
    background 240ms ease,
    transform 240ms ease;
}

.woocommerce .ct-pagination .ct-hidden-sm .page-numbers:not(.dots):not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(100% + 1px);
  width: clamp(8px, 1.1vw, 14px);
  height: 1px;
  background: rgba(35, 31, 32, .18);
  transform-origin: left center;
  transition: transform 260ms ease, background 260ms ease;
}

.woocommerce .ct-pagination .page-numbers.current {
  min-width: 38px;
  color: #fff;
  background: #231f20;
  box-shadow:
    0 10px 24px rgba(35,31,32,.12),
    inset 0 0 0 1px rgba(255,255,255,.10);
}

.woocommerce .ct-pagination a.page-numbers:hover,
.woocommerce .ct-pagination a.page-numbers:focus-visible {
  color: #231f20;
  transform: translateY(-1px);
}

.woocommerce .ct-pagination a.page-numbers:hover::after,
.woocommerce .ct-pagination a.page-numbers:focus-visible::after {
  background: rgba(35, 31, 32, .42);
  transform: scaleX(1.28);
}

.woocommerce .ct-pagination .dots {
  min-width: 18px;
  padding: 0;
  color: rgba(35, 31, 32, .30);
}

.woocommerce .ct-pagination > .prev,
.woocommerce .ct-pagination > .next {
  min-width: 0;
  height: auto;
  padding: 0;
  color: rgba(35, 31, 32, .72);
  background: transparent;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.woocommerce .ct-pagination > .prev svg,
.woocommerce .ct-pagination > .next svg {
  width: 8px;
  height: 8px;
  margin-inline-start: 10px;
  transition: transform 260ms ease;
}

.woocommerce .ct-pagination > .prev::after,
.woocommerce .ct-pagination > .next::before {
  content: "";
  display: inline-block;
  width: clamp(34px, 4vw, 64px);
  height: 1px;
  background: rgba(35, 31, 32, .24);
  vertical-align: middle;
  transition: width 280ms ease, background 280ms ease;
}

.woocommerce .ct-pagination > .prev::after {
  margin-left: 14px;
}

.woocommerce .ct-pagination > .next::before {
  margin-right: 14px;
}

.woocommerce .ct-pagination > .prev:hover,
.woocommerce .ct-pagination > .prev:focus-visible,
.woocommerce .ct-pagination > .next:hover,
.woocommerce .ct-pagination > .next:focus-visible {
  color: #231f20;
}

.woocommerce .ct-pagination > .prev:hover::after,
.woocommerce .ct-pagination > .prev:focus-visible::after,
.woocommerce .ct-pagination > .next:hover::before,
.woocommerce .ct-pagination > .next:focus-visible::before {
  width: clamp(48px, 5.5vw, 82px);
  background: rgba(35, 31, 32, .54);
}

.woocommerce .ct-pagination > .next:hover svg,
.woocommerce .ct-pagination > .next:focus-visible svg {
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .post-type-archive-product .entry-header,
  .tax-product_cat .entry-header,
  .woocommerce-shop .entry-header,
  body.woocommerce-page .entry-header {
    max-width: calc(100vw - 32px);
    margin: 34px auto 24px;
  }

  .post-type-archive-product .entry-header .page-title,
  .tax-product_cat .entry-header .page-title,
  .woocommerce-shop .entry-header .page-title,
  body.woocommerce-page .entry-header .page-title {
    font-size: clamp(34px, 11vw, 50px);
    line-height: 1;
  }

  .entry-header .page-description p,
  .page-description p,
  .taxonomy-description p {
    font-size: 15px;
    line-height: 1.62;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .pronuptia-archive-tools {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .pronuptia-archive-nav {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scroll-padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .pronuptia-archive-nav__button {
    flex: 0 0 auto;
    min-height: 40px;
    padding-inline: 14px;
    white-space: nowrap;
  }

  .pronuptia-archive-count {
    align-self: flex-end;
  }

  .woocommerce ul.products li.product.pronuptia-product-card .ct-media-container::before,
  .woocommerce ul.products li.product.pronuptia-product-card .ct-media-container::after,
  .woocommerce ul.products li.product.pronuptia-product-card .woocommerce-loop-product__title,
  .woocommerce ul.products li.product.pronuptia-product-card .entry-meta {
    opacity: 1;
    transform: none;
  }

  .woocommerce ul.products li.product.pronuptia-product-card .woocommerce-loop-product__title {
    font-size: 17px;
  }

  .woocommerce .ct-pagination {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 48px;
    padding-top: 24px;
  }

  .woocommerce .ct-pagination > .ct-hidden-sm {
    order: 2;
    display: flex !important;
    gap: 8px;
  }

  .woocommerce .ct-pagination > .prev,
  .woocommerce .ct-pagination > .next {
    order: 1;
    width: 100%;
    min-height: 44px;
    justify-content: center;
    border: 1px solid rgba(35,31,32,.16);
  }

  .woocommerce .ct-pagination > .prev::after,
  .woocommerce .ct-pagination > .next::before {
    display: none;
  }
}

@media (max-width: 520px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .woocommerce ul.products li.product.pronuptia-product-card,
  .woocommerce ul.products li.product.pronuptia-product-card *,
  .pronuptia-archive-nav__button {
    transition: none !important;
  }
}
