/* Premium WooCommerce product archive. */

.woocommerce-shop,
.tax-product_cat,
.tax-product_tag {
  background:
    radial-gradient(circle at 82% 7%, rgba(226, 30, 56, .18), transparent 31%),
    radial-gradient(circle at 16% 20%, rgba(255, 106, 26, .11), transparent 28%),
    #05080d;
}

.woocommerce-shop .site-main-shop,
.tax-product_cat .site-main-shop,
.tax-product_tag .site-main-shop {
  position: relative;
  overflow: clip;
  padding: 0 0 clamp(70px, 8vw, 124px);
  background:
    linear-gradient(180deg, rgba(3, 7, 12, .95), rgba(8, 13, 20, .88) 48%, #05080d 100%),
    #05080d;
}

.woocommerce-shop .site-main-shop > .container,
.tax-product_cat .site-main-shop > .container,
.tax-product_tag .site-main-shop > .container {
  position: relative;
  z-index: 2;
  width: min(1500px, 100%);
  padding: 0 clamp(18px, 4vw, 76px);
}

.xxx-shop-page {
  --shop-ink: #fff8ec;
  --shop-muted: rgba(255, 248, 236, .68);
  --shop-soft: rgba(255, 248, 236, .42);
  --shop-line: rgba(255, 248, 236, .13);
  --shop-red: #e21e38;
  --shop-orange: #ff6a1a;
  position: relative;
  color: var(--shop-ink);
}

.xxx-shop-ambient {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(42px);
  mix-blend-mode: screen;
}

.xxx-shop-ambient--one {
  width: 44vw;
  height: 44vw;
  right: -8vw;
  top: 4vh;
  background: radial-gradient(circle, rgba(226, 30, 56, .24), transparent 62%);
}

.xxx-shop-ambient--two {
  width: 34vw;
  height: 34vw;
  left: 16vw;
  top: 28vh;
  background: radial-gradient(circle, rgba(255, 212, 154, .11), transparent 66%);
}

.xxx-shop-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .72fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
  margin: 0 0 clamp(24px, 4vw, 54px);
}

.xxx-shop-hero::before,
.xxx-shop-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.xxx-shop-hero::before {
  z-index: -1;
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 32%, rgba(255, 106, 26, .18), transparent 24%),
    linear-gradient(110deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .015));
  border: 1px solid rgba(255, 255, 255, .07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.xxx-shop-hero::after {
  inset: 0;
  z-index: -1;
  opacity: .22;
  background-image:
    radial-gradient(circle, rgba(255, 248, 236, .75) 0 1px, transparent 1.4px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 150px 150px, 78px 78px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 80%);
}

.xxx-shop-kicker {
  margin: 44px 0 14px;
  color: #ffd49a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.xxx-shop-hero .page-title {
  max-width: 900px;
  margin: 0 0 22px;
  color: var(--shop-ink);
  font-family: "Noto Serif", Georgia, serif;
  font-size: clamp(56px, 7vw, 116px);
  font-weight: 300;
  line-height: .92;
  letter-spacing: 0;
}

.xxx-shop-hero__copy > p:not(.xxx-shop-kicker) {
  max-width: 760px;
  margin: 0;
  color: var(--shop-muted);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.8;
}

.xxx-shop-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.xxx-shop-hero__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: clamp(16px, 2.4vw, 26px);
  border: 1px solid var(--shop-line);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)),
    rgba(5, 8, 13, .62);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .44), inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter: blur(18px);
}

.xxx-shop-hero__panel div {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(255, 248, 236, .10);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
}

.xxx-shop-hero__panel span {
  display: block;
  color: var(--shop-soft);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.xxx-shop-hero__panel strong {
  display: block;
  margin-top: 10px;
  color: var(--shop-ink);
  font-family: "Noto Serif", Georgia, serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 400;
  line-height: 1;
}

.xxx-shop-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  padding: 10px;
  border: 1px solid rgba(255, 248, 236, .10);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  backdrop-filter: blur(16px);
}

.xxx-shop-categories a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(255, 248, 236, .10);
  border-radius: 999px;
  color: rgba(255, 248, 236, .82);
  font-size: 13px;
  font-weight: 800;
  background: rgba(3, 7, 12, .32);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.xxx-shop-categories a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 106, 26, .52);
  background: rgba(255, 106, 26, .10);
}

.xxx-shop-products {
  position: relative;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--shop-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 0%, rgba(226, 30, 56, .11), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.02)),
    rgba(5, 8, 13, .52);
  box-shadow: 0 36px 100px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}

.xxx-shop-products .woocommerce-notices-wrapper {
  margin-bottom: 16px;
}

.xxx-shop-products .woocommerce-result-count,
.xxx-shop-products .woocommerce-ordering {
  margin: 0 0 22px;
}

.xxx-shop-products .woocommerce-result-count {
  color: var(--shop-muted);
  font-size: 14px;
}

.xxx-shop-products .woocommerce-ordering select {
  min-height: 44px;
  border: 1px solid rgba(255, 248, 236, .14);
  border-radius: 999px;
  color: var(--shop-ink);
  background: rgba(3, 7, 12, .70);
  text-align: center;
}

