.product-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.product-actions-grid .btn{font-size:.78rem;font-weight:700;border-radius:8px;padding:.65rem .5rem}.btn-view-details{border:1px solid #e9508f;background:#fff;color:#e9508f}.btn-view-details:hover{background:#fff1f7;color:#cf2f72}.ww-popup-backdrop{position:fixed;inset:0;background:rgba(40,12,28,.72);display:none;align-items:center;justify-content:center;padding:18px;z-index:9999}.ww-popup-backdrop.show{display:flex}.ww-popup{width:min(960px,96vw);max-height:92vh;overflow:hidden;background:#e75094;border-radius:22px;box-shadow:0 24px 80px rgba(0,0,0,.35);display:grid;grid-template-columns:1.08fr 1fr;position:relative}.ww-popup-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:50%;border:0;background:#fff;color:#e75094;font-size:23px;line-height:1;z-index:4}.ww-popup-media{min-height:540px;background:linear-gradient(145deg,#f6bad4,#e75094);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.ww-popup-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.ww-popup-info{padding:34px 30px 28px;color:#171015;overflow:auto}.ww-popup-category{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.ww-popup-title{font-family:Georgia,'Times New Roman',serif;font-size:1.75rem;font-weight:700;margin:8px 0 6px;color:#fff}.ww-popup-price{font-size:1.25rem;font-weight:800;color:#111}.ww-popup-price del{font-size:.8rem;margin-left:8px;font-weight:500}.ww-popup-desc{margin:14px 0 20px;line-height:1.65}.ww-popup-specs{margin:0 0 20px}.ww-popup-spec{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px dashed rgba(255,255,255,.65);font-size:.82rem}.ww-popup-spec strong{font-weight:800}.ww-popup-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ww-popup-actions a,.ww-popup-actions button{border:0;border-radius:9px;padding:12px 10px;background:#fff;color:#e13d85;font-weight:700;text-align:center;text-decoration:none}.ww-popup-nav{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:0;background:#fff;color:#e75094;font-size:22px;z-index:3}.ww-popup-prev{left:12px}.ww-popup-next{right:12px}.ww-popup-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:5px;z-index:3}.ww-popup-dots span{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.55)}.ww-popup-dots span.active{width:18px;border-radius:99px;background:#fff}@media(max-width:760px){.ww-popup{grid-template-columns:1fr;max-height:94vh;overflow:auto}.ww-popup-media{min-height:330px}.ww-popup-info{padding:26px 22px}.ww-popup-actions{grid-template-columns:1fr}.product-actions-grid{grid-template-columns:1fr}}

/* Ensure all View Details buttons remain visible */
.btn-view-details,.view-details-btn{color:#fff!important;background:linear-gradient(90deg,#df2775,#ee4e94)!important;border:0!important;opacity:1!important;visibility:visible!important}
.btn-view-details:hover,.view-details-btn:hover{color:#fff!important;background:linear-gradient(90deg,#c91f68,#dd3e86)!important}


/* ===== COMPACT, CONSISTENT PRODUCT DETAILS POPUP ===== */
.ww-popup-backdrop{padding:16px;overflow:hidden}
.ww-popup{
  width:min(900px,94vw)!important;
  height:min(590px,90vh)!important;
  max-height:590px!important;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;
  overflow:hidden!important;
}
.ww-popup-media{min-height:0!important;height:100%!important}
.ww-popup-media img{object-fit:contain!important;background:#f6c5d9}
.ww-popup-info{padding:28px 28px 24px!important;overflow-y:auto!important}
.ww-popup-title{font-size:1.55rem!important;line-height:1.15!important;margin:7px 44px 7px 0!important}
.ww-popup-desc{margin:12px 0 14px!important;line-height:1.5!important;font-size:.9rem!important}
.ww-popup-spec{padding:8px 0!important}
.ww-popup-specs{margin-bottom:16px!important}
.ww-popup-actions a,.ww-popup-actions button{padding:11px 8px!important}
.product-card img{height:250px!important;object-fit:contain!important;background:#fff7fa!important}
.product-card h4{min-height:46px;color:#7d1238!important;font-weight:700!important}
.product-actions-grid .btn-view-details,.btn-view-details,.view-details-btn{color:#fff!important;-webkit-text-fill-color:#fff!important}
@media(max-width:760px){
 .ww-popup{width:min(94vw,560px)!important;height:auto!important;max-height:92vh!important;grid-template-columns:1fr!important;overflow-y:auto!important}
 .ww-popup-media{height:300px!important;min-height:300px!important}
 .ww-popup-info{overflow:visible!important;padding:23px 20px!important}
 .ww-popup-title{font-size:1.35rem!important}
}


/* Hero responsive update */
.hero-section,.hero-banner,.hero{
  min-height:850px !important;
}
@media (max-width:991px){
.hero-section,.hero-banner,.hero{min-height:700px !important;}
}
@media (max-width:767px){
.hero-section,.hero-banner,.hero{min-height:720px !important;background-position:center center !important;}
.hero-content{padding:80px 25px 50px !important;text-align:center;}
.hero-buttons{display:flex;flex-direction:column;gap:15px;}
.hero-buttons .btn,.hero-buttons a{width:100%;}
.hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;}
}
