.home .site-content > .ast-container {
  display: block;
  max-width: none;
  padding-inline: 0;
}

.home .site-main,
.home .entry-content {
  width: 100%;
  margin: 0;
}

.home .entry-header {
  display: none;
}

.home .site-content #primary {
  margin-top: 20px !important;
}

.liell-home-hero {
  margin: 0 0 30px;
}

.liell-home-hero .wp-block-cover {
  min-height: clamp(360px, 43vw, 560px);
}

.liell-home-hero .wp-block-cover__inner-container {
  width: min(var(--liell-wrap), calc(100% - 32px));
  margin-inline: auto;
}

.liell-home-hero h1,
.liell-home-hero h2 {
  max-width: 700px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
  text-wrap: balance;
}

.liell-home-hero p {
  max-width: 600px;
  font-size: clamp(1rem, 1.7vw, 1.3rem);
}

.liell-home-hero .wp-block-button__link {
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 8px;
  background: var(--liell-red);
  font-weight: 800;
}

.liell-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-block: 30px 58px;
  overflow: hidden;
  border: 1px solid var(--liell-border);
  border-radius: var(--liell-radius);
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
}

.liell-benefits__item {
  display: flex;
  min-height: 78px;
  align-items: center;
  padding: 18px 20px 18px 48px;
  border-right: 1px solid var(--liell-border);
  color: var(--liell-ink);
  font-weight: 750;
}

.liell-benefits__item:last-child {
  border-right: 0;
}

.liell-benefits__item::before {
  width: 18px;
  height: 10px;
  margin-left: -28px;
  margin-right: 12px;
  transform: rotate(-45deg);
  border-bottom: 3px solid var(--liell-red);
  border-left: 3px solid var(--liell-red);
  content: '';
}

.liell-home-section {
  width: min(var(--liell-wrap), calc(100% - 32px));
  max-width: var(--liell-wrap);
  margin: 58px auto;
}

.home #ofertas.wp-block-group {
  padding-inline: 0 !important;
}

.home #ofertas .liell-home-section {
  width: 100%;
}

.home .liell-home-section.woocommerce ul.products {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 20px;
  margin: 0 !important;
}

.home .liell-home-section.woocommerce ul.products::before,
.home .liell-home-section.woocommerce ul.products::after {
  display: none;
}

.home .liell-home-section.woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  height: 100%;
  margin: 0 !important;
}

.liell-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.liell-category-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border-radius: var(--liell-radius);
  background: var(--liell-soft);
  box-shadow: 0 7px 20px rgba(0, 0, 0, .07);
  color: #fff;
}

.liell-category-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transition: transform .3s ease;
}

.liell-category-card::after {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .8));
  content: '';
}

.liell-category-card span {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 16px;
  left: 16px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
}

.liell-category-card:hover img {
  transform: scale(1.035);
}

.liell-secondary-banners {
  display: grid;
  width: min(var(--liell-wrap), calc(100% - 32px));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 58px auto;
}

.liell-secondary-banners .wp-block-cover {
  min-height: 280px;
  overflow: hidden;
  border-radius: var(--liell-radius);
}

.liell-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-block: 64px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--liell-radius);
  background: var(--liell-ink);
  color: #fff;
}

.liell-help h2,
.liell-help p {
  margin: 0;
  color: #fff;
}

.liell-help p {
  margin-top: 8px;
  opacity: .82;
}

@media (max-width: 960px) {
  .liell-benefits { grid-template-columns: repeat(2, 1fr); }
  .liell-benefits__item:nth-child(2) { border-right: 0; }
  .liell-benefits__item:nth-child(-n+2) { border-bottom: 1px solid var(--liell-border); }
  .liell-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home .liell-home-section.woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .liell-home-hero .wp-block-cover { min-height: 390px; }
  .liell-benefits { margin-block: 20px 42px; }
  .liell-benefits__item { min-height: 72px; padding: 14px 14px 14px 40px; font-size: .88rem; }
  .liell-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .liell-category-card, .liell-category-card img { min-height: 190px; }
  .home .liell-home-section.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .liell-secondary-banners { grid-template-columns: 1fr; }
  .liell-help { align-items: stretch; flex-direction: column; }
  .liell-help .button { width: 100%; }
}
