qcOU4dqo
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
display: flex;
justify-content: center;
}
#wpl_wrapper {
max-width: 1100px;
width: 100%;
background: #ffffff;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
box-sizing: border-box;
transition: all 0.2s;
}
/* product header */
#wpl_store_header {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid #eef2f6;
padding-bottom: 15px;
margin-bottom: 25px;
flex-wrap: wrap;
}
#wpl_store_header .brand {
font-weight: 600;
font-size: 1.4rem;
color: #1e2a3a;
letter-spacing: -0.3px;
}
#wpl_store_header .hotline {
color: #FFFFFF;
background-color: #FFA500;
display: block;
float: right;
padding: 8px 18px;
border-radius: 40px;
font-weight: 600;
font-size: 0.95rem;
box-shadow: 0 4px 8px rgba(255,165,0,0.2);
}
/* title + price row */
.title-price {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: baseline;
margin-bottom: 20px;
}
.title-price h1 {
font-size: 2.1rem;
font-weight: 700;
color: #0b1c2e;
margin: 0 0 6px 0;
line-height: 1.2;
}
.price-box {
background: #eaf6ed;
padding: 10px 22px;
border-radius: 60px;
font-size: 1.8rem;
font-weight: 700;
color: #1f6e43;
white-space: nowrap;
border: 1px solid #c8e0d0;
}
/* image gallery */
.gallery {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 25px 0 30px;
}
.gallery .main-img {
flex: 2 1 380px;
background: #f0f4fa;
border-radius: 28px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
border: 1px solid #e2e9f2;
}
.gallery .main-img img {
width: 100%;
max-width: 380px;