*{box-sizing:border-box}.shop-page{margin:0;background:#f8f7f5;color:#202020;font-family:Arial,sans-serif}.shop-shell{width:min(1180px,calc(100% - 32px));margin:auto}.shop-topbar{min-height:64px;background:#050505;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 24px}.shop-logo{color:#fff;text-decoration:none;font-weight:700;letter-spacing:.1em}.shop-nav{display:flex;gap:22px}.shop-nav a,.shop-actions a{color:#fff;text-decoration:none;font-size:14px}.shop-actions{display:flex;gap:12px}.shop-title{padding:52px 0 28px}.eyebrow{color:#9a4e1c;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.shop-title h1{font-size:clamp(30px,5vw,48px);margin:8px 0}.muted{color:#777}.shop-toolbar{background:#fff;border:1px solid #e2dfda;border-radius:12px;padding:14px;display:flex;gap:12px;justify-content:space-between;margin-bottom:22px}.shop-search{flex:1;border:1px solid #ddd;border-radius:8px;padding:12px}.shop-select{border:1px solid #ddd;border-radius:8px;padding:12px;background:#fff}.product-grid-phase2,.wishlist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-bottom:60px}.p2-card{background:#fff;border:1px solid #dedbd7;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d;transition:.2s}.p2-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px #0000001a}.p2-image-wrap{position:relative;aspect-ratio:1;background:#eee}.p2-image{width:100%;height:100%;object-fit:cover;display:block}.p2-heart{position:absolute;top:12px;right:12px;width:36px;height:36px;border:0;border-radius:50%;background:#ffffffe8;cursor:pointer;font-size:18px}.p2-heart.active{color:#d6a72c}.p2-body{padding:15px}.p2-category{font-size:10px;color:#9a4e1c;text-transform:uppercase;font-weight:700}.p2-name{display:block;color:#202020;text-decoration:none;font-size:17px;font-weight:700;margin:5px 0}.p2-desc{color:#777;font-size:12px;line-height:1.5;min-height:36px}.p2-rating{color:#d6a72c;font-size:12px;margin:8px 0}.p2-rating span{color:#777;margin-left:5px}.p2-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.p2-price{font-weight:800}.p2-old{color:#999;text-decoration:line-through;font-size:11px;margin-left:4px}.p2-add,.primary-btn{border:0;background:#8d4219;color:#fff;border-radius:5px;padding:10px 13px;cursor:pointer;font-weight:700}.detail{display:grid;grid-template-columns:1fr 1fr;gap:38px;padding:50px 0}.detail-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:14px}.detail h1{font-size:clamp(32px,5vw,52px);margin:8px 0}.detail-price{font-size:28px;font-weight:800;margin:18px 0}.detail-old{text-decoration:line-through;color:#999;font-size:15px;margin-left:8px}.qty{display:flex;align-items:center;gap:10px;margin:20px 0}.qty button,.qty input{width:40px;height:38px;border:1px solid #ddd;background:#fff;text-align:center}.detail-actions{display:flex;gap:10px}.secondary-btn{border:1px solid #aaa;background:#fff;border-radius:5px;padding:10px 16px;cursor:pointer}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:24px;padding:45px 0}.cart-list,.cart-summary{background:#fff;border:1px solid #e1ddd8;border-radius:12px;padding:18px}.cart-row{display:grid;grid-template-columns:72px 1fr auto auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #eee}.cart-row img{width:72px;height:72px;border-radius:8px;object-fit:cover}.cart-row h3{margin:0 0 5px;font-size:15px}.cart-qty{display:flex;align-items:center;gap:5px}.cart-qty button{width:28px;height:28px;border:1px solid #ddd;background:#fff}.remove-btn{border:0;background:none;color:#a33;cursor:pointer}.summary-line{display:flex;justify-content:space-between;margin:12px 0}.summary-total{font-size:20px;font-weight:800;border-top:1px solid #eee;padding-top:15px}.empty-state{text-align:center;padding:70px 20px;color:#777}@media(max-width:800px){.shop-nav{display:none}.shop-topbar{padding:0 14px}.shop-toolbar{flex-direction:column}.product-grid-phase2,.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:9px}.detail,.cart-layout{grid-template-columns:1fr}.p2-body{padding:10px}.p2-name{font-size:13px}.p2-desc{font-size:10px;min-height:30px}.p2-add{padding:8px 9px;font-size:10px}.cart-row{grid-template-columns:55px 1fr auto}.cart-row img{width:55px;height:55px}.cart-row>.cart-qty{grid-column:2}}
