.product-modal{background-color:#fff;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1);padding:25px;margin:20px 0;border:1px solid rgba(124,58,237,.15);transition:.3s,background-color .3s,border-color .3s}body.dark-mode .product-modal{background-color:#1e1e1e;box-shadow:0 10px 30px rgba(0,0,0,.3);border:1px solid rgba(124,58,237,.25)}.product-modal:hover{box-shadow:0 15px 35px rgba(124,58,237,.15);transform:translateY(-5px)}body.dark-mode .product-modal:hover{box-shadow:0 15px 35px rgba(124,58,237,.3)}.product-detail-title{color:#1e293b;margin-bottom:15px;font-size:1.3em;position:relative;padding-bottom:10px;transition:color .3s,transform .3s,text-shadow .3s;text-shadow:1px 1px 0 rgba(124,58,237,.05);cursor:default}body.dark-mode .product-detail-title{color:#e2e8f0;text-shadow:0 0 8px rgba(167,139,250,.2)}.product-detail-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#7c3aed,#a78bfa);border-radius:3px;transition:width .4s,background .3s}.product-detail-title:hover{transform:translateY(-2px) scale(1.01)}.product-detail-title:hover::after{width:120px;background:linear-gradient(90deg,#7c3aed,#a78bfa,#7c3aed);background-size:200% 100%;animation:2s infinite gradient-shift}@keyframes gradient-shift{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}.product-modal .repcard{background-color:#f8fafc;border-radius:10px;padding:15px;margin:15px 0;border:1px dashed rgba(124,58,237,.2);transition:background-color .3s,border-color .3s}body.dark-mode .product-modal .repcard{background-color:#2d2d2d;border:1px dashed rgba(124,58,237,.3)}.product-modal .stats-wrapper{box-shadow:0 4px 10px rgba(124,58,237,.05);transition:transform .3s,box-shadow .3s,background-color .3s}body.dark-mode .product-modal .stats-wrapper{background-color:#1e1e1e;box-shadow:0 4px 10px rgba(124,58,237,.1)}.product-modal .stats-wrapper:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(124,58,237,.1)}body.dark-mode .product-modal .stats-wrapper:hover{box-shadow:0 6px 12px rgba(124,58,237,.2)}.product-detail-price{font-size:1.3em;font-weight:700;color:#7c3aed;margin:20px 0;display:flex;align-items:center;gap:10px;background-color:rgba(124,58,237,.05);padding:10px 15px;border-radius:10px;width:fit-content;transition:background-color .3s}body.dark-mode .product-detail-price{background-color:rgba(124,58,237,.15)}.product-detail-badge{background-color:#7c3aed;color:#fff;padding:3px 7px;border-radius:5px;font-size:.7em;font-weight:700;display:inline-block;margin-bottom:15px}.product-detail-description h3,.product-detail-full-description h3{color:#1e293b;font-size:1.3em;margin-bottom:10px;border-left:3px solid #7c3aed;padding-left:10px;transition:color .3s}body.dark-mode .product-detail-description h3,body.dark-mode .product-detail-full-description h3{color:#e2e8f0}.product-detail-actions{margin-top:25px;display:flex;flex-wrap:wrap;gap:12px}.product-detail-button{background-color:#7c3aed;transition:.3s;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;text-decoration:none;border:none}.product-detail-button:hover{background-color:#6d28d9;transform:translateY(-2px);box-shadow:0 5px 15px rgba(124,58,237,.3)}.product-detail-button.buy-now{background-color:#10b981}.product-detail-button.buy-now:hover{background-color:#059669;box-shadow:0 5px 15px rgba(16,185,129,.3)}.product-detail-back-link{display:inline-flex;align-items:center;color:#64748b;text-decoration:none;font-weight:500;transition:color .3s}body.dark-mode .product-detail-back-link{color:#94a3b8}.product-detail-back-link:hover{color:#7c3aed}body.dark-mode .product-detail-back-link:hover{color:#a78bfa}@media (max-width:768px){.product-modal{padding:15px}.product-detail-price,.product-detail-title{font-size:1.5em}.product-detail-actions{flex-direction:column;align-items:stretch}.product-detail-button{width:100%}}.product_reviews{width:100%;margin-top:20px;background-color:#fff;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.08);padding:20px;border:1px solid rgba(124,58,237,.1);transition:.3s,background-color .3s,border-color .3s;box-sizing:border-box}body.dark-mode .product_reviews{background-color:#1e1e1e;box-shadow:0 5px 20px rgba(0,0,0,.2);border:1px solid rgba(124,58,237,.2)}.product_reviews:hover{box-shadow:0 8px 25px rgba(124,58,237,.12);transform:translateY(-3px)}body.dark-mode .product_reviews:hover{box-shadow:0 8px 25px rgba(124,58,237,.25)}