<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 300px) {
    body.catalog-product-view .box-tocart.mgift-div.first{
        height: 190px;
    }
}
.catalog-product-view .box-tocart.mgift-div.first{
    height: 175px;
}
.catalog-product-view .qty.mgift{
    display: none;
}
.mgift-div .price-label{
    display: block;
    font-size: 15px;
}
.mgift-div.sender{
    margin-top: 25px;
}
.box-tocart.mgift-div {
    width: 100%;
    margin-top: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mgift-div .gift-price, .mgift-div .gift-receiver{
    margin: 0 auto;
    width: 90%;
    padding-top: 18px;
}
.mgift-div .swatch-option.text{
    padding: 5px 18px;
    margin: 0 10px 14px 0;
}
.mgift-div .gift-receiver .calender{
    position: relative;
}
.mgift-div .gift-receiver .calender .cal-img{
    position: absolute;
    top: 8px;
    right: 7px;
    width: 16px;
}
.mgift-div .gift-receiver .field.notify .label{
    margin-bottom: 5px;
}
.mgift-div .gift-receiver .field.notify{
    margin-bottom: 5px;
}
.mgift-div .gift-receiver .notify-by.first span{
    padding-right: 10px;
}</pre></body></html>