.product-qa-item{margin-bottom:50px;color:#756e6b}
@media screen and (max-width:767px){
.product-qa-item{margin-bottom:40px}
}
.product-qa-item:last-child{margin-bottom:0}
.product-qa-item-icon{display:flex;align-items:center;justify-content:center;width:60px;min-width:60px;max-width:60px;height:60px;border-radius:3px;border:1px solid #d9c2af;color:#899c80}
.product-qa-item-header{display:flex}
@media screen and (max-width:767px){
.product-qa-item-header{margin-bottom:18px}
}
.product-qa-item-details{flex-grow:1;padding-left:25px;align-self:center}
@media screen and (max-width:767px){
.product-qa-item-details{padding-left:15px}
}
.product-qa-item-body{padding-left:85px}
@media screen and (max-width:767px){
.product-qa-item-body{padding-left:0}
}
.product-qa-item-type{font-size:rem(14px);font-weight:300;line-height:150%;margin-bottom:2px}
.product-qa-item-title{font-size:rem(18px);font-weight:300;line-height:150%;margin-bottom:16px}
@media screen and (max-width:767px){
.product-qa-item-title{margin-bottom:0}
}
.product-qa-item-description{font-size:rem(18px);font-weight:300;line-height:150%}
@media screen and (max-width:767px){
.product-qa-item-description{font-size:rem(15px)}
}
.product-qa-item-description p{font-size:rem(18px);font-weight:300;line-height:150%;margin:0 0 12px 0;white-space:pre-wrap}
@media screen and (max-width:767px){
.product-qa-item-description p{font-size:rem(15px)}
}
.product-qa-item-description p:last-child{margin-bottom:0}
.product-qa-item-more{display:none}
.product-qa-more{display:flex;align-items:center;justify-content:center;height:50px;color:#756e6b;text-align:center;font-size:rem(14px);font-weight:500;line-height:150%;border-radius:12px;background:#f3e0d1;text-decoration:none;margin-top:26px}