:root{
–bg-blue: #0f5bd8;
–accent-yellow: #ffd24a;
–card-bg: #07102a;
–text: #ffffff;
–muted: rgba(255,255,255,0.78);
–radius: 12px;
–maxw: 680px;
}
.prod-wrap{max-width:var(–maxw);margin:28px auto;padding:20px;box-sizing:border-box;font-family:Inter,system-ui,Arial,sans-serif}
.product{
display:flex;gap:18px;align-items:center;background:linear-gradient(180deg,var(–card-bg),#06102a);border-radius:var(–radius);padding:18px;border:2px solid rgba(255,255,255,0.03);
box-shadow:0 8px 30px rgba(7,16,42,0.6);
}
/* image area — good for transparent PNGs */
.img-wrap{
width:220px;height:220px;border-radius:10px;background:linear-gradient(180deg,var(–bg-blue),#0837b8);display:flex;align-items:center;justify-content:center;padding:18px;box-sizing:border-box;border:6px solid var(–accent-yellow);
flex-shrink:0;
}
.img-wrap img{max-width:100%;max-height:100%;display:block;pointer-events:none}
.meta{
flex:1;display:flex;flex-direction:column;gap:8px;
}
.brand{
display:inline-block;background:var(–accent-yellow);color:#06102a;padding:6px 10px;border-radius:999px;font-weight:800;font-size:12px;letter-spacing:0.6px;width:fit-content;
}
.title{font-size:20px;font-weight:800;color:var(–text);margin-top:6px}
.desc{color:var(–muted);font-size:14px;line-height:1.4}
.price{font-weight:900;color:var(–accent-yellow);font-size:18px;margin-top:8px}
.actions{margin-top:auto;display:flex;gap:10px;align-items:center}
.btn{display:inline-block;padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:800;border:2px solid rgba(255,255,255,0.06);background:transparent;color:var(–text)}
.btn.primary{background:var(–accent-yellow);color:#06102a;border:none;box-shadow:0 6px 18px rgba(0,0,0,0.25)}
.btn.ghost{background:transparent;color:var(–muted)}
/* modal (CSS-only using :target) */
.cart-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(3,6,12,0.7);z-index:9999}
.cart-modal:target{display:flex}
.cart-panel{background:linear-gradient(180deg,#07102a,#041028);padding:18px;border-radius:12px;max-width:560px;width:100%;box-shadow:0 30px 80px rgba(2,6,20,0.8);position:relative;border:1px solid rgba(255,255,255,0.03)}
.close-x{position:absolute;right:12px;top:10px;color:var(–muted);text-decoration:none;font-weight:800}
.cart-item{display:flex;gap:12px;align-items:center;border-bottom:1px dashed rgba(255,255,255,0.03);padding-bottom:12px;margin-bottom:12px}
.cart-item .thumb{width:86px;height:86px;border-radius:8px;background:linear-gradient(180deg,var(–bg-blue),#0837b8);display:flex;align-items:center;justify-content:center;border:4px solid var(–accent-yellow)}
.cart-item .thumb img{max-width:100%;max-height:100%}
.cart-item .info{flex:1}
.cart-item .info .name{font-weight:800;color:var(–text)}
.cart-item .info .meta{color:var(–muted);font-size:13px}
.cart-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}
.note{font-size:13px;color:var(–muted);margin-top:10px}
/* small screens */
@media (max-width:620px){
.product{flex-direction:column;align-items:stretch}
.img-wrap{width:100%;height:220px}
.cart-panel{padding:14px}
}
:root{
–bg-blue: #0f5bd8;
–accent-yellow: #ffd24a;
–card-bg: #07102a;
–text: #ffffff;
–muted: rgba(255,255,255,0.78);
–radius: 12px;
–maxw: 680px;
}
.prod-wrap{max-width:var(–maxw);margin:28px auto;padding:20px;box-sizing:border-box;font-family:Inter,system-ui,Arial,sans-serif}
.product{
display:flex;gap:18px;align-items:center;background:linear-gradient(180deg,var(–card-bg),#06102a);border-radius:var(–radius);padding:18px;border:2px solid rgba(255,255,255,0.03);
box-shadow:0 8px 30px rgba(7,16,42,0.6);
}
/* image area — good for transparent PNGs */
.img-wrap{
width:220px;height:220px;border-radius:10px;background:linear-gradient(180deg,var(–bg-blue),#0837b8);display:flex;align-items:center;justify-content:center;padding:18px;box-sizing:border-box;border:6px solid var(–accent-yellow);
flex-shrink:0;
}
.img-wrap img{max-width:100%;max-height:100%;display:block;pointer-events:none}
.meta{
flex:1;display:flex;flex-direction:column;gap:8px;
}
.brand{
display:inline-block;background:var(–accent-yellow);color:#06102a;padding:6px 10px;border-radius:999px;font-weight:800;font-size:12px;letter-spacing:0.6px;width:fit-content;
}
.title{font-size:20px;font-weight:800;color:var(–text);margin-top:6px}
.desc{color:var(–muted);font-size:14px;line-height:1.4}
.price{font-weight:900;color:var(–accent-yellow);font-size:18px;margin-top:8px}
.actions{margin-top:auto;display:flex;gap:10px;align-items:center}
.btn{display:inline-block;padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:800;border:2px solid rgba(255,255,255,0.06);background:transparent;color:var(–text)}
.btn.primary{background:var(–accent-yellow);color:#06102a;border:none;box-shadow:0 6px 18px rgba(0,0,0,0.25)}
.btn.ghost{background:transparent;color:var(–muted)}
/* modal (CSS-only using :target) */
.cart-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(3,6,12,0.7);z-index:9999}
.cart-modal:target{display:flex}
.cart-panel{background:linear-gradient(180deg,#07102a,#041028);padding:18px;border-radius:12px;max-width:560px;width:100%;box-shadow:0 30px 80px rgba(2,6,20,0.8);position:relative;border:1px solid rgba(255,255,255,0.03)}
.close-x{position:absolute;right:12px;top:10px;color:var(–muted);text-decoration:none;font-weight:800}
.cart-item{display:flex;gap:12px;align-items:center;border-bottom:1px dashed rgba(255,255,255,0.03);padding-bottom:12px;margin-bottom:12px}
.cart-item .thumb{width:86px;height:86px;border-radius:8px;background:linear-gradient(180deg,var(–bg-blue),#0837b8);display:flex;align-items:center;justify-content:center;border:4px solid var(–accent-yellow)}
.cart-item .thumb img{max-width:100%;max-height:100%}
.cart-item .info{flex:1}
.cart-item .info .name{font-weight:800;color:var(–text)}
.cart-item .info .meta{color:var(–muted);font-size:13px}
.cart-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}
.note{font-size:13px;color:var(–muted);margin-top:10px}
/* small screens */
@media (max-width:620px){
.product{flex-direction:column;align-items:stretch}
.img-wrap{width:100%;height:220px}
.cart-panel{padding:14px}
}
.product-row {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 20px;
}
.product-box {
width: 280px;
text-align: center;
padding: 20px;
border: 2px solid #0057ff;
border-radius: 12px;
background: none;
transition: transform 0.2s ease;
}
.product-box:hover {
transform: scale(1.03);
}
.product-image {
width: 100%;
height: auto;
margin-bottom: 15px;
}
.product-name {
font-size: 18px;
font-weight: 600;
color: #0033cc;
margin-bottom: 5px;
}
.product-price {
font-size: 16px;
color: #ffcc00;
font-weight: 500;
margin-bottom: 10px;
}
.add-to-cart {
background-color: #0057ff;
color: white;
border: none;
padding: 10px 18px;
border-radius: 8px;
font-size: 14px;
cursor: pointer;
transition: background-color 0.2s ease;
}
.add-to-cart:hover {
background-color: #0042cc;
}
@media (max-width: 900px) {
.product-box {
width: 90%;
}
}
Add to Cart
Add to Cart
Add to Cart