.prezlo-block-hero {
  position: relative;
  min-height: clamp(600px, 74vh, 780px);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(238, 116, 29, 0.34), transparent 38%),
    linear-gradient(135deg, #241d19, #514239);
}
.prezlo-block-hero__image,
.prezlo-block-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.prezlo-block-hero__image {
  z-index: -2;
  object-fit: cover;
}
.prezlo-block-hero__overlay {
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(19, 15, 12, 0.82) 0%,
      rgba(19, 15, 12, 0.56) 48%,
      rgba(19, 15, 12, 0.14) 100%
    ),
    linear-gradient(0deg, rgba(19, 15, 12, 0.2), rgba(19, 15, 12, 0.2));
}
.prezlo-block-hero__inner {
  width: min(calc(100% - 30px), 1410px);
  margin-inline: auto;
  padding-block: 92px;
}
.prezlo-block-hero--center .prezlo-block-hero__inner {
  text-align: center;
}
.prezlo-block-hero--center .prezlo-block-lead,
.prezlo-block-hero--center .prezlo-block-actions {
  margin-inline: auto;
  justify-content: center;
}
.prezlo-block-hero .prezlo-block-heading {
  max-width: 820px;
  margin: 12px 0 22px;
  color: #fff;
  font-size: clamp(46px, 6.6vw, 88px);
  line-height: 0.99;
  letter-spacing: -0.052em;
}
.prezlo-block-hero .prezlo-block-lead {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.58;
}
.prezlo-block-eyebrow {
  margin: 0 0 12px !important;
  color: var(--prezlo-color-primary);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}
