.rastyle-nexus-grid{display:grid;gap:1rem}
.rastyle-nexus-grid.cols-4{grid-template-columns:repeat(4,1fr)}
@media(max-width:1024px){.rastyle-nexus-grid.cols-4{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.rastyle-nexus-grid.cols-4{grid-template-columns:repeat(2,1fr)}}

.rn-card{background:#111;color:#eee;border-radius:14px;padding:12px}
.rn-card img{width:100%;height:auto;border-radius:10px}
.rn-title{font-size:1rem;margin:.5rem 0}
.rn-price{font-weight:700;margin-bottom:.5rem}
.rn-view{display:inline-block;padding:.5rem .75rem;background:#1e90ff;color:#fff;border-radius:8px;text-decoration:none}

.rn-product{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.rn-gallery img{width:100%;border-radius:12px;margin-bottom:8px}
.rn-variants button{margin:.25rem;padding:.5rem .75rem;border-radius:8px;border:1px solid #444;background:#222;color:#eee}
.rn-variants .rn-variant.rn-active{outline:2px solid #22c55e}
.rn-add{margin-top:1rem;padding:.75rem 1rem;background:#22c55e;color:#111;border-radius:10px;border:0;font-weight:700}

.rastyle-nexus-error,.rastyle-nexus-empty{padding:1rem;border:1px solid #555;border-radius:10px;background:#1b1b1b;color:#ddd}

.rn-filters{display:flex;gap:1rem;flex-wrap:wrap;margin:0 0 1rem 0;align-items:flex-end}
.rn-filter-group{display:flex;flex-direction:column;gap:.25rem}
.rn-apply{padding:.5rem .75rem;border:0;border-radius:8px;background:#1e90ff;color:#fff}

.rastyle-nexus-pagination{margin:1rem 0;text-align:center}
.rastyle-nexus-pagination .button{padding:.5rem .75rem;background:#333;color:#fff;border-radius:8px;text-decoration:none}

/* Cart drawer */
[data-rn-cart]{position:fixed;inset:0;display:none;background:rgba(0,0,0,.5);z-index:9999}
[data-rn-cart].rn-open{display:block}
.rn-cart-panel{position:absolute;right:0;top:0;bottom:0;width:360px;background:#111;color:#eee;padding:16px;box-shadow:-4px 0 20px rgba(0,0,0,.4)}
.rn-cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.rn-cart-list{list-style:none;margin:0;padding:0;max-height:60vh;overflow:auto}
.rn-line{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333;padding:8px 0}
.rn-remove{background:#ef4444;color:#fff;border:0;border-radius:6px;padding:.25rem .5rem}
.rn-cart-footer{position:absolute;left:16px;right:16px;bottom:16px;display:flex;gap:.5rem;justify-content:space-between}
.rn-checkout{flex:1;background:#22c55e;color:#111;border:0;border-radius:10px;padding:.75rem 1rem;font-weight:700}
.rn-close{background:#333;color:#fff;border:0;border-radius:10px;padding:.75rem 1rem}
.rn-cart-open{overflow:hidden}

/* Floating cart button */
.rn-cart-button{position:fixed;right:16px;bottom:16px;background:#1e90ff;color:#fff;border-radius:999px;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;z-index:9998}
.rn-cart-badge{background:#fff;color:#111;border-radius:999px;padding:.125rem .5rem;font-weight:700}

/* Recos */
.rn-recos{margin-top:2rem}
.rn-recos h2{margin:0 0 .75rem 0}

/* Currency form */
.rn-currency{display:flex;gap:.5rem;align-items:center;margin:.5rem 0}
