/** Shopify CDN: Minification failed

Line 30:0 Unexpected "@keyframes"
Line 31:2 Unexpected "0%"
Line 32:2 Unexpected "33%"
Line 33:2 Unexpected "66%"
Line 34:2 Unexpected "100%"

**/
/* animation classes */

.mymove-animation {
  -webkit-animation: mymove 1.5s;  /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: 1;  /* Chrome, Safari, Opera */
  animation: mymove 1.5s;
  animation-iteration-count: 1;
}

/* animation classes end */

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
  0% { left: 50%; }
  33% { left: 40%; }
  66% { left: 60%; }
  100% { left: 50%; }
}EAAMiSL4ZCgEoBRZClrFsBSu4XBt8iJ30ZBybl7DYETZBvuZBXiwLTczUcpyNYGW9FSjzoHvVg1rfqKTuWrQs5p2Nck9tZAnhmICXOFTYZAQTfQaTw9sPtdV2NhWPNiPfyq8PLqdnAEX4WsxM0P5Q5A72xtQG6iOo9UBqZA9XrheCnEqWdQnkGIOxIcVx1Dnt7QZDZD

/* Other browsers */
@keyframes mymove {
  0% { left: 50%; }
  33% { left: 40%; }
  66% { left: 60%; }
  100% { left: 50%; }
}

/* animation classes */

.mymove-animation-2 {
  -webkit-animation: mymove-2 1.5s;  /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: 1;  /* Chrome, Safari, Opera */
  animation: mymove-2 1.5s;
  animation-iteration-count: 1;
}

/* animation classes end */

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove-2 {
  0% { width: 50%; }
  33% { width: 40%; }
  66% { width: 60%; }
  100% { width: 50%; }
}

/* Other browsers */
@keyframes mymove-2 {
  0% { width: 50%; }
  33% { width: 40%; }
  66% { width: 60%; }
  100% { width: 50%; }
}
.cocoen{box-sizing:border-box;cursor:pointer;line-height:0;margin:0;overflow:hidden;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cocoen *{box-sizing:inherit}.cocoen ::after,.cocoen ::before{box-sizing:inherit}.cocoen img,.cocoen picture>img{max-width:none}.cocoen>img,.cocoen>picture>img{display:block;width:100%}.cocoen>div:first-child,picture .cocoen>div{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:50%}.cocoen-drag{background:#fff;bottom:0;cursor:ew-resize;left:50%;margin-left:-1px;position:absolute;top:0;width:2px}.cocoen-drag::before{border:3px solid #fff;content:'';height:30px;left:50%;margin-left:-7px;margin-top:-18px;position:absolute;top:50%;width:14px}