.youro-dynamic-catalog,
.youro-dynamic-catalog * {
  box-sizing: border-box;
}

.youro-dynamic-catalog {
  --yc-blue: #0757c8;
  --yc-green: #45c827;
  --yc-cyan: #13bde7;
  --yc-purple: #5b1fd1;
  --yc-ink: #111827;
  --yc-muted: #667085;
  --yc-line: #e4e8ef;
  --yc-panel: #f7f9fc;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 20px 84px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 56px;
  font-family: Inter, Arial, sans-serif;
  color: var(--yc-ink);
}

.youro-dynamic-catalog a {
  text-decoration: none;
}

.youro-catalog-sidebar {
  border-right: 1px solid var(--yc-line);
  padding-right: 40px;
  min-width: 0;
}

.youro-catalog-main {
  min-width: 0;
}

.youro-catalog-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  width: 100%;
  height: 58px;
  border: 1px solid var(--yc-line);
  margin: 0 0 42px;
  background: #fff;
}

.youro-catalog-search input[type="search"] {
  width: 100%;
  min-width: 0;
  height: 56px;
  border: 0;
  outline: 0;
  padding: 0 16px;
  background: #fff;
  color: var(--yc-ink);
  font-size: 15px;
  box-shadow: none;
}

.youro-catalog-search button {
  width: 58px;
  height: 56px;
  border: 0;
  border-radius: 0;
  background: #081126;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.youro-filter-title {
  margin: 0 0 18px;
  color: var(--yc-purple);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.youro-side-list {
  display: grid;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 18px 0 42px;
}

.youro-side-list li {
  margin: 0;
  padding: 0;
}

.youro-side-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  color: #5d9e48;
  font-size: 15px;
  line-height: 1.4;
}

.youro-side-list a:hover,
.youro-side-list .is-active a {
  color: var(--yc-purple);
}

.youro-sidebar-note {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--yc-line);
  background: #f7f9fc;
  color: var(--yc-muted);
  font-size: 14px;
  line-height: 1.55;
}

.youro-sidebar-note strong {
  color: var(--yc-ink);
}

.youro-breadcrumb {
  margin: 0 0 18px;
  color: #7a8493;
  font-size: 14px;
  line-height: 1.4;
}

.youro-breadcrumb a {
  color: inherit;
}

.youro-hero-title {
  margin: 0 0 22px;
  color: #61a64d;
  font-size: clamp(52px, 7vw, 92px);
  line-height: .9;
  letter-spacing: 0;
  font-weight: 300;
  text-transform: uppercase;
}

.youro-archive-description {
  max-width: 720px;
  color: var(--yc-muted);
  font-size: 16px;
  line-height: 1.7;
}

.youro-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 44px 0 34px;
  color: var(--yc-muted);
}

.youro-sort-form {
  margin: 0;
}

.youro-sort {
  min-width: 190px;
  min-height: 46px;
  border: 1px solid var(--yc-line);
  border-radius: 0;
  padding: 12px 16px;
  background: #fff;
  color: #4b5563;
  font-size: 14px;
  box-shadow: none;
}

.youro-category-grid,
.youro-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

.youro-category-card,
.youro-product-card {
  display: block;
  min-width: 0;
  color: inherit;
}

.youro-category-media,
.youro-product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--yc-panel);
}

.youro-category-media img,
.youro-product-media img,
.youro-dynamic-catalog .woocommerce-placeholder {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  border: 0;
  box-shadow: none;
  transition: transform .28s ease;
}

.youro-category-card:hover img,
.youro-product-card:hover img {
  transform: scale(1.045);
}

.youro-category-chip,
.youro-sale-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: #111827;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .12);
}

.youro-sale-badge {
  right: auto;
  left: 16px;
}

.youro-category-body,
.youro-product-body {
  display: grid;
  gap: 8px;
  padding-top: 18px;
}

.youro-category-kicker,
.youro-product-cat {
  color: #5d9e48;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
}

.youro-category-title,
.youro-product-title {
  margin: 0;
  color: var(--yc-purple);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}

.youro-product-title a {
  color: inherit;
}

.youro-category-desc {
  color: var(--yc-muted);
  font-size: 14px;
  line-height: 1.55;
}

.youro-product-price {
  color: #3f3f46;
  font-weight: 700;
}

.youro-product-price del {
  margin-right: 5px;
  color: #9ca3af;
  opacity: 1;
}

.youro-empty-products {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--yc-line);
  background: #f7f9fc;
  color: var(--yc-muted);
}

@media (max-width: 1024px) {
  .youro-dynamic-catalog {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .youro-catalog-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--yc-line);
    padding-right: 0;
    padding-bottom: 30px;
  }

  .youro-category-grid,
  .youro-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .youro-dynamic-catalog {
    padding: 42px 16px 58px;
  }

  .youro-summary-row {
    display: grid;
    margin: 28px 0 24px;
  }

  .youro-category-grid,
  .youro-product-grid {
    grid-template-columns: 1fr;
  }

  .youro-hero-title {
    font-size: 50px;
  }

  .youro-catalog-search {
    margin-bottom: 28px;
  }
}
