
/* Parya Shop v18 — Amazing Offers */
.parya-amazing-section{padding-top:34px!important;padding-bottom:34px!important}
.parya-amazing-shell{
  position:relative;overflow:hidden;
  display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;
  padding:20px;border-radius:30px;
  background:linear-gradient(135deg,#2f2630 0%,#211a20 48%,#3a202b 100%);
  box-shadow:0 22px 55px rgba(54,27,39,.15)
}
.parya-amazing-shell:before{
  content:"";position:absolute;width:340px;height:340px;border-radius:50%;
  right:-150px;top:-180px;background:radial-gradient(circle,rgba(255,112,151,.35),transparent 68%);
  pointer-events:none
}
.parya-amazing-intro{position:relative;z-index:1;padding:18px 10px;color:#fff;display:flex;flex-direction:column;justify-content:center}
.parya-amazing-kicker{font-size:8px;font-weight:900;letter-spacing:.14em;color:#ff89aa}
.parya-amazing-intro h2{font-size:26px!important;line-height:1.55!important;margin:5px 0!important;color:#fff!important}
.parya-amazing-intro p{font-size:9px!important;line-height:2!important;color:#d9cbd1!important;margin:0 0 14px!important}
.parya-amazing-timer{display:flex;align-items:center;gap:5px;direction:ltr;margin:3px 0 16px}
.parya-amazing-timer>div{width:48px;height:54px;border-radius:14px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;padding:5px}
.parya-amazing-timer strong{font-size:15px;color:#fff;line-height:1}
.parya-amazing-timer small{font-size:6px;color:#d8c8cf}
.parya-amazing-timer>span{color:#ff789d;font-weight:900}
.parya-amazing-all{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:12px;background:linear-gradient(135deg,#f36d93,#ff947d);color:#fff!important;font-size:9px;font-weight:900}
.parya-amazing-products{position:relative;z-index:1;min-width:0}
.parya-amazing-products .products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:0!important}
.parya-amazing-products .product{background:#fff!important;border-radius:20px!important;border:0!important;overflow:hidden!important;margin:0!important;width:auto!important;min-width:0!important;box-shadow:none!important}
.parya-amazing-products .product img{aspect-ratio:1/1!important;object-fit:contain!important;background:#fff!important}
.parya-amazing-products .product .price del{opacity:.45!important;font-size:8px!important}
.parya-amazing-products .product .price ins{text-decoration:none!important;color:#ef668c!important;font-weight:900!important}
.parya-amazing-products .onsale{background:#ef668c!important;color:#fff!important;border-radius:10px!important}
@media(max-width:1000px){
 .parya-amazing-shell{grid-template-columns:1fr!important}
 .parya-amazing-intro{align-items:center;text-align:center}
 .parya-amazing-products .products{grid-template-columns:repeat(4,minmax(170px,1fr))!important;overflow-x:auto!important;padding-bottom:7px!important}
}
@media(max-width:600px){
 .parya-amazing-section{padding-top:20px!important;padding-bottom:20px!important}
 .parya-amazing-shell{padding:13px;border-radius:22px}
 .parya-amazing-intro{padding:12px 4px}
 .parya-amazing-intro h2{font-size:22px!important}
 .parya-amazing-products .products{grid-template-columns:repeat(4,180px)!important}
}


/* Parya Shop v2.5.1 — footer + cursor glow */
.footer{
  background:#292128!important;
  color:#fff!important;
  margin-top:0!important;
  padding:55px 0 20px!important;
}
.parya-cursor-glow{
  position:fixed; left:0; top:0; width:150px; height:150px;
  border-radius:50%; pointer-events:none; z-index:9998;
  transform:translate3d(-50%,-50%,0);
  background:radial-gradient(circle,rgba(239,111,152,.20) 0%,rgba(255,149,179,.10) 36%,rgba(255,176,157,.04) 58%,transparent 72%);
  filter:blur(7px); opacity:0; transition:opacity .18s ease;
  will-change:left,top; mix-blend-mode:multiply;
}
body.parya-pointer-active .parya-cursor-glow{opacity:1}
@media (hover:none),(pointer:coarse),(prefers-reduced-motion:reduce){.parya-cursor-glow{display:none!important}}
