<?php if ( is_shop() ) { ?>
11
<?php $value = get_field( "stickytext" );
if( $value ) : ?>
<div style="height: 100%;position:relative;background-color:<?php the_field('stickycolor'); ?>;">
<div style="margin: 0 auto;padding:10px"> <?php the_field('stickytext'); ?></div>
</div>
<?php endif; ?>
<?php } ?>