/* VUK Home Widgets PRO */

.vuk-hw-section{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
  padding:48px 0;
}

.vuk-hw-head{
  margin-bottom:26px;
}

.vuk-hw-head p{
  margin:0 0 8px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  font-weight:900;
  color:#a9784f;
}

.vuk-hw-head h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(32px,4vw,48px);
  line-height:1.08;
  letter-spacing:-.035em;
  margin:0;
  color:#171717;
}

.vuk-hw-head-row{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
}

.vuk-hw-link{
  display:inline-flex;
  border:1px solid #ece6dc;
  border-radius:999px;
  padding:11px 18px;
  background:#fff;
  font-weight:800;
  color:#171717;
  text-decoration:none;
}

.vuk-hw-link:hover{
  border-color:#a9784f;
  color:#a9784f;
}

/* CATEGORY GRID */
.vuk-hw-category-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}

.vuk-hw-category-card{
  position:relative;
  min-height:250px;
  border-radius:26px;
  overflow:hidden;
  background:#f7f4ef;
  border:1px solid #ece6dc;
  box-shadow:0 12px 32px rgba(0,0,0,.06);
  text-decoration:none;
  color:#fff;
  isolation:isolate;
  transition:transform .18s ease, box-shadow .18s ease;
}

.vuk-hw-category-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 52px rgba(0,0,0,.13);
}

.vuk-hw-category-image{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  display:grid;
  place-items:center;
  font-size:70px;
  transition:transform .35s ease;
}

.vuk-hw-category-card:hover .vuk-hw-category-image{
  transform:scale(1.06);
}

.vuk-hw-category-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.68) 100%);
}

.vuk-hw-category-image span{
  position:relative;
  z-index:2;
  width:98px;
  height:98px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.86);
  color:#171717;
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}

.vuk-hw-category-overlay{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:3;
}

.vuk-hw-category-overlay strong{
  display:block;
  font-size:24px;
  font-weight:950;
  letter-spacing:-.02em;
  text-transform:uppercase;
  text-shadow:0 2px 8px rgba(0,0,0,.35);
}

.vuk-hw-category-overlay small{
  display:block;
  margin-top:4px;
  font-size:15px;
  color:rgba(255,255,255,.92);
}

/* PRODUCTS */
.vuk-hw-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}

.vuk-hw-product-card{
  border:1px solid #ece6dc;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.055);
  transition:transform .18s ease, box-shadow .18s ease;
}

.vuk-hw-product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 52px rgba(0,0,0,.12);
}

.vuk-hw-product-img{
  position:relative;
  display:block;
  background:linear-gradient(180deg,#fbfaf8,#f4eee6);
  border-bottom:1px solid #ece6dc;
}

.vuk-hw-product-img img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  padding:24px;
  display:block;
}

.vuk-hw-badge{
  position:absolute;
  z-index:2;
  top:14px;
  right:14px;
  background:#b3382c;
  color:#fff;
  border-radius:999px;
  padding:7px 11px;
  font-size:12px;
  font-weight:950;
}

.vuk-hw-product-body{
  padding:18px;
}

.vuk-hw-product-body h3{
  min-height:44px;
  margin:0 0 10px;
  font-size:16px;
  line-height:1.35;
  font-weight:900;
}

.vuk-hw-product-body h3 a{
  color:#171717;
  text-decoration:none;
}

.vuk-hw-price{
  color:#b3382c;
  font-size:18px;
  font-weight:950;
  margin-bottom:14px;
}

.vuk-hw-price del{
  color:#999;
  font-size:13px;
  margin-right:6px;
}

.vuk-hw-price ins{
  text-decoration:none;
}

.vuk-hw-product-body .button,
.vuk-hw-product-body a.button{
  width:100%;
  min-height:44px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  border-radius:12px!important;
  background:#171717!important;
  color:#fff!important;
  border:0!important;
  font-weight:900!important;
  text-decoration:none!important;
  padding:12px 14px!important;
}

.vuk-hw-product-body .button:hover,
.vuk-hw-product-body a.button:hover{
  background:#a9784f!important;
}

/* NEWS */
.vuk-hw-news-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.vuk-hw-news-card{
  background:#fff;
  border:1px solid #ece6dc;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(0,0,0,.055);
  transition:transform .18s ease, box-shadow .18s ease;
}

.vuk-hw-news-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 52px rgba(0,0,0,.12);
}

.vuk-hw-news-img{
  display:grid;
  place-items:center;
  background:#f7f4ef;
  min-height:210px;
  color:#a9784f;
  font-size:58px;
  text-decoration:none;
}

.vuk-hw-news-img img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  display:block;
}

.vuk-hw-news-body{
  padding:22px;
}

.vuk-hw-news-body time{
  display:block;
  margin-bottom:8px;
  color:#a9784f;
  font-size:13px;
  font-weight:900;
}

.vuk-hw-news-body h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.25;
}

.vuk-hw-news-body h3 a{
  color:#171717;
  text-decoration:none;
}

.vuk-hw-news-body p{
  color:#666;
  margin:0 0 16px;
}

.vuk-hw-read{
  font-weight:900;
  color:#171717;
  text-decoration:none;
}

.vuk-hw-note{
  padding:18px;
  background:#fff8e8;
  border:1px solid #f0dcae;
  border-radius:14px;
}

@media(max-width:1024px){
  .vuk-hw-category-grid,
  .vuk-hw-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .vuk-hw-news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:640px){
  .vuk-hw-section{
    width:min(100% - 26px,1180px);
    padding:34px 0;
  }

  .vuk-hw-head-row{
    display:block;
  }

  .vuk-hw-link{
    margin-top:16px;
  }

  .vuk-hw-category-grid,
  .vuk-hw-product-grid,
  .vuk-hw-news-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .vuk-hw-category-card{
    min-height:220px;
  }
}
