.product-modal .repcard{display:flex;flex-wrap:nowrap;gap:8px;margin:15px 0;background-color:transparent;border:none;padding:0}.product-modal .stats-wrapper{flex:1;min-width:auto;padding:10px;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:#f8fafc;border:1px solid rgba(124,58,237,.1);height:70px;transition:transform .2s,box-shadow .2s}body.dark-mode .product-modal .stats-wrapper{background-color:#1e1e1e;border:1px solid rgba(124,58,237,.2)}.product-modal .stats-wrapper:hover{transform:translateY(-2px);box-shadow:0 3px 8px rgba(124,58,237,.15)}.product-modal .stats-wrapper .heading{font-size:.7rem;margin-bottom:5px;margin-top:0}.product-modal .stats-wrapper .heading::after{display:none}.product-modal .stats-wrapper .bottom-wrapper{justify-content:center;gap:4px}.product-modal .stats-wrapper .count{font-size:.9rem;font-weight:600}.product-modal .stats-wrapper .comment,.product-modal .stats-wrapper .star,.product-modal .stats-wrapper .tag,.product-modal .stats-wrapper .thumb{width:16px;height:16px}@media (max-width:767px){.product-modal .repcard{flex-wrap:wrap;gap:6px}.product-modal .stats-wrapper{flex:1 1 calc(50% - 6px);min-width:calc(50% - 6px);height:60px;padding:8px}.product-modal .stats-wrapper .heading{font-size:.65rem;margin-bottom:3px}.product-modal .stats-wrapper .count{font-size:.85rem}.product-modal .stats-wrapper .comment,.product-modal .stats-wrapper .star,.product-modal .stats-wrapper .tag,.product-modal .stats-wrapper .thumb{width:14px;height:14px}}@media (max-width:359px){.product-modal .repcard{flex-wrap:wrap}.product-modal .stats-wrapper{flex:1 1 100%;margin-bottom:5px;height:55px}}