.prezlo-block-hero .prezlo-block-eyebrow {
  color: #ffc79d;
}
.prezlo-block-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.prezlo-block-hero .prezlo-button--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}
.prezlo-block-hero .prezlo-button--secondary:hover,
.prezlo-block-hero .prezlo-button--secondary:focus-visible {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.16);
}
.prezlo-block-section {
  width: 100%;
  padding: 0;
}
.prezlo-block-section > * {
  width: min(calc(100% - 30px), 1410px);
  margin-inline: auto;
}
.prezlo-block-lead {
  max-width: 720px;
  margin-top: 0;
  color: var(--prezlo-color-muted);
  font-size: 18px !important;
}
.prezlo-block-section__header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 32px;
  align-items: end;
  margin-bottom: 38px;
}
.prezlo-block-section__header .prezlo-block-heading {
  grid-column: 1;
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.prezlo-block-section__header .prezlo-block-eyebrow,
.prezlo-block-section__header .prezlo-block-lead {
  grid-column: 1;
}
.prezlo-block-section__header .prezlo-block-lead {
  margin: 0;
}
.prezlo-block-section__link {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: end;
  margin-bottom: 6px;
  white-space: nowrap;
}
.prezlo-category-collection {
  padding-block: 30px 34px;
  background: #fff;
}
.prezlo-category-grid {
  display: grid;
  grid-template-columns: repeat(var(--prezlo-grid-columns, 4), minmax(0, 1fr));
  gap: 20px;
}
.prezlo-category-card {
  min-width: 0;
  overflow: hidden;
  color: var(--prezlo-color-ink);
  text-decoration: none;
}
.prezlo-category-card__media {
  aspect-ratio: 1.2;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--prezlo-color-surface-strong);
}
.prezlo-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 380ms ease;
}
.prezlo-category-card:hover .prezlo-category-card__media img {
  transform: scale(1.045);
}
.prezlo-category-card__placeholder {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 2px solid color-mix(in srgb, var(--prezlo-color-primary) 24%, transparent);
  border-radius: 50%;
  color: var(--prezlo-color-primary);
  font-size: 28px;
  font-weight: 700;
}
.prezlo-category-card__placeholder svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}
.prezlo-category-card__body {
  display: grid;
  gap: 5px;
  padding: 20px;
}
.prezlo-category-card__body strong {
  font-size: 17px;
}
.prezlo-category-card__body > span {
  color: var(--prezlo-color-muted);
  font-size: 13px;
}
.prezlo-product-collection {
  padding-block: 34px;
  background: #fff;
}
.prezlo-product-collection__products > .woocommerce {
  width: 100%;
}
.prezlo-product-collection ul.products {
  display: grid !important;
  gap: 32px 20px;
  margin: 0 !important;
}
.prezlo-product-collection .columns-1 ul.products {
  grid-template-columns: 1fr;
}
.prezlo-product-collection .columns-2 ul.products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.prezlo-product-collection .columns-3 ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.prezlo-product-collection .columns-4 ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.prezlo-product-collection .columns-5 ul.products {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.prezlo-product-collection .columns-6 ul.products {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.prezlo-product-collection ul.products > .product {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}
.prezlo-product-collection ul.products > .card-product {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 1px solid var(--prezlo-color-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--prezlo-shadow-card);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}
.prezlo-product-collection ul.products > .card-product:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--prezlo-color-primary) 58%, var(--prezlo-color-line));
  box-shadow: 0 18px 42px rgba(48, 35, 24, 0.12);
}
.prezlo-product-collection .card-product .card-product-wrapper {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 14px;
  background: #f7f7f5;
}
.prezlo-product-collection .card-product :is(.product-img, .product-img img) {
  width: 100%;
  height: 100%;
  border-radius: 14px;
}
.prezlo-product-collection .card-product .product-img img {
  object-fit: cover;
  object-position: center;
}
.prezlo-product-collection .card-product .card-product-info {
  min-height: 84px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  padding: 15px 4px 0;
}
.prezlo-product-collection .card-product .name-product {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 600;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.prezlo-product-collection .card-product .price-wrap {
  order: 100;
  margin-top: auto;
  padding-top: 5px;
  color: var(--prezlo-color-primary);
  font-weight: 650;
}
.prezlo-product-collection .card-product .price-wrap .price {
  color: inherit;
}
.prezlo-promo-grid-section {
  padding-top: 26px;
  padding-bottom: 34px;
  background: #fff;
}
.prezlo-promo-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 2fr);
  gap: 20px;
  align-items: stretch;
}
.prezlo-promo-grid__small {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.prezlo-promo-card {
  position: relative;
  min-height: 238px;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  border-radius: 18px;
  background: #f4ecff;
}
.prezlo-promo-card--bottom {
  background: #fff0ed;
}
.prezlo-promo-card--feature {
  min-height: 0;
  aspect-ratio: 1.59 / 1;
  color: #fff;
  background: #5e4638;
}
.prezlo-promo-card__image,
.prezlo-promo-card__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.prezlo-promo-card__image {
  object-fit: cover;
}
.prezlo-promo-card__overlay {
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.84) 43%,
    rgba(255, 255, 255, 0.06) 76%
  );
}
.prezlo-promo-card--feature .prezlo-promo-card__overlay {
  background: linear-gradient(
    90deg,
    rgba(38, 29, 24, 0.78) 0%,
    rgba(38, 29, 24, 0.46) 52%,
    rgba(38, 29, 24, 0.1) 100%
  );
}
.prezlo-promo-card__content {
  width: min(62%, 360px);
  padding: clamp(22px, 3vw, 38px);
}
.prezlo-promo-card--feature .prezlo-promo-card__content {
  width: min(62%, 590px);
  padding: clamp(34px, 5vw, 64px);
}
.prezlo-promo-card__eyebrow {
  margin: 0 0 8px;
  font-size: 13px !important;
  font-weight: 600;
}
.prezlo-promo-card h2 {
  margin: 0 0 10px;
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1.08;
}
.prezlo-promo-card--feature h2 {
  color: #fff;
  font-size: clamp(34px, 4.2vw, 58px);
}
.prezlo-promo-card__text {
  margin: 0 0 18px;
  color: var(--prezlo-color-muted);
  font-size: 14px !important;
}
.prezlo-promo-card--feature .prezlo-promo-card__text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px !important;
}
.prezlo-promo-card .prezlo-button {
  min-height: 42px;
  padding: 9px 20px;
}
@media (max-width: 1023px) {
  .prezlo-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .prezlo-product-collection :is(.columns-3, .columns-4, .columns-5, .columns-6) ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .prezlo-promo-grid {
    grid-template-columns: 1fr 1.35fr;
  }
}
@media (max-width: 781px) {
  .prezlo-block-hero {
    min-height: 650px;
    align-items: end;
  }
  .prezlo-block-hero__overlay {
    background: linear-gradient(
      0deg,
      rgba(19, 15, 12, 0.9) 0%,
      rgba(19, 15, 12, 0.62) 60%,
      rgba(19, 15, 12, 0.28) 100%
    );
  }
  .prezlo-block-hero__inner {
    width: min(calc(100% - 30px), 1410px);
    padding-block: 72px;
  }
  .prezlo-block-hero .prezlo-block-heading {
    font-size: clamp(42px, 12vw, 64px);
  }
  .prezlo-block-section__header {
    display: block;
  }
  .prezlo-block-section__link {
    display: inline-block;
    margin-top: 18px;
  }
  .prezlo-promo-grid {
    grid-template-columns: 1fr;
  }
  .prezlo-promo-grid {
    display: grid;
  }
  .prezlo-promo-card--feature {
    min-height: 420px;
    aspect-ratio: auto;
  }
  .prezlo-block-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 520px) {
  .prezlo-block-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .prezlo-block-actions > *,
  .prezlo-block-actions .prezlo-button,
  .prezlo-block-actions .wp-block-button__link {
    width: 100%;
  }
  .prezlo-category-grid {
    gap: 12px;
  }
  .prezlo-category-card__body {
    padding: 15px;
  }
  .prezlo-category-card__body strong {
    font-size: 15px;
  }
  .prezlo-product-collection ul.products {
    gap: 24px 12px;
  }
  .prezlo-promo-grid__small {
    grid-template-rows: none;
  }
  .prezlo-promo-card,
  .prezlo-promo-card--feature {
    min-height: 350px;
    align-items: end;
  }
  .prezlo-promo-card__content,
  .prezlo-promo-card--feature .prezlo-promo-card__content {
    width: 100%;
  }
  .prezlo-promo-card__overlay,
  .prezlo-promo-card--feature .prezlo-promo-card__overlay {
    background: linear-gradient(0deg, rgba(30, 24, 20, 0.82), rgba(30, 24, 20, 0.04) 78%);
  }
  .prezlo-promo-card :is(h2, .prezlo-promo-card__eyebrow, .prezlo-promo-card__text) {
    color: #fff;
  }
}

.prezlo-block-section > * {
  width: 100%;
}

.prezlo-block-section:not(:has(> .prezlo-block-section__header)) {
  padding: 0;
}