.woocommerce .xxx-shop-products ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

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

.woocommerce .xxx-shop-products ul.products li.product {
  position: relative;
  float: none;
  display: flex;
  width: auto;
  min-height: 100%;
  flex-direction: column;
  margin: 0 !important;
  padding: 14px 14px 18px;
  border: 1px solid rgba(255, 248, 236, .12);
  border-radius: 18px;
  background:
    linear-gradient(150deg, rgba(255,255,255,.09), rgba(255,255,255,.025)),
    rgba(3, 7, 12, .54);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255,255,255,.08);
  overflow: hidden;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.woocommerce .xxx-shop-products ul.products li.product::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 106, 26, .18), transparent 34%);
  transition: opacity .28s ease;
}

.woocommerce .xxx-shop-products ul.products li.product:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 106, 26, .44);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .48), 0 0 36px rgba(226, 30, 56, .10);
}

.woocommerce .xxx-shop-products ul.products li.product:hover::before {
  opacity: 1;
}

.woocommerce .xxx-shop-products ul.products li.product a.woocommerce-LoopProduct-link {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.woocommerce .xxx-shop-products ul.products li.product a img {
  width: 100%;
  margin: 0 0 18px;
  border: 1px solid rgba(255, 248, 236, .10);
  border-radius: 14px;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 248, 236, .10), transparent 28%),
    #070b12;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .34);
  transition: transform .42s ease, filter .42s ease;
}

.woocommerce .xxx-shop-products ul.products li.product:hover a img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.06);
}

.woocommerce .xxx-shop-products ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 10px;
  padding: 0;
  color: var(--shop-ink);
  font-family: "Noto Serif", Georgia, serif;
  font-size: clamp(22px, 1.9vw, 32px);
  font-weight: 400;
  line-height: 1.08;
}

.woocommerce .xxx-shop-products ul.products li.product .star-rating {
  margin: 0 0 10px;
  color: #ffd49a;
}

.woocommerce .xxx-shop-products ul.products li.product .price {
  margin-top: auto;
  color: #ffd49a !important;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.woocommerce .xxx-shop-products ul.products li.product .button {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 16px;
  min-height: 48px;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--shop-red), var(--shop-orange)) !important;
  box-shadow: 0 18px 42px rgba(226, 30, 56, .28);
  text-transform: uppercase;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce .xxx-shop-products span.onsale {
  z-index: 4;
  top: 26px;
  left: 26px;
  right: auto;
  min-height: 0;
  padding: 8px 12px;
  border-radius: 999px;
  line-height: 1;
  background: linear-gradient(135deg, var(--shop-red), var(--shop-orange));
  box-shadow: 0 16px 34px rgba(226, 30, 56, .28);
}

.woocommerce .xxx-shop-products nav.woocommerce-pagination {
  margin-top: 30px;
}

.woocommerce .xxx-shop-products nav.woocommerce-pagination ul {
  border: 0;
}

.woocommerce .xxx-shop-products nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 4px;
}

.woocommerce .xxx-shop-products nav.woocommerce-pagination ul li a,
.woocommerce .xxx-shop-products nav.woocommerce-pagination ul li span {
  min-width: 42px;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 248, 236, .12);
  border-radius: 999px;
  color: var(--shop-ink);
  background: rgba(255, 255, 255, .035);
}

.woocommerce .xxx-shop-products nav.woocommerce-pagination ul li span.current,
.woocommerce .xxx-shop-products nav.woocommerce-pagination ul li a:hover {
  background: linear-gradient(135deg, var(--shop-red), var(--shop-orange));
}

.xxx-shop-animate {
  will-change: transform, opacity;
}

@media (max-width: 1100px) {
  .xxx-shop-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .xxx-shop-hero__panel {
    max-width: 720px;
  }

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

@media (max-width: 720px) {
  .woocommerce-shop .site-main-shop > .container,
  .tax-product_cat .site-main-shop > .container,
  .tax-product_tag .site-main-shop > .container {
    padding: 0 16px;
  }

  .xxx-shop-hero {
    padding-top: 34px;
  }

  .xxx-shop-hero .page-title {
    font-size: clamp(46px, 16vw, 72px);
  }

  .xxx-shop-hero__panel {
    grid-template-columns: 1fr;
  }

  .xxx-shop-categories {
    flex-wrap: nowrap;
    overflow-x: auto;
    border-radius: 16px;
    scrollbar-width: none;
  }

  .xxx-shop-categories::-webkit-scrollbar {
    display: none;
  }

  .xxx-shop-categories a {
    flex: 0 0 auto;
  }

  .xxx-shop-products {
    padding: 14px;
    border-radius: 18px;
  }

  .xxx-shop-products .woocommerce-ordering,
  .xxx-shop-products .woocommerce-ordering select {
    width: 100%;
  }

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

@media (prefers-reduced-motion: reduce) {
  .xxx-shop-animate,
  .woocommerce .xxx-shop-products ul.products li.product,
  .woocommerce .xxx-shop-products ul.products li.product a img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
