/** Shopify CDN: Minification failed

Line 15:14 Unexpected "{"
Line 15:23 Expected ":"
Line 15:30 Unexpected "{"
Line 31:16 Unexpected "{"
Line 31:25 Expected ":"
Line 31:32 Unexpected "{"

**/


/* CSS from section stylesheet tags */
/* 地图容器样式 */
  #xtool-map-{{ section.id }} {
    height: 630px;
    width: 100%;
    max-width: 630px;
    border: 1px solid #ccc;
    border-radius: 16px;
    overflow: hidden;
    /* 性能优化 */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
  }
  
  @media (max-width: 768px) {
    #xtool-map-{{ section.id }} {
      height: 400px;
      width: 100%;
      max-width: none;
    }
  }