/* Extracted from wp-sections.css (v10) — DO NOT EDIT BY HAND. Per-page chunk; load only on its route(s). */

/* ============================================
   SHOP HERO - sourced from rendered-shop.html
   Uses --pepti-* variables from globals.css
   ============================================ */
.pepti-shop-hero {
  position: relative;
  padding: 64px 20px 52px;
  background: var(--pepti-bg-dark-alt);
  overflow: visible;
  border-radius: 0 0 24px 24px;
  margin-bottom: 32px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.pepti-shop-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}
.pepti-shop-hero__aurora {
  position: absolute;
  inset: -50%;
  background:
    radial-gradient(ellipse at 70% 30%, var(--pepti-hero-glow-1) 0%, transparent 50%),
    radial-gradient(ellipse at 30% 70%, var(--pepti-hero-glow-2) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, var(--pepti-hero-glow-3) 0%, transparent 40%);
  animation: shopHeroAurora 20s ease-in-out infinite;
}
@keyframes shopHeroAurora {
  0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
  25% { transform: translate(5%, -5%) rotate(3deg) scale(1.05); }
  50% { transform: translate(-5%, 5%) rotate(-3deg) scale(1); }
  75% { transform: translate(3%, 3%) rotate(2deg) scale(1.02); }
}
.pepti-shop-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--pepti-border, rgba(255,255,255,0.06)) 1px, transparent 1px),
    linear-gradient(90deg, var(--pepti-border, rgba(255,255,255,0.06)) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
}
.pepti-shop-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.5;
  animation: shopHeroGlow 8s ease-in-out infinite;
}
.pepti-shop-hero__glow--1 {
  width: 300px;
  height: 300px;
  background: var(--pepti-hero-glow-1);
  top: -100px;
  right: 10%;
}
.pepti-shop-hero__glow--2 {
  width: 220px;
  height: 220px;
  background: var(--pepti-hero-glow-2);
  bottom: -50px;
  left: 20%;
  animation-delay: -4s;
}
@keyframes shopHeroGlow {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 0.7; }
}
.pepti-shop-hero__particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  border-radius: 0 0 24px 24px;
}
.pepti-shop-hero__particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--pepti-accent);
  border-radius: 50%;
  opacity: 0;
  animation: shopParticleFloat 12s infinite;
}
.pepti-shop-hero__particles span:nth-child(1) { left: 10%; animation-delay: 0s; }
.pepti-shop-hero__particles span:nth-child(2) { left: 25%; animation-delay: 2s; }
.pepti-shop-hero__particles span:nth-child(3) { left: 40%; animation-delay: 4s; }
.pepti-shop-hero__particles span:nth-child(4) { left: 55%; animation-delay: 6s; }
.pepti-shop-hero__particles span:nth-child(5) { left: 70%; animation-delay: 8s; }
.pepti-shop-hero__particles span:nth-child(6) { left: 85%; animation-delay: 10s; }
@keyframes shopParticleFloat {
  0% { bottom: -10px; opacity: 0; }
  10% { opacity: 0.6; }
  90% { opacity: 0.6; }
  100% { bottom: 100%; opacity: 0; }
}
.pepti-shop-hero__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
  overflow: visible;
}
.pepti-shop-hero__content {
  position: relative;
}
.pepti-shop-hero__label {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255,255,255,0.1);
  color: var(--pepti-accent);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 50px;
  margin-bottom: 12px;
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.pepti-shop-hero__title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: white;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.pepti-shop-hero__subtitle {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  margin: 0 0 20px 0;
  line-height: 1.5;
  max-width: 500px;
}
.pepti-shop-hero__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}
.pepti-shop-hero__category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  color: white;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  font-family: inherit;
}
.pepti-shop-hero__category:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.3);
  transform: translateY(-2px);
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 20px var(--pepti-glow);
}
.pepti-shop-hero__category--active {
  background: var(--pepti-gradient-primary) !important;
  border-color: transparent !important;
  box-shadow: var(--pepti-shadow);
}
.pepti-shop-hero__category--active:hover {
  box-shadow: 0 8px 30px var(--pepti-glow);
}
.pepti-shop-hero__category-icon {
  font-size: 14px;
  color: var(--pepti-accent);
  display: flex;
  align-items: center;
}
.pepti-shop-hero__category--active .pepti-shop-hero__category-icon {
  color: white;
}
.pepti-shop-hero__category-icon svg {
  width: 16px;
  height: 16px;
}
.pepti-shop-hero__divider {
  display: flex;
  align-items: center;
  width: 1px;
  height: 24px;
  background: rgba(255,255,255,0.2);
  margin: 0 4px;
  align-self: center;
}
.pepti-shop-hero__category--product {
  border-style: dashed;
}
.pepti-shop-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.pepti-shop-hero__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
}
.pepti-shop-hero__feature svg {
  width: 18px;
  height: 18px;
  color: var(--pepti-accent);
}
.pepti-shop-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  overflow: visible;
}
.pepti-shop-hero__image-wrapper {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin-right: -40px;
  margin-top: -20px;
  margin-bottom: -30px;
  z-index: 2;
}
.pepti-shop-hero__image {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.4));
  animation: peptiHeroFloat 4s ease-in-out infinite;
  transition: transform 0.4s ease;
}
.pepti-shop-hero__image:hover {
  transform: scale(1.08) translateY(-10px);
}
.pepti-shop-hero__badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.3;
  z-index: 3;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.pepti-shop-hero__badge--1 {
  top: 0;
  right: -20px;
  animation: peptiBadgeFloat 3s ease-in-out infinite;
}
.pepti-shop-hero__badge--2 {
  bottom: 15%;
  left: 5%;
  animation: peptiBadgeFloat 3s ease-in-out infinite 1.5s;
}
.pepti-shop-hero__badge-icon {
  font-size: 18px;
}
@keyframes peptiHeroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}
@keyframes peptiBadgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@media (max-width: 1024px) {
  .pepti-shop-hero__image-wrapper {
    margin-right: -20px;
    max-width: 300px;
  }
  .pepti-shop-hero__image {
    max-height: 320px;
  }
}
@media (max-width: 900px) {
  .pepti-shop-hero {
    padding: 76px 16px 40px;
    overflow: hidden;
  }
  .pepti-shop-hero__container {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .pepti-shop-hero__visual {
    order: -1;
    min-height: 230px;
    margin-top: 10px;
  }
  .pepti-shop-hero__image-wrapper {
    margin-right: 0;
    margin-top: 8px;
    margin-bottom: -15px;
    max-width: 240px;
  }
  .pepti-shop-hero__image {
    max-height: 260px;
  }
  .pepti-shop-hero__subtitle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .pepti-shop-hero__categories {
    justify-content: center;
  }
  .pepti-shop-hero__features {
    justify-content: center;
  }
  .pepti-shop-hero__badge--1 {
    top: 24px;
    right: 5%;
  }
  .pepti-shop-hero__badge--2 {
    bottom: 5%;
    left: 5%;
  }
}
@media (max-width: 600px) {
  .pepti-shop-hero {
    padding: 82px 12px 34px;
    border-radius: 0 0 16px 16px;
  }
  .pepti-shop-hero__categories {
    gap: 5px;
  }
  .pepti-shop-hero__category {
    padding: 6px 10px;
    font-size: 11px;
  }
  .pepti-shop-hero__image {
    max-height: 200px;
  }
  .pepti-shop-hero__image-wrapper {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .pepti-shop-hero__badge {
    padding: 10px 12px;
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  .pepti-shop-hero__category span:not(.pepti-shop-hero__category-icon) {
    display: none;
  }
  .pepti-shop-hero__category {
    padding: 10px 12px;
  }
  .pepti-shop-hero__category-icon {
    font-size: 16px;
  }
}

/* ============================================
   SHOP TITLE BAR
   ============================================ */
.pepti-shop-title-section {
  padding: 8px 20px 16px;
}
.pepti-shop-title-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.pepti-shop-title-section .the-shop-subtitle-custom .desc {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pepti-primary);
}
.pepti-shop-title-section .woocommerce-products-header__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  margin: 0;
  color: var(--pepti-text-dark);
  line-height: 1.1;
}
@media (max-width: 600px) {
  .pepti-shop-title-section { padding: 8px 16px 12px; }
}

/* ============================================
   SHOP PRODUCTS LISTING
   ============================================ */
.pepti-shop-products {
  padding: 24px 20px 64px;
}
.pepti-shop-products__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.pepti-shop-filter {
  margin-bottom: 14px;
  position: relative;
}
.pepti-shop-filter__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pepti-shop-filter__pill {
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  min-height: 32px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease, background-color 180ms ease;
  white-space: nowrap;
}
.pepti-shop-filter__pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px var(--pepti-glow-light, rgba(124, 58, 237, 0.08));
}
.pepti-shop-filter__navigator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding: 10px 12px;
  border: 1px solid var(--pepti-border-strong, rgba(124, 58, 237, 0.22));
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: none;
}
.pepti-shop-filter__back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid var(--pepti-border-strong, rgba(236, 72, 153, 0.35));
  border-radius: 999px;
  background: var(--pepti-primary-subtle, rgba(236, 72, 153, 0.08));
  color: var(--pepti-primary, #ec4899);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.pepti-shop-filter__back:hover {
  background: var(--pepti-primary, #ec4899);
  color: white;
}
.pepti-shop-filter__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.pepti-shop-filter__breadcrumb::-webkit-scrollbar {
  display: none;
}
.pepti-shop-filter__crumb {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: var(--pepti-text-muted, #6b7280);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 4px 0;
  white-space: nowrap;
}
.pepti-shop-filter__crumb[aria-current="page"] {
  color: var(--pepti-text-dark, #1a1a2e);
  font-weight: 800;
}
.pepti-shop-filter__crumb:hover {
  color: var(--pepti-primary, #ec4899);
}
.pepti-shop-filter__crumb-separator {
  flex: 0 0 auto;
  color: var(--pepti-text-muted, #6b7280);
  opacity: 0.45;
  font-size: 12px;
}
.pepti-shop-subcategories {
  margin-bottom: 20px;
}
.pepti-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0 20px;
  border-bottom: 1px solid var(--pepti-gray-200, #e5e7eb);
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.pepti-shop-toolbar__count {
  margin: 0;
  font-size: 13px;
  color: var(--pepti-text-muted, #6b7280);
}
.pepti-shop-toolbar__sort {
  appearance: none;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid var(--pepti-gray-200, #e5e7eb);
  border-radius: 8px;
  padding: 8px 36px 8px 14px;
  font-size: 13px;
  font-family: inherit;
  color: var(--pepti-text-dark, #1a1a2e);
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.pepti-shop-toolbar__sort:focus {
  outline: none;
  border-color: var(--pepti-primary);
  box-shadow: 0 0 0 3px var(--pepti-glow-light, rgba(124,58,237,0.15));
}
.pepti-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1024px) {
  .pepti-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .pepti-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .pepti-shop-products { padding: 24px 16px 56px; }
  .pepti-shop-filter {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .pepti-shop-filter__row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 1px 16px 8px 0;
    scrollbar-width: none;
  }
  .pepti-shop-filter--branches::after {
    content: "← swipe →";
    display: table;
    margin: 6px auto 0;
    color: var(--pepti-primary, #ec4899);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-transform: uppercase;
    animation: peptiShopSwipeCue 1.8s ease-in-out infinite;
  }
  .pepti-shop-filter__row::-webkit-scrollbar {
    display: none;
  }
  .pepti-shop-filter__pill {
    flex: 0 0 auto;
    padding: 8px 13px;
  }
  .pepti-shop-filter__navigator {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    margin-right: 16px;
    padding: 10px;
    border-radius: 10px;
  }
  .pepti-shop-filter__back {
    justify-content: center;
    width: 100%;
  }
  .pepti-shop-filter__breadcrumb {
    justify-content: flex-start;
    padding-bottom: 1px;
  }
  .pepti-shop-toolbar {
    align-items: stretch;
    gap: 10px;
  }
  .pepti-shop-toolbar__sort {
    width: 100%;
  }
}
@keyframes peptiShopSwipeCue {
  0%, 100% { transform: translateX(0); opacity: 0.62; }
  50% { transform: translateX(5px); opacity: 1; }
}
@media (max-width: 480px) {
  .pepti-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

