/* === V26 taller light reach ===
   User request: the light must reach and slightly surpass the top of the
   Hattara/cotton candy, while remaining anchored behind the cone.
   =============================================================== */

@media(min-width:901px){
  body.hattara-page .hattara-cotton-stage .hattara-water-glow{
    top:87% !important;
    width:70% !important;
    height:46% !important;
    transform:translate(-50%,-50%) !important;
    background:radial-gradient(ellipse at 50% 44%,
      rgba(255,228,178,.58) 0%,
      rgba(255,203,134,.38) 24%,
      rgba(245,170,110,.18) 50%,
      rgba(189,118,76,.06) 72%,
      rgba(0,0,0,0) 88%) !important;
    filter:blur(18px) !important;
    -webkit-filter:blur(18px) !important;
  }
  body.hattara-page .hattara-cotton-stage .hattara-water-beam{
    top:14% !important;
    width:94% !important;
    height:110% !important;
    transform:translateX(-50%) !important;
    background:radial-gradient(ellipse at 50% 100%,
      rgba(255,233,185,.34) 0%,
      rgba(255,205,136,.26) 18%,
      rgba(244,167,105,.17) 40%,
      rgba(205,131,84,.09) 58%,
      rgba(161,94,63,.04) 72%,
      rgba(0,0,0,0) 90%) !important;
    filter:blur(26px) !important;
    -webkit-filter:blur(26px) !important;
  }
  body.hattara-page .hattara-cotton-stage .hattara-candy-aura{
    top:-11% !important;
    width:150% !important;
    height:132% !important;
    background:radial-gradient(circle at 50% 78%,
      rgba(255,238,203,.26) 0%,
      rgba(255,207,148,.17) 31%,
      rgba(238,157,108,.09) 53%,
      rgba(177,108,77,.04) 69%,
      rgba(0,0,0,0) 86%) !important;
    filter:blur(28px) !important;
    -webkit-filter:blur(28px) !important;
  }
}

@media(max-width:900px){
  body.hattara-page .hattara-cotton-stage .hattara-water-glow{
    top:88% !important;
    width:72% !important;
    height:46% !important;
    filter:blur(16px) !important;
    -webkit-filter:blur(16px) !important;
  }
  body.hattara-page .hattara-cotton-stage .hattara-water-beam{
    top:18% !important;
    width:96% !important;
    height:108% !important;
    filter:blur(22px) !important;
    -webkit-filter:blur(22px) !important;
  }
  body.hattara-page .hattara-cotton-stage .hattara-candy-aura{
    top:-8% !important;
    width:150% !important;
    height:126% !important;
    filter:blur(24px) !important;
    -webkit-filter:blur(24px) !important;
  }
}
/* === END V26 === */
