{"product_id":"consistent-reel-package","title":"Consistent Reel Package","description":"\u003cstyle\u003e\n\/* =========================================================\n   YOURCONTENTMAKER — PRODUCT CHECKOUT GUIDE\n   Designed for Shopify product descriptions\n   ========================================================= *\/\n\n.ycm-product-checkout-guide{\n  --ycm-pink:#ff0088;\n  --ycm-orange:#ff8a00;\n  --ycm-yellow:#ffd400;\n  --ycm-blue:#00e5ff;\n  --ycm-purple:#9d4dff;\n  --ycm-green:#63f200;\n  --ycm-dark:#050505;\n\n  position:relative;\n  width:100%;\n  max-width:1100px;\n  margin:24px auto;\n  padding:28px;\n  color:#ffffff;\n  background:\n    radial-gradient(\n      circle at 10% 5%,\n      rgba(255,0,136,.15),\n      transparent 34%\n    ),\n    radial-gradient(\n      circle at 95% 90%,\n      rgba(0,229,255,.12),\n      transparent 34%\n    ),\n    var(--ycm-dark);\n  border:2px solid var(--ycm-pink);\n  border-radius:26px;\n  box-shadow:\n    0 0 25px rgba(255,0,136,.30),\n    0 0 55px rgba(0,229,255,.10);\n  overflow:hidden;\n}\n\n.ycm-product-checkout-guide,\n.ycm-product-checkout-guide *{\n  box-sizing:border-box;\n}\n\n\/* Animated background glow *\/\n\n.ycm-product-checkout-guide::before{\n  content:\"\";\n  position:absolute;\n  width:260px;\n  height:260px;\n  top:-150px;\n  left:-120px;\n  background:rgba(255,0,136,.22);\n  border-radius:50%;\n  filter:blur(65px);\n  animation:ycmGlowMoveOne 7s ease-in-out infinite;\n  pointer-events:none;\n}\n\n.ycm-product-checkout-guide::after{\n  content:\"\";\n  position:absolute;\n  width:250px;\n  height:250px;\n  right:-130px;\n  bottom:-160px;\n  background:rgba(0,229,255,.18);\n  border-radius:50%;\n  filter:blur(70px);\n  animation:ycmGlowMoveTwo 7s ease-in-out infinite;\n  pointer-events:none;\n}\n\n@keyframes ycmGlowMoveOne{\n  0%,100%{\n    transform:translate(0,0) scale(1);\n  }\n\n  50%{\n    transform:translate(70px,40px) scale(1.18);\n  }\n}\n\n@keyframes ycmGlowMoveTwo{\n  0%,100%{\n    transform:translate(0,0) scale(1);\n  }\n\n  50%{\n    transform:translate(-65px,-35px) scale(1.15);\n  }\n}\n\n\/* Main content *\/\n\n.ycm-checkout-inner{\n  position:relative;\n  z-index:2;\n}\n\n.ycm-checkout-top{\n  padding:26px 22px;\n  text-align:center;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,0,136,.14),\n      rgba(0,229,255,.08)\n    ),\n    #0d0d11;\n  border:1px solid #34343e;\n  border-radius:20px;\n}\n\n.ycm-final-step-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:7px;\n  margin-bottom:12px;\n  padding:7px 14px;\n  color:#050505;\n  background:var(--ycm-yellow);\n  border-radius:999px;\n  font-size:11px;\n  font-weight:950;\n  letter-spacing:.4px;\n  text-transform:uppercase;\n  animation:ycmBadgePulse 1.9s ease-in-out infinite;\n}\n\n@keyframes ycmBadgePulse{\n  0%,100%{\n    transform:scale(1);\n    box-shadow:0 0 10px rgba(255,212,0,.25);\n  }\n\n  50%{\n    transform:scale(1.05);\n    box-shadow:0 0 26px rgba(255,212,0,.65);\n  }\n}\n\n.ycm-checkout-top h1{\n  margin:0;\n  color:#ffffff;\n  font-size:38px;\n  line-height:1.15;\n  font-weight:950;\n}\n\n.ycm-checkout-top h1 span{\n  color:var(--ycm-yellow);\n  text-shadow:\n    0 0 10px rgba(255,212,0,.55),\n    0 0 22px rgba(255,212,0,.25);\n}\n\n.ycm-checkout-top p{\n  max-width:820px;\n  margin:12px auto 0;\n  color:#dddde5;\n  font-size:17px;\n  line-height:1.55;\n}\n\n\/* Progress cards *\/\n\n.ycm-order-progress{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n  gap:11px;\n  max-width:940px;\n  margin:20px auto 0;\n}\n\n.ycm-progress-card{\n  position:relative;\n  min-width:0;\n  padding:16px 12px;\n  text-align:center;\n  background:#111116;\n  border:1px solid #303039;\n  border-radius:15px;\n  overflow:hidden;\n}\n\n.ycm-progress-card.completed{\n  border-color:rgba(99,242,0,.65);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(99,242,0,.08),\n      rgba(99,242,0,.02)\n    ),\n    #111116;\n}\n\n.ycm-progress-card.current{\n  border-color:var(--ycm-yellow);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,212,0,.14),\n      rgba(255,0,136,.07)\n    ),\n    #111116;\n  box-shadow:\n    0 0 20px rgba(255,212,0,.20);\n  animation:ycmCurrentStep 2s ease-in-out infinite;\n}\n\n@keyframes ycmCurrentStep{\n  0%,100%{\n    box-shadow:\n      0 0 12px rgba(255,212,0,.18);\n  }\n\n  50%{\n    box-shadow:\n      0 0 28px rgba(255,212,0,.48),\n      0 0 42px rgba(255,0,136,.18);\n  }\n}\n\n.ycm-progress-icon{\n  display:flex;\n  width:39px;\n  height:39px;\n  margin:0 auto 9px;\n  align-items:center;\n  justify-content:center;\n  color:#ffffff;\n  background:var(--ycm-pink);\n  border-radius:50%;\n  font-size:18px;\n  font-weight:950;\n}\n\n.ycm-progress-card.completed .ycm-progress-icon{\n  color:#050505;\n  background:var(--ycm-green);\n}\n\n.ycm-progress-card.current .ycm-progress-icon{\n  color:#050505;\n  background:var(--ycm-yellow);\n  animation:ycmIconBounce 1.4s ease-in-out infinite;\n}\n\n@keyframes ycmIconBounce{\n  0%,100%{\n    transform:translateY(0);\n  }\n\n  50%{\n    transform:translateY(-5px);\n  }\n}\n\n.ycm-progress-card strong{\n  display:block;\n  color:var(--ycm-blue);\n  font-size:15px;\n  line-height:1.25;\n}\n\n.ycm-progress-card.current strong{\n  color:var(--ycm-yellow);\n}\n\n.ycm-progress-card span{\n  display:block;\n  margin-top:5px;\n  color:#bfbfc8;\n  font-size:11px;\n  line-height:1.4;\n}\n\n\/* Main checkout message *\/\n\n.ycm-checkout-message{\n  display:grid;\n  grid-template-columns:auto minmax(0,1fr);\n  gap:17px;\n  align-items:center;\n  margin-top:18px;\n  padding:20px;\n  background:#0d0d11;\n  border:1px solid #31313a;\n  border-radius:17px;\n}\n\n.ycm-message-icon{\n  display:flex;\n  width:62px;\n  height:62px;\n  align-items:center;\n  justify-content:center;\n  flex:0 0 62px;\n  background:\n    linear-gradient(\n      145deg,\n      var(--ycm-pink),\n      var(--ycm-purple)\n    );\n  border-radius:17px;\n  font-size:31px;\n  box-shadow:\n    0 0 22px rgba(255,0,136,.30);\n  animation:ycmMessageFloat 2.4s ease-in-out infinite;\n}\n\n@keyframes ycmMessageFloat{\n  0%,100%{\n    transform:translateY(0) rotate(-2deg);\n  }\n\n  50%{\n    transform:translateY(-6px) rotate(3deg);\n  }\n}\n\n.ycm-message-content h2{\n  margin:0;\n  color:#ffffff;\n  font-size:24px;\n  line-height:1.25;\n  font-weight:950;\n}\n\n.ycm-message-content h2 span{\n  color:var(--ycm-yellow);\n}\n\n.ycm-message-content p{\n  margin:7px 0 0;\n  color:#ccccd4;\n  font-size:14px;\n  line-height:1.5;\n}\n\n\/* Scroll instructions *\/\n\n.ycm-scroll-direction{\n  margin:20px 0 0;\n  padding:20px 16px;\n  text-align:center;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(0,229,255,.08),\n      rgba(255,0,136,.08)\n    ),\n    #101014;\n  border:1px solid #34343d;\n  border-radius:16px;\n}\n\n.ycm-scroll-direction strong{\n  display:block;\n  color:var(--ycm-blue);\n  font-size:20px;\n  font-weight:950;\n}\n\n.ycm-scroll-direction p{\n  max-width:720px;\n  margin:10px auto 0;\n  color:#dddddd;\n  font-size:16px;\n  line-height:1.55;\n}\n\n.ycm-scroll-direction p span{\n  color:var(--ycm-yellow);\n  font-weight:950;\n}\n\n\/* Unique animated arrow trail *\/\n\n.ycm-arrow-trail{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  gap:8px;\n  margin-top:15px;\n}\n\n.ycm-arrow-row{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:44px;\n  height:30px;\n  color:var(--ycm-yellow);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,212,0,.14),\n      rgba(255,0,136,.10)\n    );\n  border:1px solid rgba(255,212,0,.40);\n  border-radius:10px;\n  font-size:22px;\n  line-height:1;\n  box-shadow:\n    0 0 12px rgba(255,212,0,.14);\n  animation:ycmArrowTrail 1.5s ease-in-out infinite;\n}\n\n.ycm-arrow-row:nth-child(1){\n  opacity:.55;\n}\n\n.ycm-arrow-row:nth-child(2){\n  opacity:.78;\n  animation-delay:.18s;\n}\n\n.ycm-arrow-row:nth-child(3){\n  opacity:1;\n  animation-delay:.36s;\n}\n\n@keyframes ycmArrowTrail{\n  0%,100%{\n    transform:translateY(-3px) scale(.94);\n    box-shadow:\n      0 0 8px rgba(255,212,0,.12);\n  }\n\n  50%{\n    transform:translateY(5px) scale(1.04);\n    box-shadow:\n      0 0 20px rgba(255,212,0,.42),\n      0 0 28px rgba(255,0,136,.20);\n  }\n}\n\n\n.ycm-example-video{margin:18px 0 0;padding:14px;text-align:center;background:#0d0d12;border:1px solid #353540;border-radius:18px}.ycm-example-video-label{margin:0 0 10px;color:var(--ycm-blue);font-size:18px;font-weight:950}.ycm-example-video-frame{width:100%;max-width:360px;margin:0 auto;overflow:hidden;background:#000;border:2px solid var(--ycm-pink);border-radius:18px}.ycm-example-video-frame video{display:block;width:100%;aspect-ratio:9\/16;object-fit:cover}@media(max-width:560px){.ycm-example-video-frame{max-width:245px}.ycm-example-video-label{font-size:14px}}\n\/* CONSISTENT REELS PACKAGE DETAILS *\/\n\n.ycm-reels-package{\n  margin-top:18px;\n  padding:22px;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(157,77,255,.12),\n      rgba(0,229,255,.07)\n    ),\n    #0d0d12;\n  border:1px solid #353540;\n  border-radius:18px;\n  box-shadow:\n    inset 0 0 24px rgba(255,255,255,.02),\n    0 0 20px rgba(157,77,255,.10);\n}\n\n.ycm-reels-package-top{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) auto;\n  gap:18px;\n  align-items:center;\n}\n\n.ycm-reels-package h2{\n  margin:0;\n  color:#ffffff;\n  font-size:30px;\n  line-height:1.15;\n  font-weight:950;\n}\n\n.ycm-reels-package h2 span{\n  color:var(--ycm-yellow);\n}\n\n.ycm-reels-package-intro{\n  margin:9px 0 0;\n  color:#d3d3db;\n  font-size:15px;\n  line-height:1.55;\n}\n\n.ycm-reels-price{\n  min-width:190px;\n  padding:15px 18px;\n  text-align:center;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,212,0,.16),\n      rgba(255,138,0,.09)\n    ),\n    #121217;\n  border:2px solid var(--ycm-yellow);\n  border-radius:16px;\n  box-shadow:\n    0 0 22px rgba(255,212,0,.20);\n}\n\n.ycm-reels-price small{\n  display:block;\n  color:#bfc0c8;\n  font-size:10px;\n  font-weight:850;\n  text-transform:uppercase;\n  letter-spacing:.5px;\n}\n\n.ycm-reels-price strong{\n  display:block;\n  margin-top:3px;\n  color:var(--ycm-yellow);\n  font-size:31px;\n  line-height:1;\n  font-weight:950;\n}\n\n.ycm-reels-price span{\n  display:block;\n  margin-top:6px;\n  color:var(--ycm-blue);\n  font-size:12px;\n  font-weight:900;\n}\n\n.ycm-reels-highlights{\n  display:grid;\n  grid-template-columns:repeat(4,minmax(0,1fr));\n  gap:9px;\n  margin-top:17px;\n}\n\n.ycm-reel-highlight{\n  padding:13px 10px;\n  text-align:center;\n  background:#111117;\n  border:1px solid #31313a;\n  border-radius:13px;\n}\n\n.ycm-reel-highlight b{\n  display:block;\n  color:var(--ycm-blue);\n  font-size:20px;\n  line-height:1.1;\n  font-weight:950;\n}\n\n.ycm-reel-highlight span{\n  display:block;\n  margin-top:5px;\n  color:#c5c6ce;\n  font-size:10px;\n  line-height:1.3;\n}\n\n.ycm-reels-examples{\n  margin-top:16px;\n  padding:17px;\n  background:#101015;\n  border:1px solid #303039;\n  border-radius:15px;\n}\n\n.ycm-reels-examples h3{\n  margin:0;\n  color:var(--ycm-blue);\n  font-size:19px;\n  line-height:1.2;\n  font-weight:950;\n}\n\n.ycm-reels-examples p{\n  margin:7px 0 0;\n  color:#cbccd4;\n  font-size:13px;\n  line-height:1.5;\n}\n\n.ycm-reels-example-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n  gap:8px;\n  margin-top:12px;\n}\n\n.ycm-reels-example{\n  padding:10px 9px;\n  color:#ffffff;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,0,136,.08),\n      rgba(0,229,255,.04)\n    ),\n    #141419;\n  border:1px solid #35353f;\n  border-radius:10px;\n  font-size:11px;\n  line-height:1.35;\n  font-weight:800;\n}\n\n.ycm-random-note{\n  margin-top:14px;\n  padding:14px;\n  color:#d7d7df;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,212,0,.08),\n      rgba(157,77,255,.07)\n    ),\n    #101015;\n  border-left:4px solid var(--ycm-yellow);\n  border-radius:10px;\n  font-size:12px;\n  line-height:1.5;\n}\n\n.ycm-random-note strong{\n  color:var(--ycm-yellow);\n}\n\n.ycm-sample-button{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:100%;\n  margin-top:16px;\n  padding:14px 12px;\n  color:#050505;\n  background:\n    linear-gradient(\n      90deg,\n      var(--ycm-blue),\n      var(--ycm-yellow),\n      var(--ycm-orange)\n    );\n  border:2px solid #ffffff;\n  border-radius:12px;\n  font-size:13px;\n  font-weight:950;\n  text-decoration:none;\n  box-shadow:\n    0 0 22px rgba(0,229,255,.20),\n    0 0 26px rgba(255,212,0,.12);\n}\n\n.ycm-sample-button:hover{\n  transform:translateY(-2px);\n}\n\n@media screen and (max-width:800px){\n  .ycm-reels-package-top{\n    grid-template-columns:1fr;\n  }\n\n  .ycm-reels-price{\n    width:100%;\n  }\n\n  .ycm-reels-highlights{\n    grid-template-columns:repeat(2,minmax(0,1fr));\n  }\n}\n\n@media screen and (max-width:560px){\n  .ycm-reels-package{\n    margin-top:12px;\n    padding:14px 10px;\n    border-radius:13px;\n  }\n\n  .ycm-reels-package h2{\n    font-size:21px;\n  }\n\n  .ycm-reels-package-intro{\n    font-size:11px;\n    line-height:1.4;\n  }\n\n  .ycm-reels-price{\n    min-width:0;\n    padding:12px 10px;\n  }\n\n  .ycm-reels-price strong{\n    font-size:27px;\n  }\n\n  .ycm-reels-highlights{\n    gap:6px;\n    margin-top:12px;\n  }\n\n  .ycm-reel-highlight{\n    padding:10px 6px;\n  }\n\n  .ycm-reel-highlight b{\n    font-size:17px;\n  }\n\n  .ycm-reel-highlight span{\n    font-size:8px;\n  }\n\n  .ycm-reels-examples{\n    margin-top:12px;\n    padding:12px 9px;\n  }\n\n  .ycm-reels-examples h3{\n    font-size:15px;\n  }\n\n  .ycm-reels-examples p{\n    font-size:10px;\n  }\n\n  .ycm-reels-example-grid{\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:6px;\n  }\n\n  .ycm-reels-example{\n    padding:8px 6px;\n    font-size:9px;\n  }\n\n  .ycm-random-note{\n    padding:10px;\n    font-size:9px;\n  }\n\n  .ycm-sample-button{\n    padding:12px 8px;\n    font-size:10px;\n  }\n}\n\n\/* Tablet *\/\n\n@media screen and (max-width:800px){\n\n  .ycm-product-checkout-guide{\n    margin:18px 10px;\n    padding:19px 13px;\n  }\n\n  .ycm-checkout-top h1{\n    font-size:30px;\n  }\n\n  .ycm-order-progress{\n    gap:8px;\n  }\n\n  .ycm-progress-card{\n    padding:13px 7px;\n  }\n\n  .ycm-progress-card strong{\n    font-size:13px;\n  }\n\n  .ycm-checkout-message{\n    padding:16px;\n  }\n\n}\n\n\/* Mobile *\/\n\n@media screen and (max-width:560px){\n\n  .ycm-product-checkout-guide{\n    width:calc(100% - 10px);\n    margin:10px 5px;\n    padding:11px 8px;\n    border-radius:16px;\n  }\n\n  .ycm-checkout-top{\n    padding:16px 9px;\n    border-radius:13px;\n  }\n\n  .ycm-final-step-badge{\n    margin-bottom:8px;\n    padding:5px 10px;\n    font-size:9px;\n  }\n\n  .ycm-checkout-top h1{\n    font-size:23px;\n  }\n\n  .ycm-checkout-top p{\n    margin-top:8px;\n    font-size:12px;\n    line-height:1.4;\n  }\n\n  .ycm-order-progress{\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:5px;\n    margin-top:13px;\n  }\n\n  .ycm-progress-card{\n    padding:9px 4px;\n    border-radius:10px;\n  }\n\n  .ycm-progress-icon{\n    width:29px;\n    height:29px;\n    margin-bottom:5px;\n    font-size:13px;\n  }\n\n  .ycm-progress-card strong{\n    font-size:9px;\n    line-height:1.2;\n  }\n\n  .ycm-progress-card span{\n    display:none;\n  }\n\n  .ycm-checkout-message{\n    grid-template-columns:auto minmax(0,1fr);\n    gap:10px;\n    margin-top:12px;\n    padding:12px 9px;\n    border-radius:12px;\n  }\n\n  .ycm-message-icon{\n    width:43px;\n    height:43px;\n    flex-basis:43px;\n    border-radius:11px;\n    font-size:22px;\n  }\n\n  .ycm-message-content h2{\n    font-size:16px;\n  }\n\n  .ycm-message-content p{\n    margin-top:4px;\n    font-size:10px;\n    line-height:1.4;\n  }\n\n  .ycm-scroll-direction{\n    margin-top:13px;\n    padding:14px 9px;\n    border-radius:12px;\n  }\n\n  .ycm-scroll-direction strong{\n    font-size:15px;\n  }\n\n  .ycm-scroll-direction p{\n    margin-top:7px;\n    font-size:11px;\n    line-height:1.4;\n  }\n\n  .ycm-arrow-trail{\n    gap:6px;\n    margin-top:11px;\n  }\n\n  .ycm-arrow-row{\n    width:38px;\n    height:25px;\n    border-radius:8px;\n    font-size:18px;\n  }\n\n}\n\n\/* SINGLE CONSISTENT REELS EXAMPLE VIDEO *\/\n#ycmProductCheckoutGuide .ycm-example-video{\n  margin:16px 0 0;\n  padding:0;\n  background:none;\n  border:0;\n  box-shadow:none;\n}\n#ycmProductCheckoutGuide .ycm-example-video-label,\n#ycmProductCheckoutGuide .ycm-example-video-grid{\n  display:none !important;\n}\n#ycmProductCheckoutGuide .ycm-example-video-frame{\n  width:100%;\n  max-width:390px;\n  margin:0 auto;\n}\n#ycmProductCheckoutGuide .ycm-example-video-frame video{\n  width:100%;\n  aspect-ratio:9\/16;\n  object-fit:cover;\n}\n@media(max-width:560px){\n  #ycmProductCheckoutGuide .ycm-example-video{\n    margin-top:12px;\n  }\n  #ycmProductCheckoutGuide .ycm-example-video-frame{\n    max-width:260px;\n  }\n}\n\n\n\/* WHY THIS PACKAGE HELPS *\/\n#ycmProductCheckoutGuide .ycm-why-reels{\n  margin-top:15px;\n  padding:16px;\n  background:\n    linear-gradient(145deg,rgba(99,242,0,.08),rgba(0,229,255,.07)),\n    #101015;\n  border:1px solid #34343d;\n  border-radius:14px;\n}\n\n#ycmProductCheckoutGuide .ycm-why-reels h3{\n  margin:0;\n  color:var(--ycm-yellow);\n  font-size:20px;\n  line-height:1.2;\n  font-weight:950;\n  text-align:center;\n}\n\n#ycmProductCheckoutGuide .ycm-why-reels \u003e p{\n  max-width:820px;\n  margin:8px auto 0;\n  color:#d4d5dc;\n  font-size:13px;\n  line-height:1.5;\n  text-align:center;\n}\n\n#ycmProductCheckoutGuide .ycm-why-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n  gap:8px;\n  margin-top:12px;\n}\n\n#ycmProductCheckoutGuide .ycm-why-item{\n  padding:11px 9px;\n  text-align:center;\n  background:#121218;\n  border:1px solid #31313a;\n  border-radius:11px;\n}\n\n#ycmProductCheckoutGuide .ycm-why-item strong{\n  display:block;\n  color:var(--ycm-blue);\n  font-size:13px;\n  line-height:1.2;\n  font-weight:950;\n}\n\n#ycmProductCheckoutGuide .ycm-why-item span{\n  display:block;\n  margin-top:4px;\n  color:#c7c8d0;\n  font-size:9px;\n  line-height:1.35;\n}\n\n\n@media(max-width:560px){\n  #ycmProductCheckoutGuide .ycm-why-reels{\n    margin-top:11px;\n    padding:11px 8px;\n  }\n\n  #ycmProductCheckoutGuide .ycm-why-reels h3{\n    font-size:16px;\n  }\n\n  #ycmProductCheckoutGuide .ycm-why-reels \u003e p{\n    font-size:9.5px;\n    line-height:1.4;\n  }\n\n  #ycmProductCheckoutGuide .ycm-why-grid{\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:5px;\n  }\n\n  #ycmProductCheckoutGuide .ycm-why-item{\n    padding:8px 5px;\n  }\n\n  #ycmProductCheckoutGuide .ycm-why-item strong{\n    font-size:10px;\n  }\n\n  #ycmProductCheckoutGuide .ycm-why-item span{\n    font-size:7.5px;\n  }\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"ycm-product-checkout-guide\" id=\"ycmProductCheckoutGuide\"\u003e\n\n  \u003cdiv class=\"ycm-checkout-inner\"\u003e\n\n    \u003csection class=\"ycm-checkout-top\"\u003e\n\n      \u003cdiv class=\"ycm-final-step-badge\"\u003e\n        ✅ Final Step\n      \u003c\/div\u003e\n\n      \u003ch1\u003e\n        Perfect! You’re on the\n        \u003cspan\u003eCorrect Package\u003c\/span\u003e\n      \u003c\/h1\u003e\n\n      \u003cdiv class=\"ycm-order-progress\"\u003e\n\n        \u003cdiv class=\"ycm-progress-card completed\"\u003e\n\n          \u003cdiv class=\"ycm-progress-icon\"\u003e\n            ✓\n          \u003c\/div\u003e\n\n          \u003cstrong\u003ePackage Selected\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            You selected the package that fits your project.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ycm-progress-card completed\"\u003e\n\n          \u003cdiv class=\"ycm-progress-icon\"\u003e\n            ✓\n          \u003c\/div\u003e\n\n          \u003cstrong\u003eDetails Submitted\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Your video vision was sent to our creative team.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ycm-progress-card current\"\u003e\n\n          \u003cdiv class=\"ycm-progress-icon\"\u003e\n            3\n          \u003c\/div\u003e\n\n          \u003cstrong\u003eComplete Payment\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Finish checkout below to begin your order.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\u003csection class=\"ycm-reels-package\"\u003e\n\n      \u003cdiv class=\"ycm-reels-package-top\"\u003e\n\n        \u003cdiv\u003e\n          \u003ch2\u003e\n            🔥 25 Consistent Reels for\n            \u003cspan\u003eYour Brand, Business, or Idea\u003c\/span\u003e\n          \u003c\/h2\u003e\n\n          \u003cp class=\"ycm-reels-package-intro\"\u003e\n            Send us your overall vision, business information, logo, and any photos you want us to use.\n            We then freestyle \u003cstrong\u003e25 different 4K reels\u003c\/strong\u003e around your business or idea.\n            Each reel is about \u003cstrong\u003e15 seconds\u003c\/strong\u003e and can be professional, funny, wild,\n            cinematic, cartoon-style, or a mix of different styles.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ycm-reels-price\"\u003e\n          \u003csmall\u003eComplete Package\u003c\/small\u003e\n          \u003cstrong\u003e$249.99\u003c\/strong\u003e\n          \u003cspan\u003e25 × 15-Second 4K Reels\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ycm-why-reels\"\u003e\n        \u003ch3\u003e📈 Why Consistent Reels Work\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The more consistently you post, the more chances people have to see your business.\n          Short 15-second reels are quick, easy to watch, and help keep people engaged.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ycm-why-grid\"\u003e\n          \u003cdiv class=\"ycm-why-item\"\u003e\n            \u003cstrong\u003ePOST MORE\u003c\/strong\u003e\n            \u003cspan\u003e25 reels gives you fresh content ready to post.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ycm-why-item\"\u003e\n            \u003cstrong\u003eREACH MORE PEOPLE\u003c\/strong\u003e\n            \u003cspan\u003eConsistent short videos give your page more opportunities for views and engagement.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ycm-why-item\"\u003e\n            \u003cstrong\u003eGROW YOUR PAGE\u003c\/strong\u003e\n            \u003cspan\u003eKeep your business active with content people can quickly watch, share, and follow.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ycm-example-video ycm-single-example-video\"\u003e\n        \u003cdiv class=\"ycm-example-video-frame\"\u003e\n          \u003cvideo class=\"ycm-reel-example-player\" autoplay muted loop playsinline controls preload=\"metadata\" aria-label=\"Consistent Reels example video\"\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/710583a7345e4a7a9564a1e6c9b8aa3e.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \n\n      \u003cdiv class=\"ycm-reels-examples\"\u003e\n\n        \u003ch3\u003e💡 What Can We Create?\u003c\/h3\u003e\n\n        \u003cp\u003e\n          You choose the direction and we handle the creative variety. We can keep all 25 reels\n          in one style or mix them up to keep your page fresh and engaging.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ycm-reels-example-grid\"\u003e\n\n          \u003cdiv class=\"ycm-reels-example\"\u003e\n            🏠 \u003cstrong\u003eReal Estate\u003c\/strong\u003e\u003cbr\u003e\n            Property, agent, buying and selling advertisements.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ycm-reels-example\"\u003e\n            🏀 \u003cstrong\u003eSports Coaching\u003c\/strong\u003e\u003cbr\u003e\n            Training, motivation, drills and coaching content.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ycm-reels-example\"\u003e\n            🍕 \u003cstrong\u003eRestaurants\u003c\/strong\u003e\u003cbr\u003e\n            Pizza shops, food promos, specials and local ads.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ycm-reels-example\"\u003e\n            💪 \u003cstrong\u003eFitness\u003c\/strong\u003e\u003cbr\u003e\n            Workout, gym, motivation and trainer reels.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ycm-reels-example\"\u003e\n            🚗 \u003cstrong\u003eAutomotive\u003c\/strong\u003e\u003cbr\u003e\n            Detailing, dealerships, repairs and car content.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ycm-reels-example\"\u003e\n            💇 \u003cstrong\u003eBeauty \u0026amp; Barbers\u003c\/strong\u003e\u003cbr\u003e\n            Salon, barber, beauty and service promotions.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ycm-reels-example\"\u003e\n            🎣 \u003cstrong\u003eFishing \u0026amp; Outdoors\u003c\/strong\u003e\u003cbr\u003e\n            Fishing, hunting, nature and outdoor reels.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ycm-reels-example\"\u003e\n            😂 \u003cstrong\u003eFunny Viral Content\u003c\/strong\u003e\u003cbr\u003e\n            Animals, comedy, unusual moments and shareable ideas.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ycm-reels-example\"\u003e\n            🥊 \u003cstrong\u003eAction \u0026amp; Fight Scenes\u003c\/strong\u003e\u003cbr\u003e\n            Cinematic action, dramatic scenes and visual entertainment.\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ycm-random-note\"\u003e\n        \u003cstrong\u003eHow it works:\u003c\/strong\u003e These are not scripted like our regular business advertisements.\n        Instead, we use your overall vision and freestyle the reels around it. We can add a short\n        voiceover, music, sound effects, transitions, your logo, and a simple call-to-action such as\n        your phone number, website, email, or “Contact Us” at the end.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ycm-reels-summary\"\u003e\n        \u003cp\u003e\u003cstrong\u003eWant yourself or a specific person in the reels?\u003c\/strong\u003e Send us the photos you want us to use.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eWant your branding in every reel?\u003c\/strong\u003e Send your logo and business details and we can work them into the content.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ycm-delivery-box\"\u003e\n        \u003cdiv class=\"ycm-delivery-item\"\u003e\n          \u003cb\u003e2–3 DAYS\u003c\/b\u003e\n          \u003cspan\u003eTypical turnaround\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ycm-delivery-item\"\u003e\n          \u003cb\u003eSHARED FOLDER\u003c\/b\u003e\n          \u003cspan\u003eAll 25 reels organized for download\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ycm-delivery-item\"\u003e\n          \u003cb\u003eREADY TO POST\u003c\/b\u003e\n          \u003cspan\u003eUse them whenever you need fresh content\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\u003c\/section\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n  \n\n\n\n\n\n\u003cstyle\u003e\n\/* COMPACT CONSISTENT REELS PRODUCT PAGE *\/\n#ycmProductCheckoutGuide .ycm-checkout-top{\n  padding-bottom:18px;\n}\n#ycmProductCheckoutGuide .ycm-example-video{\n  margin-top:14px;\n}\n#ycmProductCheckoutGuide .ycm-reels-package{\n  margin-top:14px;\n}\n#ycmProductCheckoutGuide .ycm-reels-package-intro{\n  font-size:14px;\n  line-height:1.5;\n}\n#ycmProductCheckoutGuide .ycm-reels-summary{\n  margin-top:14px;\n  padding:15px;\n  background:#101015;\n  border:1px solid #34343d;\n  border-radius:13px;\n}\n#ycmProductCheckoutGuide .ycm-reels-summary strong{\n  color:var(--ycm-yellow);\n}\n#ycmProductCheckoutGuide .ycm-reels-summary p{\n  margin:0;\n  color:#d5d5dc;\n  font-size:13px;\n  line-height:1.5;\n}\n#ycmProductCheckoutGuide .ycm-reels-summary p + p{\n  margin-top:9px;\n}\n#ycmProductCheckoutGuide .ycm-delivery-box{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n  gap:8px;\n  margin-top:13px;\n}\n#ycmProductCheckoutGuide .ycm-delivery-item{\n  padding:11px 8px;\n  text-align:center;\n  background:#111117;\n  border:1px solid #31313a;\n  border-radius:11px;\n}\n#ycmProductCheckoutGuide .ycm-delivery-item b{\n  display:block;\n  color:var(--ycm-blue);\n  font-size:14px;\n  line-height:1.1;\n}\n#ycmProductCheckoutGuide .ycm-delivery-item span{\n  display:block;\n  margin-top:4px;\n  color:#c4c5cc;\n  font-size:9px;\n  line-height:1.25;\n}\n@media(max-width:560px){\n  #ycmProductCheckoutGuide .ycm-checkout-top{\n    padding-bottom:12px;\n  }\n  #ycmProductCheckoutGuide .ycm-reels-package-intro{\n    font-size:10.5px;\n  }\n  #ycmProductCheckoutGuide .ycm-reels-summary{\n    padding:11px 9px;\n  }\n  #ycmProductCheckoutGuide .ycm-reels-summary p{\n    font-size:9.5px;\n  }\n  #ycmProductCheckoutGuide .ycm-delivery-box{\n    gap:5px;\n  }\n  #ycmProductCheckoutGuide .ycm-delivery-item{\n    padding:8px 5px;\n  }\n  #ycmProductCheckoutGuide .ycm-delivery-item b{\n    font-size:11px;\n  }\n  #ycmProductCheckoutGuide .ycm-delivery-item span{\n    font-size:7.5px;\n  }\n}\n\u003c\/style\u003e\n","brand":"Your Content Maker","offers":[{"title":"Default Title","offer_id":52937191686461,"sku":null,"price":249.99,"currency_code":"USD","in_stock":true}],"url":"https:\/\/yourcontentmaker.com\/products\/consistent-reel-package","provider":"Your Content Maker","version":"1.0","type":"link"}