.product-handwrite-box{padding:30px 0 20px 0;margin-bottom:50px;display:flex;gap:28px}
@media screen and (max-width:1180px){
.product-handwrite-box{display:block}
}
.product-handwrite-image{position:relative;display:block;width:35%;max-width:35%;min-width:35%}
@media screen and (max-width:1180px){
.product-handwrite-image{width:100%;max-width:100%;min-width:100%;margin-bottom:26px}
}
.product-handwrite-image img{width:100%;max-width:100%;display:block;margin:0;border-radius:12px}
.product-handwrite-zoom{display:flex;align-items:center;justify-content:center;position:absolute;right:20px;top:20px;width:50px;height:50px;border-radius:50px;border:1px solid #899c80;background:#fff;color:#899c80}
.product-handwrite-title{color:#756e6b;font-size:1.8rem;font-weight:400;line-height:150%;margin-bottom:16px}
.product-handwrite-text p{color:#756e6b;font-size:1.8rem;font-weight:300;line-height:150%}