/* =========================
   SHOP PAGE
   ========================= */

.alynore-shop-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 88px;
  overflow: clip;
}

.alynore-shop-page .alynore-page-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

.alynore-shop-page .woocommerce-products-header,
.alynore-shop-page .page-title,
.alynore-shop-page .term-description,
.alynore-shop-page .archive-description,
.alynore-shop-page .woocommerce-products-header__title,
.alynore-shop-page .woocommerce-products-header__description,
.alynore-shop-page .woocommerce-breadcrumb {
  display: none !important;
}

/* hero */
.alynore-shop-hero {
  max-width: none;
  margin: 0 0 24px;
  text-align: left;
}

.alynore-shop-hero__media {
  position: relative;
  width: 100%;
  min-height: 240px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(18, 12, 8, 0.24) 0%, rgba(18, 12, 8, 0.08) 36%, rgba(18, 12, 8, 0.02) 100%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.06) 0%, rgba(255, 252, 247, 0.01) 100%),
    url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=1440,fit=crop/OJ3HsF1pnqHiUfUy/imagine-din-16.03.2026-la-21.15-CkifeDkCdTXmtC3Z.png")
      center center / cover no-repeat;
  border-bottom: 1px solid rgba(91, 71, 50, 0.06);
}

.alynore-shop-hero__overlay {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 26px 48px;
  animation: alynoreFadeRise 0.8s ease both;
}

.alynore-shop-hero__kicker {
  max-width: 420px;
  margin: 0 0 18px;
  color: rgba(247, 238, 227, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.alynore-shop-hero__title {
  max-width: 260px;
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #f7efe6;
}

.alynore-shop-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 184px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(226, 194, 144, 0.88);
  color: #241a14;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid rgba(36, 26, 20, 0.72);
  box-shadow: none;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.alynore-shop-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.08) 0%, rgba(255, 252, 247, 0.01) 100%),
    radial-gradient(circle at 82% 20%, rgba(255, 246, 235, 0.1), transparent 24%);
  pointer-events: none;
}

.alynore-shop-hero__cta:hover {
  transform: translateY(-1px);
  background: #e6c58d;
  box-shadow: 0 14px 30px rgba(24, 16, 11, 0.16);
}

.alynore-shop-hero__cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(209, 176, 125, 0.18);
}

/* toolbar */
.alynore-shop-toolbar {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 34px;
  padding: 0 40px;
  border-top: 1px solid rgba(91, 71, 50, 0.1);
}

.alynore-shop-toolbar__count .woocommerce-result-count,
.woocommerce .woocommerce-result-count {
  margin: 0 !important;
  color: var(--alyn-text-muted) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  float: none !important;
}

.alynore-shop-toolbar__orderby .woocommerce-ordering,
.woocommerce .woocommerce-ordering {
  margin: 0 !important;
  float: none !important;
}

.woocommerce .woocommerce-ordering select {
  min-width: 240px;
  height: 54px;
  border-radius: var(--alyn-radius-pill);
  border: 1px solid var(--alyn-line);
  background: rgba(255, 250, 244, 0.88);
  color: var(--alyn-text);
  padding: 0 22px;
  font-size: 14px;
  box-shadow: 0 10px 24px rgba(52, 34, 17, 0.04);
  outline: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.woocommerce .woocommerce-ordering select:focus {
  border-color: rgba(154, 120, 80, 0.38);
  box-shadow: 0 0 0 4px rgba(184, 154, 115, 0.1);
  transform: translateY(-1px);
}

/* products grid */
.woocommerce ul.products,
.woocommerce-page ul.products {
  max-width: 1320px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 46px 28px !important;
  padding: 0 40px !important;
  align-items: start !important;
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.alynore-product-card {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  list-style: none !important;
  background: transparent !important;
  clear: none !important;
}

.alynore-product-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  animation: alynoreFadeRise 0.72s ease forwards;
  transition: transform 0.28s ease;
}

.woocommerce ul.products li.product:nth-child(1) .alynore-product-card__inner,
.woocommerce ul.products li.product:nth-child(2) .alynore-product-card__inner {
  animation-delay: 0.08s;
}

.woocommerce ul.products li.product:nth-child(3) .alynore-product-card__inner,
.woocommerce ul.products li.product:nth-child(4) .alynore-product-card__inner {
  animation-delay: 0.16s;
}

.woocommerce ul.products li.product:nth-child(n+5) .alynore-product-card__inner {
  animation-delay: 0.22s;
}

.alynore-product-card__image-link {
  display: block;
  text-decoration: none;
}

.alynore-product-card__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 0.96 / 1.1;
  overflow: hidden;
  border-radius: 40px;
  background: linear-gradient(180deg, #f7efe6 0%, #ecdecd 100%);
  box-shadow: var(--alyn-shadow-card);
  transition: box-shadow 0.32s ease, transform 0.32s ease;
}

.alynore-product-card__image,
.woocommerce ul.products li.product img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 0.96 / 1.1;
  margin: 0 !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 40px !important;
  transition: transform 0.45s ease, filter 0.3s ease;
}

