CINXE.COM

Branding Course: 'Become a Brand Master' with Jacob Cass

<!DOCTYPE html> <html lang="en-US" prefix="og: https://ogp.me/ns#"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.5.1",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],this.interceptedClickListeners=[],this._interceptClickListeners(this),window.addEventListener("pageshow",e=>{this.persisted=e.persisted,this.everythingLoaded&&this._triggerLastFunctions()}),document.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!0),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_interceptClickListeners(e){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(t,i,r){"click"!==t||e.windowLoaded||i===e.clickHandler||e.interceptedClickListeners.push({target:this,func:i,options:r}),(this||window).addEventListenerBase(t,i,r)}}_disableOtherEventListeners(e,t){this.interceptedClickListeners.forEach(i=>{i.target===e&&(t?e.removeEventListener("click",i.func,i.options):e.addEventListener("click",i.func,i.options))}),e.parentNode!==document.documentElement&&this._disableOtherEventListeners(e.parentNode,t)}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(t=>{let i=t.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{let r=new URL(i).origin;r!==location.origin&&e.push({src:r,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}catch(n){}}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){if(await this._littleBreath(),!0===e.noModule&&"noModule"in HTMLScriptElement.prototype){e.setAttribute("data-rocket-status","skipped");return}return new Promise(t=>{let i;function r(){(i||e).setAttribute("data-rocket-status","executed"),t()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),"data-rocket-src"===t&&(t="src"),i.setAttribute(t,e.nodeValue))}),e.text&&(i.text=e.text),i.hasAttribute("src")?(i.addEventListener("load",r),i.addEventListener("error",function(){i.setAttribute("data-rocket-status","failed"),t()}),setTimeout(()=>{i.isConnected||t()},1)):(i.text=e.text,r()),e.parentNode.replaceChild(i,e);else{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",r),e.addEventListener("error",function(){e.setAttribute("data-rocket-status","failed"),t()}),s?(e.removeAttribute("data-rocket-src"),e.src=s):e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}}catch(a){e.setAttribute("data-rocket-status","failed"),t()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(i,r){return t[r].eventsToRewrite.indexOf(i)>=0&&!e.everythingLoaded?"rocket-"+i:i}function r(e,r){var n;!t[n=e]&&(t[n]={originalFunctions:{add:n.addEventListener,remove:n.removeEventListener},eventsToRewrite:[]},n.addEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.add.apply(n,arguments)},n.removeEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.remove.apply(n,arguments)}),t[e].eventsToRewrite.push(r)}function n(t,i){let r=t[i];t[i]=null,Object.defineProperty(t,i,{get:()=>r||function(){},set(n){e.everythingLoaded?r=n:t["rocket"+i]=r=n}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t;function i(t){return e.everythingLoaded?t:t.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}function r(r){if(r&&r.fn&&!e.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(r)),r([])};let n=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let t=arguments[0][e];delete arguments[0][e],arguments[0][i(e)]=t})),n.apply(this,arguments),this},e.allJQueries.push(r)}t=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){r(e)}})}async _pendingWebpackRequests(e){let t=document.querySelector("script[data-webpack]");async function i(){return new Promise(e=>{t.addEventListener("load",e),t.addEventListener("error",e)})}t&&(await i(),await e._requestAnimFrame(),await e._pendingWebpackRequests(e))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async _triggerWindowLoad(){await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}_triggerLastFunctions(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <style></style> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Search Engine Optimization by Rank Math - https://rankmath.com/ --> <title>Branding Course: &#039;Become a Brand Master&#039; with Jacob Cass</title><link rel="preload" as="font" href="https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/fonts/star.woff" crossorigin><link rel="preload" as="font" href="https://justcreative.com/shop/wp-content/plugins/product-share/fonts/fontawesome/webfonts/fa-brands-400.woff2" crossorigin><link rel="preload" as="font" href="https://justcreative.com/shop/wp-content/plugins/product-share/fonts/fontawesome/webfonts/fa-solid-900.woff2" crossorigin><link rel="preload" as="font" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff2" crossorigin><link rel="preload" as="font" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2" crossorigin><link rel="preload" as="font" href="https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Regular.woff2" crossorigin><link rel="preload" as="font" href="https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Bold.woff2" crossorigin><style id="wpr-usedcss">img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-.1em!important;background:0 0!important;padding:0!important}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}:where(.wp-block-post-comments input[type=submit]){border:none}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}:where(.wp-block-file){margin-bottom:1.5em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:0 0}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.66667em;padding-right:.66667em}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}:where(pre.wp-block-verse){font-family:inherit}.entry-content{counter-reset:footnotes}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--color--contrast:var(--contrast);--wp--preset--color--contrast-2:var(--contrast-2);--wp--preset--color--contrast-3:var(--contrast-3);--wp--preset--color--base:var(--base);--wp--preset--color--base-2:var(--base-2);--wp--preset--color--base-3:var(--base-3);--wp--preset--color--accent:var(--accent);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6, 147, 227, 1) 0%,rgb(155, 81, 224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122, 220, 180) 0%,rgb(0, 208, 130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252, 185, 0, 1) 0%,rgba(255, 105, 0, 1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255, 105, 0, 1) 0%,rgb(207, 46, 46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238, 238, 238) 0%,rgb(169, 184, 195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74, 234, 220) 0%,rgb(151, 120, 209) 20%,rgb(207, 42, 186) 40%,rgb(238, 44, 130) 60%,rgb(251, 105, 98) 80%,rgb(254, 248, 76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255, 206, 236) 0%,rgb(152, 150, 240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254, 205, 165) 0%,rgb(254, 45, 45) 50%,rgb(107, 0, 62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255, 203, 112) 0%,rgb(199, 81, 192) 50%,rgb(65, 88, 208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255, 245, 203) 0%,rgb(182, 227, 212) 50%,rgb(51, 167, 181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202, 248, 128) 0%,rgb(113, 206, 126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2, 3, 129) 0%,rgb(40, 116, 252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, .2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, .4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, .2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255, 255, 255, 1),6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0, 0, 0, 1)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:root :where(.wp-block-pullquote){font-size:1.5em;line-height:1.6}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before{content:" ";display:table}.woocommerce div.product #reviews .comment::after{clear:both}.woocommerce div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.product_list_widget li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{position:absolute;right:.7em;top:.7em;cursor:pointer}.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e010";text-decoration:none}.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after{color:#585858}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0 1em 0 0;float:left}:root{--woocommerce:#7F54B3;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#7F54B3;--wc-primary-text:white;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#b3af54;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-display:swap;font-family:star;src:url(https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/fonts/star.eot);src:url(https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}.woocommerce-store-notice{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#7f54b3;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a{color:#fff;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:1s ease-in-out infinite spin;background:var(--wpr-bg-618fd9d9-848c-4692-9d07-df59a5aa7c37) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:1s ease-in-out infinite spin;background:var(--wpr-bg-c88e836d-d64b-4630-8746-c8465aa78e47) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:red!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:red}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;transform:rotate(-45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6a6a6a}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none}.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;color:rgba(132,132,132,.5)}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:star}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:0 0;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce ul.product_list_widget{list-style:none;padding:0;margin:0}.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:2s linear infinite spin}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover{background-color:#dcd7e3;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#b3af54;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#b3af54}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-error,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #7f54b3;list-style:none;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-message li{list-style:none!important;padding-left:0!important;margin-left:0!important}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}#add_payment_method table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart th{vertical-align:middle}#add_payment_method table.cart input{margin:0;vertical-align:middle}#add_payment_method #payment{background:#e9e6ed;border-radius:5px}#add_payment_method #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #cfc8d8;margin:0;list-style:none}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e3;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea{border-color:#c2b9ce;border-top-color:#b5aac3}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box :-moz-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box :-ms-input-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e3;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}ul.psfw-social-icons{list-style:none!important;list-style-type:none!important;padding-left:0!important;margin:20px 0!important;display:flex;flex-wrap:wrap;flex-direction:row;border-bottom:none}ul.psfw-social-icons li{margin-left:0!important}ul.psfw-social-icons li a{width:30px;height:30px;text-decoration:none!important;padding:0;border:1px solid #333;display:flex;text-align:center;justify-content:center;align-items:center;text-decoration:none;margin:5px 0}ul.psfw-social-icons.round li a{border-radius:50%}ul.psfw-social-icons li:not(:last-child){margin-right:8px}.psfw-social-wrap{margin:0!important;display:flex}.psfw-social-wrap .psfw-icon-title{display:flex;justify-content:flex-start;align-items:center;margin-right:10px;min-width:50px}.psfw-popup-container{position:fixed;opacity:0;visibility:hidden;width:100%;height:100vh;background-color:rgba(0,0,0,.5);z-index:-1;top:0;left:0}.psfw-popup-container.open{display:flex;flex-direction:column;visibility:visible;opacity:1;z-index:1000}.fa-brands,.fa-solid,.fab,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-solid,.fas{font-family:'Font Awesome 6 Free'}.fa-brands,.fab{font-family:'Font Awesome 6 Brands'}.fa-angle-right::before{content:"\f105"}.fa-clipboard::before{content:"\f328"}.fa-clipboard-check::before{content:"\f46c"}.fa-envelope::before{content:"\f0e0"}.fa-search::before{content:"\f002"}.fa-rss::before{content:"\f09e"}.fa-angle-left::before{content:"\f104"}:root{--fa-style-family-brands:'Font Awesome 6 Brands';--fa-font-brands:normal 400 1em/1 'Font Awesome 6 Brands'}@font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:400;font-display:swap;src:url("https://justcreative.com/shop/wp-content/plugins/product-share/fonts/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"),url("https://justcreative.com/shop/wp-content/plugins/product-share/fonts/fontawesome/webfonts/fa-brands-400.ttf") format("truetype")}.fa-brands,.fab{font-weight:400}.fa-x-twitter:before{content:"\e61b"}:root{--fa-style-family-classic:'Font Awesome 6 Free';--fa-font-regular:normal 400 1em/1 'Font Awesome 6 Free'}:root{--fa-style-family-classic:'Font Awesome 6 Free';--fa-font-solid:normal 900 1em/1 'Font Awesome 6 Free'}@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:900;font-display:swap;src:url("https://justcreative.com/shop/wp-content/plugins/product-share/fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),url("https://justcreative.com/shop/wp-content/plugins/product-share/fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:'Font Awesome 5 Brands';font-display:swap;font-weight:400;src:url("https://justcreative.com/shop/wp-content/plugins/product-share/fonts/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"),url("https://justcreative.com/shop/wp-content/plugins/product-share/fonts/fontawesome/webfonts/fa-brands-400.ttf") format("truetype")}@font-face{font-family:'Font Awesome 5 Free';font-display:swap;font-weight:900;src:url("https://justcreative.com/shop/wp-content/plugins/product-share/fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),url("https://justcreative.com/shop/wp-content/plugins/product-share/fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype")}@font-face{font-family:FontAwesome;font-display:swap;src:url("https://justcreative.com/shop/wp-content/plugins/product-share/fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),url("https://justcreative.com/shop/wp-content/plugins/product-share/fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype")}@font-face{font-family:FontAwesome;font-display:swap;src:url("https://justcreative.com/shop/wp-content/plugins/product-share/fonts/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"),url("https://justcreative.com/shop/wp-content/plugins/product-share/fonts/fontawesome/webfonts/fa-brands-400.ttf") format("truetype")}.fab,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-dribbble:before{content:"\f17d"}.fa-envelope:before{content:"\f0e0"}.fa-facebook:before{content:"\f09a"}.fa-instagram:before{content:"\f16d"}.fa-linkedin:before{content:"\f08c"}.fa-pinterest:before{content:"\f0d2"}.fa-rss:before{content:"\f09e"}.fa-search:before{content:"\f002"}.fa-twitter:before{content:"\f099"}.fa-whatsapp:before{content:"\f232"}.fa-youtube:before{content:"\f167"}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.eot);src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.ttf) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}.fab{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.eot);src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.ttf) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fas{font-family:"Font Awesome 5 Free"}.fas{font-weight:900}.comment-respond{margin-top:0}.comment-form>.form-submit{margin-bottom:0}.comment-form input,.comment-form-comment{margin-bottom:10px}.comment-form-comment textarea{resize:vertical}.comment-form #author,.comment-form #email,.comment-form #url{display:block}.depth-1.parent>.children{border-bottom:1px solid rgba(0,0,0,.05)}.comment-form-cookies-consent{display:flex;align-items:center}.comment-form-cookies-consent input{margin-right:.5em;margin-bottom:0}#cancel-comment-reply-link{padding-left:10px}.footer-widgets-container{padding:40px}.inside-footer-widgets{display:flex}.inside-footer-widgets>div{flex:1 1 0}.site-footer .footer-widgets-container .inner-padding{padding:0 0 0 40px}.site-footer .footer-widgets-container .inside-footer-widgets{margin-left:-40px}.top-bar{font-weight:400;text-transform:none;font-size:13px}.top-bar .widget-title{display:none}.top-bar .widget{margin:0 10px}div.top-bar .widget{margin-bottom:0}.site-footer:not(.footer-bar-active) .copyright-bar{margin:0 auto}@media (max-width:768px){.inside-footer-widgets{flex-direction:column}.inside-footer-widgets>div:not(:last-child){margin-bottom:40px}.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets{margin:0}.site-footer .footer-widgets .footer-widgets-container .inner-padding{padding:0}}body,fieldset,figure,h1,h2,h3,hr,html,iframe,legend,li,ol,p,textarea,ul{margin:0;padding:0;border:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{display:block}progress{vertical-align:baseline}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;margin:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-moz-focus-inner{border-style:none;padding:0}body,button,input,select,textarea{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;text-transform:none;font-size:17px;line-height:1.5}p{margin-bottom:1.5em}h1,h2,h3{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit}table,th{border:1px solid rgba(0,0,0,.1)}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;width:100%}th{padding:8px}th{border-width:0 1px 1px 0}hr{background-color:rgba(0,0,0,.1);border:0;height:1px;margin-bottom:40px;margin-top:40px}fieldset{padding:0;border:0;min-width:inherit}fieldset legend{padding:0;margin-bottom:1.5em}h1{font-size:42px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h2{font-size:35px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h3{font-size:29px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}strong{font-weight:700}em,i{font-style:italic}address{margin:0 0 1.5em}code{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}mark{text-decoration:none}small{font-size:75%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}img{height:auto;max-width:100%}button,input[type=button],input[type=reset],input[type=submit]{background:#55555e;color:#fff;border:1px solid transparent;cursor:pointer;-webkit-appearance:button;padding:10px 20px}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid;border-radius:0;padding:10px 15px;max-width:100%}textarea{width:100%}a,button,input{transition:color .1s ease-in-out,background-color .1s ease-in-out}.button{padding:10px 20px;display:inline-block}.using-mouse :focus{outline:0}.using-mouse ::-moz-focus-inner{border:0}.size-full,.size-large{max-width:100%;height:auto}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.main-navigation{z-index:100;padding:0;clear:both;display:block}.main-navigation a{display:block;text-decoration:none;font-weight:400;text-transform:none;font-size:15px}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation .main-nav ul li a{padding-left:20px;padding-right:20px;line-height:60px}.inside-navigation{position:relative}.main-navigation .inside-navigation{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.main-navigation .main-nav>ul{display:flex;flex-wrap:wrap;align-items:center}.main-navigation li{position:relative}.main-navigation .menu-bar-items{display:flex;align-items:center;font-size:15px}.main-navigation .menu-bar-items a{color:inherit}.main-navigation .menu-bar-item{position:relative}.main-navigation .menu-bar-item.search-item{z-index:20}.main-navigation .menu-bar-item>a{padding-left:20px;padding-right:20px;line-height:60px}.nav-align-right .inside-navigation{justify-content:flex-end}.main-navigation ul ul{display:block;box-shadow:1px 1px 0 rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;transition:opacity 80ms linear;transition-delay:0s;pointer-events:none;height:0;overflow:hidden}.main-navigation ul ul a{display:block}.main-navigation ul ul li{width:100%}.main-navigation .main-nav ul ul li a{line-height:normal;padding:10px 20px;font-size:14px}.main-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative}.main-navigation.sub-menu-left ul ul{box-shadow:-1px 1px 0 rgba(0,0,0,.1)}.main-navigation.sub-menu-left .sub-menu{right:0}.main-navigation:not(.toggled) ul li.sfHover>ul,.main-navigation:not(.toggled) ul li:hover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.main-navigation:not(.toggled) ul ul li.sfHover>ul,.main-navigation:not(.toggled) ul ul li:hover>ul{left:100%;top:0}.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul{right:100%;left:auto}.menu-item-has-children .dropdown-menu-toggle{display:inline-block;height:100%;clear:both;padding-right:20px;padding-left:10px}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-10px}nav ul ul .menu-item-has-children .dropdown-menu-toggle{float:right}.site-header{position:relative}.site-logo{display:inline-block;max-width:100%}.site-header .header-image{vertical-align:middle}.entry-content:not(:first-child),.entry-summary:not(:first-child){margin-top:2em}.site-content{word-wrap:break-word}.entry-title{margin-bottom:0}.entry-content>p:last-child,.entry-summary>p:last-child{margin-bottom:0}.gallery{margin-bottom:1.5em}.site-main .gallery{margin-bottom:1.5em}iframe,object{max-width:100%}.widget select{max-width:100%}.footer-widgets .widget :last-child{margin-bottom:0}.widget-title{margin-bottom:30px;font-size:20px;line-height:1.5;font-weight:400;text-transform:none}.widget ol,.widget ul{margin:0}.widget .search-field{width:100%}.widget .search-form{display:flex}.footer-widgets .widget{margin-bottom:30px}.footer-widgets .widget:last-child{margin-bottom:0}.widget ul li{list-style-type:none;position:relative;margin-bottom:.5em}.widget ul li ul{margin-left:1em;margin-top:.5em}.site-content{display:flex}.grid-container{margin-left:auto;margin-right:auto;max-width:1200px}.site-main>*{margin-bottom:20px}.separate-containers .inside-article{padding:40px}.separate-containers .site-main{margin:20px}.separate-containers.no-sidebar .site-main{margin-left:0;margin-right:0}.separate-containers .site-main>:last-child{margin-bottom:0}.inside-site-info{display:flex;align-items:center;justify-content:center;padding:20px 40px}.site-info{text-align:center;font-size:15px}.gp-icon{display:inline-flex;align-self:center}.gp-icon svg{height:1em;width:1em;top:.125em;position:relative;fill:currentColor}.close-search .icon-search svg:first-child,.icon-menu-bars svg:nth-child(2),.icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:first-child{display:none}.close-search .icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:nth-child(2){display:block}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg{transform:rotate(180deg)}.container.grid-container{width:auto}.menu-toggle,.sidebar-nav-mobile{display:none}.menu-toggle{padding:0 20px;line-height:60px;margin:0;font-weight:400;text-transform:none;font-size:15px;cursor:pointer}.menu-toggle .mobile-menu{padding-left:3px}.menu-toggle .gp-icon+.mobile-menu{padding-left:9px}.menu-toggle .mobile-menu:empty{display:none}button.menu-toggle{background-color:transparent;flex-grow:1;border:0;text-align:center}button.menu-toggle:active,button.menu-toggle:focus,button.menu-toggle:hover{background-color:transparent}.has-menu-bar-items button.menu-toggle{flex-grow:0}nav.toggled ul ul.sub-menu{width:100%}.toggled .menu-item-has-children .dropdown-menu-toggle{padding-left:20px}.main-navigation.toggled .main-nav{flex-basis:100%;order:3}.main-navigation.toggled .main-nav>ul{display:block}.main-navigation.toggled .main-nav li{width:100%;text-align:left}.main-navigation.toggled .main-nav ul ul{transition:0s;visibility:hidden;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.05)}.main-navigation.toggled .main-nav ul ul li:last-child>ul{border-bottom:0}.main-navigation.toggled .main-nav ul ul.toggled-on{position:relative;top:0;left:auto!important;right:auto!important;width:100%;pointer-events:auto;height:auto;opacity:1;display:block;visibility:visible;float:none}.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{float:right}.mobile-menu-control-wrapper{display:none;margin-left:auto;align-items:center}body{background-color:var(--base-3);color:var(--contrast)}a{color:var(--accent)}a{text-decoration:underline}.entry-title a,.main-navigation a,a.button{text-decoration:none}a:active,a:focus,a:hover{color:var(--contrast)}.grid-container{max-width:1380px}.site-header .header-image{width:260px}.navigation-search{position:absolute;left:-99999px;pointer-events:none;visibility:hidden;z-index:20;width:100%;top:0;transition:opacity .1s ease-in-out;opacity:0}.navigation-search.nav-search-active{left:0;right:0;pointer-events:auto;visibility:visible;opacity:1}.navigation-search input[type=search]{outline:0;border:0;vertical-align:bottom;line-height:1;opacity:.9;width:100%;z-index:20;border-radius:0;-webkit-appearance:none;height:60px}.navigation-search input::-ms-clear{display:none;width:0;height:0}.navigation-search input::-ms-reveal{display:none;width:0;height:0}.navigation-search input::-webkit-search-cancel-button,.navigation-search input::-webkit-search-decoration,.navigation-search input::-webkit-search-results-button,.navigation-search input::-webkit-search-results-decoration{display:none}.gen-sidebar-nav .navigation-search{top:auto;bottom:0}:root{--contrast:#222222;--contrast-2:#575760;--contrast-3:#b2b2be;--base:#f0f0f0;--base-2:#f7f8f9;--base-3:#ffffff;--accent:#ed008c}body,button,input,select,textarea{font-family:'Proxima Nova';font-weight:400;font-size:20px}h1,h2,h3{font-family:'Proxima Nova';font-weight:700}.main-navigation .menu-bar-items,.main-navigation .menu-toggle,.main-navigation a{font-family:'Proxima Nova';font-weight:400;font-size:18px}h1{font-family:'Proxima Nova';font-weight:700;font-size:50px}@media (max-width:768px){a,body,button,input,select,textarea{transition:all 0s ease-in-out}.site-content{flex-direction:column}.container .site-content .content-area{width:auto}#main{margin-left:0;margin-right:0}body:not(.no-sidebar) #main{margin-bottom:0}h1{font-size:35px}}h1.entry-title{font-family:'Proxima Nova';font-weight:700;font-size:39px}h2{font-family:'Proxima Nova';font-weight:700;font-size:42px}@media (max-width:768px){h2{font-size:30px}}h2.entry-title{font-family:'Proxima Nova';font-weight:700;font-size:33px}h3{font-family:'Proxima Nova';font-weight:700;font-size:27px}.widget-title{font-family:'Proxima Nova';font-weight:700;font-size:18px}.site-info{font-family:'Proxima Nova';font-weight:400}.top-bar{background-color:#636363;color:#fff}.top-bar a{color:#fff}.top-bar a:hover{color:#303030}.site-header{background-color:var(--base-3);color:var(--contrast)}.site-header a{color:var(--contrast)}.site-header a:hover{color:var(--accent)}.mobile-menu-control-wrapper .menu-toggle,.mobile-menu-control-wrapper .menu-toggle:focus,.mobile-menu-control-wrapper .menu-toggle:hover{background-color:rgba(0,0,0,.02)}.main-navigation,.main-navigation ul ul{background-color:var(--base-3)}.main-navigation .main-nav ul li a,.main-navigation .menu-bar-items,.main-navigation .menu-toggle{color:var(--contrast)}.main-navigation .main-nav ul li.sfHover:not([class*=current-menu-])>a,.main-navigation .main-nav ul li:not([class*=current-menu-]):focus>a,.main-navigation .main-nav ul li:not([class*=current-menu-]):hover>a,.main-navigation .menu-bar-item.sfHover>a,.main-navigation .menu-bar-item:hover>a{color:var(--accent)}button.menu-toggle:focus,button.menu-toggle:hover{color:var(--contrast)}.main-navigation .main-nav ul li[class*=current-menu-]>a{color:var(--accent)}.main-navigation .main-nav ul li.search-item.active>a,.main-navigation .menu-bar-items .search-item.active>a,.navigation-search input[type=search],.navigation-search input[type=search]:active,.navigation-search input[type=search]:focus{color:var(--accent)}.main-navigation ul ul{background-color:var(--accent)}.main-navigation .main-nav ul ul li a{color:var(--base-3)}.main-navigation .main-nav ul ul li.sfHover:not([class*=current-menu-])>a,.main-navigation .main-nav ul ul li:not([class*=current-menu-]):focus>a,.main-navigation .main-nav ul ul li:not([class*=current-menu-]):hover>a{color:var(--base-3)}.main-navigation .main-nav ul ul li[class*=current-menu-]>a{color:var(--base-3)}.separate-containers .inside-article{background-color:var(--base-3)}.entry-title a{color:var(--contrast)}.entry-title a:hover{color:var(--contrast-2)}.footer-widgets{color:#dbdbdb;background-color:#262626}.footer-widgets a{color:#dbdbdb}.footer-widgets a:hover{color:var(--accent)}.footer-widgets .widget-title{color:var(--base-3)}.site-info{color:#dbdbdb;background-color:#1b1b1b}.site-info a{color:#dbdbdb}.site-info a:hover{color:var(--accent)}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{color:#666;background-color:#fafafa;border-color:#ccc}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{color:#666;background-color:var(--base-3);border-color:#bfbfbf}a.button,button,html input[type=button],input[type=reset],input[type=submit]{color:#fff;background-color:var(--accent)}a.button:focus,a.button:hover,button:focus,button:hover,html input[type=button]:focus,html input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{color:#fff;background-color:rgba(237,0,138,.83)}:root{--gp-search-modal-bg-color:var(--base-3);--gp-search-modal-text-color:var(--contrast);--gp-search-modal-overlay-bg-color:rgba(0, 0, 0, .2)}.nav-below-header .main-navigation .inside-navigation.grid-container{padding:0 20px}.main-navigation .main-nav ul li a,.main-navigation .menu-bar-item>a,.menu-toggle{line-height:80px}.navigation-search input[type=search]{height:80px}.rtl .menu-item-has-children .dropdown-menu-toggle{padding-left:20px}.rtl .main-navigation .main-nav ul li.menu-item-has-children>a{padding-right:20px}.footer-widgets-container{padding:80px 40px}@media (max-width:768px){h3{font-size:24px}.separate-containers .inside-article{padding:30px}.footer-widgets-container{padding-top:60px;padding-right:30px;padding-bottom:30px;padding-left:30px}.inside-site-info{padding-right:30px;padding-left:30px}}.site-content .content-area{width:100%}@media (max-width:1024px){.main-navigation .menu-bar-item.sfHover>a,.main-navigation .menu-bar-item:hover>a{background:0 0;color:var(--contrast)}.main-navigation .menu-toggle,.sidebar-nav-mobile:not(#sticky-placeholder){display:block}.gen-sidebar-nav,.main-navigation ul,.main-navigation:not(.slideout-navigation):not(.toggled) .main-nav>ul{display:none}.nav-align-right .inside-navigation{justify-content:space-between}}.main-navigation .main-nav ul li a,.main-navigation .menu-bar-item>a,.menu-toggle{transition:line-height .3s ease}.main-navigation.toggled .main-nav>ul{background-color:var(--base-3)}.sticky-enabled .gen-sidebar-nav.is_stuck .main-navigation{margin-bottom:0}.sticky-enabled .gen-sidebar-nav.is_stuck{z-index:500}.sticky-enabled .main-navigation.is_stuck{box-shadow:0 2px 2px -2px rgba(0,0,0,.2)}.navigation-stick:not(.gen-sidebar-nav){left:0;right:0;width:100%!important}.main-navigation.has-sticky-branding:not(.grid-container) .inside-navigation:not(.grid-container) .navigation-branding{margin-left:10px}@font-face{font-family:'Proxima Nova';src:url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Regular.eot');src:url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Regular.woff2') format('woff2'),url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Regular.woff') format('woff'),url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Proxima Nova';src:url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Bold.eot');src:url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Bold.woff2') format('woff2'),url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Bold.woff') format('woff'),url('https://justcreative.com/shop/wp-content/themes/generatepress_child/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');font-weight:700;font-style:normal;font-display:swap}a{text-decoration:none}.jcs_wc_single_product_img{list-style:none;margin:0}html{overflow-x:hidden}body{overflow-x:hidden!important}.jcs_header_nav_fallback{height:105px}.site-logo img{max-width:260px;height:auto!important}.sticky-enabled .main-navigation.is_stuck{background:rgba(255,255,255,.9)}#site-navigation{background:#fff!important;padding:12px 0}#site-navigation{position:absolute!important;top:0!important;border-bottom:1px solid #f1f1f1;width:100%}.main-navigation .main-nav ul ul li a{font-size:16px}.navigation-search{top:80px!important;right:40px!important;left:inherit!important;width:350px!important;box-shadow:0 0 20px rgba(0,0,0,.15)!important;border-radius:5px!important;background:#fff!important;padding:15px!important}.main-navigation .menu-bar-items .search-item.active>a{background:0 0!important;color:#ed008c!important}.navigation-search input[type=search]{border:2px solid #eee!important;height:46px!important;font-size:15px!important;border-radius:5px!important}.navigation-search input[type=search]:focus,.navigation-search input[type=search]:hover{border-color:#ed008c!important}span.menu-bar-item.search-item a{padding-right:0!important}.portfolios-widget-wrapper{display:flex;flex-flow:row wrap;margin-left:-5px;margin-right:-5px}.portfolios-widget-item{width:33.33%;padding:5px}.portfolios-widget-item a{position:relative;display:block;overflow:hidden;border-radius:4px}.portfolios-widget-item a::before{content:"";position:absolute;width:100%;height:100%;background:#ed008c;transition:all .3s ease-in-out 0s;opacity:0}.portfolios-widget-item:hover a::before{opacity:.7}.portfolios-widget-item a img{margin-bottom:-7px!important}.jcs_wc_single_product_gallery{margin:0;list-style:none}.woocommerce div.product{display:flex;flex-flow:row wrap}.woocommerce div.product>*{width:100%}.woocommerce div.product>.product-gallery{width:50%!important}.woocommerce div.product>.summary{width:50%!important;padding-left:50px}.jcs_wc_single_product_gallery>li{position:relative}.jcs_wc_gallery_img_lightbox{position:absolute;top:10px;right:10px;cursor:pointer;width:40px;height:40px;background:#eee;display:flex;align-items:center;justify-content:center;border-radius:50px;font-size:16px;transition:all .3s ease-in-out 0s}.product-gallery .lSPager.lSGallery li a{position:relative;display:block}.product-gallery .lSPager.lSGallery li a::before{content:"";padding-top:70%;display:block}.product-gallery .lSPager.lSGallery li img{border:1px solid #e5e5e5;border-radius:5px;position:absolute;width:100%!important;height:100%!important;object-fit:cover;top:0;left:0}.product-gallery .lSPager.lSGallery li img{border:1px solid #e5e5e5;border-radius:5px}.product-gallery .lSPager.lSGallery li.active img{border:3px solid #ed008c}.product-gallery .lSAction>a{background:#ed008c!important;opacity:1;color:#fff;font-weight:400;display:flex;justify-content:center;align-items:center;border-radius:3px}.jcs_wc_gallery_img_lightbox:hover{background:#ed008c!important;color:#fff}.woocommerce div.product .product_title{font-size:38px;line-height:1.2;font-weight:700;margin-bottom:20px}.woocommerce div.product p.price{margin-bottom:25px;border-bottom:1px solid #e5e5e5;padding-bottom:20px}.product_meta .posted_in::before,.product_meta .tagged_as::before{content:"\f02c";font-family:'Font Awesome 5 Free';font-weight:900;margin-right:5px}.product_meta .posted_in,.product_meta .tagged_as{font-weight:600}.product_meta .posted_in a,.product_meta .tagged_as a{font-weight:400}.product_meta .posted_in a:hover,.product_meta .tagged_as a:hover{color:#000}.woocommerce div.product form.cart div.quantity>*{border:none}.woocommerce div.product form.cart div.quantity{border:1px solid #e5e5e5!important;border-radius:5px!important;overflow:hidden;margin-right:15px;height:52px}.woocommerce div.product form.cart div.quantity a.minus{font-size:34px;position:relative;top:-1px}.woocommerce div.product form.cart div.quantity a.plus{font-size:25px;position:relative;top:2px}.woocommerce div.product form.cart div.quantity a:hover{color:#ed008c!important}.woocommerce .button{height:52px!important;border-radius:50px!important;font-size:17px!important;font-weight:600!important;text-transform:capitalize!important;min-width:180px!important;padding:17px 10px!important;text-align:center!important;background:#ed008c!important;color:#fff!important;text-decoration:none!important;line-height:1.2!important}.woocommerce .button:hover{background:rgba(237,0,138,.83)!important;color:#fff!important}.woocommerce-Reviews .woocommerce-Reviews-title{display:none!important}.woocommerce div.product>.woocommerce-tabs{margin-top:60px}.woocommerce div.product .woocommerce-tabs ul.tabs{margin:0 0 -1px!important;z-index:1;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs>li a{background:#f2f2f2;border:none!important;font-size:18px;padding:14px 50px;border-radius:5px 5px 0 0;transition:all .3s ease-in-out 0s;margin-right:8px}.woocommerce div.product .woocommerce-tabs ul.tabs>li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs>li:hover a{background:#262626!important;color:#bdbdbd!important}.woocommerce div.product .woocommerce-tabs ul.tabs>li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs>li:hover a{color:#fff!important}.woocommerce div.product .woocommerce-tabs ul.tabs>li{background:0 0!important;padding:0!important;border:none!important}.woocommerce div.product>.woocommerce-tabs .woocommerce-Tabs-panel{border:1px solid #e5e5e5;padding:50px 30px;border-radius:0 5px 5px 5px;margin-bottom:0!important}.woocommerce div.product>.woocommerce-tabs .woocommerce-Tabs-panel--description ul{margin-left:30px}.woocommerce #reviews #comments ol.commentlist li img.avatar{width:60px!important}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin-left:75px!important;border-color:#e5e5e5!important}.woocommerce-review__author{text-transform:capitalize;color:#000;font-size:18px}.woocommerce-Reviews .description{font-size:17px}.woocommerce-Reviews div#review_form_wrapper{margin-top:20px}textarea#comment{border-radius:5px;min-height:160px}input#submit{height:52px!important;border-radius:5px!important;font-size:17px!important;font-weight:600!important;text-transform:capitalize!important;min-width:150px!important;padding-top:11px!important;margin-top:20px!important}.woocommerce-Reviews form#commentform{display:flex;flex-flow:row wrap;justify-content:space-between}.woocommerce-Reviews form#commentform>*{width:100%}.woocommerce-Reviews .comment-form-author,.woocommerce-Reviews .comment-form-email{width:calc(50% - 15px)!important}.woocommerce-Reviews .comment-form-author input,.woocommerce-Reviews .comment-form-email input{width:100%;border-radius:5px}.woocommerce-Reviews label{font-size:16px!important;font-weight:600!important}.woocommerce div.product form.cart .variations th.label{text-align:left;width:99%;display:block;clear:both;box-sizing:border-box;padding:0;font-size:18px}.woocommerce div.product form.cart .variations label{position:relative;top:4px}.woocommerce div.product form.cart .variations select{-webkit-background-size:10px auto;-moz-background-size:10px auto;-o-background-size:10px auto;-ms-background-size:10px auto;background-size:10px auto;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' fill='rgb(51, 51, 51)' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-attachment:scroll;background-position:-webkit-calc(100% - 13px) center;background-position:expression(100% - 13px) center;background-position:-moz-calc(100% - 13px) center;background-position:-o-calc(100% - 13px) center;background-position:calc(100% - 13px) center;padding:0 30px 0 18px;height:50px;background-color:transparent!important;font-size:17px;border:1px solid #e5e5e5!important;border-radius:5px!important}.woocommerce div.product form.cart .variations td.value{width:100%;display:block;clear:both;box-sizing:border-box;padding:0}.woocommerce div.product form.cart .variations tr{margin-bottom:5px!important;display:block;clear:both;box-sizing:border-box}.woocommerce div.product form.cart .variations{margin-bottom:30px}.product_meta>span{display:inline-block!important;margin-right:25px}.psfw-social-wrap .psfw-icon-title{font-weight:700;font-size:17px}ul.psfw-social-icons{margin:0!important}ul.psfw-social-icons li a{background:#f2f2f2!important;border:1px solid #e5e5e5!important;color:#222!important;font-size:16px!important;border-radius:50px;width:32px!important;height:32px!important}.psfw-social-wrap{margin-top:18px!important}ul.psfw-social-icons li a:hover{background:#ed008c!important;color:#fff!important;border-color:#ed008c!important}.fa-facebook:before{content:"\f39e"!important}.fa-x-twitter:before{content:"\f099"!important}.fa-linkedin:before{content:"\f0e1"!important}.fa-pinterest:before{content:"\f231"!important}.woocommerce-message{border:2px solid #ed008c!important;border-radius:5px!important;color:#000!important;display:flex!important;align-items:center;justify-content:space-between;padding:15px!important;font-size:18px;background:rgba(237,0,140,.05)!important}.woocommerce-message::after{display:none!important}.woocommerce-message a{order:1}.woocommerce a.remove{color:red!important}#add_payment_method table.cart img{width:100px!important;border:1px solid #e5e5e5!important;border-radius:5px}.wc-account-menu a{font-size:0!important;padding-right:5px!important}.wc-account-menu a::before{content:"\f007";font-family:'Font Awesome 5 Free';font-size:18px;font-weight:700;position:relative;top:2.5px}.woocommerce div.product>.onsale{display:none!important}.woocommerce div.product>.product-gallery{position:relative}.woocommerce div.product>.product-gallery .onsale{position:absolute;top:10px;left:10px;border-radius:5px}.inside-wc-product-image{display:block!important;width:100%!important;position:relative}.inside-wc-product-image img{position:absolute;top:0;left:0;width:100%!important;height:100%!important;object-fit:cover!important}.inside-wc-product-image::before{content:"";padding-top:66.58291457286433%;display:block}.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2{font-weight:700!important;font-size:20px!important;color:#222!important;line-height:1.3!important;margin-bottom:14px!important;transition:all .3s ease-in-out 0s!important}.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2:hover{color:#ed008c!important}.woocommerce ul.products li.product .price{margin-top:14px!important;font-size:22px!important}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after{top:16px!important}.woocommerce ul.products li.product a img{width:100%!important;border:1px solid #e5e5e5!important;border-radius:5px!important;margin-top:0!important}fieldset legend{margin-bottom:5px;font-weight:700;margin-left:4px}.site-footer{border:none!important;position:relative!important;z-index:1!important}.copyright-bar{width:100%}.footercopy-area{display:flex;flex-flow:row wrap}.footercopy-area>div{width:50%}.footercopy-area .left{text-align:left}.footercopy-area .right{text-align:right}.footer-sicon{margin:0;list-style:none}.footer-sicon li{display:inline-block;margin-left:12px}.footer-bio img{max-width:180px}.footer-cs-menu{margin-top:20px!important;border-top:2px solid rgba(255,255,255,.1);padding-top:20px}.footer-cs-menu a::before{content:"\f054";font-family:"Font Awesome 5 Free";margin-right:12px;font-size:12px;position:relative;top:-2px;font-weight:700}.footer-widget-2 ul{max-width:95%}.footer-widget-2 ul li{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:12px}.footer-widget-2 ul li a{font-size:16px;padding-left:15px;display:inline-block;position:relative}.footer-widget-2 ul li a::before{content:"\f054";font-family:'Font Awesome 5 Free';position:absolute;left:0;top:4px;font-size:13px;font-weight:700}.inside-wc-mini-cart{background:#f5f5f5!important}.woocommerce.widget_shopping_cart .cart_list li{padding-left:70px!important;position:relative}.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute!important;bottom:0!important;top:inherit!important}.widget_shopping_cart .woocommerce-mini-cart__buttons a{display:block!important;float:none!important;width:100%!important;margin:3px 0!important;height:40px!important;min-height:40px!important;padding:10px!important}.widget_shopping_cart .woocommerce-mini-cart__buttons{flex-flow:column}.widget_shopping_cart .woocommerce-mini-cart__buttons a:not(.checkout){background:0 0!important;color:#ed008c!important;border:2px solid #ed008c!important;padding-top:9px!important}.widget_shopping_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover{background:#ed008c!important;color:#fff!important}.woocommerce-Tabs-panel--description p{margin-bottom:1.2em}.inside-wc-product-image>span{background:#ed008c!important;position:absolute!important;top:12px!important;right:12px!important;z-index:100!important;color:#fff!important;text-transform:uppercase!important;font-weight:600!important;font-size:15px!important;padding:7px 12px!important;line-height:1.2!important;border-radius:4px!important;letter-spacing:.3px!important}.woocommerce div.product>.product-gallery .onsale{background:#ed008c!important;position:absolute!important;top:12px!important;left:12px!important;z-index:100!important;color:#fff!important;text-transform:uppercase!important;font-weight:600!important;font-size:15px!important;padding:7px 12px!important;line-height:1.2!important;border-radius:4px!important;letter-spacing:.3px!important}@media only screen and (min-width:1025px) and (max-width:1149px){.main-navigation .main-nav ul li a{padding-left:8px;padding-right:8px;line-height:60px}.main-navigation .menu-bar-item .cart-contents.shopping-cart{padding-right:0!important}.menu-item-has-children .dropdown-menu-toggle{padding-right:10px}.site-logo img{max-width:200px}}@media only screen and (max-width:1024px){.gen-sidebar-nav,.main-navigation ul,.main-navigation:not(.slideout-navigation):not(.toggled) .main-nav>ul{display:none}.main-navigation .menu-toggle,.sidebar-nav-mobile:not(#sticky-placeholder){display:block;background:0 0!important;padding:0 15px 0 25px!important}.menu-toggle .gp-icon+.mobile-menu{display:none}.slideout-navigation.main-navigation{background-color:#fff}.main-navigation .main-nav ul li a{line-height:50px!important}.main-navigation .main-nav>ul{padding-top:20px}.main-navigation .menu-bar-item>a{padding-right:6px!important}.woocommerce div.product>.summary{padding-left:30px}.woocommerce div.product .product_title{font-size:28px;margin-bottom:15px!important}.woocommerce div.product .woocommerce-product-rating{margin:10px 0!important}.woocommerce div.product p.price{font-size:20px!important}.woocommerce-product-details__short-description{font-size:17px!important}.woocommerce .button{min-width:150px!important}.woocommerce div.product>.woocommerce-tabs{margin-top:30px}.woocommerce-Tabs-panel--description{font-size:17px}.wc-account-menu a::before{display:none}.wc-account-menu a{font-size:18px!important}}@media only screen and (max-width:799px){.woocommerce div.product>.product-gallery{width:100%!important;margin-bottom:28px!important}.woocommerce div.product>.summary{width:100%!important;padding-left:0}.single-product .inside-article{padding:10px!important}.woocommerce div.product .product_title{font-size:24px}.woocommerce div.product .woocommerce-product-rating{margin-top:-8px!important}.woocommerce div.product p.price{margin-bottom:20px;padding-bottom:16px}.woocommerce div.product form.cart .variations select{width:100%!important}.woocommerce div.product form.cart .reset_variations[style*=hidden]{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs>li a{font-size:16px!important;padding:10px!important;height:100%;text-align:center;display:flex;align-items:center;justify-content:center;line-height:1.2}.woocommerce div.product .woocommerce-tabs ul.tabs li{display:inline-block!important;width:auto!important}.woocommerce div.product .woocommerce-tabs ul.tabs{flex-direction:row!important}.woocommerce div.product .woocommerce-tabs .panel{margin-top:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs>li:last-child a{margin-right:0}.woocommerce div.product>.woocommerce-tabs .woocommerce-Tabs-panel{padding:20px 10px}}@media only screen and (max-width:767px){.menu-toggle{padding-right:15px!important}.navigation-search{width:280px!important}.site-logo img{max-width:200px}.woocommerce-message{font-size:16px!important;flex-flow:column!important;align-items:flex-start!important}.woocommerce-message a{margin-top:10px!important}.woocommerce .button{padding:13px 15px!important;height:44px!important;min-width:120px!important}.woocommerce div.product form.cart div.quantity{height:44px}.footercopy-area>div{width:100%;text-align:center!important}.footercopy-area .right{margin-top:15px}.footer-sicon li{margin-left:6px;margin-right:6px}.woocommerce ul.products li.product.woocommerce-text-align-left .button{min-width:150px!important}.woocommerce ul.products li.product.woocommerce-text-align-left .button.loading{min-width:180px!important}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after{top:12px!important}}#payment .methods li.woocommerce-SavedPaymentMethods-new label{display:inline}#add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:url(https://justcreative.com/shop/wp-content/plugins/woocommerce-gateway-stripe/assets/images/credit-card.svg) no-repeat;display:block;width:30px;height:24px}#add_payment_method #payment ul.payment_methods li .stripe-visa-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:url(https://justcreative.com/shop/wp-content/plugins/woocommerce-gateway-stripe/assets/images/visa.svg) no-repeat;display:block;width:30px;height:24px}#add_payment_method #payment ul.payment_methods li .stripe-amex-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:url(https://justcreative.com/shop/wp-content/plugins/woocommerce-gateway-stripe/assets/images/amex.svg) no-repeat;display:block;width:30px;height:24px}#add_payment_method #payment ul.payment_methods li .stripe-diners-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:url(https://justcreative.com/shop/wp-content/plugins/woocommerce-gateway-stripe/assets/images/diners.svg) no-repeat;display:block;width:30px;height:24px}#add_payment_method #payment ul.payment_methods li .stripe-discover-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:url(https://justcreative.com/shop/wp-content/plugins/woocommerce-gateway-stripe/assets/images/discover.svg) no-repeat;display:block;width:30px;height:24px}#add_payment_method #payment ul.payment_methods li .stripe-jcb-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:url(https://justcreative.com/shop/wp-content/plugins/woocommerce-gateway-stripe/assets/images/jcb.svg) no-repeat;display:block;width:30px;height:24px}#add_payment_method #payment ul.payment_methods li .stripe-mastercard-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:url(https://justcreative.com/shop/wp-content/plugins/woocommerce-gateway-stripe/assets/images/mastercard.svg) no-repeat;display:block;width:30px;height:24px}.main-navigation.offside{position:fixed;width:var(--gp-slideout-width);height:100%;height:100vh;top:0;z-index:9999;overflow:auto;-webkit-overflow-scrolling:touch}.offside,.offside--left{left:calc(var(--gp-slideout-width) * -1)}.offside--left.is-open:not(.slideout-transition){transform:translate3d(var(--gp-slideout-width),0,0)}.offside--right.is-open:not(.slideout-transition){transform:translate3d(calc(var(--gp-slideout-width) * -1),0,0)}.offside-js--interact .offside{transition:transform .2s cubic-bezier(.16,.68,.43,.99);-webkit-backface-visibility:hidden;-webkit-perspective:1000}.offside-js--init{overflow-x:hidden}.slideout-navigation.main-navigation:not(.is-open):not(.slideout-transition){display:none}.slideout-navigation.main-navigation:not(.slideout-transition).do-overlay{opacity:1}.slideout-navigation.main-navigation.slideout-transition.do-overlay{opacity:0}.slideout-overlay{z-index:100000;position:fixed;width:100%;height:100%;height:100vh;min-height:100%;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.8);visibility:hidden;opacity:0;cursor:pointer;transition:visibility .2s ease,opacity .2s ease}.offside-js--is-open .slideout-overlay{visibility:visible;opacity:1}.slideout-overlay button.slideout-exit{position:fixed;top:0;background-color:transparent;color:#fff;font-size:30px;border:0;opacity:0}.slide-opened .slideout-overlay button.slideout-exit{opacity:1}button.slideout-exit:hover{background-color:transparent}.slideout-navigation button.slideout-exit{background:0 0;width:100%;text-align:left;padding-top:20px;padding-bottom:20px;box-sizing:border-box;border:0}.slide-opened nav.toggled .menu-toggle:before{content:"\f0c9"}.offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit{left:calc(var(--gp-slideout-width) - 5px)}.offside-js--is-right.slide-opened .slideout-overlay button.slideout-exit{right:calc(var(--gp-slideout-width) - 5px)}.slideout-widget{margin:20px}.slideout-navigation .main-nav,.slideout-navigation .slideout-widget:not(:last-child){margin-bottom:40px}.slideout-navigation:not(.do-overlay) .main-nav{width:100%;box-sizing:border-box}.slideout-navigation .mega-menu>ul>li{display:block;width:100%!important}.slideout-navigation .slideout-menu{display:block}#generate-slideout-menu{z-index:100001}#generate-slideout-menu .slideout-menu li{float:none;width:100%;clear:both;text-align:left}.slideout-navigation .slideout-widget li{float:none}#generate-slideout-menu.do-overlay li{text-align:center}#generate-slideout-menu.main-navigation ul ul{display:none}#generate-slideout-menu.main-navigation ul ul.toggled-on{display:block!important}#generate-slideout-menu .slideout-menu li.sfHover>ul,#generate-slideout-menu .slideout-menu li:hover>ul{display:none}#generate-slideout-menu.main-navigation .main-nav ul ul{position:relative;top:0;left:0;width:100%}.slideout-toggle:not(.has-svg-icon) a:before{content:"\f0c9";font-family:'GP Premium';line-height:1em;width:1.28571429em;text-align:center;display:inline-block;position:relative;top:1px}.slide-opened .slideout-exit:not(.has-svg-icon):before,.slideout-navigation button.slideout-exit:not(.has-svg-icon):before{content:"\f00d";font-family:'GP Premium';line-height:1em;width:1.28571429em;text-align:center;display:inline-block}#generate-slideout-menu li.menu-item-float-right{float:none!important;display:inline-block;width:auto}.rtl .slideout-navigation{position:fixed}.slideout-navigation .menu-item-has-children .dropdown-menu-toggle{float:right}.slideout-navigation .slideout-widget .menu li{float:none}.slideout-navigation .slideout-widget ul{display:block}.slideout-navigation.do-overlay{transform:none!important;transition:opacity .2s,visibility .2s;width:100%;text-align:center;left:0;right:0}.slideout-navigation.do-overlay .inside-navigation{display:flex;flex-direction:column;padding:10% 10% 0;max-width:700px}.slideout-navigation.do-overlay .inside-navigation .main-nav,.slideout-navigation.do-overlay .inside-navigation .slideout-widget{margin-left:auto;margin-right:auto;min-width:250px}.slideout-navigation.do-overlay .slideout-exit{position:fixed;right:0;top:0;width:auto;font-size:25px}.slideout-navigation.do-overlay .slideout-menu li a{display:inline-block}.slideout-navigation.do-overlay .slideout-menu li{margin-bottom:5px}#generate-slideout-menu.do-overlay .slideout-menu li,.slideout-navigation.do-overlay .inside-navigation{text-align:center}.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle{border-left:1px solid rgba(0,0,0,.07);padding:0 10px;margin:0 0 0 10px}.slideout-navigation.do-overlay ul ul{box-shadow:0 0 0}.nav-aligned-center .slideout-navigation,.nav-aligned-right .slideout-navigation{text-align:left}.slideout-navigation .sfHover>a>.dropdown-menu-toggle>.gp-icon svg{transform:rotate(180deg)}.slideout-navigation .sub-menu .dropdown-menu-toggle .gp-icon svg{transform:rotate(0)}.slideout-both .main-navigation.toggled .main-nav>ul,.slideout-desktop .main-navigation.toggled .main-nav li.slideout-toggle,.slideout-mobile .main-navigation.toggled .main-nav>ul{display:none!important}.slideout-both .has-inline-mobile-toggle #site-navigation.toggled,.slideout-mobile .has-inline-mobile-toggle #site-navigation.toggled{margin-top:0}.sf-menu>li.slideout-toggle{float:right}.gen-sidebar-nav .sf-menu>li.slideout-toggle{float:none}@media (max-width:768px){.slideout-overlay button.slideout-exit{font-size:20px;padding:10px}.slideout-overlay{top:-100px;height:calc(100% + 100px);height:calc(100vh + 100px);min-height:calc(100% + 100px)}.slideout-navigation.do-overlay .slideout-exit{position:static;text-align:center}}:root{--gp-slideout-width:265px}.slideout-navigation,.slideout-navigation a{color:var(--contrast)}.slideout-navigation button.slideout-exit{color:var(--contrast);padding-left:20px;padding-right:20px}.slide-opened nav.toggled .menu-toggle:before{display:none}.navigation-branding{display:flex;align-items:center;order:0;margin-right:10px}.navigation-branding img{position:relative;padding:10px 0;display:block;transition:height .3s ease}.main-navigation.mobile-header-navigation{display:none;float:none;margin-bottom:0}.mobile-header-navigation.is_stuck{box-shadow:0 2px 2px -2px rgba(0,0,0,.2)}.main-navigation .menu-toggle{flex-grow:1;width:auto}.main-navigation.has-branding .menu-toggle,.main-navigation.has-sticky-branding.navigation-stick .menu-toggle{flex-grow:0;padding-right:20px;order:2}.main-navigation:not(.slideout-navigation) .mobile-bar-items+.menu-toggle{text-align:left}.main-navigation.has-sticky-branding:not(.has-branding):not(.navigation-stick) .navigation-branding{display:none}.nav-align-right .navigation-branding{margin-right:auto}.main-navigation.has-branding:not([class*=nav-align-]):not(.mobile-header-navigation) .inside-navigation,.main-navigation.has-sticky-branding.navigation-stick:not([class*=nav-align-]):not(.mobile-header-navigation) .inside-navigation{justify-content:flex-start}.main-navigation.has-branding:not([class*=nav-align-]):not(.mobile-header-navigation) .menu-bar-items,.main-navigation.has-sticky-branding.navigation-stick:not([class*=nav-align-]):not(.mobile-header-navigation) .menu-bar-items{margin-left:auto}.mobile-header-navigation.has-menu-bar-items .mobile-header-logo{margin-right:auto}.rtl .main-navigation.nav-align-right:not(.mobile-header-navigation) .navigation-branding{order:-10}.rtl .nav-align-right .navigation-branding{margin-right:10px}.rtl .navigation-branding{margin-left:auto;margin-right:0}.rtl .nav-align-right .navigation-branding{margin-left:10px}.rtl .nav-align-right .menu-bar-items{margin-right:auto}.main-navigation.has-branding .inside-navigation.grid-container,.main-navigation.has-branding.grid-container .inside-navigation:not(.grid-container){padding:0 40px}.main-navigation.has-branding:not(.grid-container) .inside-navigation:not(.grid-container) .navigation-branding{margin-left:10px}.navigation-branding img{height:80px;width:auto}@media (max-width:1024px){.menu-bar-item.slideout-toggle{display:none}.main-navigation.has-branding.nav-align-center .menu-bar-items,.main-navigation.has-sticky-branding.navigation-stick.nav-align-center .menu-bar-items{margin-left:auto}.navigation-branding{margin-right:auto;margin-left:10px}.mobile-header-navigation .site-logo{margin-left:10px}.main-navigation.has-branding .inside-navigation.grid-container{padding:0}}.woocommerce ul.products li.product .woocommerce-LoopProduct-link{display:block;margin-bottom:auto}.woocommerce ul.products li.product .button{margin-left:auto;margin-right:auto}.woocommerce ul.products li.product.woocommerce-text-align-left .button{margin-left:0}.woocommerce ul.products li.product .woocommerce-LoopProduct-link>:not(:first-child){margin-top:10px;margin-bottom:0}.woocommerce-product-gallery{margin-right:4%}.rtl .woocommerce-product-gallery{margin-right:0;margin-left:4%}.woocommerce div.product div.images .flex-control-thumbs li{max-width:100px;padding-top:5px;padding-right:5px;box-sizing:border-box}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0}.woocommerce .entry-content,.woocommerce .product .entry-summary{margin-top:0}.woocommerce .add_to_cart_button+.added_to_cart{display:none}.woocommerce-ordering select{font-size:14px;font-weight:500;padding:10px 40px 10px 12px;-webkit-appearance:none;-moz-appearance:none;width:100%;background:0 0;border-color:rgba(0,0,0,.1);color:inherit;cursor:pointer}.woocommerce-ordering select::-ms-expand{display:none}.woocommerce-ordering:after{content:"\e903";font-family:"GP Premium";display:inline-block;position:absolute;pointer-events:none;color:inherit;top:10px;right:15px;font-size:16px}.woocommerce-ordering select option{color:initial}.woocommerce .woocommerce-ordering{margin-bottom:30px}@supports (display:grid){.woocommerce ul.products li.product{display:flex;flex-direction:column}.woocommerce .up-sells ul.products::after,.woocommerce .up-sells ul.products::before{display:none}.woocommerce .up-sells ul.products{display:-ms-grid;display:grid;grid-gap:50px;width:100%}.wc-related-upsell-columns-3 .up-sells ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}#wc-mini-cart ul.woocommerce-mini-cart{position:relative;left:auto;right:auto;opacity:1;pointer-events:auto;height:auto;width:auto;float:none;background-color:transparent;box-shadow:0 0 0;visibility:visible}.wc-mini-cart{position:absolute;width:300px;right:0;box-shadow:0 2px 2px rgba(0,0,0,.1);z-index:99999;left:-99999px;opacity:0;height:0;overflow:hidden;pointer-events:none;transition:opacity 80ms linear;transition-delay:0s;visibility:hidden}.wc-menu-item.sfHover .wc-mini-cart,.wc-menu-item:hover .wc-mini-cart{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible;visibility:visible}.dropdown-click ul li.wc-menu-item:hover ul{display:block}body:not(.using-mouse) .wc-menu-item.sfHover .wc-mini-cart{display:none}.wc-menu-item .sub-menu{left:auto;right:0;width:300px}.wc-menu-item .wc-mini-cart .widget_shopping_cart_content li.sfHover a,.wc-menu-item .wc-mini-cart .widget_shopping_cart_content li:hover a{background:0 0}.wc-menu-item .wc-mini-cart .widget_shopping_cart{padding:15px}.woocommerce.widget_shopping_cart .cart_list li{padding:0 0 0 4em;margin:0;box-sizing:border-box;min-height:3em}.woocommerce.widget_shopping_cart{font-size:14px}.widget_shopping_cart .woocommerce-mini-cart__buttons{margin-bottom:0;display:flex}.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a{margin:0;width:calc(50% - 10px);text-align:center;padding:10px 15px;line-height:inherit;font-size:14px}.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a:first-child{margin-right:2px}.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child{margin-left:2px}.woocommerce.widget_shopping_cart .cart_list li a.remove{right:0;left:auto;height:20px;width:20px;border-width:1px;border-style:solid;border-radius:50%;padding:0;font-size:16px;line-height:17px;font-weight:400;position:relative;float:right}#wc-mini-cart .woocommerce-mini-cart-item a{padding:0}.woocommerce-mini-cart-item .quantity{font-size:12px;display:block}.woocommerce.widget_shopping_cart .total{margin:15px 0;padding:15px;background:rgba(0,0,0,.05);border:0;font-size:14px}#wc-mini-cart .total{padding:15px;margin:15px -15px;text-align:left}#generate-slideout-menu .total{padding:10px 20px;margin:20px -20px}#generate-slideout-menu.do-overlay .total{margin:20px 0}.woocommerce.widget_shopping_cart a.button.wc-forward:after{display:none}.woocommerce.widget_shopping_cart .cart_list li.woocommerce-mini-cart-item:not(:last-child){margin-bottom:15px}.rtl .wc-mini-cart .woocommerce.widget_shopping_cart .cart_list li{padding:0 4em 0 0}.rtl .wc-mini-cart .woocommerce.widget_shopping_cart .cart_list li a.remove{float:left}.slideout-widget .widget_shopping_cart_content,.slideout-widget .widget_shopping_cart_content a{font-size:14px}#generate-slideout-menu.do-overlay li.woocommerce-mini-cart-item{text-align:left}#wc-mini-cart a:not(.button){font-family:inherit}.wc-menu-item:not(.has-items) .wc-mini-cart{display:none}.woocommerce-mini-cart__empty-message{margin-bottom:0}.secondary-nav-aligned-center .secondary-navigation ul.woocommerce-mini-cart,.secondary-nav-aligned-right .secondary-navigation ul.woocommerce-mini-cart{font-size:inherit}@supports (display:grid){.woocommerce .up-sells ul.products li.product{width:auto;margin-left:0;margin-right:0;margin-bottom:0}}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:0;font-weight:inherit;font-size:inherit;line-height:inherit;padding:10px 20px}.woocommerce .star-rating:before{color:rgba(0,0,0,.4)}.woocommerce p.stars a{color:rgba(0,0,0,.4)}.woocommerce p.stars.selected a:before{color:#ffa200}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{width:auto;float:none;overflow:hidden}.product_meta{font-size:80%;border-top:1px solid rgba(0,0,0,.1);padding-top:30px}.product_meta>span{display:block}.up-sells{margin-top:40px}.add-to-cart-panel form.cart,.woocommerce div.product.do-quantity-buttons form.cart{display:flex;flex-wrap:wrap}.woocommerce div.product form.cart>:not(.quantity):not(.single_add_to_cart_button){width:100%}.add-to-cart-panel form.cart{flex-shrink:0}.woocommerce .quantity .qty{height:100%;width:auto;max-width:80px;background:0 0;border:1px solid rgba(0,0,0,.1);padding:0 10px;height:50px}.do-quantity-buttons .quantity:not(.buttons-added) .qty{width:50px}.add-to-cart-panel .cart.do-quantity-buttons div.quantity,.do-quantity-buttons div.quantity{display:flex;align-items:center}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after,.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before,.woocommerce form .quantity.buttons-added .minus,.woocommerce form .quantity.buttons-added .plus,.woocommerce form .quantity.buttons-added .qty{display:block;width:50px;height:100%;min-height:50px;background-color:transparent;border:1px solid rgba(0,0,0,.1);margin:0;padding:0;text-align:center;vertical-align:middle;-moz-appearance:textfield!important;-webkit-appearance:none;border-radius:0;color:inherit;box-sizing:border-box;text-decoration:none}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after,.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before,.woocommerce form .quantity.buttons-added .minus,.woocommerce form .quantity.buttons-added .plus{display:flex;align-items:center;justify-content:center}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before{content:"-";border-right:0}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after{content:"+";border-left:0}.woocommerce form .quantity.buttons-added .qty:focus{border-color:rgba(0,0,0,.1)}.do-quantity-buttons form .quantity input[type=number]::-webkit-inner-spin-button,.do-quantity-buttons form .quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.do-quantity-buttons form .quantity:not(.buttons-added):before,.woocommerce form .quantity.buttons-added .minus{border-right-width:0}.do-quantity-buttons form .quantity:not(.buttons-added):after,.woocommerce form .quantity.buttons-added .plus{border-left-width:0}.do-quantity-buttons .elementor-add-to-cart form .quantity:not(.buttons-added):after,.do-quantity-buttons .elementor-add-to-cart form .quantity:not(.buttons-added):before,.do-quantity-buttons form .quantity.hidden{display:none}.woocommerce div.product form.cart div.quantity.hidden{margin:0}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none;border:0}.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;margin-left:0;padding-left:0}.woocommerce div.product .woocommerce-tabs ul.tabs li{background-color:rgba(0,0,0,.02);margin:0;border-radius:0;border-width:1px 1px 0 0;border-color:rgba(0,0,0,.08)}.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{border-left-width:1px}.woocommerce-ordering{float:left;margin-right:1em;margin-bottom:0;position:relative;padding:0}nav li.wc-menu-item{float:right}.cart-contents>span{line-height:0}.cart-contents>span:not(:empty){margin-left:10px}.rtl .cart-contents>span:not(:empty){margin-left:0;margin-right:10px}.cart-contents>span.gp-icon{margin-left:0}.rtl .cart-contents>span.gp-icon{margin-right:0}nav span.count{font-size:.8em;opacity:.5}.woocommerce a.remove{color:inherit!important;background:0 0!important;border:1px solid!important;border-color:inherit;font-weight:400;font-size:16px;width:20px;height:20px;line-height:17px;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important}.woocommerce a.remove:hover{color:inherit!important;background:0 0!important;opacity:.7}.woocommerce .star-rating:before{opacity:.25;content:"SSSSS"}.woocommerce div.product .woocommerce-product-rating{margin:1em 0}.woocommerce div.product p.price,.woocommerce div.product span.price{color:inherit}.woocommerce ul.products li.product a img{margin-bottom:0}.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:initial}.woocommerce div.product p.price,.woocommerce ul.products li.product .price{font-weight:700}div.woocommerce-error a.button,div.woocommerce-error a.button:focus,div.woocommerce-error a.button:hover,div.woocommerce-message a.button,div.woocommerce-message a.button:focus,div.woocommerce-message a.button:hover{background:0 0;padding:0}.woocommerce-error a,.woocommerce-message a{font-weight:700}.woocommerce-error,.woocommerce-message{padding:20px 30px;border:0;border-left:10px solid rgba(0,0,0,.3)}.woocommerce-error::before,.woocommerce-message::before{display:none}#order_review{width:41.1764705882%;float:right;margin-right:0}#add_payment_method #payment,#add_payment_method #payment div.payment_box{background-color:transparent;color:inherit}#add_payment_method #payment div.payment_box:before{display:none}#payment .payment_methods>.wc_payment_method>label{padding:20px;background-color:rgba(0,0,0,.04);display:block;cursor:pointer}#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label{font-weight:700;background-color:rgba(0,0,0,.07)}#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child{clip:rect(1px,1px,1px,1px);position:absolute!important}#payment .payment_methods>.wc_payment_method>label:before{display:inline-block;font-size:inherit;-webkit-font-smoothing:antialiased;content:"\e902";margin-right:.5407911001em;transition:color,ease,.2s;font-family:"GP Premium"}#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before{content:"\e904"}#add_payment_method #payment ul.payment_methods{padding:0;border:0}#add_payment_method #payment ul.payment_methods li img{float:right}.woocommerce ul.products li.product .woocommerce-product-details__short-description p:last-child{margin-bottom:0}.wc-product-image{text-align:center}.woocommerce-text-align-left .wc-product-image{text-align:left}.inside-wc-product-image{position:relative;display:inline-block}.woocommerce .up-sells ul.products li.product a img{margin-bottom:0}.woocommerce-review-link{font-size:80%}.woocommerce-Reviews .comment-reply-title{font-size:120%;font-weight:700;display:block;margin-bottom:10px}.woocommerce #payment .terms{padding:20px}.woocommerce form.register{padding:0;margin:0 0 1.5em;border:0}.woocommerce input.button:disabled,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled],.woocommerce input.button:disabled[disabled]:hover{background-color:transparent;color:initial;opacity:.3}.entry-summary+.up-sells{clear:both}.main-navigation a.cart-contents:not(.has-svg-icon):before{content:"\f07a";display:inline-block;font-family:"GP Premium";font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-navigation a.cart-contents:not(.has-svg-icon).shopping-bag:before{content:"\f290"}.main-navigation a.cart-contents:not(.has-svg-icon).shopping-basket:before{content:"\f291"}.cart-contents>span.number-of-items{font-size:11px;display:inline-block;background:rgba(255,255,255,.1);line-height:1.7em;height:1.7em;width:1.7em;text-align:center;border-radius:50%;margin-left:5px;position:relative;top:-5px;display:none}.cart-contents>span.number-of-items.no-items{display:none}form.checkout:after,form.checkout:before{content:'';display:table}form.checkout:after{clear:both}.add-to-cart-panel{position:fixed;top:0;left:0;right:0;background:#fff;padding:20px;opacity:0;transition:opacity .5s ease-in-out,transform .5s ease-in-out;box-shadow:0 2px 2px -2px rgba(0,0,0,.2);z-index:101;font-size:90%;box-sizing:border-box;transform:translateY(-100%)}.add-to-cart-panel.item-added,.add-to-cart-panel.show-sticky-add-to-cart{opacity:1}.add-to-cart-panel>div{display:flex;align-items:center}.add-to-cart-panel .continue-shopping{margin-right:auto}.add-to-cart-panel .continue-shopping .gp-icon{display:none}.add-to-cart-panel img{height:50px;width:auto;vertical-align:middle}.add-to-cart-panel div.quantity{margin-right:4px}.do-quantity-buttons input.qty::-webkit-inner-spin-button,.do-quantity-buttons input.qty::-webkit-outer-spin-button{-webkit-appearance:none}.wc-menu-cart-activated .menu-toggle{text-align:left}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{color:#fff;background-color:var(--accent)}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{color:#fff;background-color:rgba(237,0,138,.83)}.woocommerce #respond input#submit.alt,.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{color:#fff;background-color:var(--accent)}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{color:#fff;background-color:rgba(237,0,138,.83)}.woocommerce .star-rating span:before,.woocommerce p.stars:hover a::before{color:#ffa200}.woocommerce div.product p.price,.woocommerce ul.products li.product .price{color:#222}.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:#222}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#1e73be}.woocommerce-message{background-color:#0b9444;color:#fff}div.woocommerce-message a,div.woocommerce-message a.button,div.woocommerce-message a.button:focus,div.woocommerce-message a.button:hover,div.woocommerce-message a:focus,div.woocommerce-message a:hover{color:#fff}.woocommerce-error{background-color:#e8626d;color:#fff}div.woocommerce-error a,div.woocommerce-error a.button,div.woocommerce-error a.button:focus,div.woocommerce-error a.button:hover,div.woocommerce-error a:focus,div.woocommerce-error a:hover{color:#fff}.woocommerce-product-details__short-description{color:var(--contrast)}#wc-mini-cart{background-color:#fff;color:#000}#wc-mini-cart a.remove,#wc-mini-cart a:not(.button){color:#000}#wc-mini-cart .button{color:#fff}#wc-mini-cart .button:active,#wc-mini-cart .button:focus,#wc-mini-cart .button:hover{color:#fff}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{width:50%}.add-to-cart-panel{background-color:#fff;color:#000}.add-to-cart-panel a:not(.button){color:#000}.cart-contents>span.number-of-items{background-color:rgba(0,0,0,.05)}.cart-contents .amount{display:none}.cart-contents>span.number-of-items{display:inline-block}#payment .payment_methods>.wc_payment_method>label:before{font-family:WooCommerce;content:"\e039"}#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before{content:"\e03c"}.woocommerce-ordering:after{font-family:WooCommerce;content:"\e00f"}.woocommerce .up-sells ul.products{grid-gap:40px}@media (max-width:768px){.add-to-cart-panel .continue-shopping{background-color:#fff}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{width:100%}}@media (max-width:1024px){.wc-related-upsell-tablet-columns-2 .up-sells ul.products{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}nav.toggled .main-nav li.wc-menu-item{display:none!important}}.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:.5s linear;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(https://cdnjs.cloudflare.com/ajax/libs/lightslider/1.1.6/img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:.3s rightEnd;animation:.3s rightEnd;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:.3s leftEnd;animation:.3s leftEnd;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:.3s topEnd;animation:.3s topEnd;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:.3s bottomEnd;animation:.3s bottomEnd;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:.3s leftEnd;animation:.3s leftEnd;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:.3s rightEnd;animation:.3s rightEnd;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#fff}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:.3s lg-right-end;-o-animation:.3s lg-right-end;animation:.3s lg-right-end;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:.3s lg-left-end;-o-animation:.3s lg-left-end;animation:.3s lg-left-end;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#eee;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1),opacity .35s cubic-bezier(0,0,.25,1),color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1),opacity .35s cubic-bezier(0,0,.25,1),color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1),opacity .35s cubic-bezier(0,0,.25,1),color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1),opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1),opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1),opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #fff;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s;-o-transition:border-color .25s;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s;-o-transition:bottom .25s;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0d0a0a;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#fff}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.2.19/img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.2.19/img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.2.19/img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.2.19/img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.2.19/img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1080;opacity:0;-webkit-transition:opacity 80ms;-moz-transition:opacity 80ms;-o-transition:opacity 80ms;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1),top .3s cubic-bezier(0,0,.25,1);-moz-transition:left .3s cubic-bezier(0,0,.25,1),top .3s cubic-bezier(0,0,.25,1);-o-transition:left .3s cubic-bezier(0,0,.25,1),top .3s cubic-bezier(0,0,.25,1);transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1),opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1),opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1),opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s,-webkit-transform .15s;-moz-transition:opacity .15s,-moz-transform .15s;-o-transition:opacity .15s,-o-transform .15s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s;-o-transition:box-shadow .3s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.group:after,.group:before{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s;-o-transition:opacity .15s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.2.19/img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s;-o-transition:opacity .15s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s;-o-transition:opacity .15s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1),opacity .1s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1),opacity .1s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1),opacity .1s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1),opacity .1s;-moz-transition:left 1s cubic-bezier(0,0,.25,1),opacity .1s;-o-transition:left 1s cubic-bezier(0,0,.25,1),opacity .1s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:.5s linear infinite clockwise;animation:.5s linear infinite clockwise}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:1s cubic-bezier(.4,0,.22,1) infinite donut-rotate;animation:1s cubic-bezier(.4,0,.22,1) infinite donut-rotate}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}</style> <meta name="description" content="Master branding with Jacob Cass! Learn strategy, design, and execution in 48 minutes. Includes templates, resources, &amp; a hands-on project with lifetime access!"/> <meta name="robots" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <link rel="canonical" href="https://justcreative.com/shop/product/become-a-brand-master/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="product" /> <meta property="og:title" content="Branding Course: &#039;Become a Brand Master&#039; with Jacob Cass" /> <meta property="og:description" content="Master branding with Jacob Cass! Learn strategy, design, and execution in 48 minutes. Includes templates, resources, &amp; a hands-on project with lifetime access!" /> <meta property="og:url" content="https://justcreative.com/shop/product/become-a-brand-master/" /> <meta property="og:site_name" content="My Blog" /> <meta property="og:updated_time" content="2025-02-07T13:15:16+00:00" /> <meta property="og:image" content="https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover.png" /> <meta property="og:image:secure_url" content="https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover.png" /> <meta property="og:image:width" content="1920" /> <meta property="og:image:height" content="1080" /> <meta property="og:image:alt" content="branding course" /> <meta property="og:image:type" content="image/png" /> <meta property="product:price:amount" content="197" /> <meta property="product:price:currency" content="USD" /> <meta property="product:availability" content="instock" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Branding Course: &#039;Become a Brand Master&#039; with Jacob Cass" /> <meta name="twitter:description" content="Master branding with Jacob Cass! Learn strategy, design, and execution in 48 minutes. Includes templates, resources, &amp; a hands-on project with lifetime access!" /> <meta name="twitter:image" content="https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover.png" /> <meta name="twitter:label1" content="Price" /> <meta name="twitter:data1" content="&#036;197.00" /> <meta name="twitter:label2" content="Availability" /> <meta name="twitter:data2" content="In stock" /> <script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":["Person","Organization"],"@id":"https://justcreative.com/shop/#person","name":"My Blog","logo":{"@type":"ImageObject","@id":"https://justcreative.com/shop/#logo","url":"https://justcreative.com/shop/wp-content/uploads/2023/12/Just-Creative-Logo-4.svg","contentUrl":"https://justcreative.com/shop/wp-content/uploads/2023/12/Just-Creative-Logo-4.svg","caption":"My Blog","inLanguage":"en-US"},"image":{"@type":"ImageObject","@id":"https://justcreative.com/shop/#logo","url":"https://justcreative.com/shop/wp-content/uploads/2023/12/Just-Creative-Logo-4.svg","contentUrl":"https://justcreative.com/shop/wp-content/uploads/2023/12/Just-Creative-Logo-4.svg","caption":"My Blog","inLanguage":"en-US"}},{"@type":"WebSite","@id":"https://justcreative.com/shop/#website","url":"https://justcreative.com/shop","name":"My Blog","publisher":{"@id":"https://justcreative.com/shop/#person"},"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover.png","url":"https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover.png","width":"1920","height":"1080","inLanguage":"en-US"},{"@type":"ItemPage","@id":"https://justcreative.com/shop/product/become-a-brand-master/#webpage","url":"https://justcreative.com/shop/product/become-a-brand-master/","name":"Branding Course: &#039;Become a Brand Master&#039; with Jacob Cass","datePublished":"2025-01-18T02:15:17+00:00","dateModified":"2025-02-07T13:15:16+00:00","isPartOf":{"@id":"https://justcreative.com/shop/#website"},"primaryImageOfPage":{"@id":"https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover.png"},"inLanguage":"en-US"},{"@type":"Product","name":"Branding Course: 'Become a Brand Master' with Jacob Cass","description":"Master branding with Jacob Cass! Learn strategy, design, and execution in 48 minutes. Includes templates, resources, &amp; a hands-on project with lifetime access!","category":"Courses","mainEntityOfPage":{"@id":"https://justcreative.com/shop/product/become-a-brand-master/#webpage"},"image":[{"@type":"ImageObject","url":"https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover.png","height":"1080","width":"1920"},{"@type":"ImageObject","url":"https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary.png","height":"1080","width":"1920"},{"@type":"ImageObject","url":"https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy.png","height":"1024","width":"1820"},{"@type":"ImageObject","url":"https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development.png","height":"1080","width":"1920"},{"@type":"ImageObject","url":"https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass.png","height":"1080","width":"1920"},{"@type":"ImageObject","url":"https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution.png","height":"1080","width":"1920"},{"@type":"ImageObject","url":"https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses.png","height":"1024","width":"1820"}],"aggregateRating":{"@type":"AggregateRating","ratingValue":"5.00","bestRating":"5","ratingCount":"1","reviewCount":"1"},"review":[{"@type":"Review","@id":"https://justcreative.com/shop/product/become-a-brand-master/#li-comment-98","description":"I would have paid $2997 for this!","datePublished":"2025-01-18 02:32:14","reviewRating":{"@type":"Rating","ratingValue":"5","bestRating":"5","worstRating":"1"},"author":{"@type":"Person","name":"Burt Rophia","url":"https://aardvarkworks.com/"}}],"offers":{"@type":"Offer","price":"197.00","priceCurrency":"USD","priceValidUntil":"2026-12-31","availability":"https://schema.org/InStock","itemCondition":"NewCondition","url":"https://justcreative.com/shop/product/become-a-brand-master/","seller":{"@type":"Person","@id":"https://justcreative.com/shop/","name":"My Blog","url":"https://justcreative.com/shop"}},"@id":"https://justcreative.com/shop/product/become-a-brand-master/#richSnippet"}]}</script> <!-- /Rank Math WordPress SEO plugin --> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /> <link rel="alternate" type="application/rss+xml" title="JUST™ Creative &raquo; Feed" href="https://justcreative.com/shop/feed/" /> <link rel="alternate" type="application/rss+xml" title="JUST™ Creative &raquo; Comments Feed" href="https://justcreative.com/shop/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="JUST™ Creative &raquo; &#8216;Become a Brand Master&#8217; Branding Course with Jacob Cass Comments Feed" href="https://justcreative.com/shop/product/become-a-brand-master/feed/" /> <style id='wp-emoji-styles-inline-css'></style> <style id='classic-theme-styles-inline-css'></style> <style id='rank-math-toc-block-style-inline-css'></style> <style id='global-styles-inline-css'></style> <style id='woocommerce-inline-inline-css'></style> <style id='generate-style-inline-css'></style> <style id='generate-offside-inline-css'></style> <style id='generate-navigation-branding-inline-css'></style> <style id='generate-woocommerce-inline-css'></style> <style id='rocket-lazyload-inline-css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:var(--wpr-bg-7efd7900-c8f5-4696-b3d1-8f88ceccf8ed) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0} </style> <script src="https://justcreative.com/shop/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://justcreative.com/shop/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script> <script src="https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js?ver=1.7.21-wc.8.6.1" id="zoom-js" defer data-wp-strategy="defer"></script> <script src="https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js?ver=2.7.2-wc.8.6.1" id="flexslider-js" defer data-wp-strategy="defer"></script> <script src="https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js?ver=4.1.1-wc.8.6.1" id="photoswipe-js" defer data-wp-strategy="defer"></script> <script src="https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js?ver=4.1.1-wc.8.6.1" id="photoswipe-ui-default-js" defer data-wp-strategy="defer"></script> <script id="wc-single-product-js-extra"> var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"}; </script> <script src="https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=8.6.1" id="wc-single-product-js" defer data-wp-strategy="defer"></script> <script src="https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.8.6.1" id="jquery-blockui-js" defer data-wp-strategy="defer"></script> <script src="https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.8.6.1" id="js-cookie-js" defer data-wp-strategy="defer"></script> <script id="woocommerce-js-extra"> var woocommerce_params = {"ajax_url":"\/shop\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/shop\/?wc-ajax=%%endpoint%%"}; </script> <script src="https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=8.6.1" id="woocommerce-js" defer data-wp-strategy="defer"></script> <script id="woocommerce-tokenization-form-js-extra"> var wc_tokenization_form_params = {"is_registration_required":"1","is_logged_in":""}; </script> <script src="https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.min.js?ver=8.6.1" id="woocommerce-tokenization-form-js" defer></script> <link rel="https://api.w.org/" href="https://justcreative.com/shop/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://justcreative.com/shop/wp-json/wp/v2/product/447" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://justcreative.com/shop/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://justcreative.com/shop/?p=447' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://justcreative.com/shop/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fjustcreative.com%2Fshop%2Fproduct%2Fbecome-a-brand-master%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://justcreative.com/shop/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fjustcreative.com%2Fshop%2Fproduct%2Fbecome-a-brand-master%2F&#038;format=xml" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Elementor 3.20.1; features: e_optimized_assets_loading, e_optimized_css_loading, e_font_icon_svg, additional_custom_breakpoints, block_editor_assets_optimize, e_image_loading_optimization; settings: css_print_method-external, google_font-enabled, font_display-swap"> <link rel="icon" href="https://justcreative.com/shop/wp-content/uploads/2023/12/cropped-cropped-cropped-Just-Creative-FavIcon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://justcreative.com/shop/wp-content/uploads/2023/12/cropped-cropped-cropped-Just-Creative-FavIcon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://justcreative.com/shop/wp-content/uploads/2023/12/cropped-cropped-cropped-Just-Creative-FavIcon-180x180.png" /> <meta name="msapplication-TileImage" content="https://justcreative.com/shop/wp-content/uploads/2023/12/cropped-cropped-cropped-Just-Creative-FavIcon-270x270.png" /> <style id="wp-custom-css"></style> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><style id="wpr-lazyload-bg-container"></style><style id="wpr-lazyload-bg-exclusion"></style> <noscript> <style id="wpr-lazyload-bg-nostyle">.woocommerce .blockUI.blockOverlay::before{--wpr-bg-618fd9d9-848c-4692-9d07-df59a5aa7c37: url('https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/images/icons/loader.svg');}.woocommerce .loader::before{--wpr-bg-c88e836d-d64b-4630-8746-c8465aa78e47: url('https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/images/icons/loader.svg');}.rll-youtube-player .play{--wpr-bg-7efd7900-c8f5-4696-b3d1-8f88ceccf8ed: url('https://justcreative.com/shop/wp-content/plugins/wp-rocket/assets/img/youtube.png');}</style> </noscript> <script type="application/javascript">const rocket_pairs = [{"selector":".woocommerce .blockUI.blockOverlay","style":".woocommerce .blockUI.blockOverlay::before{--wpr-bg-618fd9d9-848c-4692-9d07-df59a5aa7c37: url('https:\/\/justcreative.com\/shop\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/loader.svg');}","hash":"618fd9d9-848c-4692-9d07-df59a5aa7c37","url":"https:\/\/justcreative.com\/shop\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/loader.svg"},{"selector":".woocommerce .loader","style":".woocommerce .loader::before{--wpr-bg-c88e836d-d64b-4630-8746-c8465aa78e47: url('https:\/\/justcreative.com\/shop\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/loader.svg');}","hash":"c88e836d-d64b-4630-8746-c8465aa78e47","url":"https:\/\/justcreative.com\/shop\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/loader.svg"},{"selector":".rll-youtube-player .play","style":".rll-youtube-player .play{--wpr-bg-7efd7900-c8f5-4696-b3d1-8f88ceccf8ed: url('https:\/\/justcreative.com\/shop\/wp-content\/plugins\/wp-rocket\/assets\/img\/youtube.png');}","hash":"7efd7900-c8f5-4696-b3d1-8f88ceccf8ed","url":"https:\/\/justcreative.com\/shop\/wp-content\/plugins\/wp-rocket\/assets\/img\/youtube.png"}]; const rocket_excluded_pairs = [];</script></head> <body class="wp-singular product-template-default single single-product postid-447 wp-custom-logo wp-embed-responsive wp-theme-generatepress wp-child-theme-generatepress_child theme-generatepress post-image-above-header post-image-aligned-center slideout-enabled slideout-mobile sticky-menu-slide sticky-enabled both-sticky-menu woocommerce woocommerce-page woocommerce-no-js no-sidebar nav-below-header separate-containers nav-search-enabled header-aligned-left dropdown-hover featured-image-active elementor-default elementor-kit-7" itemtype="https://schema.org/Blog" itemscope> <a class="screen-reader-text skip-link" href="#content" title="Skip to content">Skip to content</a> <nav class="auto-hide-sticky has-branding wc-menu-cart-activated main-navigation nav-align-right has-menu-bar-items sub-menu-right" id="site-navigation" aria-label="Primary" itemtype="https://schema.org/SiteNavigationElement" itemscope> <div class="inside-navigation grid-container"> <div class="navigation-branding"><div class="site-logo"> <a href="https://justcreative.com/" title="JUST™ Creative" rel="home"> <img class="header-image is-logo-image" alt="JUST™ Creative" src="https://justcreative.com/shop/wp-content/uploads/2023/12/Just-Creative-Logo-4.svg" title="JUST™ Creative" width="260" height="48" /> </a> </div></div><form method="get" class="search-form navigation-search" action="https://justcreative.com/"><input type="search" class="search-field" value="" name="s" title="Search" placeholder="Search..."></form> <button class="menu-toggle" aria-controls="generate-slideout-menu" aria-expanded="false"> <span class="gp-icon icon-menu-bars"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M0 96c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24z" /></svg><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z" /></svg></span><span class="mobile-menu">Menu</span> </button> <div id="primary-menu" class="main-nav"><ul id="menu-main-menu" class=" menu sf-menu"><li id="menu-item-322" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-322"><a href="https://justcreative.com/about">About</a></li> <li id="menu-item-323" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-323"><a href="https://justcreative.com/services/">Services</a></li> <li id="menu-item-324" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-324"><a href="https://justcreative.com/portfolios">Portfolio</a></li> <li id="menu-item-325" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-325"><a href="https://justcreative.com/popular-articles/">Resources<span role="presentation" class="dropdown-menu-toggle"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a> <ul class="sub-menu"> <li id="menu-item-326" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-326"><a href="https://justcreative.com/popular-articles/">Popular Articles</a></li> <li id="menu-item-327" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327"><a href="https://justcreative.com/buying-guides">Buying Guides</a></li> <li id="menu-item-328" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-328"><a href="https://justcreative.com/top-resources">Tools &#038; Resources</a></li> <li id="menu-item-329" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-329"><a href="https://justcreative.com/community">Community</a></li> <li id="menu-item-330" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-330"><a href="https://justcreative.com/design-resources">Design Assets</a></li> <li id="menu-item-331" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-331"><a href="https://justcreative.com/courses">Courses &#038; Books</a></li> <li id="menu-item-332" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-332"><a href="https://justcreative.com/podcast/">Podcast</a></li> <li id="menu-item-333" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-333"><a href="https://justcreative.com/masterseries">Workshops</a></li> <li id="menu-item-334" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-334"><a href="https://justcreative.com/shop/">Shop</a></li> <li id="menu-item-335" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-335"><a href="https://justcreative.com/branding-briefcase/">FREE Branding Bundle</a></li> </ul> </li> <li id="menu-item-336" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-336"><a href="https://justcreative.com/blog/">Blog</a></li> <li id="menu-item-337" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-337"><a href="https://justcreative.com/contact-me/">Contact</a></li> <li id="menu-item-338" class="wc-account-menu menu-item menu-item-type-post_type menu-item-object-page menu-item-338"><a href="https://justcreative.com/shop/my-account/">My account</a></li> </ul></div><div class="menu-bar-items"><span class="menu-bar-item wc-menu-item "> <a href="https://justcreative.com/shop/cart/" class="cart-contents shopping-cart has-svg-icon" title="View your shopping cart"><span class="gp-icon shopping-cart"> <svg viewBox="0 0 576 512" aria-hidden="true" version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"> <path fill="none" d="M0 0h576v512H0z"/> <path d="M181.54 409.6c-29.249 0-52.914 23.04-52.914 51.2 0 28.16 23.665 51.2 52.915 51.2 29.249 0 53.18-23.04 53.18-51.2 0-28.16-23.931-51.2-53.18-51.2zM22 0v51.2h53.18l95.725 194.304-35.897 62.464C115.598 342.272 141.124 384 181.54 384h319.08v-51.2h-319.08l29.249-51.2h198.096c19.943 0 37.492-10.496 46.533-26.368L550.61 89.088c9.838-16.896-2.925-37.888-23.133-37.888H133.944L108.95 0H22zm425.442 409.6c-29.25 0-52.915 23.04-52.915 51.2 0 28.16 23.665 51.2 52.915 51.2 29.249 0 53.18-23.04 53.18-51.2 0-28.16-23.931-51.2-53.18-51.2z"/> </svg> </span><span class="number-of-items no-items">0</span><span class="amount"></span></a> <div id="wc-mini-cart" class="wc-mini-cart" aria-hidden="true"> <div class="inside-wc-mini-cart"> <div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div> </div> </div> </span><span class="menu-bar-item search-item"><a aria-label="Open Search Bar" href="#"><span class="gp-icon icon-search"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path fill-rule="evenodd" clip-rule="evenodd" d="M208 48c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160S296.366 48 208 48zM0 208C0 93.125 93.125 0 208 0s208 93.125 208 208c0 48.741-16.765 93.566-44.843 129.024l133.826 134.018c9.366 9.379 9.355 24.575-.025 33.941-9.379 9.366-24.575 9.355-33.941-.025L337.238 370.987C301.747 399.167 256.839 416 208 416 93.125 416 0 322.875 0 208z" /></svg><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z" /></svg></span></a></span></div> </div> </nav> <div class="jcs_header_nav_fallback"></div> <div class="site grid-container container hfeed" id="page"> <div class="site-content" id="content"> <div class="content-area" id="primary"> <main class="site-main" id="main"> <article class="post-447 product type-product status-publish has-post-thumbnail product_cat-courses product_tag-branding product_tag-course sales-flash-overlay woocommerce-text-align-left wc-related-upsell-columns-3 wc-related-upsell-tablet-columns-2 wc-related-upsell-mobile-columns-1 do-quantity-buttons first instock downloadable virtual purchasable product-type-simple" id="post-447" itemtype="https://schema.org/CreativeWork" itemscope> <div class="inside-article"> <div class="entry-content" itemprop="text"> <div class="woocommerce-notices-wrapper"></div><div id="product-447" class="sales-flash-overlay woocommerce-text-align-left wc-related-upsell-columns-3 wc-related-upsell-tablet-columns-2 wc-related-upsell-mobile-columns-1 do-quantity-buttons product type-product post-447 status-publish instock product_cat-courses product_tag-branding product_tag-course has-post-thumbnail downloadable virtual purchasable product-type-simple"> <div class="product-gallery images has-gallery"> <ul class="jcs_wc_single_product_gallery"><li data-thumb="https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover.png" data-src="https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover.png"><span class="jcs_wc_gallery_img_lightbox"><i class="fas fa-search"></i></span><img fetchpriority="high" width="1920" height="1080" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201080'%3E%3C/svg%3E" class="attachment-shop_single size-shop_single wp-post-image" alt="" decoding="async" data-lazy-srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover.png 1920w, https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover-300x169.png 300w, https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover-1024x576.png 1024w, https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover-768x432.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover-1536x864.png 1536w" data-lazy-sizes="(max-width: 1920px) 100vw, 1920px" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover.png" /><noscript><img fetchpriority="high" width="1920" height="1080" src="https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover.png" class="attachment-shop_single size-shop_single wp-post-image" alt="" decoding="async" srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover.png 1920w, https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover-300x169.png 300w, https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover-1024x576.png 1024w, https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover-768x432.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/01-Cover-1536x864.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></noscript></li><li data-thumb="https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary.png" data-src="https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary.png"><span class="jcs_wc_gallery_img_lightbox"><i class="fas fa-search"></i></span><img width="1920" height="1080" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201080'%3E%3C/svg%3E" class="attachment-shop_single size-shop_single" alt="" decoding="async" data-lazy-srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary.png 1920w, https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary-300x169.png 300w, https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary-1024x576.png 1024w, https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary-768x432.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary-1536x864.png 1536w" data-lazy-sizes="(max-width: 1920px) 100vw, 1920px" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary.png" /><noscript><img width="1920" height="1080" src="https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary.png" class="attachment-shop_single size-shop_single" alt="" decoding="async" srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary.png 1920w, https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary-300x169.png 300w, https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary-1024x576.png 1024w, https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary-768x432.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/02-Summary-1536x864.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></noscript></li><li data-thumb="https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy.png" data-src="https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy.png"><span class="jcs_wc_gallery_img_lightbox"><i class="fas fa-search"></i></span><img width="1820" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201820%201024'%3E%3C/svg%3E" class="attachment-shop_single size-shop_single" alt="" decoding="async" data-lazy-srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy.png 1820w, https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy-300x169.png 300w, https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy-1024x576.png 1024w, https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy-768x432.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy-1536x864.png 1536w" data-lazy-sizes="(max-width: 1820px) 100vw, 1820px" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy.png" /><noscript><img loading="lazy" width="1820" height="1024" src="https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy.png" class="attachment-shop_single size-shop_single" alt="" decoding="async" srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy.png 1820w, https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy-300x169.png 300w, https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy-1024x576.png 1024w, https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy-768x432.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/03-ResearchStrategy-1536x864.png 1536w" sizes="(max-width: 1820px) 100vw, 1820px" /></noscript></li><li data-thumb="https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development.png" data-src="https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development.png"><span class="jcs_wc_gallery_img_lightbox"><i class="fas fa-search"></i></span><img width="1920" height="1080" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201080'%3E%3C/svg%3E" class="attachment-shop_single size-shop_single" alt="" decoding="async" data-lazy-srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development.png 1920w, https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development-300x169.png 300w, https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development-1024x576.png 1024w, https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development-768x432.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development-1536x864.png 1536w" data-lazy-sizes="(max-width: 1920px) 100vw, 1920px" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development.png" /><noscript><img loading="lazy" width="1920" height="1080" src="https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development.png" class="attachment-shop_single size-shop_single" alt="" decoding="async" srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development.png 1920w, https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development-300x169.png 300w, https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development-1024x576.png 1024w, https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development-768x432.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/04-concept-development-1536x864.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></noscript></li><li data-thumb="https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass.png" data-src="https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass.png"><span class="jcs_wc_gallery_img_lightbox"><i class="fas fa-search"></i></span><img width="1920" height="1080" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201080'%3E%3C/svg%3E" class="attachment-shop_single size-shop_single" alt="" decoding="async" data-lazy-srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass.png 1920w, https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass-300x169.png 300w, https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass-1024x576.png 1024w, https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass-768x432.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass-1536x864.png 1536w" data-lazy-sizes="(max-width: 1920px) 100vw, 1920px" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass.png" /><noscript><img loading="lazy" width="1920" height="1080" src="https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass.png" class="attachment-shop_single size-shop_single" alt="" decoding="async" srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass.png 1920w, https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass-300x169.png 300w, https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass-1024x576.png 1024w, https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass-768x432.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/06-JacobCass-1536x864.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></noscript></li><li data-thumb="https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution.png" data-src="https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution.png"><span class="jcs_wc_gallery_img_lightbox"><i class="fas fa-search"></i></span><img width="1920" height="1080" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201080'%3E%3C/svg%3E" class="attachment-shop_single size-shop_single" alt="" decoding="async" data-lazy-srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution.png 1920w, https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution-300x169.png 300w, https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution-1024x576.png 1024w, https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution-768x432.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution-1536x864.png 1536w" data-lazy-sizes="(max-width: 1920px) 100vw, 1920px" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution.png" /><noscript><img loading="lazy" width="1920" height="1080" src="https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution.png" class="attachment-shop_single size-shop_single" alt="" decoding="async" srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution.png 1920w, https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution-300x169.png 300w, https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution-1024x576.png 1024w, https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution-768x432.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/05-DesignExecution-1536x864.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></noscript></li><li data-thumb="https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses.png" data-src="https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses.png"><span class="jcs_wc_gallery_img_lightbox"><i class="fas fa-search"></i></span><img width="1820" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201820%201024'%3E%3C/svg%3E" class="attachment-shop_single size-shop_single" alt="" decoding="async" data-lazy-srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses.png 1820w, https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses-300x169.png 300w, https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses-1024x576.png 1024w, https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses-768x432.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses-1536x864.png 1536w" data-lazy-sizes="(max-width: 1820px) 100vw, 1820px" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses.png" /><noscript><img loading="lazy" width="1820" height="1024" src="https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses.png" class="attachment-shop_single size-shop_single" alt="" decoding="async" srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses.png 1820w, https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses-300x169.png 300w, https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses-1024x576.png 1024w, https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses-768x432.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/07-Bonuses-1536x864.png 1536w" sizes="(max-width: 1820px) 100vw, 1820px" /></noscript></li></ul></div> <div class="summary entry-summary"> <h1 class="product_title entry-title">&#8216;Become a Brand Master&#8217; Branding Course with Jacob Cass</h1> <div class="woocommerce-product-rating"> <div class="star-rating" title="Rated 5.00 out of 5"><span style="width:100%"><strong class="rating">5.00</strong> out of 5</span></div> <a href="#reviews" class="woocommerce-review-link" rel="nofollow">(<span class="count">1</span> customer review)</a> </div> <p class="price"><span style="color: #ed008c;">Price: </span><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#36;</span>197.00</bdi></span></p> <div class="woocommerce-product-details__short-description"> <p class="p1">Master the art of branding with expert Jacob Cass! This value-packed course covers:</p> <ol> <li style="list-style-type: none;"> <ol> <li>Research, Strategy &amp; Workshops</li> <li>Concept Development</li> <li>Logo &amp; Brand Design</li> </ol> </li> </ol> <p>+ Bonus templates, workbooks and hands-on project!</p> </div> <form class="cart" action="https://justcreative.com/shop/product/become-a-brand-master/" method="post" enctype='multipart/form-data'> <div class="quantity"> <label class="screen-reader-text" for="quantity_6813bbb4414ab">&#039;Become a Brand Master&#039; Branding Course with Jacob Cass quantity</label> <input type="number" id="quantity_6813bbb4414ab" class="input-text qty text" name="quantity" value="1" aria-label="Product quantity" size="4" min="1" max="" step="1" placeholder="" inputmode="numeric" autocomplete="off" /> </div> <button type="submit" name="add-to-cart" value="447" class="single_add_to_cart_button button alt">Add to cart</button> </form> <div class="product_meta"> <span class="posted_in">Category: <a href="https://justcreative.com/shop/product-category/courses/" rel="tag">Courses</a></span> <span class="tagged_as">Tags: <a href="https://justcreative.com/shop/product-tag/branding/" rel="tag">Branding</a>, <a href="https://justcreative.com/shop/product-tag/course/" rel="tag">Course</a></span> </div> <div class="psfw-social-wrap"> <span class="psfw-icon-title">Share On:</span><ul class="psfw-social-icons round only_icon "><li><a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fjustcreative.com%2Fshop%2Fproduct%2Fbecome-a-brand-master%2F" data-psfw-href="https://www.facebook.com/sharer/sharer.php?u=" target="_blank" data-main-product-url="https%3A%2F%2Fjustcreative.com%2Fshop%2Fproduct%2Fbecome-a-brand-master%2F" ><i class="fa-brands fa-facebook"></i></a></li><li><a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fjustcreative.com%2Fshop%2Fproduct%2Fbecome-a-brand-master%2F" data-psfw-href="https://twitter.com/intent/tweet?url=" target="_blank" data-main-product-url="https%3A%2F%2Fjustcreative.com%2Fshop%2Fproduct%2Fbecome-a-brand-master%2F" ><i class="fa-brands fa-x-twitter"></i></a></li><li><a href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fjustcreative.com%2Fshop%2Fproduct%2Fbecome-a-brand-master%2F" data-psfw-href="https://www.linkedin.com/shareArticle?mini=true&url=" target="_blank" data-main-product-url="https%3A%2F%2Fjustcreative.com%2Fshop%2Fproduct%2Fbecome-a-brand-master%2F" ><i class="fa-brands fa-linkedin"></i></a></li><li><a href="https://api.whatsapp.com/send?text=https%3A%2F%2Fjustcreative.com%2Fshop%2Fproduct%2Fbecome-a-brand-master%2F" data-psfw-href="https://api.whatsapp.com/send?text=" target="_blank" data-main-product-url="https%3A%2F%2Fjustcreative.com%2Fshop%2Fproduct%2Fbecome-a-brand-master%2F" ><i class="fa-brands fa-whatsapp"></i></a></li><li><a href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fjustcreative.com%2Fshop%2Fproduct%2Fbecome-a-brand-master%2F" data-psfw-href="https://pinterest.com/pin/create/button/?url=" target="_blank" data-main-product-url="https%3A%2F%2Fjustcreative.com%2Fshop%2Fproduct%2Fbecome-a-brand-master%2F" ><i class="fa-brands fa-pinterest"></i></a></li><li><a href="/cdn-cgi/l/email-protection#99f8fdfdebfceaead9eaf6f4fcf4f8f0f5b7faf6f4a6eaecfbf3fcfaeda4bfbaa1aba8afa2dbfcfaf6f4fcb9f8b9dbebf8f7fdb9d4f8eaedfcebbfbaa1aba8aea2b9dbebf8f7fdf0f7feb9daf6ecebeafcb9eef0edf1b9d3f8faf6fbb9daf8eaeabffbf6fde0a4daf1fcfaf2b9edf1f0eab9f6eceda3b9f1edede9eabcaad8bcabdfbcabdff3eceaedfaebfcf8edf0effcb7faf6f4bcabdfeaf1f6e9bcabdfe9ebf6fdecfaedbcabdffbfcfaf6f4fcb4f8b4fbebf8f7fdb4f4f8eaedfcebbcabdf" data-psfw-href="mailto:address@somemail.com?subject=&#8216;Become a Brand Master&#8217; Branding Course with Jacob Cass&body=Check this out: " target="_blank" data-main-product-url="https%3A%2F%2Fjustcreative.com%2Fshop%2Fproduct%2Fbecome-a-brand-master%2F"><i class="fa-solid fa-envelope"></i></a></li></ul></div> </div> <div class="woocommerce-tabs wc-tabs-wrapper"> <ul class="tabs wc-tabs" role="tablist"> <li class="description_tab" id="tab-title-description" role="tab" aria-controls="tab-description"> <a href="#tab-description"> Description </a> </li> <li class="reviews_tab" id="tab-title-reviews" role="tab" aria-controls="tab-reviews"> <a href="#tab-reviews"> Reviews (1) </a> </li> </ul> <div class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab" id="tab-description" role="tabpanel" aria-labelledby="tab-title-description"> <p>Go behind the scenes of a major project with Jacob Cass and learn:</p> <ol> <li>Research, Strategy &amp; Workshops</li> <li>Concept Development</li> <li>Logo &amp; Brand Design</li> </ol> <p>Watch the trailer below.</p> <h2>Branding Course Trailer</h2> <p><iframe loading="lazy" src="about:blank" width="640" height="360" frameborder="0" allowfullscreen="allowfullscreen" data-mce-fragment="1" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://player.vimeo.com/video/812648372?h=4492932a61"></iframe><noscript><iframe src="https://player.vimeo.com/video/812648372?h=4492932a61" width="640" height="360" frameborder="0" allowfullscreen="allowfullscreen" data-mce-fragment="1"></iframe></noscript></p> <h2>Branding Course Details</h2> <ul> <li><strong>Instructor:</strong> Jacob Cass</li> <li><strong>Price</strong>: $197</li> <li><strong>Length:</strong> Value-packed 48 minutes (No fluff, professionally edited.)</li> </ul> <h3><strong>Three Core Learning Modules</strong></h3> <ol> <li>Research &amp; Strategy</li> <li>Concept Development</li> <li>Design &amp; Execution</li> </ol> <p>Includes permanent access, downloadable files and high quality video.</p> <h3><strong>Bonuses</strong></h3> <ul> <li>Brand Workshop Template</li> <li>Brand Strategy Workbook</li> <li>Branding Briefcase (100s of Free Branding &amp; Design Resources)</li> <li>Class Project</li> </ul> <p><img decoding="async" class="alignnone size-large wp-image-418537" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20576'%3E%3C/svg%3E" alt="Brand Course Included Bonuses" width="1024" height="576" data-lazy-src="https://justcreative.com/wp-content/uploads/2023/04/07-Bonuses-1024x576.png" /><noscript><img loading="lazy" decoding="async" class="alignnone size-large wp-image-418537" src="https://justcreative.com/wp-content/uploads/2023/04/07-Bonuses-1024x576.png" alt="Brand Course Included Bonuses" width="1024" height="576" /></noscript></p> <h2>Branding Course: Logo &amp; Brand Design Process with Jacob Cass</h2> <p>Are you ready to take your branding skills to the next level?</p> <p>Say goodbye to generic and lacklustre brands and hello to powerful, strategic brands that make a lasting impact.</p> <p>Introducing the ultimate branding course led by the renowned branding expert, Jacob Cass.</p> <p>Get ready to dive deep into the world of branding and learn how to create a brand that truly resonates with your audience.</p> <p>With Jacob&#8217;s expert guidance, you&#8217;ll learn how to conduct insightful market research, lead effective brand workshops, generate creative ideas, and bring your brand to life!</p> <p>But this course isn&#8217;t just theory.</p> <p>You&#8217;ll have the chance to put your new skills to the test with a hands-on branding project, where you&#8217;ll apply everything you&#8217;ve learned.</p> <p>And the bonuses? They&#8217;re not just any old extras.</p> <p>You&#8217;ll receive a Brand Workshop template, a Brand Strategy Workbook, and Jacob&#8217;s very own &#8220;Branding Briefcase&#8221; filled with top-notch design and branding resources that you won&#8217;t find anywhere else.</p> <p>Whether you&#8217;re a beginner or a seasoned pro, this course is perfect for anyone looking to elevate their branding game.</p> <p>Are you ready to create a brand that truly stands out?</p> <p>Join us. Become a brand master.</p> <p><a href="https://fas.st/t/3UExZ5Yu" data-lasso-id="148524" target="_blank" rel="noopener"><img decoding="async" class="alignnone wp-image-417193 size-full" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201517%202560'%3E%3C/svg%3E" alt="Branding Course by Jacob Cass: Become a Brand Master" width="1517" height="2560" data-lazy-src="https://justcreative.com/wp-content/uploads/2023/04/CoursePreview1-scaled.jpg" /><noscript><img loading="lazy" decoding="async" class="alignnone wp-image-417193 size-full" src="https://justcreative.com/wp-content/uploads/2023/04/CoursePreview1-scaled.jpg" alt="Branding Course by Jacob Cass: Become a Brand Master" width="1517" height="2560" /></noscript></a></p> <p><a href="https://fas.st/t/3UExZ5Yu" data-lasso-id="148525" target="_blank" rel="noopener"><img decoding="async" class="wp-image-417194 size-full" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201138%202560'%3E%3C/svg%3E" alt="Become a Brand Master Course by Jacob Cass Part 2" width="1138" height="2560" data-lazy-src="https://justcreative.com/wp-content/uploads/2023/04/CoursePreview2-scaled.jpg" /><noscript><img loading="lazy" decoding="async" class="wp-image-417194 size-full" src="https://justcreative.com/wp-content/uploads/2023/04/CoursePreview2-scaled.jpg" alt="Become a Brand Master Course by Jacob Cass Part 2" width="1138" height="2560" /></noscript></a></p> <h2>Branding Course Modules</h2> <h3><strong>RESEARCH &amp; STRATEGY</strong></h3> <ol> <li>Conducting market research &amp; planning</li> <li>Facilitating a brand workshop</li> <li>Defining a brand&#8217;s purpose, vision, mission, values</li> <li>Outlining customer personas &amp; brand personality</li> <li>Creating a solid creative brief</li> </ol> <h3><strong>CONCEPT DEVELOPMENT</strong></h3> <ol> <li>Generating ideas, developing and refining concepts</li> <li>Exploring typography, color, composition, and symbolism</li> <li>Presenting &amp; finalizing direction(s)</li> </ol> <h3><strong>DESIGN &amp; EXECUTION</strong></h3> <ol> <li>Creating brand guidelines</li> <li>Producing deliverables</li> <li>Testing, refining, and evolving the brand</li> </ol> <h3><strong>SUMMARY &amp; CLASS PROJECT</strong></h3> <ol> <li>Recap of key takeaways, tips &amp;amp; best practices</li> <li>Class project to learn</li> </ol> <h2>Testimonial:</h2> <p><img decoding="async" class="alignnone wp-image-459 size-full" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201250%201700'%3E%3C/svg%3E" alt="" width="1250" height="1700" data-lazy-srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/quote-500.png 1250w, https://justcreative.com/shop/wp-content/uploads/2025/01/quote-500-221x300.png 221w, https://justcreative.com/shop/wp-content/uploads/2025/01/quote-500-753x1024.png 753w, https://justcreative.com/shop/wp-content/uploads/2025/01/quote-500-768x1044.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/quote-500-1129x1536.png 1129w" data-lazy-sizes="(max-width: 1250px) 100vw, 1250px" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2025/01/quote-500.png" /><noscript><img loading="lazy" decoding="async" class="alignnone wp-image-459 size-full" src="https://justcreative.com/shop/wp-content/uploads/2025/01/quote-500.png" alt="" width="1250" height="1700" srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/quote-500.png 1250w, https://justcreative.com/shop/wp-content/uploads/2025/01/quote-500-221x300.png 221w, https://justcreative.com/shop/wp-content/uploads/2025/01/quote-500-753x1024.png 753w, https://justcreative.com/shop/wp-content/uploads/2025/01/quote-500-768x1044.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/quote-500-1129x1536.png 1129w" sizes="(max-width: 1250px) 100vw, 1250px" /></noscript> <img decoding="async" class="alignnone wp-image-457 size-full" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201080%201804'%3E%3C/svg%3E" alt="" width="1080" height="1804" data-lazy-srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/quotes-3.png 1080w, https://justcreative.com/shop/wp-content/uploads/2025/01/quotes-3-180x300.png 180w, https://justcreative.com/shop/wp-content/uploads/2025/01/quotes-3-613x1024.png 613w, https://justcreative.com/shop/wp-content/uploads/2025/01/quotes-3-768x1283.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/quotes-3-920x1536.png 920w" data-lazy-sizes="(max-width: 1080px) 100vw, 1080px" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2025/01/quotes-3.png" /><noscript><img loading="lazy" decoding="async" class="alignnone wp-image-457 size-full" src="https://justcreative.com/shop/wp-content/uploads/2025/01/quotes-3.png" alt="" width="1080" height="1804" srcset="https://justcreative.com/shop/wp-content/uploads/2025/01/quotes-3.png 1080w, https://justcreative.com/shop/wp-content/uploads/2025/01/quotes-3-180x300.png 180w, https://justcreative.com/shop/wp-content/uploads/2025/01/quotes-3-613x1024.png 613w, https://justcreative.com/shop/wp-content/uploads/2025/01/quotes-3-768x1283.png 768w, https://justcreative.com/shop/wp-content/uploads/2025/01/quotes-3-920x1536.png 920w" sizes="(max-width: 1080px) 100vw, 1080px" /></noscript></p> </div> <div class="woocommerce-Tabs-panel woocommerce-Tabs-panel--reviews panel entry-content wc-tab" id="tab-reviews" role="tabpanel" aria-labelledby="tab-title-reviews"> <div id="reviews" class="woocommerce-Reviews"> <div id="comments"> <h2 class="woocommerce-Reviews-title"> 1 review for <span>&#8216;Become a Brand Master&#8217; Branding Course with Jacob Cass</span> </h2> <ol class="commentlist"> <li class="review even thread-even depth-1" id="li-comment-98"> <div id="comment-98" class="comment_container"> <img alt='' src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2060%2060'%3E%3C/svg%3E" data-lazy-srcset='https://secure.gravatar.com/avatar/3cd4136afd3cc28a81a1709274cef1d82d5dc97e6d426e392d37749eef1b310d?s=120&#038;d=mm&#038;r=g 2x' class='avatar avatar-60 photo' height='60' width='60' decoding='async' data-lazy-src="https://secure.gravatar.com/avatar/3cd4136afd3cc28a81a1709274cef1d82d5dc97e6d426e392d37749eef1b310d?s=60&#038;d=mm&#038;r=g"/><noscript><img alt='' src='https://secure.gravatar.com/avatar/3cd4136afd3cc28a81a1709274cef1d82d5dc97e6d426e392d37749eef1b310d?s=60&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/3cd4136afd3cc28a81a1709274cef1d82d5dc97e6d426e392d37749eef1b310d?s=120&#038;d=mm&#038;r=g 2x' class='avatar avatar-60 photo' height='60' width='60' decoding='async'/></noscript> <div class="comment-text"> <div class="star-rating" title="Rated 5 out of 5"><span style="width:100%"><strong class="rating">5</strong> out of 5</span></div> <p class="meta"> <strong class="woocommerce-review__author">Burt Rophia </strong> <span class="woocommerce-review__dash">&ndash;</span> <time class="woocommerce-review__published-date" datetime="2025-01-18T02:32:14+00:00">January 18, 2025</time> </p> <div class="description"><p>I would have paid $2997 for this!</p> </div> </div> </div> </li><!-- #comment-## --> </ol> </div> <div id="review_form_wrapper"> <div id="review_form"> <div id="respond" class="comment-respond"> <span id="reply-title" class="comment-reply-title">Add a review <small><a rel="nofollow" id="cancel-comment-reply-link" href="/shop/product/become-a-brand-master/#respond" style="display:none;">Cancel reply</a></small></span><form action="https://justcreative.com/shop/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><div class="comment-form-rating"><label for="rating">Your rating&nbsp;<span class="required">*</span></label><select name="rating" id="rating" required> <option value="">Rate&hellip;</option> <option value="5">Perfect</option> <option value="4">Good</option> <option value="3">Average</option> <option value="2">Not that bad</option> <option value="1">Very poor</option> </select></div><p class="comment-form-comment"><label for="comment">Your review&nbsp;<span class="required">*</span></label><textarea id="comment" name="comment" cols="45" rows="8" required></textarea></p><p class="comment-form-author"><label for="author">Name&nbsp;<span class="required">*</span></label><input id="author" name="author" type="text" value="" size="30" required /></p> <p class="comment-form-email"><label for="email">Email&nbsp;<span class="required">*</span></label><input id="email" name="email" type="email" value="" size="30" required /></p> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Submit" /> <input type='hidden' name='comment_post_ID' value='447' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> </div> </div> <div class="clear"></div> </div> </div> </div> <section class="up-sells upsells products"> <h2>You may also like&hellip;</h2> <ul class="products columns-4"> <li class="sales-flash-overlay woocommerce-text-align-left wc-related-upsell-columns-3 wc-related-upsell-tablet-columns-2 wc-related-upsell-mobile-columns-1 do-quantity-buttons product type-product post-184 status-publish first instock product_cat-workshops has-post-thumbnail downloadable virtual purchasable product-type-simple"> <a href="https://justcreative.com/shop/product/how-to-get-high-value-clients-an-8-step-system-with-stephen-houraghan/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><div class="wc-product-image"><div class="inside-wc-product-image"><img width="1801" height="1201" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201801%201201'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="High Value Clients Masterclass" decoding="async" data-lazy-srcset="https://justcreative.com/shop/wp-content/uploads/2023/12/high-value-clients.png 1801w, https://justcreative.com/shop/wp-content/uploads/2023/12/high-value-clients-300x200.png 300w, https://justcreative.com/shop/wp-content/uploads/2023/12/high-value-clients-1024x683.png 1024w, https://justcreative.com/shop/wp-content/uploads/2023/12/high-value-clients-768x512.png 768w, https://justcreative.com/shop/wp-content/uploads/2023/12/high-value-clients-1536x1024.png 1536w" data-lazy-sizes="(max-width: 1801px) 100vw, 1801px" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2023/12/high-value-clients.png" /><noscript><img width="1801" height="1201" src="https://justcreative.com/shop/wp-content/uploads/2023/12/high-value-clients.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="High Value Clients Masterclass" decoding="async" srcset="https://justcreative.com/shop/wp-content/uploads/2023/12/high-value-clients.png 1801w, https://justcreative.com/shop/wp-content/uploads/2023/12/high-value-clients-300x200.png 300w, https://justcreative.com/shop/wp-content/uploads/2023/12/high-value-clients-1024x683.png 1024w, https://justcreative.com/shop/wp-content/uploads/2023/12/high-value-clients-768x512.png 768w, https://justcreative.com/shop/wp-content/uploads/2023/12/high-value-clients-1536x1024.png 1536w" sizes="(max-width: 1801px) 100vw, 1801px" /></noscript> </div></div><h2 class="woocommerce-loop-product__title">[Masterclass] How to Get High-Value Clients: An 8 Step System with Stephen Houraghan</h2> <span class="price"><span style="color: #ed008c;">Price: </span><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#36;</span>199.00</bdi></span></span> </a><a href="?add-to-cart=184" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="184" data-product_sku="" aria-label="Add to cart: &ldquo;[Masterclass] How to Get High-Value Clients: An 8 Step System with Stephen Houraghan&rdquo;" aria-describedby="" rel="nofollow">Add to cart</a></li> <li class="sales-flash-overlay woocommerce-text-align-left wc-related-upsell-columns-3 wc-related-upsell-tablet-columns-2 wc-related-upsell-mobile-columns-1 do-quantity-buttons product type-product post-194 status-publish instock product_cat-workshops has-post-thumbnail downloadable virtual purchasable product-type-simple"> <a href="https://justcreative.com/shop/product/how-to-become-a-six-figure-brand-consultant-secrets-of-retainers-positioning-with-matt-davies/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><div class="wc-product-image"><div class="inside-wc-product-image"><img width="1801" height="1201" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201801%201201'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Retainers Masterclass" decoding="async" data-lazy-srcset="https://justcreative.com/shop/wp-content/uploads/2023/12/retainers-masterclass.png 1801w, https://justcreative.com/shop/wp-content/uploads/2023/12/retainers-masterclass-300x200.png 300w, https://justcreative.com/shop/wp-content/uploads/2023/12/retainers-masterclass-1024x683.png 1024w, https://justcreative.com/shop/wp-content/uploads/2023/12/retainers-masterclass-768x512.png 768w, https://justcreative.com/shop/wp-content/uploads/2023/12/retainers-masterclass-1536x1024.png 1536w" data-lazy-sizes="(max-width: 1801px) 100vw, 1801px" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2023/12/retainers-masterclass.png" /><noscript><img width="1801" height="1201" src="https://justcreative.com/shop/wp-content/uploads/2023/12/retainers-masterclass.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Retainers Masterclass" decoding="async" srcset="https://justcreative.com/shop/wp-content/uploads/2023/12/retainers-masterclass.png 1801w, https://justcreative.com/shop/wp-content/uploads/2023/12/retainers-masterclass-300x200.png 300w, https://justcreative.com/shop/wp-content/uploads/2023/12/retainers-masterclass-1024x683.png 1024w, https://justcreative.com/shop/wp-content/uploads/2023/12/retainers-masterclass-768x512.png 768w, https://justcreative.com/shop/wp-content/uploads/2023/12/retainers-masterclass-1536x1024.png 1536w" sizes="(max-width: 1801px) 100vw, 1801px" /></noscript> </div></div><h2 class="woocommerce-loop-product__title">[Masterclass] How to Become a Six Figure Brand Consultant: Secrets of Retainers &#038; Positioning with Matt Davies</h2> <span class="price"><span style="color: #ed008c;">Price: </span><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#36;</span>199.00</bdi></span></span> </a><a href="?add-to-cart=194" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="194" data-product_sku="" aria-label="Add to cart: &ldquo;[Masterclass] How to Become a Six Figure Brand Consultant: Secrets of Retainers &amp; Positioning with Matt Davies&rdquo;" aria-describedby="" rel="nofollow">Add to cart</a></li> </ul> </section> </div> </div> </div> </article> </main> </div> </div> </div> <div class="site-footer"> <div id="footer-widgets" class="site footer-widgets"> <div class="footer-widgets-container grid-container"> <div class="inside-footer-widgets"> <div class="footer-widget-1"> <aside id="custom_html-2" class="widget_text widget inner-padding widget_custom_html"><div class="textwidget custom-html-widget"><div class="footer-bio"> <a href="https://justcreative.com/about/"> <img width="592" height="310" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20592%20310'%3E%3C/svg%3E" alt="Jacob Cass Brand Designer & Brand Strategist" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2023/12/Jacob-Cass-Sidebar-Profile-Suit-min.png" /><noscript><img width="592" height="310" src="https://justcreative.com/shop/wp-content/uploads/2023/12/Jacob-Cass-Sidebar-Profile-Suit-min.png" alt="Jacob Cass Brand Designer & Brand Strategist" /></noscript> <p><strong>JACOB CASS</strong> <br>Brand Designer & Strategist <br><em>Stand The Flock Out!™</em></p> </a> </div> <ul class="footer-cs-menu" aria-label="Site Navigation"> <li><a href="https://justcreative.com/about/" aria-label="About">About</a></li> <li><a href="https://justcreative.com/hire-me/" aria-label="Services">Services</a></li> <li><a href="https://justcreative.com/portfolio/" aria-label="Portfolio">Portfolio</a></li> <li><a href="https://justcreative.com/featured-articles/" aria-label="Free Resources">Free Resources</a></li> <li><a href="https://justcreative.com/podcast/" aria-label="Podcast">Podcast</a></li> <li><a href="https://justcreative.com/blog/" aria-label="Blog">Blog</a></li> <li><a href="https://justcreative.com/buying-guides" aria-label="Buying Guides">Buying Guides</a></li> <li><a href="https://justcreative.com/community/" aria-label="Community">Community</a></li> <li><a href="https://justcreative.com/contact-me/" aria-label="Contact">Contact</a></li> </ul> </div></aside> </div> <div class="footer-widget-2"> <aside id="text-2" class="widget inner-padding widget_text"><h2 class="widget-title">RECENT POSTS</h2> <div class="textwidget"><ul> <li> <a href="https://justcreative.com/cracked-fonts/">20+ Cracked &amp; Broken Fonts for Weathered &amp; Fractured Designs</a> </li> <li> <a href="https://justcreative.com/coreldraw-discounts/">The Best CorelDRAW Graphics Suite Discounts: Get 10 to 50% Off (2023)</a> </li> <li> <a href="https://justcreative.com/brand-storytelling-miri-rodriguez/">[Podcast] Brand Storytelling with Miri Rodriguez</a> </li> <li> <a href="https://justcreative.com/best-branding-podcasts/">The Best Branding Podcasts in 2023</a> </li> </ul> </div> </aside><aside id="categories-2" class="widget inner-padding widget_categories"><h2 class="widget-title">BLOG CATEGORIES</h2><form action="https://justcreative.com/shop" method="get"><label class="screen-reader-text" for="cat">BLOG CATEGORIES</label><select name='cat' id='cat' class='postform'> <option value='-1'>Select Category</option> <option class="level-0" value="22">3D</option> <option class="level-0" value="23">Adobe</option> <option class="level-0" value="24">AI</option> <option class="level-0" value="25">Android</option> <option class="level-0" value="26">Animation</option> <option class="level-0" value="27">Art</option> <option class="level-0" value="1">Branding</option> <option class="level-0" value="29">Business</option> <option class="level-0" value="30">Courses</option> <option class="level-0" value="31">Creativity</option> <option class="level-0" value="32">Cricut &amp; Craft</option> <option class="level-0" value="33">Deals &amp; Freebies</option> <option class="level-0" value="34">Digital Art</option> <option class="level-0" value="35">Drawing</option> <option class="level-0" value="36">Graphic Design</option> <option class="level-0" value="37">Guest Articles</option> <option class="level-0" value="38">iPad</option> <option class="level-0" value="39">iPhone</option> <option class="level-0" value="40">JustCreative</option> <option class="level-0" value="41">Logo Design</option> <option class="level-0" value="42">Marketing</option> <option class="level-0" value="43">News</option> <option class="level-0" value="44">NFTs &amp; Web3</option> <option class="level-0" value="45">Personal</option> <option class="level-0" value="46">Photography</option> <option class="level-0" value="47">Podcast</option> <option class="level-0" value="48">Procreate</option> <option class="level-0" value="49">Reviews</option> <option class="level-0" value="50">Software</option> <option class="level-0" value="51">Tools &amp; Gear</option> <option class="level-0" value="52">Typography</option> <option class="level-0" value="53">Videography</option> <option class="level-0" value="54">Web Design &amp; UX</option> </select> </form><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="rocketlazyloadscript"> (function() { var dropdown = document.getElementById( "cat" ); function onCatChange() { if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) { dropdown.parentNode.submit(); } } dropdown.onchange = onCatChange; })(); </script> </aside> </div> <div class="footer-widget-3"> <aside id="custom_html-5" class="widget_text widget inner-padding widget_custom_html"><h2 class="widget-title">LATEST WORK</h2><div class="textwidget custom-html-widget"><div class="portfolios-widget-wrapper"> <div class="portfolios-widget-item"> <a href="https://justcreative.com/portfolio-item/opr-eyewear/"> <img width="150" height="150" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" alt="OPR® Artisanal Italian Eyewear" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2023/12/OPR-Thumbnail-150x150-1.webp"><noscript><img width="150" height="150" decoding="async" src="https://justcreative.com/shop/wp-content/uploads/2023/12/OPR-Thumbnail-150x150-1.webp" alt="OPR® Artisanal Italian Eyewear"></noscript> </a> </div> <div class="portfolios-widget-item"> <a href="https://justcreative.com/portfolio-item/magnetism/"> <img width="150" height="150" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" alt="Magnetism®" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2023/12/magnetism-logo-150x150-1.webp"><noscript><img width="150" height="150" decoding="async" src="https://justcreative.com/shop/wp-content/uploads/2023/12/magnetism-logo-150x150-1.webp" alt="Magnetism®"></noscript> </a> </div> <div class="portfolios-widget-item"> <a href="https://justcreative.com/portfolio-item/rock-the-boat/"> <img width="150" height="150" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" alt="Rock The Boat®" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2023/12/rock-the-boat-150x150-1.webp"><noscript><img width="150" height="150" decoding="async" src="https://justcreative.com/shop/wp-content/uploads/2023/12/rock-the-boat-150x150-1.webp" alt="Rock The Boat®"></noscript> </a> </div> <div class="portfolios-widget-item"> <a href="https://justcreative.com/portfolio-item/big-innovation-rebranding/"> <img width="150" height="150" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" alt="BIG Innovation Consultancy" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2023/12/BIG-Logo-Portfolio-150x150-1.webp"><noscript><img width="150" height="150" decoding="async" src="https://justcreative.com/shop/wp-content/uploads/2023/12/BIG-Logo-Portfolio-150x150-1.webp" alt="BIG Innovation Consultancy"></noscript> </a> </div> <div class="portfolios-widget-item"> <a href="https://justcreative.com/portfolio-item/vitra-aesthetics-clinic/"> <img width="150" height="150" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" alt="Vitra Aesthetics Clinic" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2023/12/vitra-project-2-150x150-1.webp"><noscript><img width="150" height="150" decoding="async" src="https://justcreative.com/shop/wp-content/uploads/2023/12/vitra-project-2-150x150-1.webp" alt="Vitra Aesthetics Clinic"></noscript> </a> </div> <div class="portfolios-widget-item"> <a href="https://justcreative.com/portfolio-item/tetrapeak/"> <img width="150" height="150" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" alt="Tetrapeak" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2023/12/tetrapeak-logo-150x150-1.webp"><noscript><img width="150" height="150" decoding="async" src="https://justcreative.com/shop/wp-content/uploads/2023/12/tetrapeak-logo-150x150-1.webp" alt="Tetrapeak"></noscript> </a> </div> </div></div></aside><aside id="custom_html-3" class="widget_text widget inner-padding widget_custom_html"><h2 class="widget-title">B1G1 MEMBER</h2><div class="textwidget custom-html-widget"><a href="https://justcreative.com/about/#b1g1"> <img width="248" height="129" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20248%20129'%3E%3C/svg%3E" alt="B1G1 Member - Business for Good" data-lazy-src="https://justcreative.com/shop/wp-content/uploads/2023/12/business-for-good.webp" /><noscript><img width="248" height="129" src="https://justcreative.com/shop/wp-content/uploads/2023/12/business-for-good.webp" alt="B1G1 Member - Business for Good" /></noscript></a> <ul class="footer-cs-menu"> <li><a href="https://justcreative.com/about/#b1g1">See Our Impact</a></li> </ul></div></aside> </div> <div class="footer-widget-4"> <aside id="custom_html-4" class="widget_text widget inner-padding widget_custom_html"><h2 class="widget-title">SUBSCRIBE FOR FREE</h2><div class="textwidget custom-html-widget"><div id="om-umpmvi8h0dh6al49uhti-holder"></div></div></aside> </div> </div> </div> </div> <footer class="site-info" aria-label="Site" itemtype="https://schema.org/WPFooter" itemscope> <div class="inside-site-info grid-container"> <div class="copyright-bar"> <div class="footercopy-area"> <div class="left"> &copy; 2025 <a href="https://justcreative.com/about-just-creative"><span style="color:#FF00A6">JUST™</span> Creative</a> | <a href="https://justcreative.com/about">Jacob Cass</a> | <a href="https://justcreative.com/privacy-policy/">Privacy</a> | <a href="https://justcreative.com/terms-of-service/">Terms of Service</a> | <a href="https://justcreative.com/contact-me/sponsored-post/">Sponsored Posts</a> </div> <div class="right"> <ul class="footer-sicon"> <li><a href="https://dribbble.com/justcreative" target="_blank" title="Dribbble"><i class="fab fa-dribbble"></i></a></li> <li><a href="https://www.facebook.com/justcreativedesign" target="_blank" title="Facebook"><i class="fab fa-facebook"></i></a></li> <li><a href="https://instagram.com/justcreative" target="_blank" title="Instagram"><i class="fab fa-instagram"></i></a></li> <li><a href="https://www.linkedin.com/in/justcreativedesign/" target="_blank" title="LinkedIn"><i class="fab fa-linkedin"></i></a></li> <li><a href="https://www.pinterest.com/jacobcass/" target="_blank" title="Pinterest"><i class="fab fa-pinterest"></i></a></li> <li><a href="https://feeds.feedburner.com/JustCreativeDesignBlog" target="_blank" title="RSS"><i class="fas fa-rss"></i></a></li> <li><a href="https://twitter.com/justcreative" target="_blank" title="Twitter"><i class="fab fa-twitter"></i></a></li> <li><a href="https://youtube.com/c/JUSTCreative" target="_blank" title="YouTube"><i class="fab fa-youtube"></i></a></li> </ul> </div> </div> </div> </div> </footer> </div> <nav id="generate-slideout-menu" class="main-navigation slideout-navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope> <div class="inside-navigation grid-container grid-parent"> </div><!-- .inside-navigation --> </nav><!-- #site-navigation --> <div class="slideout-overlay"> <button class="slideout-exit has-svg-icon"> <span class="gp-icon pro-close"> <svg viewBox="0 0 512 512" aria-hidden="true" role="img" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1em" height="1em"> <path d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z" /> </svg> </span> <span class="screen-reader-text">Close</span> </button> </div> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/shop\/*"},{"not":{"href_matches":["\/shop\/wp-*.php","\/shop\/wp-admin\/*","\/shop\/wp-content\/uploads\/*","\/shop\/wp-content\/*","\/shop\/wp-content\/plugins\/*","\/shop\/wp-content\/themes\/generatepress_child\/*","\/shop\/wp-content\/themes\/generatepress\/*","\/shop\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script type="rocketlazyloadscript" id="generate-a11y">!function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("mousedown",function(){e.classList.add("using-mouse")}),e.addEventListener("keydown",function(){e.classList.remove("using-mouse")})}}();</script> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" aria-label="Close (Esc)"></button> <button class="pswp__button pswp__button--share" aria-label="Share"></button> <button class="pswp__button pswp__button--fs" aria-label="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" aria-label="Zoom in/out"></button> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" aria-label="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" aria-label="Next (arrow right)"></button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <script type="rocketlazyloadscript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <script src="https://justcreative.com/shop/wp-content/plugins/gp-premium/menu-plus/functions/js/sticky.min.js?ver=2.4.0" id="generate-sticky-js" defer></script> <script id="generate-offside-js-extra"> var offSide = {"side":"left"}; </script> <script src="https://justcreative.com/shop/wp-content/plugins/gp-premium/menu-plus/functions/js/offside.min.js?ver=2.4.0" id="generate-offside-js" defer></script> <script src="https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=8.6.1" id="sourcebuster-js-js" defer></script> <script id="wc-order-attribution-js-extra"> var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"ajaxurl":"https:\/\/justcreative.com\/shop\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; </script> <script src="https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=8.6.1" id="wc-order-attribution-js" defer></script> <script id="psfw-public-js-extra"> var public_js_object = {"copy_to_clipboard_text":"Copy to Clipboard","copied_to_clipboard_text":"Copied to Clipboard"}; </script> <script src="https://justcreative.com/shop/wp-content/plugins/product-share/public/js/public.min.js?ver=1.2.8" id="psfw-public-js" defer></script> <script id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/shop(\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/??(.*)|\/cart\/?|\/my-account\/??(.*)|\/wc-api\/v(.*)|\/(index.php\/)?(.*)wp-json(\/.*|$))|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/justcreative.com\/shop","onHoverDelay":"100","rateThrottle":"3"}; </script> <script id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script id="rocket_lazyload_css-js-extra"> var rocket_lazyload_css_data = {"threshold":"300"}; </script> <script id="rocket_lazyload_css-js-after"> !function o(n,c,a){function s(t,e){if(!c[t]){if(!n[t]){var r="function"==typeof require&&require;if(!e&&r)return r(t,!0);if(u)return u(t,!0);throw(r=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",r}r=c[t]={exports:{}},n[t][0].call(r.exports,function(e){return s(n[t][1][e]||e)},r,r.exports,o,n,c,a)}return c[t].exports}for(var u="function"==typeof require&&require,e=0;e<a.length;e++)s(a[e]);return s}({1:[function(e,t,r){"use strict";!function(){const r="undefined"==typeof rocket_pairs?[]:rocket_pairs,e="undefined"==typeof rocket_excluded_pairs?[]:rocket_excluded_pairs;e.map(t=>{var e=t.selector;const r=document.querySelectorAll(e);r.forEach(e=>{e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"excluded")})});const o=document.querySelector("#wpr-lazyload-bg-container");var t=rocket_lazyload_css_data.threshold||300;const n=new IntersectionObserver(e=>{e.forEach(t=>{if(t.isIntersecting){const e=r.filter(e=>t.target.matches(e.selector));e.map(t=>{var e;t&&((e=document.createElement("style")).textContent=t.style,o.insertAdjacentElement("afterend",e),t.elements.forEach(e=>{n.unobserve(e),e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"loaded")}))})}})},{rootMargin:t+"px"});function c(){0<(0<arguments.length&&void 0!==arguments[0]?arguments[0]:[]).length&&r.forEach(t=>{try{const e=document.querySelectorAll(t.selector);e.forEach(e=>{"loaded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&"excluded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&(n.observe(e),(t.elements||(t.elements=[])).push(e))})}catch(e){console.error(e)}})}c();const a=function(){const o=window.MutationObserver;return function(e,t){if(e&&1===e.nodeType){const r=new o(t);return r.observe(e,{attributes:!0,childList:!0,subtree:!0}),r}}}();t=document.querySelector("body"),a(t,c)}()},{}]},{},[1]); //# sourceMappingURL=lazyload-css.min.js.map </script> <!--[if lte IE 11]> <script src="https://justcreative.com/shop/wp-content/themes/generatepress/assets/js/classList.min.js?ver=3.3.1" id="generate-classlist-js"></script> <![endif]--> <script id="generate-menu-js-extra"> var generatepressMenu = {"toggleOpenedSubMenus":"1","openSubMenuLabel":"Open Sub-Menu","closeSubMenuLabel":"Close Sub-Menu"}; </script> <script src="https://justcreative.com/shop/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.3.1" id="generate-menu-js" defer></script> <script id="generate-navigation-search-js-extra"> var generatepressNavSearch = {"open":"Open Search Bar","close":"Close Search Bar"}; </script> <script src="https://justcreative.com/shop/wp-content/themes/generatepress/assets/js/navigation-search.min.js?ver=3.3.1" id="generate-navigation-search-js" defer></script> <script src="https://justcreative.com/shop/wp-includes/js/comment-reply.min.js?ver=63835989dcee44662290e42966be8de7" id="comment-reply-js" async data-wp-strategy="async"></script> <script src="https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.min.js?ver=3.0.0-wc.8.6.1" id="jquery-payment-js" data-wp-strategy="defer" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://js.stripe.com/v3/?ver=3.0" id="stripe-js" defer></script> <script id="woocommerce_stripe-js-extra"> var wc_stripe_params = {"title":"Credit Card","key":"pk_live_2kc61BKwlPuJGbiyVZ1rIzmm00788Py5Uc","i18n_terms":"Please accept the terms and conditions first","i18n_required_fields":"Please fill in required checkout fields first","updateFailedOrderNonce":"3bbfb63a07","updatePaymentIntentNonce":"03d35f4beb","orderId":"0","checkout_url":"\/shop\/?wc-ajax=checkout","stripe_locale":"en","no_prepaid_card_msg":"Sorry, we're not accepting prepaid cards at this time. Your credit card has not been charged. Please try with alternative payment method.","no_sepa_owner_msg":"Please enter your IBAN account name.","no_sepa_iban_msg":"Please enter your IBAN account number.","payment_intent_error":"We couldn't initiate the payment. Please try again.","sepa_mandate_notification":"email","allow_prepaid_card":"yes","inline_cc_form":"no","is_checkout":"no","return_url":"https:\/\/justcreative.com\/shop\/checkout\/order-received\/?utm_nooverride=1","ajaxurl":"\/shop\/?wc-ajax=%%endpoint%%","stripe_nonce":"3e5b10665e","statement_descriptor":"","elements_options":[],"sepa_elements_options":{"supportedCountries":["SEPA"],"placeholderCountry":"AU","style":{"base":{"fontSize":"15px"}}},"invalid_owner_name":"Billing First Name and Last Name are required.","is_change_payment_page":"no","is_add_payment_page":"no","is_pay_for_order_page":"no","elements_styling":"","elements_classes":"","add_card_nonce":"20265cf8e0","create_payment_intent_nonce":"fc15c1945f","cpf_cnpj_required_msg":"CPF\/CNPJ is a required field","invalid_number":"The card number is not a valid credit card number.","invalid_expiry_month":"The card's expiration month is invalid.","invalid_expiry_year":"The card's expiration year is invalid.","invalid_cvc":"The card's security code is invalid.","incorrect_number":"The card number is incorrect.","incomplete_number":"The card number is incomplete.","incomplete_cvc":"The card's security code is incomplete.","incomplete_expiry":"The card's expiration date is incomplete.","expired_card":"The card has expired.","incorrect_cvc":"The card's security code is incorrect.","incorrect_zip":"The card's zip code failed validation.","postal_code_invalid":"Invalid zip code, please correct and try again","invalid_expiry_year_past":"The card's expiration year is in the past","card_declined":"The card was declined.","missing":"There is no card on a customer that is being charged.","processing_error":"An error occurred while processing the card.","invalid_sofort_country":"The billing country is not accepted by Sofort. Please try another country.","email_invalid":"Invalid email address, please correct and try again.","invalid_request_error":"Unable to process this payment, please try again or use alternative method.","amount_too_large":"The order total is too high for this payment method","amount_too_small":"The order total is too low for this payment method","country_code_invalid":"Invalid country code, please try again with a valid country code","tax_id_invalid":"Invalid Tax Id, please try again with a valid tax id"}; </script> <script src="https://justcreative.com/shop/wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe.min.js?ver=8.0.1" id="woocommerce_stripe-js" defer></script> <script id="generate-woocommerce-js-extra"> var generateWooCommerce = {"quantityButtons":"1","stickyAddToCart":"","addToCartPanel":""}; </script> <script src="https://justcreative.com/shop/wp-content/plugins/gp-premium/woocommerce/functions/js/woocommerce.min.js?ver=2.4.0" id="generate-woocommerce-js" defer></script> <script id="wc-cart-fragments-js-extra"> var wc_cart_fragments_params = {"ajax_url":"\/shop\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/shop\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_1dcc56780e8c157b36a106ef4ee5cf91","fragment_name":"wc_fragments_1dcc56780e8c157b36a106ef4ee5cf91","request_timeout":"5000"}; </script> <script src="https://justcreative.com/shop/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=8.6.1" id="wc-cart-fragments-js" defer data-wp-strategy="defer"></script> <script type="rocketlazyloadscript"> jQuery(window).on( 'load resize', function(){ var get_header_nav_height = jQuery('#site-navigation').outerHeight(); console.log(get_header_nav_height); jQuery('.jcs_header_nav_fallback').css('height', get_header_nav_height); }); </script> <!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com --> <script type="rocketlazyloadscript">(function(d,u,ac){var s=d.createElement('script');s.type='text/javascript';s.src='https://a.omappapi.com/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.account=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,20560,1359);</script> <!-- / https://optinmonster.com --> <script data-minify="1" src="https://justcreative.com/shop/wp-content/cache/min/1/ajax/libs/lightslider/1.1.6/js/lightslider.min.js?ver=1711349779" defer></script> <script data-minify="1" src="https://justcreative.com/shop/wp-content/cache/min/1/ajax/libs/lightgallery/1.2.19/js/lightgallery-all.min.js?ver=1711349779" defer></script> <script data-minify="1" src="https://justcreative.com/shop/wp-content/cache/min/1/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js?ver=1711349779" defer></script> <script type="rocketlazyloadscript"> jQuery(document).ready(function(){ jQuery('.jcs_wc_single_product_gallery').lightSlider({ gallery:true, item:1, loop:true, thumbItem:5, thumbMargin: 5, slideMargin:0, enableDrag: false, prevHtml: '<i class="fas fa-angle-left"></i>', nextHtml: '<i class="fas fa-angle-right"></i>', currentPagerPosition:'left', onSliderLoad: function(el) { el.lightGallery({ selector: '.jcs_wc_single_product_gallery .lslide' }); }, }); jQuery('.jcs_wc_single_product_img').lightSlider({ gallery:true, item:1, loop:false, thumbItem:false, slideMargin:0, enableDrag: false, currentPagerPosition:'left', onSliderLoad: function(el) { el.lightGallery({ selector: '.jcs_wc_single_product_img .lslide' }); } }); }); </script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://justcreative.com/shop/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script> <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1746123700 -->

Pages: 1 2 3 4 5 6 7 8 9 10