app/template/default/Block/Sp/Item/lm_item_bottom_insert.twig line 1

Open in your IDE?
  1. {% if (data.goods_bottom_sashikomi is defined and data.goods_bottom_sashikomi != '') or (data.goods_html is defined and data.goods_html != '') %}
  2.   <style>
  3.   .bottom_sashikomi_wrapper .item3 {
  4.       margin: calc(10 * (100vw / 805)) 0 0 calc(12 * (100vw / 805));
  5.   }
  6.   .bottom_sashikomi_wrapper a.sale .comment {
  7.       line-height: 105%;
  8.   }
  9.   @media screen and (max-width:320px) {
  10.       .bottom_sashikomi_wrapper a.sale .comment {
  11.           padding: 0em 0.2em;
  12.       }
  13.   }
  14.   </style>
  15.   <div class="adjust-contents-to-sp bottom_sashikomi_wrapper" style="margin-top: 15px;">
  16.     {{ LM_insertFile(data) }}
  17.   </div>
  18.   <div class="clear"></div>
  19. {% endif %}