
@media(min-width:769px){
#tab-description.apm-vm-collapsed{max-height:130px;overflow:hidden;position:relative}
#tab-description.apm-vm-collapsed:after{content:'';position:absolute;left:0;right:0;bottom:0;height:80px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 85%)}
.apm-vm-wrap{text-align:center;margin:15px 0}
.apm-vm-btn{display:inline-block;padding:8px 20px;border:1px solid #ddd;border-radius:30px;cursor:pointer}
}
@media(max-width:768px){
.tabs.wc-tabs li a{
display:flex!important;
justify-content:space-between!important;
align-items:center;
width:100%;
padding:18px 0!important;
border-top:1px solid #e5e5e5;
border-bottom:1px solid #e5e5e5;
}
.apm-mobile-plus{font-size:22px;font-weight:400;margin-left:auto}
}

@media(max-width:768px){
.tabs.wc-tabs{display:none!important;}
#apm-mobile-desc-header{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
border-top:1px solid #e5e5e5;
border-bottom:1px solid #e5e5e5;
font-weight:600;
cursor:pointer;
width:100%;
}
#apm-mobile-desc-header .apm-mobile-plus{
font-size:28px;
line-height:1;
margin-left:auto;
}
#tab-description{display:none;}
}