.alynore-product-card__image-link:hover .alynore-product-card__image,
.woocommerce ul.products li.product:hover img {
  transform: scale(1.035);
  filter: saturate(1.03);
}

.woocommerce ul.products li.product:hover .alynore-product-card__inner {
  transform: translateY(-3px);
}

.woocommerce ul.products li.product:hover .alynore-product-card__image-wrap {
  box-shadow: 0 28px 88px rgba(52, 34, 17, 0.1);
}

.alynore-product-card .onsale,
.woocommerce ul.products li.product .onsale {
  top: 20px !important;
  left: 20px !important;
  right: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 10px 15px !important;
  border-radius: 999px !important;
  border: 1px solid var(--alyn-line) !important;
  background: rgba(255, 250, 244, 0.92) !important;
  color: #8e7351 !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05) !important;
}

.alynore-product-card__content {
  padding: 20px 6px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.alynore-product-card__kicker {
  margin: 0 0 10px;
  color: #8f7961;
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.alynore-product-card__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 30px !important;
  line-height: 0.98 !important;
  font-weight: 600 !important;
  color: var(--alyn-text) !important;
  min-height: auto;
  letter-spacing: -0.045em;
}

.alynore-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.alynore-product-card__price,
.woocommerce ul.products li.product .price {
  display: block !important;
  margin: 0 0 18px !important;
  color: #9a7e59 !important;
  font-size: 17px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}

.alynore-product-card__actions {
  margin-top: auto;
}

.alynore-product-card__button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .added_to_cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  border-radius: var(--alyn-radius-pill) !important;
  border: 1px solid rgba(182, 154, 115, 0.28) !important;
  background: rgba(250, 243, 234, 0.9) !important;
  color: #866846 !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(52, 34, 17, 0.04) !important;
  transition: all 0.22s ease !important;
}

.alynore-product-card__button:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product .added_to_cart:hover {
  background: linear-gradient(135deg, #c6aa7f 0%, #ab8456 100%) !important;
  border-color: #c6aa7f !important;
  color: #fffdf8 !important;
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .alynore-shop-page {
    padding: 0 0 68px;
  }

  .alynore-shop-hero__media {
    min-height: 210px;
  }

  .alynore-shop-hero__overlay,
  .alynore-shop-toolbar,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .alynore-shop-hero__title {
    max-width: 220px;
    font-size: 46px;
  }

  .alynore-shop-hero__cta {
    min-height: 44px;
    min-width: 176px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .alynore-shop-page {
    padding: 0 0 42px;
  }

  .alynore-shop-hero {
    margin-bottom: 18px;
  }

  .alynore-shop-hero__media {
    min-height: 190px;
    align-items: center;
  }

  .alynore-shop-hero__overlay {
    padding: 18px 18px 20px !important;
  }

  .alynore-shop-hero__title {
    max-width: 180px;
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 0.94;
  }

  .alynore-shop-hero__cta {
    min-height: 42px;
    min-width: 164px;
    width: auto;
    padding: 0 16px;
    font-size: 10px;
  }

  .alynore-shop-toolbar {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100% !important;
    min-width: 0 !important;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .alynore-product-card__image-wrap,
  .alynore-product-card__image,
  .woocommerce ul.products li.product img {
    border-radius: 28px !important;
  }

  .alynore-product-card__content {
    padding: 16px 2px 0;
  }

  .alynore-product-card__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 24px !important;
    min-height: auto;
  }

  .alynore-product-card__price,
  .woocommerce ul.products li.product .price {
    margin-bottom: 14px !important;
    font-size: 16px !important;
  }

  .alynore-product-card__button,
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product a.button,
  .woocommerce ul.products li.product .added_to_cart {
    min-height: 42px !important;
    padding: 0 18px !important;
    font-size: 11px !important;
  }
}
