/** Shopify CDN: Minification failed

Line 38:672 Expected ")" to go with "("
Line 38:672 Unterminated string token

**/
/* 1. Define the Sway Animation */
@keyframes sway-animation {
  0% { transform: translateX(0); }
  50% { transform: translateX(-4%); } /* Moves slightly left/right */
  100% { transform: translateX(0); }
}

/* 2. The Shape Divider Container */
.paper.premium.top.selected {
  position: absolute;
  top: 0; /* Adjust to 'bottom: 0;' if you want it at the bottom */
  left: -5%; /* Centers the 110% width (Long Axis 1.1) */
  width: 110%; /* Long Axis 1.1 */
  height: 140px; /* Short Axis 140 (Desktop) */
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

/* 3. The SVG Shape Logic */
.paper.premium.top.selected::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  
  /* The Animation: 30s duration */
  animation: sway-animation 30s ease-in-out infinite;

  /* The SVG Image (Your specific path) */
  /* I matched the viewBox to your path coordinates approx 0-640 width */
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 50 640 30" preserveAspectRatio="none"><path fill="%23fbd8c2" fill-rule="evenodd" d="M301 59v2a2 2 0 000 1l1-1-1-2zM98 61s0 1 0 0l-1 1a4 4 0 011-1l-1-1-1-1v0h-1v3h1a6 6 0 01-1 1 2 2 0 001 0 4 4 0 001-1c0 1 0 1 0 0a3 3 0 001 0v-1zm-2 1v-1 1zm0-1l1 1-1-1zm1 1v-1 1zM171 61l-1 2c-1 0 0 0 0 0v3a3 3 0 010 1c0 1 0 0 0 0v1a1 1 0 011-1v-1l1 2a11 11 0 00-1-6v-1zM264 71zM198 70zM264 71zM23 74zM23 76v-1 1h1l-1-1a2 2 0 000 1zM22 76c0 1 0 0 0 0zM62 61v0c0-1 0 0 0 0zM72 66v-2 2zM19 67v1zM11 62v0c0-1 0 0 0 0zM15 62zM94 59v-1a2 2 0 00-1 1h1a3 3 0 000 1l1 3v-1-1l-1-2zM74 65a1