/* Vega Modern Shop Polish - homepage only */
.vega-categories,
.vega-featured-products{
  position:relative;
}

.vega-categories .vega-section-head,
.vega-featured-products .vega-section-head{
  align-items:flex-end;
  margin-bottom:26px;
}

.vega-categories .vega-section-head h2,
.vega-featured-products .vega-section-head h2{
  letter-spacing:-.035em;
  max-width:760px;
}

.vega-categories .vega-text-link,
.vega-featured-products .vega-text-link{
  font-weight:800;
  white-space:nowrap;
}

.vega-featured-products .vega-product-card{
  background:var(--vega-surface);
  border:1px solid color-mix(in srgb,var(--vega-line) 82%,transparent);
  box-shadow:0 8px 28px rgba(18,24,18,.055);
}

.vega-featured-products .vega-product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 46px rgba(18,24,18,.11);
}

.vega-featured-products .vega-product-card__media{
  background:linear-gradient(180deg,#f8f8f5 0%,#f0f1ed 100%);
}

.vega-featured-products .vega-product-card__media img{
  object-fit:contain;
  padding:12px;
}

.vega-featured-products .vega-product-card__body{
  display:flex;
  flex-direction:column;
  height:100%;
}

.vega-featured-products .vega-product-card h3{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  min-height:2.5em;
}

.vega-featured-products .vega-product-card__price{
  margin-top:auto;
  color:var(--vega-text);
}

.vega-featured-products .vega-product-card__price ins{
  color:var(--vega-accent);
}

.vega-featured-products .vega-product-card__actions{
  margin-top:4px;
}

.vega-featured-products .vega-product-card__actions .vega-btn{
  border-radius:12px;
  min-height:44px;
  font-weight:850;
}

.vega-featured-products .vega-product-card__actions .vega-btn--whatsapp{
  box-shadow:0 7px 18px rgba(22,138,72,.16);
}

.vega-categories .vega-category-card{
  min-height:220px;
  border:1px solid color-mix(in srgb,var(--vega-line) 78%,transparent);
  box-shadow:0 8px 28px rgba(18,24,18,.05);
}

.vega-categories .vega-category-card__media{
  background-position:center;
  background-size:cover;
  transform:scale(1.001);
  transition:transform .35s ease;
}

.vega-categories .vega-category-card:hover .vega-category-card__media{
  transform:scale(1.04);
}

.vega-categories .vega-category-card__overlay{
  background:linear-gradient(180deg,rgba(14,18,14,.04) 26%,rgba(14,18,14,.74) 100%);
}

.vega-categories .vega-category-card__content{
  padding:18px;
}

.vega-categories .vega-category-card__content strong{
  text-shadow:0 1px 12px rgba(0,0,0,.18);
}

@media(max-width:540px){
  .vega-categories .vega-container,
  .vega-featured-products .vega-container{
    padding-left:14px;
    padding-right:14px;
  }

  .vega-categories .vega-section-head,
  .vega-featured-products .vega-section-head{
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
  }

  .vega-categories .vega-text-link,
  .vega-featured-products .vega-text-link{
    font-size:12px;
  }

  .vega-featured-products .vega-product-card{
    box-shadow:0 5px 18px rgba(18,24,18,.06);
  }

  .vega-featured-products .vega-product-card:hover{
    transform:none;
  }

  .vega-featured-products .vega-product-card__media img{
    padding:8px;
  }

  .vega-featured-products .vega-product-card__meta{
    font-size:9px;
  }

  .vega-featured-products .vega-product-card__price{
    min-height:auto;
    margin-bottom:10px;
  }

  .vega-featured-products .vega-product-card__actions .vega-btn{
    min-height:42px;
    border-radius:10px;
  }

  .vega-categories .vega-category-card{
    min-height:160px;
  }

  .vega-categories .vega-category-card__content{
    padding:13px;
  }
}

@media(max-width:540px){
  .vega-why .vega-feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .vega-why .vega-feature-grid article{
    padding:15px;
    min-height:145px;
  }
  .vega-why .vega-feature-grid h3{
    font-size:14px;
    line-height:1.2;
  }
  .vega-why .vega-feature-grid p{
    font-size:11px;
    line-height:1.45;
  }
}
