{"id":1154,"date":"2022-05-15T10:30:31","date_gmt":"2022-05-15T10:30:31","guid":{"rendered":"https:\/\/democontent.codex-themes.com\/sites-elementor-v5\/shop-swimwear-bikini\/?post_type=product&amp;p=1154"},"modified":"2022-05-15T10:30:31","modified_gmt":"2022-05-15T10:30:31","slug":"lace-up-tunic","status":"publish","type":"product","link":"https:\/\/womshy.com\/index.php\/product\/lace-up-tunic\/","title":{"rendered":"Lace-up Tunic (Demo)"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"1154\" class=\"elementor elementor-1154\" data-elementor-post-type=\"product\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-63097e7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"63097e7\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f57a8c9\" data-id=\"f57a8c9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-10b0250 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"10b0250\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script type=\"text\/javascript\">(function() {function TheGemHeading() {this.animateClass = 'thegem-heading-animate';this.animatedClass = 'thegem-heading-animated';}TheGemHeading.prototype = {initialize: function () {let items =document.querySelectorAll('.'+this.animateClass);items.forEach((item)=>{if (this.isElementVisible(item)) {this.prepareAnimation(item);this.startAnimation(item);}});if ('IntersectionObserver' in window) {let intersectionObserver = new IntersectionObserver((entries)=>{entries.forEach((entry)=> {if (entry.isIntersecting) {this.startAnimation(entry.target);intersectionObserver.unobserve(entry.target);}});});items.forEach((item)=>{intersectionObserver.observe(item);this.prepareAnimation(item);});} else {items.forEach((item)=>{this.prepareAnimation(item);this.startAnimation(item);});}},isElementVisible: function (element) {let rect= element.getBoundingClientRect(),width= window.innerWidth || document.documentElement.clientWidth,height = window.innerHeight || document.documentElement.clientHeight,efp= (x, y) => document.elementFromPoint(x, y);if (rect.right < 0 || rect.bottom < 0 || rect.left > width || rect.top > height) return false;return (element.contains(efp(rect.left,rect.top)) ||element.contains(efp(rect.right, rect.top)) ||element.contains(efp(rect.right, rect.bottom)) ||element.contains(efp(rect.left,rect.bottom)));},startAnimation: function (element) {if (element && !element.classList.contains(this.animatedClass)) {element.classList.add(this.animatedClass);element.classList.remove(this.animateClass);element.dispatchEvent(new Event('theGemHeading.startAnimation', {bubbles: true}));}},prepareAnimation: function (element) {if (element && !element.isPreparedAnimation) {element.dispatchEvent(new Event('theGemHeading.prepareAnimation', {bubbles: true}));element.isPreparedAnimation = true;}}};window.theGemHeading = new TheGemHeading();document.addEventListener('DOMContentLoaded', function() {window.theGemHeading.initialize();});})();document.addEventListener('theGemHeading.prepareAnimation', function(event) {const element = event.target;const animationName = element.dataset.animationName;if (element && ['lines-slide-up', 'lines-slide-up-random'].includes(animationName)) {theGemHeadingPrepareAnimation(element);}});function theGemHeadingPrepareAnimation(element) {if (!element) return;const isDesktop = window.innerWidth > 1024;const isTablet = window.innerWidth <= 1024 && window.innerWidth >= 768;const isMobile = window.innerWidth < 768;if (element.classList.contains('animation-prepared')) return;if (element.classList.contains('thegem-heading-animate-disable-desktop') && isDesktop) return;if (element.classList.contains('thegem-heading-animate-disable-tablet') && isTablet) return;if (element.classList.contains('thegem-heading-animate-disable-mobile') && isMobile) return;const animationName = element.dataset.animationName;const animationDelay = parseInt(element.dataset.animationDelay) || 0;const animationInterval = parseInt(element.dataset.animationInterval) || 0;switch (animationName) {case 'lines-slide-up':case 'lines-slide-up-random':const animationLineTagWrap = '<span class=\"thegem-heading-line-wrap\">';let animationLineTag = function (index) {let styles = '';if (animationName === 'lines-slide-up' && (animationDelay > 0 || animationInterval > 0)) {styles = `animation-delay: ${(animationDelay + (animationInterval*(index+1)))}ms;`;}return '<span class=\"thegem-heading-line\"' + (styles!== '' ? ' style=\"'+styles+'\"' : '') + '>';};let nodes = element.childNodes;let currentOffset = nodes[0].offsetTop;let index = 0;let idx = 0;let html = animationLineTagWrap + animationLineTag(index);for (let i = 0; i < nodes.length; i++) {if (nodes[i].nodeType === 3) continue;if (nodes[i].offsetTop > currentOffset + nodes[i].scrollHeight\/2) {index++;html += '<\/span><\/span>' + animationLineTagWrap + animationLineTag(index);currentOffset = nodes[i].offsetTop;if (animationName === 'lines-slide-up-random') idx = 0;}if (animationName === 'lines-slide-up-random' && (animationDelay > 0 || animationInterval > 0)) {nodes[i].style.animationDelay = (animationDelay + animationInterval*(idx+1)) + 'ms';}html += nodes[i].outerHTML + ' ';if (animationName === 'lines-slide-up-random') idx++;}html += '<\/span><\/span>';element.innerHTML = html;break;}element.classList.add('animation-prepared');}document.addEventListener('theGemHeading.startAnimation', function(event) {const element = event.target;let rotatingItem = element.querySelector('.thegem-heading-rotating');if (typeof(rotatingItem) != 'undefined' && rotatingItem != null) {document.fonts.ready.then(()=>{theGemHeadingRotatingText(rotatingItem);});}});function theGemHeadingRotatingText(element) {if (!element) return;let items = Array.from(element.getElementsByClassName('thegem-heading-rotating-text'));if (items.length === 0) return;let duration = element.dataset.duration !== undefined ? parseInt(element.dataset.duration) : 1400;let animation = element.dataset.animation;let current = items[0];if (animation === 'fade') {let maxWidth = Math.max(...items.map((item)=>item.clientWidth));items.forEach((item)=>item.style.width = maxWidth + 'px');setInterval(()=>{let next = current.nextElementSibling !== null ? current.nextElementSibling : element.childNodes[0];current.style.opacity = 0;setTimeout(()=>{current.style.position = 'absolute';next.style.position = 'relative';next.style.opacity = 1;current = next;}, 700);}, 1000 + duration);} else {element.style.width = element.clientWidth+'px';current.style.width = element.clientWidth+'px';items.forEach((item)=>item.dataset.width = item.clientWidth);setInterval(()=>{let next = current.nextElementSibling !== null ? current.nextElementSibling : element.childNodes[0];let nextWidth = next.dataset.width;let currentWidth = current.dataset.width;element.style.width = nextWidth + 'px';current.style.width = '1px';current.style.opacity = 0;next.style.width = '1px';setTimeout(()=>{current.style.position = 'absolute';current.style.width = currentWidth + 'px';next.style.position = 'relative';next.style.opacity = 1;next.style.width = nextWidth + 'px';current = next;}, 500);}, 1000 + duration);}}<\/script><div class=\"thegem-heading thegem-animated-heading default thegem-heading-animate lines-slide-up\" id=\"thegem-heading-10b0250\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\">Lorem<\/span> <span class=\"thegem-heading-word\">ipsum<\/span> <span class=\"thegem-heading-word\">dolor<\/span> <span class=\"thegem-heading-word\">sit<\/span> <span class=\"thegem-heading-word\">amet,<\/span> <span class=\"thegem-heading-word\">consectetur<\/span> <span class=\"thegem-heading-word\">adipisicing<\/span> <span class=\"thegem-heading-word\">elit,<\/span> <span class=\"thegem-heading-word\">sed<\/span> <span class=\"thegem-heading-word\">do<\/span> <span class=\"thegem-heading-word\">eiusmod<\/span> <span class=\"thegem-heading-word\">tempor<\/span> <span class=\"thegem-heading-word\">incididunt<\/span> <span class=\"thegem-heading-word\">ut<\/span> <span class=\"thegem-heading-word\">labore<\/span> <span class=\"thegem-heading-word\">et<\/span> <span class=\"thegem-heading-word\">dolore<\/span> <span class=\"thegem-heading-word\">magna<\/span> <span class=\"thegem-heading-word\">aliqua.<\/span> <span class=\"thegem-heading-word\">Ut<\/span> <span class=\"thegem-heading-word\">enim<\/span> <span class=\"thegem-heading-word\">ad<\/span> <span class=\"thegem-heading-word\">minim<\/span> <span class=\"thegem-heading-word\">veniam,<\/span> <span class=\"thegem-heading-word\">quis<\/span> <span class=\"thegem-heading-word\">nostrud<\/span> <span class=\"thegem-heading-word\">sit<\/span> <span class=\"thegem-heading-word\">amet<\/span> <span class=\"thegem-heading-word\">exercitation<\/span> <span class=\"thegem-heading-word\">ullamco<\/span> <span class=\"thegem-heading-word\">laboris<\/span> <span class=\"thegem-heading-word\">nisi<\/span> <span class=\"thegem-heading-word\">ut<\/span> <span class=\"thegem-heading-word\">aliquip<\/span> <span class=\"thegem-heading-word\">ex<\/span> <span class=\"thegem-heading-word\">ea<\/span> <span class=\"thegem-heading-word\">commodo<\/span> <span class=\"thegem-heading-word\">consequat.<\/span> <span class=\"thegem-heading-word\">Duis<\/span> <span class=\"thegem-heading-word\">aute<\/span> <span class=\"thegem-heading-word\">irure<\/span> <span class=\"thegem-heading-word\">dolor<\/span> <span class=\"thegem-heading-word\">in<\/span> <span class=\"thegem-heading-word\">reprehenderit<\/span> <span class=\"thegem-heading-word\">in<\/span> <span class=\"thegem-heading-word\">voluptate<\/span> <span class=\"thegem-heading-word\">velit<\/span> <span class=\"thegem-heading-word\">esse<\/span> <span class=\"thegem-heading-word\">cillum<\/span> <span class=\"thegem-heading-word\">dolore<\/span> <span class=\"thegem-heading-word\">eu<\/span> <span class=\"thegem-heading-word\">fugiat<\/span> <span class=\"thegem-heading-word\">nulla<\/span> <span class=\"thegem-heading-word\">pariatur.<\/span> <span class=\"thegem-heading-word\">Excepteur<\/span> <span class=\"thegem-heading-word\">sint<\/span> <span class=\"thegem-heading-word\">occaecat<\/span> <span class=\"thegem-heading-word\">cupidatat<\/span> <span class=\"thegem-heading-word\">non<\/span> <span class=\"thegem-heading-word\">proident,<\/span> <span class=\"thegem-heading-word\">sunt<\/span> <span class=\"thegem-heading-word\">in<\/span> <span class=\"thegem-heading-word\">culpa<\/span> <span class=\"thegem-heading-word\">qui<\/span> <span class=\"thegem-heading-word\">officia<\/span> <span class=\"thegem-heading-word\">deserunt<\/span> <span class=\"thegem-heading-word\">mollit<\/span> <span class=\"thegem-heading-word\">anim<\/span> <span class=\"thegem-heading-word\">id<\/span> <span class=\"thegem-heading-word\">est<\/span> <span class=\"thegem-heading-word\">laborum.<\/span> <span class=\"thegem-heading-word\">Sed<\/span> <span class=\"thegem-heading-word\">ut<\/span> <span class=\"thegem-heading-word\">perspiciatis<\/span> <span class=\"thegem-heading-word\">unde<\/span> <span class=\"thegem-heading-word\">omnis<\/span> <span class=\"thegem-heading-word\">iste<\/span> <span class=\"thegem-heading-word\">natus<\/span> <span class=\"thegem-heading-word\">error<\/span> <span class=\"thegem-heading-word\">sit<\/span> <span class=\"thegem-heading-word\">voluptatem<\/span> <span class=\"thegem-heading-word\">accusantium<\/span> <span class=\"thegem-heading-word\">doloremque<\/span> <span class=\"thegem-heading-word\">laudantium,<\/span> <span class=\"thegem-heading-word\">totam<\/span> <span class=\"thegem-heading-word\">rem.<\/span><\/div><style type=\"text\/css\">#thegem-heading-10b0250 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0859576 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"0859576\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f99e149\" data-id=\"f99e149\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3eee138 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-spacer\" data-id=\"3eee138\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-532b9f4\" data-id=\"532b9f4\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8ff32ed flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-spacer\" data-id=\"8ff32ed\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe889bb flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"fe889bb\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate lines-slide-up\" id=\"thegem-heading-fe889bb\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"light thegem-heading-word\">NEUTRAL<\/span> <span class=\"light thegem-heading-word\">COLLECTION<\/span><\/div><style type=\"text\/css\">#thegem-heading-fe889bb {margin: 0;}#thegem-heading-fe889bb {margin-left: auto; margin-right: auto;}#thegem-heading-fe889bb > * {justify-content: center;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b34517b flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-spacer\" data-id=\"b34517b\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9845be7 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"9845be7\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading default thegem-heading-animate fade-bt\" id=\"thegem-heading-9845be7\"><span>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud sit amet exercitation ullamco laboris nisi ut aliquip.<\/span><\/div><style type=\"text\/css\">#thegem-heading-9845be7 {margin: 0;}#thegem-heading-9845be7 {margin-left: auto; margin-right: auto;}#thegem-heading-9845be7 > * {justify-content: center;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-abdddf3 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-spacer\" data-id=\"abdddf3\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e706eea flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledbutton\" data-id=\"7e706eea\" data-element_type=\"widget\" data-settings=\"{&quot;effects_enabled&quot;:&quot;yes&quot;,&quot;thegem_button_skin&quot;:&quot;flat&quot;,&quot;disable_uppercase&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-styledbutton.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-button-container gem-widget-button lazy-loading\">\n\n\t\t<a class=\"lazy-loading-item gem-button gem-button-size-medium gem-button-text-weight-bold gem-button-style-flat\" data-ll-effect=\"drop-right-without-wrap\" href=\"#\">\n\t\t<span class=\"gem-inner-wrapper-btn\">\n\t\t\t\t\t\t<span class=\"gem-text-button\">\n\t\t\t\tshop now\t\t\t<\/span>\n\t\t<\/span>\n\t<\/a>\n\n\t\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f37226 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-spacer\" data-id=\"7f37226\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-32c534c elementor-section-full_width elementor-section-stretched elementor-reverse-tablet elementor-reverse-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"32c534c\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2151882\" data-id=\"2151882\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cba583d flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-spacer\" data-id=\"cba583d\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a53e5e9 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"a53e5e9\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate lines-slide-up\" id=\"thegem-heading-a53e5e9\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"light thegem-heading-word\">VIBE<\/span> <span class=\"light thegem-heading-word\">COLLECTION<\/span><\/div><style type=\"text\/css\">#thegem-heading-a53e5e9 {margin: 0;}#thegem-heading-a53e5e9 {margin-left: auto; margin-right: auto;}#thegem-heading-a53e5e9 > * {justify-content: center;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cea7d34 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-spacer\" data-id=\"cea7d34\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe9d132 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"fe9d132\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading default thegem-heading-animate fade-bt\" id=\"thegem-heading-fe9d132\"><span>Commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit.<\/span><\/div><style type=\"text\/css\">#thegem-heading-fe9d132 {margin: 0;}#thegem-heading-fe9d132 {margin-left: auto; margin-right: auto;}#thegem-heading-fe9d132 > * {justify-content: center;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04733a6 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-spacer\" data-id=\"04733a6\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-46e5377 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledbutton\" data-id=\"46e5377\" data-element_type=\"widget\" data-settings=\"{&quot;effects_enabled&quot;:&quot;yes&quot;,&quot;thegem_button_skin&quot;:&quot;flat&quot;,&quot;disable_uppercase&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-styledbutton.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-button-container gem-widget-button lazy-loading\">\n\n\t\t<a class=\"lazy-loading-item gem-button gem-button-size-medium gem-button-text-weight-bold gem-button-style-flat\" data-ll-effect=\"drop-right-without-wrap\" href=\"#\">\n\t\t<span class=\"gem-inner-wrapper-btn\">\n\t\t\t\t\t\t<span class=\"gem-text-button\">\n\t\t\t\tshop now\t\t\t<\/span>\n\t\t<\/span>\n\t<\/a>\n\n\t\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e306994 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-spacer\" data-id=\"e306994\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-07ebc27\" data-id=\"07ebc27\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ede1f23 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-spacer\" data-id=\"ede1f23\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>As the ultimate underwire-free bandeau bikini top with a U-shaped metal link that separates its pleated cups, side stays and non-slip band, this iconic style is famous for its graphic and feminine cut.<\/p>\n<ul class=\"custom-product-list\">\n<li>Long roll-up sleeves<\/li>\n<li>Lace-up front with tassels at ends<\/li>\n<li>Small side slits<\/li>\n<li>Models wear a size S<\/li>\n<\/ul>\n","protected":false},"featured_media":145,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[],"product_cat":[26],"product_tag":[31,32,33],"class_list":{"0":"post-1154","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-cover-ups","7":"product_tag-shop","8":"product_tag-summer","9":"product_tag-swimwear","11":"first","12":"instock","13":"shipping-taxable","14":"purchasable","15":"product-type-variable"},"_links":{"self":[{"href":"https:\/\/womshy.com\/index.php\/wp-json\/wp\/v2\/product\/1154","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/womshy.com\/index.php\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/womshy.com\/index.php\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/womshy.com\/index.php\/wp-json\/wp\/v2\/comments?post=1154"}],"version-history":[{"count":0,"href":"https:\/\/womshy.com\/index.php\/wp-json\/wp\/v2\/product\/1154\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/womshy.com\/index.php\/wp-json\/wp\/v2\/media\/145"}],"wp:attachment":[{"href":"https:\/\/womshy.com\/index.php\/wp-json\/wp\/v2\/media?parent=1154"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/womshy.com\/index.php\/wp-json\/wp\/v2\/product_brand?post=1154"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/womshy.com\/index.php\/wp-json\/wp\/v2\/product_cat?post=1154"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/womshy.com\/index.php\/wp-json\/wp\/v2\/product_tag?post=1154"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}