<!DOCTYPE html>
<html lang="en-US">
    <head>
    	
<script>
window._cognito = {
	userPoolId: "us-east-1_36KLgs51Y",
	region: "us-east-1",
	clientId: "1mhoelgmeuuf3koc56l6m6gvc4",
	poolUrl: "https://auth.ami-admin.com",
	ssoServer: "https://sso.ami-admin.com",
	shopifyStore: "usw-marketplace.myshopify.com",
};


if (window.location.hostname === "usnow.com" && window.location.href.indexOf("/pages/sso-test")!==-1) {
	window._cognito.ssoServer="https://sso-develop.ami-admin.com";
}

if (window.location.hostname === "caseys-dev.myshopify.com") {
	window._cognito.ssoServer="https://sso-develop.ami-admin.com";
}

if (window.location.search.indexOf("sso_login") >-1 ) {
        
   const urlParams = new URLSearchParams(window.location.search);
   const accessToken  =  urlParams.get("at");
   const refreshToken = urlParams.get("rt");
        
    //remove it from url so other JS libs cannot see it
    const url=window.location.href.split("?")[0];
    history.pushState(null, null, url);
        
    if ( accessToken && refreshToken) {
      window.localStorage.setItem("cognito_" +"1mhoelgmeuuf3koc56l6m6gvc4" + "_" + "accessToken", accessToken);
      window.localStorage.setItem("cognito_" + "1mhoelgmeuuf3koc56l6m6gvc4" + "_" + "refreshToken", refreshToken);
      console.log("AA got tokens from url. setting to local storage. setting pop account to true ");
      window.cognito_pop_account=true;
    }
}
</script>
        <meta charset="UTF-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
		<link rel="preload" as="image" href="/wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?crop=0px%2C0px%2C2400px%2C1530px&#038;resize=940%2C600&#038;quality=86&#038;strip=all" imagesrcset="/wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?crop=0px%2C0px%2C2400px%2C1530px&amp;resize=400%2C255&amp;quality=86&amp;strip=all 400w, /wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?crop=0px%2C0px%2C2400px%2C1530px&amp;resize=600%2C383&amp;quality=86&amp;strip=all 600w, /wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?crop=0px%2C0px%2C2400px%2C1530px&amp;resize=800%2C511&amp;quality=86&amp;strip=all 800w, /wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?crop=0px%2C0px%2C2400px%2C1530px&amp;resize=940%2C600&amp;quality=86&amp;strip=all 940w, /wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?crop=0px%2C0px%2C2400px%2C1530px&amp;resize=1200%2C766&amp;quality=86&amp;strip=all 1200w, /wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?crop=0px%2C0px%2C2400px%2C1530px&amp;resize=1920%2C1225&amp;quality=86&amp;strip=all 1920w" imagesizes="(max-width: 400px) 400px, (max-width: 600px) 600px, 940px" />        <link rel="profile" href="http://gmpg.org/xfn/11"/>
        <link rel="pingback" href="https://www.intouchweekly.com/xmlrpc.php"/>
        <link rel="apple-touch-icon" sizes="180x180" href="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/source/images/favicon/intouch/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/source/images/favicon/intouch/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/source/images/favicon/intouch/favicon-16x16.png">
        <link rel="mask-icon" href="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/source/images/favicon/intouch/safari-pinned-tab.svg" color="#636363">
        <meta name="theme-color" content="#ffffff">

					<link rel="preload" href="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/fonts/FjallaOne-Regular.woff2" as="font" type="font/woff2" crossorigin>
			<link rel="preload" href="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/fonts/Raleway-Bold.woff2" as="font" type="font/woff2" crossorigin>
			<link rel="preload" href="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/fonts/Raleway-ExtraBold.woff2" as="font" type="font/woff2" crossorigin>
		
							<script type="text/javascript">
			window.googletag = window.googletag || {}, window.googletag.cmd = window.googletag.cmd || [], window.googletag.cmd.push( function() {
				if ( 0 === window.googletag.pubads().getTargeting( "permutive" ).length ) {
					var g = window.localStorage.getItem( "_pdfps" );
					window.googletag.pubads().setTargeting( "permutive", g ? JSON.parse( g ) : [] )
				}
			} );
			window.ntvConfig = window.ntvConfig || {};
			window.ntvConfig.keyValues = window.ntvConfig.keyValues || {};
			var segs = localStorage.getItem( '_pnativo' );
			if ( segs ) {
				window.ntvConfig.keyValues.permutive = segs;
			}
			!function( n, e, o, r, i ) {
				if ( !e ) {
					e = e || {}, window.permutive = e, e.q = [], e.config = i || {}, e.config.projectId = o, e.config.apiKey = r, e.config.environment = e.config.environment || "production";
					for ( var t = ["addon", "identify", "track", "trigger", "query", "segment", "segments", "ready", "on", "once", "user", "consent"], c = 0; c < t.length; c++ ) {
						var f = t[c];
						e[f] = function( n ) {
							return function() {
								var o = Array.prototype.slice.call( arguments, 0 );
								e.q.push( {functionName: n, arguments: o} )
							}
						}( f )
					}
				}
			}( document, window.permutive, "410f7cce-1402-4d0e-8d36-f430b2eb2066", "9fc95048-71ef-4f85-a2f7-d7e9ca5b8d45", {"consentRequired": true} );
			var permutiveData = {"page":{"url":"\/\/","category":"home","title":"Homepage","type":null,"id":0}};
			if ( localStorage.getItem( 'blueconic' ) ) {
				permutiveData.page.blueconic = JSON.parse( localStorage.getItem( 'blueconic' ) );
				if ( localStorage.getItem( 'blueconicSeg' ) ) {
					permutiveData.page.blueconic.segments = JSON.parse( localStorage.getItem( 'blueconicSeg' ) );
				}
			}
			permutive.addon( "web", permutiveData );
		</script>
		<script type="text/javascript" async src="https://cdn.permutive.com/410f7cce-1402-4d0e-8d36-f430b2eb2066-web.js"></script>
		
	<!-- OneTrust Cookies Consent Notice start -->
	<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"  type="text/javascript" charset="UTF-8" data-domain-script="36677945-95df-4551-ae71-315d352a975d"></script>
	<script src="https://cdn.cookielaw.org/opt-out/otCCPAiab.js" type="text/javascript" charset="UTF-8" ccpa-opt-out-ids="C0005,C0004,C0002,BG17" ccpa-opt-out-geo="ca" ccpa-opt-out-lspa="false"></script>
	<script type="text/javascript">
		function OptanonWrapper() {
			var allIframes = document.querySelectorAll( 'iframe[class*="optanon-category"]' );
			allIframes.forEach (function( iframe ) {
				var thisIframeCategories = iframe.classList.value.match(/C000\d+/g);

				// Check if user allowed every category assigned to this iframe
				var shouldBeLoaded = thisIframeCategories.every( function( item ) {
					return OptanonActiveGroups.match( item );
				});

				// Load iframe if every category is allowed
				if ( shouldBeLoaded ) {
					loadIframe( iframe );
				}
			});

			// load iframe element
			function loadIframe( element ) {
				if ( element.tagName.toLowerCase() == "iframe" && !element.getAttribute( "src" ) && element.dataset.src ) {
					element.setAttribute( "src", element.dataset.src );
				}
			}

			if ( window.permutive ) {
				if ( OptanonActiveGroups.indexOf( ',C0004,' ) === -1 ) {
					permutive.consent({ "opt_in": false });
				} else {
					permutive.consent({ "opt_in": true, "token": "AMI" });
				}
			}
		}
	</script>
	<!-- OneTrust Cookies Consent Notice end -->

	
			<script>


				var hbDFPdim = '9';
				var hbFRAMEdim = '10';

				if (window.location.href.indexOf("j-14") > -1) {
					hbDFPdim = '10';
					hbFRAMEdim = '11';
				} else if (window.location.href.indexOf("lifeandstylemag") > -1) {
					hbDFPdim = '11';
					hbFRAMEdim = '12';
				}

				var _0xc13e = ["\x44\x46\x50", "\x6C\x6F\x63\x61\x74\x69\x6F\x6E", "\x70\x61\x72\x65\x6E\x74", "\x72\x65\x66\x65\x72\x72\x65\x72", "\x68\x72\x65\x66", "\x75\x6E\x64\x65\x66\x69\x6E\x65\x64", "\x34", "\x35", "\x61\x64\x73", "\x44\x46\x50\x20\x53\x74\x61\x72\x74", "\x6C\x65\x6E\x67\x74\x68", "\x64\x69\x6D\x65\x6E\x73\x69\x6F\x6E", "\x2C", "\x6A\x6F\x69\x6E", "\x70\x75\x73\x68", "\x6C\x6F\x67", "\x53\x6B\x69\x70\x70\x69\x6E\x67\x20\x62\x69\x64\x64\x65\x72\x20", "\x73\x74\x61\x72\x74", "\x65\x6E\x64", "\x6C\x6F\x61\x64\x5F\x74\x69\x6D\x65", "\x20\x6C\x6F\x61\x64\x20\x74\x69\x6D\x65", "\x48\x42\x20\x77\x6F\x75\x6C\x64\x20\x73\x65\x6E\x64\x20\x74\x6F\x20\x47\x41\x20\x69\x66\x20\x6E\x6F\x74\x20\x44\x45\x42\x55\x47\x3A", "\x68\x62\x2E\x73\x65\x6E\x64", "\x74\x69\x6D\x69\x6E\x67", "\x66\x6F\x72\x45\x61\x63\x68", "\x43\x30\x30\x30\x32", "\x69\x6E\x64\x65\x78\x4F\x66", "\x4F\x54\x20\x64\x69\x73\x61\x62\x6C\x65\x64\x20\x63\x6F\x6F\x6B\x69\x65\x73", "\x74\x72\x61\x63\x6B\x69\x6E\x67\x49\x64", "\x67\x65\x74", "\x67\x65\x74\x41\x6C\x6C", "\x63\x72\x65\x61\x74\x65", "\x61\x75\x74\x6F", "\x68\x62", "\x67\x65\x74\x54\x69\x6D\x65", "\x72\x65\x73\x70\x6F\x6E\x73\x65\x53\x74\x61\x72\x74", "\x70\x65\x72\x66\x6F\x72\x6D\x61\x6E\x63\x65", "\x6D\x69\x6E", "\x73\x6F\x72\x74", "", "\x73\x65\x6C\x66", "\x74\x6F\x70", "\x7C", "\x20\x65\x72\x72\x6F\x72\x3A\x20", "\x6D\x65\x73\x73\x61\x67\x65", "\x49\x4E\x44\x58\x57", "\x4F\x50\x45\x4E\x58", "\x59\x4C\x44\x42\x54", "\x50\x42\x4D\x54\x43", "\x52\x55\x42\x49", "\x41\x4F\x4C", "\x53\x56\x52\x4E", "\x49\x4E\x44\x58", "\x46\x42", "\x53\x48\x54\x48", "\x33\x4C\x49\x46\x54", "\x59\x49\x45\x4C\x44", "\x53\x4F\x56\x52", "\x41\x4D\x5A\x4E", "\x49\x41\x53", "\x41\x50\x50\x4E\x45\x58\x55\x53", "\x53\x52\x56\x42", "\x55\x4E\x44\x54", "\x2E\x2A", "\x74\x65\x73\x74", "\x6F\x70\x65\x6E", "\x70\x72\x6F\x74\x6F\x74\x79\x70\x65", "\x73\x65\x6E\x64", "\x74\x69\x6D\x65\x6F\x75\x74", "\x68\x62\x54\x69\x6D\x65\x6F\x75\x74\x44\x65\x62\x75\x67", "\x4F\x76\x65\x72\x72\x69\x64\x69\x6E\x67\x20\x58\x48\x52\x20\x74\x69\x6D\x65\x6F\x75\x74\x20\x66\x72\x6F\x6D\x20", "\x20\x74\x6F\x20", "\x20\x66\x6F\x72\x20", "\x66\x61\x69\x6C\x65\x64\x20\x74\x6F\x20\x6F\x76\x65\x72\x72\x69\x64\x65\x20\x74\x69\x6D\x65\x6F\x75\x74\x20\x66\x6F\x72\x20", "\x61\x70\x70\x6C\x79", "\x45\x72\x72\x6F\x72\x20\x72\x75\x6E\x6E\x69\x6E\x67\x20\x48\x42\x20\x6F\x70\x65\x6E", "\x6F\x6E\x72\x65\x61\x64\x79\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65", "\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65", "\x73\x74\x61\x74\x75\x73", "\x72\x65\x73\x70\x6F\x6E\x73\x65\x55\x52\x4C", "\x48\x42\x20\x53\x54\x41\x54\x45\x3A\x20", "\x20\x63\x6F\x64\x65\x3A", "\x20", "\x20\x62\x69\x64\x64\x65\x72\x3A", "\x45\x72\x72\x6F\x72\x20\x72\x75\x6E\x6E\x69\x6E\x67\x20\x48\x42\x20\x73\x65\x6E\x64", "\x61\x64\x64\x65\x64\x4E\x6F\x64\x65\x73", "\x73\x72\x63", "\x6F\x6E\x6C\x6F\x61\x64", "\x48\x42\x20", "\x20\x73\x63\x72\x69\x70\x74\x20\x6C\x6F\x61\x64\x65\x64\x20", "\x68\x65\x61\x64", "\x6F\x62\x73\x65\x72\x76\x65", "\x66\x75\x6E\x63\x74\x69\x6F\x6E", "\x45\x72\x72\x6F\x72\x20\x67\x61\x74\x68\x65\x72\x69\x6E\x67\x20\x68\x65\x61\x64\x65\x72\x20\x62\x69\x64\x64\x65\x72\x20\x73\x74\x61\x74\x73"];
				try {
					var DEBUG = false;
					var DFP_ID = _0xc13e[0];
					var bidders = {};
					var hb_timings_sent = false;
					var hb_onload_run = false;
					var MAX_MILLIS = 20000;
					var MAX_XHR_MILLIS = 2000;
					var getIFrameURL = function () {
						return (window[_0xc13e[1]] != window[_0xc13e[2]][_0xc13e[1]]) ? document[_0xc13e[3]] : document[_0xc13e[1]][_0xc13e[4]]
					};
					var hb_track_hb = function (_0xb829xa, _0xb829xb, _0xb829xc, _0xb829xd) {
						var _0xb829xe = bidders[_0xb829xa][_0xb829xb];
						if (_0xb829xe && _0xb829xe > 0 && _0xb829xe <= MAX_MILLIS) {
							if (typeof hbDFPdim === _0xc13e[5]) {
								hbDFPdim = _0xc13e[6];
								if (typeof hbFRAMEdim === _0xc13e[5]) {
								}
								;hbFRAMEdim = _0xc13e[7]
							}
							;var _0xb829xf = {
								timingCategory: _0xc13e[8],
								timingVar: _0xc13e[0],
								timingValue: _0xb829xe,
								timingLabel: _0xc13e[9]
							};
							if (_0xb829xc[_0xc13e[10]] > 0) {
								_0xb829xf[_0xc13e[11] + hbDFPdim] = _0xb829xc[_0xc13e[13]](_0xc13e[12])
							}
							;
							if (_0xb829xd) {
								_0xb829xf[_0xc13e[11] + hbFRAMEdim] = _0xb829xd
							}
							;var _0xb829x10 = [];
							_0xb829x10[_0xc13e[14]](_0xb829xf);
							if (DEBUG) {
								console[_0xc13e[15]](bidders)
							}
							;
							for (i = 0; i < toMonitor[_0xc13e[10]]; i++) {
								var _0xb829x11 = toMonitor[i];
								if (!(_0xb829x11 in bidders)) {
									console[_0xc13e[15]](_0xc13e[16] + _0xb829x11);
									continue
								}
								;var _0xb829x12 = bidders[_0xb829x11][_0xc13e[17]];
								var _0xb829x13 = bidders[_0xb829x11][_0xc13e[18]];
								if (_0xb829x12 && _0xb829x13 && _0xb829x12 > 0 && _0xb829x13 > 0) {
									var _0xb829x14 = _0xb829x13 - _0xb829x12;
									if (_0xb829x14 <= MAX_MILLIS) {
										_0xb829xf = {
											timingCategory: _0xc13e[19],
											timingVar: _0xb829x11,
											timingValue: _0xb829x14,
											timingLabel: _0xb829x11 + _0xc13e[20]
										};
										_0xb829x10[_0xc13e[14]](_0xb829xf)
									}
								}
							}
							;
							if (DEBUG) {
								console[_0xc13e[15]](_0xc13e[21]);
								console[_0xc13e[15]](_0xb829x10)
							} else {
								_0xb829x10[_0xc13e[24]](function (_0xb829xf) {
									ga(_0xc13e[22], _0xc13e[23], _0xb829xf)
								})
							}
							;
							return true
						}
						;
						return false
					};
					var hb_log_timings = function () {
						if (OnetrustActiveGroups[_0xc13e[26]](_0xc13e[25]) == -1) {
							console[_0xc13e[15]](_0xc13e[27]);
							return
						}
						;
						if (hb_timings_sent) {
							return
						}
						;hb_timings_sent = true;
						var _0xb829x16 = ga[_0xc13e[30]]()[0][_0xc13e[29]](_0xc13e[28]);
						ga(_0xc13e[31], {
							trackingId: _0xb829x16,
							cookieDomain: _0xc13e[32],
							name: _0xc13e[33],
							siteSpeedSampleRate: 1
						});
						var _0xb829xc = [];
						for (bidder in bidders) {
							if (bidder == DFP_ID) {
								continue
							}
							;
							if (!bidders[bidder][_0xc13e[18]]) {
								bidders[bidder][_0xc13e[18]] = Math[_0xc13e[37]]((new Date())[_0xc13e[34]]() - window[_0xc13e[36]][_0xc13e[23]][_0xc13e[35]], MAX_MILLIS)
							}
							;
							if (bidders[bidder][_0xc13e[18]] - bidders[DFP_ID][_0xc13e[17]] > 0) {
								_0xb829xc[_0xc13e[14]](bidder)
							}
						}
						;_0xb829xc[_0xc13e[38]]();
						var _0xb829xd = _0xc13e[39];
						try {
							if (window[_0xc13e[40]] !== window[_0xc13e[41]]) {
								var _0xb829x17 = null;
								if (window[_0xc13e[40]] && window[_0xc13e[40]][_0xc13e[1]]) {
									_0xb829x17 = window[_0xc13e[40]][_0xc13e[1]][_0xc13e[4]]
								}
								;var _0xb829x18 = null;
								if (window[_0xc13e[41]] && window[_0xc13e[41]][_0xc13e[1]]) {
									_0xb829x18 = window[_0xc13e[41]][_0xc13e[1]][_0xc13e[4]]
								}
								;
								if (_0xb829x17 != _0xb829x18) {
									_0xb829xd = getIFrameURL();
									_0xb829xd = _0xb829xd + _0xc13e[42] + _0xb829x17 + _0xc13e[42] + _0xb829x18
								}
							}
						} catch (err) {
							_0xb829xd = getIFrameURL() + _0xc13e[43] + err[_0xc13e[44]]
						}
						;hb_track_hb(DFP_ID, _0xc13e[17], _0xb829xc, _0xb829xd)
					};
					var toMonitor = [_0xc13e[45]];
					var jsRegexp = {
						'\x2E\x64\x6F\x75\x62\x6C\x65\x63\x6C\x69\x63\x6B\x2E\x6E\x65\x74\x2F\x67\x61\x6D\x70\x61\x64\x2F\x61\x64\x73': _0xc13e[0],
						'\x2E\x6F\x70\x65\x6E\x78\x2E\x6E\x65\x74\x2F\x77\x2F\x31\x2E\x30\x2F\x61\x63\x6A': _0xc13e[46],
						'\x2E\x79\x6C\x64\x62\x74\x2E\x63\x6F\x6D\x2F\x6D\x2F\x2E\x2A\x69\x6E\x69\x74': _0xc13e[47],
						'\x2E\x79\x6C\x64\x62\x74\x2E\x63\x6F\x6D\x2F\x6D\x2F\x2E\x2A\x69\x6E\x69\x74': _0xc13e[47],
						'\x2F\x70\x62\x2E\x6A\x73': _0xc13e[45]
					};
					var xhrRegexp = {
						'\x2E\x64\x6F\x75\x62\x6C\x65\x63\x6C\x69\x63\x6B\x2E\x6E\x65\x74\x2F\x67\x61\x6D\x70\x61\x64\x2F\x61\x64\x73': _0xc13e[0],
						'\x2E\x70\x75\x62\x6D\x61\x74\x69\x63\x2E\x63\x6F\x6D\x2F\x41\x64\x53\x65\x72\x76\x65\x72\x2F\x41\x64\x43\x61\x6C\x6C\x41\x67\x67\x72\x65\x67\x61\x74\x6F\x72': _0xc13e[48],
						'\x2E\x70\x75\x62\x6D\x61\x74\x69\x63\x2E\x63\x6F\x6D\x2F\x41\x64\x53\x65\x72\x76\x65\x72\x2F\x41\x64\x53\x65\x72\x76\x65\x72\x53\x65\x72\x76\x6C\x65\x74': _0xc13e[48],
						'\x2E\x72\x75\x62\x69\x63\x6F\x6E\x70\x72\x6F\x6A\x65\x63\x74\x2E\x63\x6F\x6D\x2F\x61\x2F\x61\x70\x69\x2F\x66\x61\x73\x74\x6C\x61\x6E\x65\x2E\x6A\x73\x6F\x6E': _0xc13e[49],
						'\x2E\x61\x64\x74\x65\x63\x68\x2E\x2A\x2E\x61\x64\x76\x65\x72\x74\x69\x73\x69\x6E\x67\x2E\x63\x6F\x6D\x2F\x70\x75\x62\x61\x70\x69\x2E\x2A\x63\x6D\x64\x3D\x62\x69\x64': _0xc13e[50],
						'\x2E\x6C\x69\x6A\x69\x74\x2E\x63\x6F\x6D\x2F\x72\x74\x62\x2F\x62\x69\x64': _0xc13e[51],
						'\x2E\x63\x61\x73\x61\x6C\x65\x6D\x65\x64\x69\x61\x2E\x63\x6F\x6D\x2F\x63\x79\x67\x6E\x75\x73': _0xc13e[52],
						'\x66\x61\x63\x65\x62\x6F\x6F\x6B\x2E\x63\x6F\x6D\x2E\x2A\x70\x6C\x61\x63\x65\x6D\x65\x6E\x74\x62\x69\x64\x2E\x6A\x73\x6F\x6E': _0xc13e[53],
						'\x62\x74\x6C\x72\x2E\x73\x68\x61\x72\x65\x74\x68\x72\x6F\x75\x67\x68\x2E\x2A\x68\x65\x61\x64\x65\x72\x2D\x62\x69\x64\x2F': _0xc13e[54],
						'\x74\x6C\x78\x2E\x33\x6C\x69\x66\x74\x2E\x63\x6F\x6D\x2E\x2A\x61\x75\x63\x74\x69\x6F\x6E': _0xc13e[55],
						'\x61\x64\x73\x2E\x2A\x79\x6C\x64\x62\x74\x2E\x63\x6F\x6D\x2F\x6D\x2F': _0xc13e[56],
						'\x2E\x6C\x69\x6A\x69\x74\x2E\x63\x6F\x6D\x2F\x72\x74\x62\x2E\x2A\x2F\x62\x69\x64': _0xc13e[57],
						'\x2E\x61\x6D\x61\x7A\x6F\x6E\x2D\x61\x64\x73\x79\x73\x74\x65\x6D\x2E\x63\x6F\x6D\x2F\x65\x2F\x64\x74\x62\x2F\x62\x69\x64': _0xc13e[58],
						'\x70\x69\x78\x65\x6C\x2E\x61\x64\x73\x61\x66\x65\x70\x72\x6F\x74\x65\x63\x74\x65\x64\x2E\x63\x6F\x6D\x2F\x73\x65\x72\x76\x69\x63\x65\x73\x2F\x70\x75\x62': _0xc13e[59],
						'\x2E\x61\x64\x6E\x78\x73\x2E\x63\x6F\x6D\x2F\x75\x74\x2E\x2A\x2F\x70\x72\x65\x62\x69\x64': _0xc13e[60],
						'\x2E\x6F\x70\x65\x6E\x78\x2E\x6E\x65\x74\x2F\x77\x2F\x31\x2E\x30\x2F\x61\x72\x6A': _0xc13e[46],
						'\x65\x2E\x73\x65\x72\x76\x65\x72\x62\x69\x64\x2E\x63\x6F\x6D\x2F\x61\x70\x69\x2F\x76\x32': _0xc13e[61],
						'\x68\x62\x2E\x75\x6E\x64\x65\x72\x74\x6F\x6E\x65\x2E\x63\x6F\x6D\x2F\x68\x62': _0xc13e[62]
					};

					function url2bidder(_0xb829x1d, _0xb829x1e) {
						if (!_0xb829x1d) {
							return
						}
						;
						for (var _0xb829x1f in _0xb829x1e ? xhrRegexp : jsRegexp) {
							if (_0xb829x1d[_0xc13e[26]](_0xb829x1f) != -1) {
								return _0xb829x1e ? xhrRegexp[_0xb829x1f] : jsRegexp[_0xb829x1f]
							}
							;
							if (_0xb829x1f[_0xc13e[26]](_0xc13e[63]) != -1) {
								var _0xb829x20 = new RegExp(_0xb829x1f);
								if (_0xb829x20[_0xc13e[64]](_0xb829x1d)) {
									return _0xb829x1e ? xhrRegexp[_0xb829x1f] : jsRegexp[_0xb829x1f]
								}
							}
						}
					}

					var open_original = XMLHttpRequest[_0xc13e[66]][_0xc13e[65]];
					var send_original = XMLHttpRequest[_0xc13e[66]][_0xc13e[67]];
					XMLHttpRequest[_0xc13e[66]][_0xc13e[65]] = function (_0xb829x23, _0xb829x1d, _0xb829x24, _0xb829x25, _0xb829x26) {
						try {
							if (typeof hbTimeout !== _0xc13e[5] && hbTimeout) {
								try {
									if (typeof this[_0xc13e[68]] == _0xc13e[5] || !this[_0xc13e[68]] || this[_0xc13e[68]] > MAX_XHR_MILLIS) {
										if (window[_0xc13e[1]][_0xc13e[4]] && window[_0xc13e[1]][_0xc13e[4]][_0xc13e[26]](_0xc13e[69]) !== -1) {
											if (DEBUG) {
												console[_0xc13e[15]](_0xc13e[70] + this[_0xc13e[68]] + _0xc13e[71] + MAX_XHR_MILLIS + _0xc13e[72] + _0xb829x1d)
											}
										}
										;this[_0xc13e[68]] = MAX_XHR_MILLIS
									}
								} catch (te) {
									console[_0xc13e[15]](_0xc13e[73] + _0xb829x1d);
									console[_0xc13e[15]](te)
								}
							}
							;var _0xb829xa = url2bidder(_0xb829x1d, true);
							if (!_0xb829xa || bidders[_0xb829xa]) {
								return open_original[_0xc13e[74]](this, arguments)
							}
							;bidders[_0xb829xa] = {start: (new Date())[_0xc13e[34]]() - window[_0xc13e[36]][_0xc13e[23]][_0xc13e[35]]}
						} catch (e_open) {
							console[_0xc13e[15]](_0xc13e[75]);
							console[_0xc13e[15]](e_open)
						} finally {
							return open_original[_0xc13e[74]](this, arguments)
						}
					};
					XMLHttpRequest[_0xc13e[66]][_0xc13e[67]] = function (_0xb829x27) {
						try {
							var _0xb829x28 = this[_0xc13e[76]];
							this[_0xc13e[76]] = function () {
								if (this[_0xc13e[77]] != 4 || this[_0xc13e[78]] != 200) {
									if (_0xb829x28) {
										return _0xb829x28[_0xc13e[74]](this, arguments)
									} else {
										return
									}
								}
								;var _0xb829x1d = this[_0xc13e[79]];
								var _0xb829xa = url2bidder(_0xb829x1d, true);
								if (!_0xb829xa || !bidders[_0xb829xa][_0xc13e[17]] || bidders[_0xb829xa][_0xc13e[18]]) {
									if (_0xb829x28) {
										return _0xb829x28[_0xc13e[74]](this, arguments)
									} else {
										return
									}
								}
								;bidders[_0xb829xa][_0xc13e[18]] = (new Date())[_0xc13e[34]]() - window[_0xc13e[36]][_0xc13e[23]][_0xc13e[35]];
								if (_0xb829xa == DFP_ID) {
									if (hb_onload_run && !hb_timings_sent) {
										hb_log_timings()
									}
								}
								;
								if (DEBUG) {
									console[_0xc13e[15]](_0xc13e[80] + this[_0xc13e[77]] + _0xc13e[81] + this[_0xc13e[78]] + _0xc13e[82] + _0xb829x1d + _0xc13e[83] + _0xb829xa + _0xc13e[82] + bidders[_0xb829xa][_0xc13e[17]] + _0xc13e[82] + bidders[_0xb829xa][_0xc13e[18]])
								}
								;
								if (_0xb829x28) {
									return _0xb829x28[_0xc13e[74]](this, arguments)
								} else {
									return
								}
							}
						} catch (e_send) {
							console[_0xc13e[15]](_0xc13e[84]);
							console[_0xc13e[15]](e_send)
						} finally {
							return send_original[_0xc13e[74]](this, arguments)
						}
					};
					var observer = new MutationObserver(function (_0xb829x2a) {
						_0xb829x2a[_0xc13e[24]](function (_0xb829x2b) {
							for (var _0xb829x2c = 0; _0xb829x2c < _0xb829x2b[_0xc13e[85]][_0xc13e[10]]; _0xb829x2c++) {
								if (_0xb829x2b[_0xc13e[85]][_0xb829x2c] instanceof HTMLScriptElement) {
									var _0xb829x1d = _0xb829x2b[_0xc13e[85]][_0xb829x2c][_0xc13e[86]];
									var _0xb829xa = url2bidder(_0xb829x1d, false);
									if (!_0xb829xa && _0xb829xa != DFP_ID) {
										continue
									}
									;
									if (bidders[_0xb829xa] && bidders[_0xb829xa][_0xc13e[17]]) {
										continue
									}
									;bidders[_0xb829xa] = {start: (new Date())[_0xc13e[34]]() - window[_0xc13e[36]][_0xc13e[23]][_0xc13e[35]]};
									_0xb829x2b[_0xc13e[85]][_0xb829x2c][_0xc13e[87]] = function () {
										bidders[_0xb829xa][_0xc13e[18]] = (new Date())[_0xc13e[34]]() - window[_0xc13e[36]][_0xc13e[23]][_0xc13e[35]];
										if (_0xb829xa == DFP_ID) {
											if (hb_onload_run && !hb_timings_sent) {
												hb_log_timings()
											}
										}
										;
										if (DEBUG) {
											console[_0xc13e[15]](_0xc13e[88] + _0xb829xa + _0xc13e[89] + _0xb829x1d + _0xc13e[82] + bidders[_0xb829xa][_0xc13e[17]] + _0xc13e[82] + bidders[_0xb829xa][_0xc13e[18]])
										}
									}
								}
							}
						})
					});
					observer[_0xc13e[91]](document[_0xc13e[90]], {childList: true});
					var oldonload = window[_0xc13e[87]];
					window[_0xc13e[87]] = function () {
						hb_onload_run = true;
						if (typeof oldonload == _0xc13e[92]) {
							oldonload()
						}
						;
						if (!bidders[DFP_ID] || !bidders[DFP_ID][_0xc13e[18]]) {
							console[_0xc13e[15]](bidders);
							return
						}
						;hb_log_timings()
					}
				} catch (e) {
					console[_0xc13e[15]](_0xc13e[93]);
					console[_0xc13e[15]](e)
				}     </script>

			<script type="text/plain" class="optanon-category-C0004" src="//d17tqr44y57o31.cloudfront.net/script.js"></script>
			<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<!-- Jetpack Site Verification Tags -->
		<script>
			function getCookie(name) {
				var matches = document.cookie.match(new RegExp(
						"(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)"
				));
				return matches ? decodeURIComponent(matches[1]) : undefined;
			}

			window.dataLayer = window.dataLayer || [];
			dataLayer = [{"pageCategory":"home","env":"prod","comments":"off","distroscale":"on","audience_cat":[],"audience_subcat":[],"vupulse":"on","exclusive":"off","globaladrefresh":"20000","homepagerefresh":"on","gallerypostrefresh":"on","videopostrefresh":"on","audiopostrefresh":"on","standardpostrefresh":"on","desktoprefresh":"on","mobilerefresh":"on"}];

			var site_display_format = 'desktop';

			if ( window.innerWidth < 768 ) {
				site_display_format = 'mobile';
			} else if ( window.innerWidth >= 768 && window.innerWidth <= 1024 ) {
				site_display_format = 'tablet';
			}

			dataLayer.push( { siteDisplayFormat : site_display_format } );

			if ( undefined !== window.cognito_user ) {
				dataLayer.push( {userName: window.cognito_user.id} );
			} else {
				let cognito_user = localStorage.getItem( 'cognito_'+window._cognito.clientId+'_user' );
				if ( null != cognito_user ) {
					let cognito_user_json = JSON.parse(cognito_user);
					dataLayer.push( {userName: cognito_user_json.id} );
				}
			}


			var name = 'setAgeInfo';
			var matches = document.cookie.match(new RegExp(
				"(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)"
			));

			dataLayer.push( { userAge : matches ? decodeURIComponent( matches[1] ) : '14' } );
		</script>
		
	<!-- This site is optimized with the Yoast SEO plugin v19.3 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>In Touch Weekly</title>
	<meta name="description" content="Your ultimate source for breaking celebrity news — get the latest on your favorite stars and the glamorous lives they lead!" />
	<link rel="canonical" href="https://www.intouchweekly.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="In Touch Weekly" />
	<meta property="og:description" content="Your ultimate source for breaking celebrity news — get the latest on your favorite stars and the glamorous lives they lead!" />
	<meta property="og:url" content="https://www.intouchweekly.com/" />
	<meta property="og:site_name" content="In Touch Weekly" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@intouchweekly" />
<script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"WebPage","@id":"https:\/\/www.intouchweekly.com\/#webpage","publisher":{"@id":"https:\/\/www.intouchweekly.com\/#organization"},"isPartOf":{"@id":"https:\/\/www.intouchweekly.com\/#website"},"mainEntityOfPage":"https:\/\/www.intouchweekly.com\/"}</script>
<script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"Organization","name":"In Touch Weekly","url":"https:\/\/www.intouchweekly.com","parentOrganization":"a360 Media LLC","logo":{"@type":"ImageObject","url":"https:\/\/www.intouchweekly.com\/wp-content\/themes\/ami-bauer\/assets\/source\/images\/icons\/logo-intouch.svg"},"address":{"@type":"PostalAddress","streetAddress":"4 New York Plaza","addresslocality":"New York, NY","postalCode":"10004"},"telephone":"212-545-4800","sameAs":["http:\/\/www.facebook.com\/InTouchWeekly","https:\/\/twitter.com\/intouchweekly","https:\/\/www.instagram.com\/intouchweekly\/?hl=en","https:\/\/plus.google.com\/+intouchweekly"]}</script>
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.intouchweekly.com/#website","url":"https://www.intouchweekly.com/","name":"In Touch Weekly","description":"","inLanguage":"en-US"},{"@type":"CollectionPage","@id":"https://www.intouchweekly.com/","url":"https://www.intouchweekly.com/","name":"In Touch Weekly","isPartOf":{"@id":"https://www.intouchweekly.com/#website"},"description":"Your ultimate source for breaking celebrity news — get the latest on your favorite stars and the glamorous lives they lead!","breadcrumb":{"@id":"https://www.intouchweekly.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.intouchweekly.com/"]}]},{"@type":"BreadcrumbList","@id":"https://www.intouchweekly.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]}]}</script>
	<meta name="google-site-verification" content="rZutZR_kSzHepnftc9XOL0XtfWyo5kcYkymZ87vanJo" />
	<!-- / Yoast SEO plugin. -->


<meta content="593583017" property="fb:admins" /><meta content="75932763901" property="fb:pages" /><link rel='dns-prefetch' href='//static.adsafeprotected.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="text/xml" title="In Touch Weekly &raquo; Feed" href="https://www.intouchweekly.com/feed/" />
	<script>
		var targeting = JSON.parse( decodeURIComponent( "%7B%22category%22%3A%22%22%2C%22ctype%22%3A%22HomePage%22%2C%22topic%22%3A%22%22%2C%22kw%22%3A%22homepage%22%2C%22keyword%22%3A%22homepage%22%2C%22pid%22%3A467375%2C%22pageID%22%3A%220%22%2C%22pos%22%3A%22%22%2C%22sponsor%22%3A%22no%22%2C%22env%22%3A%22production%22%7D" ) );
		function gptAdsWindowWidth() {
			var w = window,
				d = document,
				e = d.documentElement,
				x = Math.max( e.scrollWidth, e.offsetWidth, e.clientWidth );
			return x;
		}

		function adsParseUrlParams( val ) {
			var result = false,
				tmp = [];
			var items = location.search.substr( 1 ).split( "&" );
			for ( var index = 0; index < items.length; index++ ) {
				tmp = items[ index ].split( "=" );
				if ( tmp[ 0 ] === val ) {
					result = decodeURIComponent( tmp[ 1 ] );
				}
			}
			return result;
		}

		function getCookie(name) {
			var matches = document.cookie.match(new RegExp(
				"(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)"
			));
			return matches ? decodeURIComponent(matches[1]) : undefined;
		}

		function setCookie(name, value, options) {
			options = options || {};

			var expires = options.expires;

			if (typeof expires == "number" && expires) {
				var d = new Date();
				d.setTime(d.getTime() + expires * 1000);
				expires = options.expires = d;
			}
			if (expires && expires.toUTCString) {
				options.expires = expires.toUTCString();
			}

			value = encodeURIComponent(value);

			var updatedCookie = name + "=" + value;

			for (var propName in options) {
				updatedCookie += "; " + propName;
				var propValue = options[propName];
				if (propValue !== true) {
					updatedCookie += "=" + propValue;
				}
			}

			document.cookie = updatedCookie;
		}

		function amiGetCookie( name ) {
			return getCookie(name);
		}



		window.adsRefresh = {};
		window.adsRefresh.impr = [];
		window.adsRefresh.ads = [];
	</script>    	<script type="text/plain" class="optanon-category-C0004" async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
	<script type="text/plain" class="optanon-category-C0004" async src="https://cdn.adsafeprotected.com/iasPET.1.js "></script>
	<script type="text/plain" class="optanon-category-C0004" async src="https://c.amazon-adsystem.com/aax2/apstag.js"></script>
			<script type="text/plain" class="optanon-category-C0004" src="//d3jdulus8lb392.cloudfront.net/ami/intouch-weekly/main.js" async=""></script>
		<link rel="stylesheet" href="https://d3jdulus8lb392.cloudfront.net/ami/intouch-weekly/main.css">
	<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.intouchweekly.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.0.2"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='all-css-0' href='https://www.intouchweekly.com/_static/??-eJx9jcEKwjAQRH/IdJFoPInfEjdLjW7SkNlS+vcWQbAXj2+GN0NLc7myzklAT1CRlKOoFKm2g6Zxle5UxsjrUHIdGDjQP33rfnkn8VTtczG7pvOYKwgSOz9INMIyty4ApQyjzaG+xSbJtQkGd9eJXw62quA7eyvXYwinc/D+4t+TDlA6' type='text/css' media='all' />
<style id='global-styles-inline-css'>
body{--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--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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--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;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>
<link rel='stylesheet' id='all-css-2' href='https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/css/style-intouch.css?m=1664539504g' type='text/css' media='all' />
<script type="text/javascript" src="https://www.intouchweekly.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj0+Rbm5melFiSSpUsX2uraGZmbGFmYWFmVEWAK/IIi4=" ></script><link rel="https://api.w.org/" href="https://www.intouchweekly.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.intouchweekly.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.intouchweekly.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 6.0.2" />
<link rel='shortlink' href='https://wp.me/a5Fxh' />
<style>img#wpstats{display:none}</style>
		<script>
		/**
		 * Will resolve when amazon is loaded on DOM
		 * * @return {Promise}
		 */
		const waitForAmazon = new Promise((resolve, reject) => {
			amzn_check(resolve, 100, 50 );
			setTimeout(resolve, 5000);
		});

		function amzn_check(resolve, interval, retriesLeft) {
			if ( typeof window.apstag == 'object' && window.apstag ) {
				console.log( 'AMI jwp - Amazon loaded' );
				return resolve();
			}

			if ( --retriesLeft > 0 ) {
				if ( typeof window.apstag != 'object' && !window.apstag ) {
					setTimeout( function(){ amzn_check( resolve, interval, retriesLeft ); }, interval );
					console.log( 'AMI jwp Amazon not loaded ' );
				}
			} else {
				console.log( 'AMI jwp No Retries left - Amazon not loaded' );
				return resolve();
			}
		}


		window.jwVastTag = {};
		window.prerollTag = {};
		window.jwpDef = {};
		window.jwpBids = {};
	</script>
	<!-- There is no amphtml version available for this URL. --><link rel="icon" href="https://www.intouchweekly.com/wp-content/uploads/2020/11/android-chrome-192x192-1.jpeg?fit=32%2C32&#038;quality=86&#038;strip=all" sizes="32x32" />
<link rel="icon" href="https://www.intouchweekly.com/wp-content/uploads/2020/11/android-chrome-192x192-1.jpeg?fit=192%2C192&#038;quality=86&#038;strip=all" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.intouchweekly.com/wp-content/uploads/2020/11/android-chrome-192x192-1.jpeg?fit=180%2C180&#038;quality=86&#038;strip=all" />
<meta name="msapplication-TileImage" content="https://www.intouchweekly.com/wp-content/uploads/2020/11/android-chrome-192x192-1.jpeg?fit=192%2C192&#038;quality=86&#038;strip=all" />
			<!-- Google Tag Manager -->
			<script>( function( w, d, s, l, i ) {
					w[l] = w[l] || [];
					w[l].push( {
						'gtm.start':
							new Date().getTime(), event: 'gtm.js'
					} );
					var f = d.getElementsByTagName( s )[0],
						j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : '';
					j.async = true;
					j.src =
						'https://www.googletagmanager.com/gtm.js?id=' + i + dl + "";
					f.parentNode.insertBefore( j, f );
				} )( window, document, 'script', 'dataLayer', "GTM-KRVDT6T");</script>		<!-- End Google Tag Manager -->
				<script>
		var gtm_lock = setTimeout( function() {
			if ( "undefined" === typeof OnetrustActiveGroups || OnetrustActiveGroups.indexOf( ',C0002,' ) || OnetrustActiveGroups.indexOf( ',C0003,' ) || OnetrustActiveGroups.indexOf( ',C0004,' ) ) {
				window.dataLayer = window.dataLayer || [];
				dataLayer.push( {event: 'delayed_load'} );
			}
		}, 5000 );

		window.addEventListener( 'load', function( event ) {
			if ( "undefined" === typeof OnetrustActiveGroups || OnetrustActiveGroups.indexOf( ',C0002,' ) || OnetrustActiveGroups.indexOf( ',C0003,' ) || OnetrustActiveGroups.indexOf( ',C0004,' ) ) {
				window.dataLayer = window.dataLayer || [];
				dataLayer.push( {event: 'delayed_load'} );
				clearTimeout( gtm_lock );
			}
		} );

	</script>
	<style type="text/css" id="wp-custom-css">/* Hide total on search page */
.search__total {
	display: none;
}

/* Fix for sharethrough units */
.post-content .dfp-slot[class*='sh-gal'] {
	margin: 30px auto 40px;
}

/* Center mobile ads */
.ds_cpp,
.dfp-wrapper.mobile-only {
	margin-left: auto;
	margin-right: auto;
}

/* Gallery slide caption text */
.list-gallery .gallery-item__caption {
	font-size: 18px;
  font-size: 1.125rem;
	line-height: 1.2;
}

/* Fix for SpotIm huge widget on mobile */
@media screen and (max-width: 1023px) {
	#comments-wrapper {
		max-width: 100vw;
	}
}</style><meta name="msvalidate.01" content="EAB9B0282FE06D1EF271CB484E891EA1" />
		
    </head>

<body class="home blog">
	<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg>			<!-- Google Tag Manager (noscript) -->
			<noscript>
				<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KRVDT6T" height="0" width="0" style="display:none;visibility:hidden"></iframe>
			</noscript>		<!-- End Google Tag Manager (noscript) -->
				
<!-- Path to the sprite with brand logos (used on Shopping Preferences tab) -->
<script>
	</script>

<!-- Theme-specific CSS Vars v4-->
<style>
	:root {
		--logo-color: #00b9ff;
		--accent-color: #eb2087;
		--brand-color: #00b9ff;
		--buttons-color: #007cb4;
		--buttons-border: #0d6187;
		--sidebar-logo-color: #fff;
		--sidebar-bg: #007cb4;
		--sidebar-active-bg: #026d9d;
		--sidebar-active-border: #01608b;
		--alert-header-bg: #007cb4;
		--nav-color: #fff;
		--nav-color-hover: #ebebeb;
		--scrollbar-color: #007cb4;
		--mobile-nav-icon-color: #627d98;
		--mobile-nav-color: #102a43;
		--nav-title-font: 'Titillium Web', sans-serif;
		--heading-font: 'Titillium Web', sans-serif;
		--text-font: 'Raleway Regular', sans-serif;
	}
@font-face{font-family:'Titillium Web';src:url("data:font/woff2;charset=utf-8;base64,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") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Titillium Web';src:url("data:font/woff2;charset=utf-8;base64,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") format("woff2");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'Profile Icons';src:url("data:font/woff2;charset=utf-8;base64,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") format("woff2");font-weight:400;font-style:normal;font-display:swap}.icon{display:inline-block;font-family:"Profile Icons" !important;-webkit-font-smoothing:antialiased;font-style:normal !important;font-variant:normal !important;font-weight:normal !important;line-height:1;-moz-osx-font-smoothing:grayscale;speak:none;text-rendering:auto;text-transform:none !important;vertical-align:-.125em}.icon-addresses::before{content:"\ea01"}.icon-alert::before,.field-value.error::before{content:"\ea02"}.icon-arrow::before{content:"\ea03"}.icon-close::before,.feedback-message.feedback-error::before{content:"\ea04"}.icon-delete::before{content:"\ea05"}.icon-delivery::before{content:"\ea06"}.icon-info::before{content:"\ea07"}.icon-profile::before{content:"\ea08"}.icon-purchase::before{content:"\ea09"}.icon-purse::before{content:"\ea0a"}.icon-sign-out::before{content:"\ea0b"}.icon-subscription::before{content:"\ea0c"}.icon-success::before,.feedback-message.feedback-success::before{content:"\ea0d"}.icon-wishlist::before{content:"\ea0e"}body.overlay-active{overflow:hidden}.user-account__signin-icon{font-family:var(--heading-font);font-weight:600}.user-account__signin-icon g{font-weight:500}@media (max-width: 47.9375em){.login-body .mobile-hidden{display:none}}@media (min-width: 48em){.login-body .mobile-only{display:none}}.login-body input::placeholder{color:#191919 !important;font-style:normal !important;font-size:initial !important;font-family:inherit}.login-body input:-webkit-autofill{-webkit-text-fill-color:#191919}.close{color:#4c4c4c;cursor:pointer;font-size:22px;position:absolute;right:15px;text-align:right;top:12px;transition:.25s}.close:hover{color:#1b1b1b;transition:.25s}.overlay{background-color:rgba(0,0,0,0.7);bottom:0;cursor:pointer;display:none;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.overlay.active{display:block}.feedback-wrapper{display:flex;flex-direction:column;position:fixed;top:15px;z-index:2147483647;max-width:90%;margin:0 5% 10px}@media (min-width: 48em){.feedback-wrapper{left:15px;max-width:400px;margin:0}}.feedback-message{align-items:center;animation-duration:1s;animation-fill-mode:both;animation-name:slideOutLeft;border-radius:5px;color:#3c4650;display:flex;font-family:var(--heading-font);font-size:17px;font-weight:600;gap:15px;height:auto;line-height:1;padding:10px 15px;visibility:visible;margin-bottom:5px}.feedback-message::before{align-items:center;border-radius:11px;color:#fff;display:flex;flex-shrink:0;font-family:'Profile Icons';font-size:12px;height:30px;justify-content:center;width:30px}.feedback-message.active{animation-name:slideInLeft}.feedback-message.feedback-success{background:#eaf7ee;border:solid 2px #cae5d1}.feedback-message.feedback-success::before{background:#3cb95e}.feedback-message.feedback-error{background:#fcede9;border:solid 2px #edc9c3}.feedback-message.feedback-error::before{background:#ed4f2c}.custom-scrollbar::-webkit-scrollbar-track,.login-body::-webkit-scrollbar-track,.login-form::-webkit-scrollbar-track,.login-register::-webkit-scrollbar-track,.account-info::-webkit-scrollbar-track{background:#efefef;border-radius:2px;box-shadow:inset 0 0 2px rgba(0,0,0,0.3)}.custom-scrollbar::-webkit-scrollbar,.login-body::-webkit-scrollbar,.login-form::-webkit-scrollbar,.login-register::-webkit-scrollbar,.account-info::-webkit-scrollbar{background:#efefef;border-radius:5px;width:5px}.custom-scrollbar::-webkit-scrollbar-thumb,.login-body::-webkit-scrollbar-thumb,.login-form::-webkit-scrollbar-thumb,.login-register::-webkit-scrollbar-thumb,.account-info::-webkit-scrollbar-thumb{background:var(--scrollbar-color);border:1px solid var(--scrollbar-color);border-radius:2px}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}}.user-addresses__primary{margin-bottom:50px}.user-address__line{font-size:17px;margin-bottom:3px}.user-address__line span{font:inherit}.user-address__line [id^='custom:addresses']:empty+.address-comma{display:none}.field-with-checkbox{display:flex;gap:10px;margin-bottom:15px;width:100%}.field-with-checkbox input[type=checkbox]{-moz-appearance:none;-webkit-appearance:none;background:#fff;border:1px solid var(--accent-color);cursor:pointer;display:inline-block;flex-shrink:0;height:21px;margin-top:2px;outline:none;position:relative;transition:background 0.3s, border-color 0.3s, box-shadow 0.2s;vertical-align:top;width:21px}.field-with-checkbox input[type=checkbox].checkbox-themed{border:1px solid var(--buttons-color)}.field-with-checkbox input[type=checkbox]:checked::after{border:2px solid #fff;border-left:0;border-top:0;content:"";display:block;height:9px;left:7px;opacity:1;position:absolute;top:4px;transform:rotate(43deg);transition:transform .3s, opacity .2s;width:5px}.field-with-checkbox input[type=checkbox]:checked{background:var(--accent-color);transition:background 0.3s, border-color 0.3s, box-shadow 0.2s}.field-with-checkbox input[type=checkbox]:checked.checkbox-themed{background:var(--buttons-color)}.field-with-checkbox input[type=checkbox]:disabled{background-color:#F6F8FF;border-color:#9194a9;cursor:not-allowed;opacity:0.9}.field-with-checkbox input[type=checkbox]:disabled:checked{background-color:#BBC1E1}.field-with-checkbox input[type=checkbox]:hover:not(:checked):not(:disabled){border-color:var(--accent-color)}.field-with-checkbox input[type=checkbox]:hover:not(:checked):not(:disabled).checkbox-themed{border-color:var(--buttons-color)}.field-with-checkbox input[type=checkbox]+label{cursor:pointer;display:inline-block;margin-left:4px;vertical-align:top}.logos-grid{display:grid;grid-template-columns:repeat(2, 1fr)}@media (min-width: 48em){.logos-grid{grid-template-columns:repeat(3, 1fr)}}@media (min-width: 64em){.logos-grid{grid-template-columns:repeat(4, 1fr)}}@media (max-width: 47.9375em){.logo-checkbox:nth-child(odd){justify-content:start}}@media (max-width: 47.9375em){.logo-checkbox:nth-child(even){justify-content:end}}@media (min-width: 48em){.logo-checkbox{justify-content:center}}.logo-checkbox__img{width:70px}@media (min-width: 64em){.logo-checkbox__img{width:100px}}.logo-checkbox input[type=checkbox]{display:none}.logo-checkbox input[type=checkbox]:checked+label{opacity:1;transition:0.25s}.logo-checkbox label{opacity:0.35;transition:0.25s}.link--simple{color:var(--buttons-color);cursor:pointer;display:inline-flex;flex-wrap:wrap}.login-body{background:#f6f6f6;bottom:0;box-shadow:1px 1px 10px 3px rgba(0,0,0,0.1);display:none;left:0;margin:auto;min-height:100%;min-width:100%;overflow:auto;overflow:overlay;position:fixed;right:0;top:0;width:100vw;z-index:2147483646}@media (min-width: 48em){.login-body{border-radius:10px;bottom:auto;height:auto;left:50%;max-height:95vh;max-width:95vw;min-height:400px;min-width:530px;right:auto;top:50%;transform:translate(-50%, -50%);width:auto}}.login-body span{font:normal 400 .9375rem var(--heading-font)}.login-body span a{cursor:pointer}.login-body a{color:var(--accent-color)}.login-body button{align-items:center;background:var(--accent-color);border:none;border-radius:5px;color:white;display:flex;font:normal 400 1.125rem var(--text-font);justify-content:center;margin:5px auto 15px;padding:10px;position:relative;transition:.3s;width:100%;cursor:pointer}.login-body button:hover{background:var(--accent-color);transition:.3s}.login-body button:disabled{background:#8d8d8d;cursor:unset}.login-body button svg{fill:#fff;position:absolute;right:15px;width:20px}.login-body.delete-account__popup-active .profile-wrapper{height:95vh;overflow:hidden}.password-requirements{color:#878787;font-family:var(--heading-font);font-size:.9375rem;font-weight:600;margin:5px 0 15px;padding-left:5px}.password-requirements__title{font-weight:600;margin-bottom:5px}.password-requirements__list{list-style:none;padding-left:0}.password-requirements__list-item{align-items:center;display:flex;padding-left:15px;position:relative}.password-requirements__list-item::before{background:#8d8d8d;border-radius:100%;content:'';display:block;height:5px;left:2px;position:absolute;width:5px}.password-requirements__list-item.validation-success{color:#4c4c4c}.password-requirements__list-item.validation-success:before{background:transparent;border:2px solid var(--accent-color);border-left:0;border-radius:0;border-top:0;content:'';height:9px;opacity:1;transform:rotate(43deg);transition:transform .3s, opacity .2s;width:5px}.login-body__title,.login-profile h4{font:500 1.75rem var(--heading-font),sans-serif;margin:15px 0 5px;text-align:center}@media (min-height: 800px){.login-body__title,.login-profile h4{font-size:2rem}}.login-body.sso-mj h1,.sso-mj .login-profile h4{font-size:1.5rem}@media (min-height: 800px){.login-body.sso-mj h1,.sso-mj .login-profile h4{font-size:1.75rem}}.login-profile h4{color:var(--accent-color);font-size:1.375rem;margin-bottom:20px;text-align:left}.login-logo{display:flex;fill:var(--logo-color);flex-shrink:0;margin:10px auto 0;max-height:60px;max-width:180px}@media (min-height: 800px){.login-logo{margin:25px auto 0;max-height:100px;max-width:240px}}.login-logo.logo-ww{max-width:240px}.login-request{display:flex;flex-direction:column;padding:30px;width:100%}.login-request__register{font:normal 400 .9375rem var(--text-font);margin:10px auto 20px;text-align:center}.login-request__register a{text-decoration:none}.login-request__register a:hover{cursor:pointer;text-decoration:underline}.login-request span{margin:10px auto}.login-form{display:flex;flex-direction:column;margin-bottom:20px;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px}.login-form label,.login-register label{font:normal 400 .9375rem var(--heading-font)}.login-form label[for='emailInputForgot'],.login-register label[for='emailInputForgot']{margin:20px 0 5px}.login-form input,.login-form input:not([type=submit]):not([type=checkbox]),.login-register input,.login-register input:not([type=submit]):not([type=checkbox]){border:solid 1px #e0e0e0;border-radius:5px;color:#000;font:normal 400 1.0625rem var(--heading-font);margin-bottom:7px;margin-top:7px;padding:10px 40px 10px 10px;flex-grow:1}.login-form input:focus,.login-form input:not([type=submit]):not([type=checkbox]):focus,.login-register input:focus,.login-register input:not([type=submit]):not([type=checkbox]):focus{background-color:#fff;box-shadow:0 0 2px #b5b5b5}.login-form .forgot-password,.login-register .forgot-password{margin:10px 0}.social-login{border-top:solid 1px #dadada;margin:15px 10px 0;padding:15px 0 30px}.social-login__title{font:normal 700 1rem var(--heading-font);margin:10px auto 20px;text-align:center}.social-login__legal{font:normal 400 .9375rem var(--text-font)}.social-login .google-button,.social-login .facebook-button,.social-login .amazon-button,.social-login .apple-button{align-items:center;cursor:pointer;display:flex;gap:15px;justify-content:flex-start;padding:5px;min-height:46px}.social-login .google-button span,.social-login .facebook-button span,.social-login .amazon-button span,.social-login .apple-button span{margin:0}.social-login .google-button .social-logo,.social-login .facebook-button .social-logo,.social-login .amazon-button .social-logo,.social-login .apple-button .social-logo{max-width:36px;position:static}.social-login .google-button{background:#5383ec;transition:0.3s ease-in-out}.social-login .google-button:hover{background:#3f7ce8;transition:0.3s ease-in-out}.social-login .google-button .social-logo{background:#fff;box-sizing:content-box;padding:8px;width:20px}.social-login .facebook-button{background:#4267b2;transition:0.3s ease-in-out}.social-login .facebook-button:hover{background:#2955ad;transition:0.3s ease-in-out}.social-login .facebook-button .social-logo{fill:#4267B2;width:36px}.amazon-button{background-image:linear-gradient(#ffe8ab, #f5c645) !important;border:1px solid #b38b22 !important;color:black !important;transition:0.3s ease-in-out !important}.amazon-button:hover{background:#f5c645;transition:0.3s ease-in-out}.amazon-button .social-logo{fill:#ffe8ab;width:30px}.apple-button{background-color:#000 !important;color:#FFF !important;font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;transition:0.3s ease-in-out !important}.apple-button:hover{background:#000000;transition:0.3s ease-in-out}.apple-button .social-logo{fill:#000000;width:30px}.terms-conditions-checkbox{align-items:center;display:flex;gap:10px;margin-bottom:5px}.terms-conditions-checkbox.terms-conditions-checkbox input{flex-shrink:0;height:20px;margin:0;width:20px}.terms-conditions-checkbox.terms-conditions-checkbox input::after{height:13px;left:6px;top:1px;width:6px}.terms-conditions-checkbox label{font-size:.9375rem;line-height:1.2;margin:0}.login-form__terms-conditions{font:normal 400 1.125rem var(--heading-font);font-size:.9375rem;line-height:1.2;margin:0;max-width:400px}.login-register{display:none;flex-direction:column;padding:30px}.login-register span{margin:10px auto}.already-have-acc{text-align:center}.already-have-acc a{color:var(--accent-color)}.login-form__social-acc{border-top:solid 1px #e5e5e5;font:normal 400 .9375rem var(--heading-font);padding-top:25px;text-align:center}.login-form__social-acc a{color:var(--accent-color);text-decoration:underline}.login-forgot{display:none;flex-direction:column;padding:30px;width:100%}.login-forgot__notice{display:flex;gap:5px;text-align:left}.login-restore{display:none;flex-direction:column;padding:30px;width:100%}.login-restore span{text-align:center}.password-input-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center}.view-password-button{position:absolute;right:10px;height:20px;width:20px;cursor:pointer}.view-password-button:before{content:'';background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="Silver" d="M160 256C160 185.3 217.3 128 288 128C358.7 128 416 185.3 416 256C416 326.7 358.7 384 288 384C217.3 384 160 326.7 160 256zM288 336C332.2 336 368 300.2 368 256C368 211.8 332.2 176 288 176C287.3 176 286.7 176 285.1 176C287.3 181.1 288 186.5 288 192C288 227.3 259.3 256 224 256C218.5 256 213.1 255.3 208 253.1C208 254.7 208 255.3 208 255.1C208 300.2 243.8 336 288 336L288 336zM95.42 112.6C142.5 68.84 207.2 32 288 32C368.8 32 433.5 68.84 480.6 112.6C527.4 156 558.7 207.1 573.5 243.7C576.8 251.6 576.8 260.4 573.5 268.3C558.7 304 527.4 355.1 480.6 399.4C433.5 443.2 368.8 480 288 480C207.2 480 142.5 443.2 95.42 399.4C48.62 355.1 17.34 304 2.461 268.3C-.8205 260.4-.8205 251.6 2.461 243.7C17.34 207.1 48.62 156 95.42 112.6V112.6zM288 80C222.8 80 169.2 109.6 128.1 147.7C89.6 183.5 63.02 225.1 49.44 256C63.02 286 89.6 328.5 128.1 364.3C169.2 402.4 222.8 432 288 432C353.2 432 406.8 402.4 447.9 364.3C486.4 328.5 512.1 286 526.6 256C512.1 225.1 486.4 183.5 447.9 147.7C406.8 109.6 353.2 80 288 80V80z"/></svg>');background-repeat:no-repeat;display:var(--eye, block);height:20px;width:20px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.view-password-button:after{content:'';background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="Silver" d="M150.7 92.77C195 58.27 251.8 32 320 32C400.8 32 465.5 68.84 512.6 112.6C559.4 156 590.7 207.1 605.5 243.7C608.8 251.6 608.8 260.4 605.5 268.3C592.1 300.6 565.2 346.1 525.6 386.7L630.8 469.1C641.2 477.3 643.1 492.4 634.9 502.8C626.7 513.2 611.6 515.1 601.2 506.9L9.196 42.89C-1.236 34.71-3.065 19.63 5.112 9.196C13.29-1.236 28.37-3.065 38.81 5.112L150.7 92.77zM189.8 123.5L235.8 159.5C258.3 139.9 287.8 128 320 128C390.7 128 448 185.3 448 256C448 277.2 442.9 297.1 433.8 314.7L487.6 356.9C521.1 322.8 545.9 283.1 558.6 256C544.1 225.1 518.4 183.5 479.9 147.7C438.8 109.6 385.2 79.1 320 79.1C269.5 79.1 225.1 97.73 189.8 123.5L189.8 123.5zM394.9 284.2C398.2 275.4 400 265.9 400 255.1C400 211.8 364.2 175.1 320 175.1C319.3 175.1 318.7 176 317.1 176C319.3 181.1 320 186.5 320 191.1C320 202.2 317.6 211.8 313.4 220.3L394.9 284.2zM404.3 414.5L446.2 447.5C409.9 467.1 367.8 480 320 480C239.2 480 174.5 443.2 127.4 399.4C80.62 355.1 49.34 304 34.46 268.3C31.18 260.4 31.18 251.6 34.46 243.7C44 220.8 60.29 191.2 83.09 161.5L120.8 191.2C102.1 214.5 89.76 237.6 81.45 255.1C95.02 286 121.6 328.5 160.1 364.3C201.2 402.4 254.8 432 320 432C350.7 432 378.8 425.4 404.3 414.5H404.3zM192 255.1C192 253.1 192.1 250.3 192.3 247.5L248.4 291.7C258.9 312.8 278.5 328.6 302 333.1L358.2 378.2C346.1 381.1 333.3 384 319.1 384C249.3 384 191.1 326.7 191.1 255.1H192z"/></svg>');background-repeat:no-repeat;display:var(--eye-crossed, none);height:20px;width:20px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.shopify-section .js-cognito-login{display:block;text-align:left;text-indent:-99999px}.shopify-section .user-account__signin-icon{display:block;height:26px}.shopify-section .cognito-account-link,.shopify-section .cognito-login-link{height:0;opacity:0;overflow:hidden;pointer-events:none;transition:0.25s}.shopify-section .cognito-account-link svg,.shopify-section .cognito-login-link svg{fill:#ff008f}.shopify-section .user-logged-in .cognito-account-link,.shopify-section .user-logged-out .cognito-login-link{height:auto;opacity:1;pointer-events:initial;transition:0.25s}.shopify-section .screen-reader-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.header__mid .icon_like .facl{display:block}.alert__popup{align-items:center;background-color:rgba(0,0,0,0.5);display:flex;height:100vh;justify-content:center;margin:auto;opacity:0;overflow:hidden;position:fixed;text-align:center;top:0;transition:opacity 0.3s 0s, visibility 0s 0.3s;visibility:hidden;width:100vw;z-index:2147483647}.alert__popup.active{opacity:1;transition:opacity 0.3s 0s, visibility 0s 0s;visibility:visible}.alert__popup .icon-close,.alert__popup .feedback-message.feedback-error{color:var(--nav-color);cursor:pointer;position:fixed;right:10px;top:10px}.alert__popup.intouch .icon-close,.alert__popup.intouch .feedback-message.feedback-error{color:#fff}.alert__popup-inner{align-items:center;background:#fff;border-radius:7px;box-shadow:2px 3px 10px rgba(0,0,0,0.4);display:flex;flex-direction:column;justify-content:center;line-height:1.3;padding:20px;transition:0.3s;width:80%}@media (min-width: 48em){.alert__popup-inner{width:600px}}.active .alert__popup-inner{transform:translateY(0);transition:0.3s}.alert__popup-header{background:var(--alert-header-bg);margin:-20px -20px 30px;padding:20px 0;width:calc(100% + 40px)}@media (min-width: 48em){.alert__popup-header{margin-bottom:35px}}.closer .alert__popup-header{background:#f1f1f1;padding:20px 0}.alert__popup-header .icon{fill:#fff;max-height:50px}.alert__popup-header .icon.logo-lifeandstyle{position:relative;top:5px}.alert__popup-header .icon.logo-us{fill:#ec2b8c}.alert__popup-header .icon.logo-mj{fill:#000}.alert__title{font-family:var(--heading-font);font-size:1.3125rem;font-weight:600;line-height:1.3;margin:0 0 15px}@media (min-width: 48em){.alert__title{font-size:1.625rem}}.alert__subtitle{font-family:var(--heading-font);font-size:1.0625rem;margin-bottom:30px}@media (min-width: 48em){.alert__subtitle{margin-bottom:40px}}.alert__controls{align-items:center;display:flex;font-family:var(--heading-font);font-size:1rem;font-weight:600;gap:30px;margin-bottom:10px}@media (min-width: 48em){.alert__controls{margin-bottom:20px}}.alert__cancel-btn{color:#4f4f4f;cursor:pointer}.alert__confirm-btn{background:var(--buttons-color);border:solid 2px var(--buttons-color);border-bottom:solid 2px var(--buttons-border);border-radius:15px;color:#fff;cursor:pointer;opacity:0.9;padding:8px 50px;transition:0.25s}.profile-wrapper{align-items:normal;display:flex;flex-direction:column;height:100%;margin:0 auto;max-width:1350px;padding:10px 20px 20px;width:100%}@media (min-width: 48em){.profile-wrapper{flex-direction:row;height:100%;min-height:95vh;padding:0;width:95vw}}@media (min-width: 64em){.profile-wrapper{width:90vw}}.account-info{background-color:#fff;font-family:var(--heading-font);font-size:1rem;margin-top:20px;min-width:0;padding:20px;width:100%}@media (min-width: 48em){.account-info{margin-top:0;min-height:100%;padding:50px 30px}}@media (min-width: 64em){.account-info{padding:50px}}.account-info__header{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.account-info .account-info__heading{align-items:center;color:#000;display:flex;font-family:var(--heading-font);font-size:1.25rem;font-weight:500;margin:0}@media (min-width: 48em){.account-info .account-info__heading{font-size:1.375rem}}.account-info .account-info__heading .logo{margin-right:20px;max-height:37px}.account-info__tab{display:none}.account-info__tab.active{display:block}.account-info__section{border:solid 1px #e2e2e2;border-radius:5px;margin-bottom:20px;padding:0 20px}@media (min-width: 48em){.account-info__section{padding:0 25px}}.accordion-wrapper.hidden{display:none}.accordion-wrapper.active .icon-arrow{transform:rotate(180deg)}.accordion-wrapper.active .accordion-content{display:block}.accordion-wrapper .icon-arrow{color:var(--brand-color);font-size:.9375rem}.accordion-wrapper .accordion-panel{margin-bottom:0;padding:15px 0}@media (min-width: 48em){.accordion-wrapper .accordion-panel{padding:20px 0}}.accordion-content__inner{display:grid;gap:20px;grid-template-columns:repeat(1, 1fr);margin-bottom:15px}@media (min-width: 48em){.accordion-content__inner{margin-bottom:30px}}@media (min-width: 64em){.accordion-content__inner{gap:30px;grid-template-columns:repeat(2, 1fr)}}.accordion-content__inner.user-preferences{display:flex;flex-direction:column}.accordion-content__inner.user-addresses__info{display:block}.user-addresses__info.hidden,.user-addresses__fields.hidden{display:none}.accordion-content{display:none}@media (min-width: 48em){.accordion-content{margin-bottom:25px;margin-top:10px}}.accordion-content.active{display:block;padding-bottom:20px}.field-row.empty-field{display:none}.user-preferences .field-row{background:#fafafa;padding:20px 20px 10px;border-radius:5px}@media (min-width: 48em){.user-preferences .field-row{padding-top:25px}}.field-with-toggle{margin-bottom:15px}.field-name{font-weight:700;margin-bottom:10px}.user-preferences .field-name{margin-bottom:25px;font-size:1.0625rem}.field-value{align-items:center;display:flex;position:relative}.field-value__list{width:100%;list-style:none;columns:1}@media (min-width: 48em){.field-value__list{columns:2}}.field-value__element{word-break:break-all;margin-bottom:0;line-height:1.3}.field-value__element:disabled::placeholder{opacity:0}.field-value input,.field-value select,.field-value input:not([type=submit]):not([type=checkbox]){padding:5px 7px;width:100%;font-size:inherit;color:#000}@media (min-width: 48em){.field-value input,.field-value select,.field-value input:not([type=submit]):not([type=checkbox]){max-width:270px}}.field-value input:disabled,.field-value input:not([type=submit]):not([type=checkbox]):disabled{background:none;border:none;padding:0;height:auto;-webkit-text-fill-color:#000;opacity:1}.field-value select:disabled{height:auto;appearance:none;border:none;padding:0;color:#000;opacity:1;background:transparent;line-height:1}.field-value.error::before{color:#f30000;font-family:'Profile Icons';font-size:17px;left:-21px;position:absolute}.field-value.error input{border:solid 2px rgba(243,0,0,0.45);box-shadow:0 0 2px rgba(243,0,0,0.45)}.input-error{outline:solid 2px #f30000}.account-info__controls{align-items:center;display:flex;flex-wrap:wrap;font-weight:600;gap:15px;margin-top:40px}@media (min-width: 48em){.account-info__controls{gap:30px}}.account-info__controls .bordered-simple-link{border:solid 2px var(--buttons-color);border-radius:12px;color:var(--buttons-color);cursor:pointer;opacity:0.9;padding:5px 30px;transition:0.25s}@media (min-width: 48em){.account-info__controls .bordered-simple-link{border-radius:15px;padding:6px 40px}}.account-info__controls .bordered-simple-link:hover{opacity:1;transition:0.25s}.account-info__controls .simple-link{color:var(--buttons-color);text-decoration:none;cursor:pointer}.account-info__controls .simple-link:hover{text-decoration:underline}.account-info__controls .save-profile-btn{background-color:var(--buttons-color);border:solid 2px var(--buttons-color);border-radius:15px;color:#fff;cursor:pointer;display:none;opacity:0.9;padding:5px 30px;transition:0.25s}@media (min-width: 48em){.account-info__controls .save-profile-btn{padding:6px 40px}}.account-info__controls .save-profile-btn:hover{opacity:1;transition:0.25s}.account-info__controls .save-profile-btn.disabled{background:#8d8d8d;border-color:#8d8d8d;pointer-events:none}.account-info__controls .cancel-profile-btn{color:#525252;cursor:pointer;display:none;opacity:0.7;transition:0.25s}.account-info__controls .cancel-profile-btn:hover{opacity:1;transition:0.25s}.edit-message{color:#868686;font-size:.875rem;margin:20px 0}@media (min-width: 80em){.addresses__inner{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}}.addresses .accordion-content{display:block}@media (min-width: 80em){.addresses .account-info__controls{margin-top:20px}}.sidebar{display:flex;flex-direction:column;justify-content:space-between;width:100%}@media (min-width: 48em){.sidebar{background-color:var(--sidebar-bg);height:95vh;max-width:350px;min-height:100%;min-width:220px;padding:20px 0;position:sticky;top:0;width:25%}}@media (min-width: 71.875em){.sidebar{min-width:300px}}.sidebar-logo{display:block;fill:var(--sidebar-logo-color);margin:25px auto 20px;max-width:160px;max-height:70px}@media (min-width: 48em){.sidebar-logo{max-width:170px;max-height:100px}}@media (min-width: 64em){.sidebar-logo{max-width:200px;max-height:130px}}@media (max-width: 47.9375em){.sidebar-logo.logo-intouch{fill:var(--brand-color)}}.sidebar-logo.logo-mj{width:235px;height:auto;max-width:90%}@media (min-width: 48em){.sidebar-logo.logo-mj{margin-top:40px}}.sidebar-logo.logo-ww{max-width:250px}.sidebar-footer{display:none;gap:5px;padding:0 15px}@media (min-width: 48em){.sidebar-footer{display:flex;flex-wrap:wrap}}@media (min-width: 64em){.sidebar-footer{gap:20px}}.sidebar-footer a{color:var(--nav-color);font-family:'Titillium Web', sans-serif;font-size:.875rem;font-weight:500}.sidebar h2{color:#000;font-family:var(--nav-title-font);font-size:1.25rem;font-weight:600;margin-top:10px;margin-bottom:30px;text-align:center;text-transform:uppercase}@media (min-width: 48em){.sidebar h2{color:var(--nav-color);font-size:1.125rem;margin-top:30px;margin-bottom:50px}}@media (min-width: 64em){.sidebar h2{font-size:1.25rem}}.account-menu{font-family:'Titillium Web', sans-serif;list-style:none;padding-left:0}@media (max-width: 47.9375em){.account-menu{background:#fff;border:solid 2px #e3e3e3;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,0.1);display:flex;justify-content:space-between;margin-top:10px;overflow:hidden}}@media (min-width: 21.25em) and (max-width: 47.9375em){.account-menu__item{width:25%}}@media (min-width: 48em){.account-menu__item{border-left:solid 3px transparent;margin-bottom:5px}}.account-menu__item.active{background-color:var(--sidebar-active-bg);border-color:var(--sidebar-active-border)}.account-menu__item.active a{color:#fff}@media (hover: hover) and (min-width: 768px){.account-menu__item.active a:hover{color:#fff;transition:.15s}}.account-menu__item.active a .icon{color:inherit}.account-menu__item a{align-items:center;color:var(--mobile-nav-color);cursor:pointer;display:flex;font-size:.75rem;font-weight:600;padding:10px 5px;transition:.15s}@media (max-width: 47.9375em){.account-menu__item a{display:flex;flex-direction:column;gap:2px;line-height:1}}@media (min-width: 48em){.account-menu__item a{color:var(--nav-color);font-size:1.125rem;font-weight:400;gap:13px;padding:10px 15px}}@media (min-width: 64em){.account-menu__item a{font-size:1.1875rem}}.account-menu__item a:hover{text-decoration:none}@media (hover: hover) and (min-width: 768px){.account-menu__item a:hover{color:var(--nav-color-hover);transition:.15s}}.account-menu__item .icon{font-size:1.375rem;width:24px}@media (max-width: 47.9375em){.account-menu__item .icon{align-items:center;color:var(--mobile-nav-icon-color);display:flex;height:27px}}.account-controls{display:flex;flex-direction:column;gap:20px;margin:50px 20px 40px}.account-controls a{align-items:center;color:#000;cursor:pointer;display:flex;font-family:'Titillium Web', sans-serif;font-size:1.125rem;gap:5px;transition:.15s}@media (min-width: 48em){.account-controls a{color:var(--nav-color)}}@media (min-width: 64em){.account-controls a{font-size:1.1875rem}}.account-controls a:hover{color:var(--nav-color-hover);text-decoration:none;transition:.15s}.account-controls .icon{font-size:1.4375rem;width:27px}.account-signout-mobile.account-signout-mobile{color:#9a0000;display:block;font-size:1.0625rem;margin-top:15px}.account-signout-mobile.account-signout-mobile span{font-size:inherit}@media (min-width: 48em){.account-signout-mobile.account-signout-mobile{display:none}}.account-info__policy-list{display:flex;flex-direction:column;flex-wrap:wrap;gap:25px;line-height:1;list-style:none;margin-top:40px;padding-left:10px}.account-info__policy-list a{color:#3b3b3b}.order-tags{color:#525252;display:none;gap:10px}.purchases-wrapper{margin-top:30px}.purchases-list{list-style:none;padding-left:0}.purchases-list__item{border:solid 1px #e2e2e2;border-radius:5px;margin-bottom:20px}.purchases-list__item.active .accordion-panel{border-bottom:solid 1px #f0f0f0;box-shadow:none}.purchases-list__item.active .accordion-panel:hover{box-shadow:none}.purchases-list__item.status-paid .payment-status .order-field__value{background:#00b469;color:#fff}@media (max-width: 63.9375em){.purchases-list .order-num-date{width:100%}}@media (max-width: 47.9375em){.purchases-list .order-num-date{font-size:.9375rem}}@media (max-width: 25.8125em){.purchases-list .order-num-date{font-size:.875rem}}.purchases-list .payment-status,.purchases-list .fulfillment-status,.purchases-list .total-sum{display:flex;flex-direction:column}.purchases-list .payment-status .icon,.purchases-list .fulfillment-status .icon,.purchases-list .total-sum .icon{position:absolute}@media (max-width: 64em){.purchases-list .payment-status .icon,.purchases-list .fulfillment-status .icon,.purchases-list .total-sum .icon{display:none}}.purchases-list .payment-status{text-align:center}@media (min-width: 48em){.purchases-list .payment-status{min-width:110px}}@media (min-width: 47.9375em) and (max-width: 63.9375em){.purchases-list .payment-status{text-align:left}}.purchases-list .payment-status .icon{font-size:1rem;position:relative;margin-right:7px}.purchases-list .payment-status .order-field__value{background:#afafaf;border-radius:5px;padding:1px 6px}@media (min-width: 64em){.purchases-list .fulfillment-status{padding-left:45px}}.purchases-list .fulfillment-status .icon{font-size:1.75rem;left:-38px;top:-3px}@media (min-width: 64em){.purchases-list .total-sum{padding-left:30px}}.purchases-list .total-sum .icon{font-size:1.0625rem;left:-26px;top:2px}.purchases-list .order-num{color:var(--buttons-color);font-weight:700}.purchases-list .accordion-panel{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:15px;transition:box-shadow 0.25s}@media (min-width: 48em){.purchases-list .accordion-panel{padding:15px 25px}}.purchases-list .accordion-panel:hover{box-shadow:0 1px 4px rgba(0,0,0,0.1);transition:box-shadow 0.25s}.purchases-list .accordion-panel__inner{display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;width:calc(100% - 35px)}@media (min-width: 25em){.purchases-list .accordion-panel__inner{gap:20px}}@media (min-width: 48em){.purchases-list .accordion-panel__inner{gap:10px;width:90%}}@media (min-width: 64em){.purchases-list .accordion-panel__inner{gap:50px;display:grid;grid-template-columns:minmax(90px, 1fr) 1fr 2fr 1fr}}.purchases-list .accordion-content{margin:0;padding:25px 10px 10px}@media (max-width: 21.25em){.purchases-list .accordion-content{padding:0}}@media (min-width: 48em){.purchases-list .accordion-content{padding:25px}}.purchases-list .order-field__name{color:#545454;font-weight:700;position:relative;margin-bottom:2px}@media (max-width: 47.9375em){.purchases-list .order-field__name{font-size:15px;text-align:left}}@media (max-width: 25.8125em){.purchases-list .order-field__name{font-size:.875rem}}.purchases-list .order-field__value{font-weight:700;text-transform:capitalize}@media (max-width: 47.9375em){.purchases-list .order-field__value{font-size:15px}}@media (max-width: 25.8125em){.purchases-list .order-field__value{font-size:.875rem}}.products-list{list-style:none;padding-left:0}.products-list__title{font-weight:700;margin-bottom:20px}@media (max-width: 47.9375em){.products-list__title{padding:0 5px}}@media (max-width: 21.25em){.products-list__title{padding:20px 15px 0}}.products-list__item{align-items:center;display:flex;font-size:.875rem;gap:20px;padding:15px}.products-list__item:last-child{margin-bottom:0}.products-list__item:nth-child(odd){background:#fbfbfb}@media (min-width: 48em){.products-list__item{font-size:.9375rem;gap:30px}}.products-list .product-img{max-width:40px}@media (min-width: 48em){.products-list .product-img{max-width:60px}}.products-list__header{background:#f1f1f1;display:flex;gap:10px;padding:10px 15px}@media (min-width: 48em){.products-list__header{gap:30px}}.products-list__header>div{font-size:.875rem}.header-product-img,.product-img{width:50px}@media (min-width: 48em){.header-product-img,.product-img{width:60px}}.header-product-name,.product-name{width:100%}@media (min-width: 48em){.header-product-name,.product-name{width:calc(60% - 60px)}}.header-product-price,.product-price{width:50px}@media (min-width: 48em){.header-product-price,.product-price{width:calc(20% - 60px)}}.header-product-qty,.product-qty{width:30px}@media (min-width: 48em){.header-product-qty,.product-qty{width:calc(20% - 60px)}}.header-product-img,.header-product-name,.header-product-price{border-right:solid 1px #e4e4e4}@media (max-width: 48em){.header-product-img,.header-product-name,.header-product-price{padding-right:10px}}.custom-switch{cursor:pointer;display:inline-block;-webkit-tap-highlight-color:transparent}.custom-switch:active i::after{transform:translate3d(2px, 2px, 0);width:28px}.custom-switch:active input:checked+i::after{transform:translate3d(16px, 2px, 0)}.custom-switch i{background-color:#e6e6e6;border-radius:23px;cursor:pointer;flex-shrink:0;height:26px;position:relative;transition:all 0.3s linear;vertical-align:text-bottom;width:46px}.custom-switch i::before{background-color:#fff;border-radius:11px;content:"";height:22px;left:0;position:absolute;transform:translate3d(2px, 2px, 0) scale3d(1, 1, 1);transition:all 0.25s linear;width:42px}.custom-switch i::after{background-color:#fff;border-radius:11px;box-shadow:1px 1px 3px rgba(0,0,0,0.4);content:"";height:22px;left:0;position:absolute;transform:translate3d(2px, 2px, 0);transition:all 0.2s ease-in-out;width:22px}.custom-switch input{display:none}.custom-switch input:checked+i{background-color:var(--brand-color)}.custom-switch input:checked+i::before{transform:translate3d(18px, 2px, 0) scale3d(0, 0, 0)}.custom-switch input:checked+i::after{transform:translate3d(22px, 2px, 0)}.custom-switch label{display:flex;gap:15px}.subscription-preferences .account-info__controls{display:none}.subscription-settings{display:flex;flex-direction:column;margin-top:30px}.sso-usweekly .subscription-usweekly{order:1}.sso-usweekly .subscription-intouch{order:2}.sso-usweekly .subscription-lifeandstyle{order:3}.sso-usweekly .subscription-closerweekly{order:4}.sso-usweekly .subscription-mj{order:5}.sso-usweekly .subscription-usnow{order:6}.sso-mj .subscription-mj{order:1}.sso-mj .subscription-usweekly{order:2}.sso-mj .subscription-intouch{order:3}.sso-mj .subscription-lifeandstyle{order:4}.sso-mj .subscription-closerweekly{order:5}.sso-mj .subscription-usnow{order:6}.sso-intouch .subscription-usweekly{order:1}.sso-intouch .subscription-intouch{order:2}.sso-intouch .subscription-lifeandstyle{order:3}.sso-intouch .subscription-closerweekly{order:4}.sso-intouch .subscription-mj{order:5}.sso-intouch .subscription-usnow{order:6}.sso-ls .subscription-lifeandstyle{order:1}.sso-ls .subscription-usweekly{order:2}.sso-ls .subscription-intouch{order:3}.sso-ls .subscription-closerweekly{order:4}.sso-ls .subscription-mj{order:5}.sso-ls .subscription-usnow{order:6}.sso-closer .subscription-closerweekly{order:1}.sso-closer .subscription-usweekly{order:2}.sso-closer .subscription-intouch{order:3}.sso-closer .subscription-lifeandstyle{order:4}.sso-closer .subscription-mj{order:5}.sso-closer .subscription-usnow{order:6}.sso-usnow .subscription-usnow{order:1}.sso-usnow .subscription-usweekly{order:2}.sso-usnow .subscription-intouch{order:3}.sso-usnow .subscription-lifeandstyle{order:4}.sso-usnow .subscription-closerweekly{order:5}.sso-usnow .subscription-mj{order:6}

</style>
<div class="overlay" id="profile-popup-overlay"></div>
<!-- Login error/success messages block-->
<div class="feedback-wrapper" id="feedback-wrapper"></div>

<div class="alert__popup js-alertintouch">
	<div class="alert__popup-inner">
		<div class="alert__popup-header">
							<svg class="icon logo-intouch"><use xlink:href="#logo-intouch"></use></svg>
					</div>
		<i class="icon icon-close" id="alert__close-btn"></i>
		<h4 class="alert__title js-alert-title"></h4>
		<p class="alert__subtitle js-alert-subtitle"></p>
		<div class="alert__controls">
			<a class="alert__cancel-btn js-alert-cancel">Cancel</a>
			<a class="alert__confirm-btn js-alert-confirm">OK</a>
		</div>
	</div>
</div>

<div class="login-body sso-intouch " id="login-body">
	<!-- Popup close button-->
	<div class="close" id="profile-popup-close">✕</div>
	<div class="profile-wrapper" id="profile">
		<!-- Sidebar -->
		<div class="sidebar">
			<div class="sidebar-wrapper">
									<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 423.8 106.6" class="sidebar-logo logo-intouch"><defs></defs><path d="M170.1 63.9v-.6c0-13 5.6-21.6 14.2-21.6s14 8.4 14 22.4c0 12.9-5.5 21.3-14 21.3-8.7-.1-13.9-8-14.2-21.5m-21.2-.2c.8 24.9 14.1 39.5 35.3 39.5 21 0 35.5-16.2 35.5-40s-14.4-39.8-35.5-39.8-35.3 16.2-35.3 39.8zM29.6 26.8h17.1L71 65.4V26.8h19.5v74H73.3L49.8 64.7v36.1H29.6v-74z"/><path class="cls-1" d="M123 23.5H98.5l-3-20.2h77.7l-2.9 20.2h-24.5v77.3H123V23.5zM359.6 75.3c-4.2 18.3-15 27-32.9 27-12.9 0-21.1-3.2-27.3-11.5-5.4-7.1-7.9-15.7-7.9-26.9 0-24.4 12.8-38.9 34.4-38.9 18.4 0 28.6 8 33.1 26.1l-20.2 3.4c-1.6-7.4-6-11.5-12.2-11.5-8.7 0-13.8 7.7-13.8 21s5 20.7 13.7 20.7c6.7 0 10.7-4 12.9-12.6zM362.2 26.7h19.9v27.5h18.5V26.7h19.9v74.1h-19.8V69.6h-18.5v31.2h-20V26.7zM26.4 100.8H3.3V28.9A16.2 16.2 0 0 0 15 34.4a15.6 15.6 0 0 0 11.4-5.2z"/><path class="cls-1" d="M26.4 24.7c-3 3.6-7 5.9-11.4 5.9a14.67 14.67 0 0 1-11.7-6.3V3.5h23.2v21.2zM274.1 26.7h-7.7V73a10.9 10.9 0 0 1-21.8 0V26.7h-21.1v47c0 7.2.8 12.4 2.8 16.9 3.1 7.1 10.1 11.4 18.1 11.4 9.7 0 17.1-4 23.4-12.8v11.5h19.5v-74z"/></svg>
								<h2>Your account</h2>
				<div class="account-menu__wrapper">
					<ul class="account-menu">
						<li class="account-menu__item active" data-target-tab="profile"><a href="#"><i class="icon icon-profile"></i> Account</a></li>
						<li class="account-menu__item" data-target-tab="purchases"><a href="#"><i class="icon icon-purchase"></i>Purchase</a></li>
						<li class="account-menu__item" data-target-tab="subscriptions"><a href="#"><i class="icon icon-subscription"></i>Subscription</a></li>
						<li class="account-menu__item" data-target-tab="addresses"><a href="#"><i class="icon icon-addresses"></i>Address</a></li>
					</ul>

					<div class="account-controls mobile-hidden">
						<a class="account-controls__btn" id='account-signout'><i class="icon icon-sign-out"></i>Sign Out</a>
					</div>
				</div>
			</div>

			<div class="sidebar-footer">
				<a href='https://a360media.com/privacy-policy/'>Privacy Policy</a>
				<a href='https://a360media.com/terms-and-conditions/'>Terms and Conditions</a>
			</div>
		</div>

		<!-- Right column with user account details -->
		<div class="account-info">
			<div class="account-info__tab active" data-tab="profile">
								<section class="account-info__section accordion-wrapper">
					<div class="account-info__header accordion-panel js-accordion-panel">
						<h4 class="account-info__heading">Info</h4>
						<i class="icon icon-arrow"></i>
					</div>

					<div class="accordion-content">
						<div class="accordion-content__inner user-info">
							<!-- First Name -->
							<div class="field-row">
								<div class="field-name">First Name</div>
								<div class="field-value">
									<input type="text" value="" class="field-value__element"  id="custom:profile{nf}" placeholder="Enter your First Name" disabled >
								</div>
							</div>

							<!-- Last Name -->
							<div class="field-row">
								<div class="field-name">Last Name</div>
								<div class="field-value">
									<input type="text" value="" class="field-value__element"  id="custom:profile{nl}" placeholder="Enter your Last Name" disabled >
								</div>
							</div>

							<!-- Email address -->
							<div class="field-row">
								<div class="field-name">Email Address</div>
								<div class="field-value">
									<p type="text" value="" class="field-value__element" id="email" disabled >
								</div>
							</div>

							<!-- Email address -->
							<div class="field-row">
								<div class="field-name">Phone Number</div>
								<div class="field-value">
									<input type="text" value="" class="field-value__element js-phone-input"  id="custom:profile{p}" placeholder="Enter your Phone Number" disabled >
								</div>
							</div>

							<!-- Birthday -->
							<div class="field-row">
								<div class="field-name">Birthday (optional)</div>
								<div class="field-value">
									<input type="text" value="" class="field-value__element js-birthday-input"  id="custom:profile{b}" maxlength="10" placeholder="MM/DD/YYYY" disabled >
								</div>
							</div>

							<!-- Gender -->
							<div class="field-row">
								<div class="field-name">Gender</div>
								<div class="field-value">
									<select id="custom:profile{g}" class="field-value__element" disabled>
										<option value="" selected="">Select</option>
										<option value="Male">Male</option><option value="Female">Female</option><option value="Non-Binary">Non-Binary</option>									</select>
								</div>
							</div>
						</div>

						<div class="account-info__controls">
							<a class="edit-profile-btn bordered-simple-link active" id="edit-profile-btn">Edit info</a>
							<a class="save-profile-btn" id="save-profile-btn">Save</a>
							<a class="cancel-profile-btn" id="cancel-profile-btn">Cancel</a>
						</div>
						<div id="edit-profile-message" class="edit-message"></div>
					</div>
				</section>

				<section class="account-info__section accordion-wrapper">
					<div class="account-info__header accordion-panel js-accordion-panel">
						<h4 class="account-info__heading">Shopping Preferences</h4>
						<i class="icon icon-arrow"></i>
					</div>

					<div class="accordion-content">
						<div class="accordion-content__inner user-preferences">

							<div class="field-row">
								<div class="field-name">What type of traveler are you?</div>
								<div class="field-value">
									<ul class="field-value__list">
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{tw}">
											<label for="custom:shopify_preferences{tw}">
												<span>Lone Wanderer</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{tm}">
											<label for="custom:shopify_preferences{tm}">
												<span>My Besties are Coming</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{tb}">
											<label for="custom:shopify_preferences{tb}">
												<span>Beach Bum</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{tg}">
											<label for="custom:shopify_preferences{tg}">
												<span>Get Me Off the Grid</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{tc}">
											<label for="custom:shopify_preferences{tc}">
												<span>Bae-cationer</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ts}">
											<label for="custom:shopify_preferences{ts}">
												<span>Family-Style</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{tf}">
											<label for="custom:shopify_preferences{tf}">
												<span>First Class Farer</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{tp}">
											<label for="custom:shopify_preferences{tp}">
												<span>Backpacker</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{tj}">
											<label for="custom:shopify_preferences{tj}">
												<span>Adrenaline Junkie</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ti}">
											<label for="custom:shopify_preferences{ti}">
												<span>International Jetsetter</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ty}">
											<label for="custom:shopify_preferences{ty}">
												<span>City Slicker</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{tr}">
											<label for="custom:shopify_preferences{tr}">
												<span>Resort Hopper</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{tn}">
											<label for="custom:shopify_preferences{tn}">
												<span>Cruise Connoisseur</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{te}">
											<label for="custom:shopify_preferences{te}">
												<span>Stay-cationer</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{tv}">
											<label for="custom:shopify_preferences{tv}">
												<span>Service Nomad</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{tq}">
											<label for="custom:shopify_preferences{tq}">
												<span>Frequent Flyer</span>
											</label>
										</li>
																				<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{tl}">
											<label for="custom:shopify_preferences{tl}">
												<span>Self-Care Devotee</span>
											</label>
										</li>
																			</ul>
								</div>
							</div>

							<div class="field-row">
								<div class="field-name">What do you do after work?</div>
								<div class="field-value">
									<ul class="field-value__list">
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{wm}">
											<label for="custom:shopify_preferences{wm}">
												<span>Meet up with friends</span>
											</label>
										</li>
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{wg}">
											<label for="custom:shopify_preferences{wg}">
												<span>Grab a bite out</span>
											</label>
										</li>
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ws}">
											<label for="custom:shopify_preferences{ws}">
												<span>Get my sweat on</span>
											</label>
										</li>
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{wk}">
											<label for="custom:shopify_preferences{wk}">
												<span>Get gourmet in my kitchen</span>
											</label>
										</li>
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{wc}">
											<label for="custom:shopify_preferences{wc}">
												<span>Craft a cocktail</span>
											</label>
										</li>
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{wb}">
											<label for="custom:shopify_preferences{wb}">
												<span>Crack a beer</span>
											</label>
										</li>
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ww}">
											<label for="custom:shopify_preferences{ww}">
												<span>Enjoy a glass of wine</span>
											</label>
										</li>
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{wh}">
											<label for="custom:shopify_preferences{wh}">
												<span>Stream my favorite show</span>
											</label>
										</li>
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{wd}">
											<label for="custom:shopify_preferences{wd}">
												<span>Hang with my dog</span>
											</label>
										</li>
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{wz}">
											<label for="custom:shopify_preferences{wz}">
												<span>Disconnect &amp; meditate</span>
											</label>
										</li>
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{wf}">
											<label for="custom:shopify_preferences{wf}">
												<span>Get crafty</span>
											</label>
										</li>
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{wr}">
											<label for="custom:shopify_preferences{wr}">
												<span>Self-Care sesh</span>
											</label>
										</li>
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{wu}">
											<label for="custom:shopify_preferences{wu}">
												<span>Curl up with a book</span>
											</label>
										</li>
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{we}">
											<label for="custom:shopify_preferences{we}">
												<span>Keep up with classes</span>
											</label>
										</li>
																			<li class="field-with-checkbox">
											<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{wt}">
											<label for="custom:shopify_preferences{wt}">
												<span>Tackle that home improvement project</span>
											</label>
										</li>
									
								</div>
							</div>

							<div class="field-row">
								<div class="field-name">Select your favorite footwear brands</div>
								<div class="field-value">
									<ul class="field-value__list logos-grid">
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fa}">
												<label for="custom:shopify_preferences{fa}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#apc"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fab}">
												<label for="custom:shopify_preferences{fab}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#allbirds"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fb}">
												<label for="custom:shopify_preferences{fb}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#new-balance"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fbs}">
												<label for="custom:shopify_preferences{fbs}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#birkenstock"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fc}">
												<label for="custom:shopify_preferences{fc}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#crocs"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fch}">
												<label for="custom:shopify_preferences{fch}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#cole-haan"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fcs}">
												<label for="custom:shopify_preferences{fcs}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#converse"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fdv}">
												<label for="custom:shopify_preferences{fdv}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#dolce-vita"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fg}">
												<label for="custom:shopify_preferences{fg}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#gucci"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fh}">
												<label for="custom:shopify_preferences{fh}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#hoka"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fm}">
												<label for="custom:shopify_preferences{fm}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#merrell"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fn}">
												<label for="custom:shopify_preferences{fn}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#nike"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fo}">
												<label for="custom:shopify_preferences{fo}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#on"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fs}">
												<label for="custom:shopify_preferences{fs}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#salomon"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fsp}">
												<label for="custom:shopify_preferences{fsp}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#sperry"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ft}">
												<label for="custom:shopify_preferences{ft}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#timberland"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fv}">
												<label for="custom:shopify_preferences{fv}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#vans"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{fy}">
												<label for="custom:shopify_preferences{fy}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#yeezy"></use>
													</svg>
												</label>
											</li>
																			</ul>
								</div>
							</div>

							<div class="field-row">
								<div class="field-name">Select your favorite automaker brands</div>
								<div class="field-value">
									<ul class="field-value__list logos-grid">
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{aa}">
												<label for="custom:shopify_preferences{aa}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#audi"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ab}">
												<label for="custom:shopify_preferences{ab}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#bmw"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ac}">
												<label for="custom:shopify_preferences{ac}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#cadillac"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ach}">
												<label for="custom:shopify_preferences{ach}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#chevy"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{af}">
												<label for="custom:shopify_preferences{af}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#ferrari"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{afd}">
												<label for="custom:shopify_preferences{afd}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#ford"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ag}">
												<label for="custom:shopify_preferences{ag}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#gmc"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ahd}">
												<label for="custom:shopify_preferences{ahd}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#harley-davidson"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{aho}">
												<label for="custom:shopify_preferences{aho}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#honda"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ahy}">
												<label for="custom:shopify_preferences{ahy}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#hyundai"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ai}">
												<label for="custom:shopify_preferences{ai}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#indian"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ainf}">
												<label for="custom:shopify_preferences{ainf}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#infiniti"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{aj}">
												<label for="custom:shopify_preferences{aj}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#jaguar"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{aje}">
												<label for="custom:shopify_preferences{aje}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#jeep"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{al}">
												<label for="custom:shopify_preferences{al}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#land-rover"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ale}">
												<label for="custom:shopify_preferences{ale}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#lexus"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{am}">
												<label for="custom:shopify_preferences{am}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#maserati"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{amz}">
												<label for="custom:shopify_preferences{amz}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#mazda"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{amb}">
												<label for="custom:shopify_preferences{amb}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#mercedes-benz"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{an}">
												<label for="custom:shopify_preferences{an}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#nissan"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ap}">
												<label for="custom:shopify_preferences{ap}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#porsche"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{as}">
												<label for="custom:shopify_preferences{as}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#subaru"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{at}">
												<label for="custom:shopify_preferences{at}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#tesla"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{aty}">
												<label for="custom:shopify_preferences{aty}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#toyota"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{atr}">
												<label for="custom:shopify_preferences{atr}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#triumph"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{avw}">
												<label for="custom:shopify_preferences{avw}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#volkswagen"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{av}">
												<label for="custom:shopify_preferences{av}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#volvo"></use>
													</svg>
												</label>
											</li>
																			</ul>
								</div>
							</div>

							<div class="field-row">
								<div class="field-name">Select your favorite store brands</div>
								<div class="field-value">
									<ul class="field-value__list logos-grid">
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sa}">
												<label for="custom:shopify_preferences{sa}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#apple"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sbp}">
												<label for="custom:shopify_preferences{sbp}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#bass-pro"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sbb}">
												<label for="custom:shopify_preferences{sbb}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#best-buy"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sbl}">
												<label for="custom:shopify_preferences{sbl}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#bluemercury"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sch}">
												<label for="custom:shopify_preferences{sch}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#chewy"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sc}">
												<label for="custom:shopify_preferences{sc}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#costco"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{scb}">
												<label for="custom:shopify_preferences{scb}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#crate-barrel"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sds}">
												<label for="custom:shopify_preferences{sds}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#dicks-sporting"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sfl}">
												<label for="custom:shopify_preferences{sfl}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#foot-locker"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sgs}">
												<label for="custom:shopify_preferences{sgs}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#gamestop"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sg}">
												<label for="custom:shopify_preferences{sg}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#gap"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{shm}">
												<label for="custom:shopify_preferences{shm}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#hm"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{shd}">
												<label for="custom:shopify_preferences{shd}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#home-depot"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{shg}">
												<label for="custom:shopify_preferences{shg}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#home-goods"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sl}">
												<label for="custom:shopify_preferences{sl}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#levis"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sm}">
												<label for="custom:shopify_preferences{sm}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#macys"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{smc}">
												<label for="custom:shopify_preferences{smc}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#moncler"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sns}">
												<label for="custom:shopify_preferences{sns}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#nordstrom"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sp}">
												<label for="custom:shopify_preferences{sp}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#petco"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sr}">
												<label for="custom:shopify_preferences{sr}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#rei"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{srv}">
												<label for="custom:shopify_preferences{srv}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#revolve"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{ss}">
												<label for="custom:shopify_preferences{ss}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#saks"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sse}">
												<label for="custom:shopify_preferences{sse}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#sephora"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{st}">
												<label for="custom:shopify_preferences{st}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#target"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sub}">
												<label for="custom:shopify_preferences{sub}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#ulta-beauty"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sw}">
												<label for="custom:shopify_preferences{sw}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#wayfair"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{swe}">
												<label for="custom:shopify_preferences{swe}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#west-elm"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sws}">
												<label for="custom:shopify_preferences{sws}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#williams-sonoma"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{sz}">
												<label for="custom:shopify_preferences{sz}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#zara"></use>
													</svg>
												</label>
											</li>
																					<li class="field-with-checkbox logo-checkbox">
												<input type="checkbox" class="autosaving-input checkbox-themed shopify_preferences-switch" id="custom:shopify_preferences{swt}">
												<label for="custom:shopify_preferences{swt}">
													<svg class="logo-checkbox__img">
														<use xlink:href="#walmart"></use>
													</svg>
												</label>
											</li>
																			</ul>
								</div>
							</div>

						</div>
					</div>
				</section>
				<section class="account-info__section accordion-wrapper">
					<div class="account-info__header accordion-panel js-accordion-panel">
						<h4 class="account-info__heading">Tools</h4>

						<i class="icon icon-arrow"></i>
					</div>

					<div class="accordion-content">
						<div class="accordion-content__inner user-tools">
							<!-- Unsubscribe from all newsletters -->
							<div class="field-row">
								<div class="field-name">Unsubscribe from All Newsletters</div>
								<div class="field-value">
									<a class="account-controls__btn link--simple" id='unsubscribe-all'>Unsubscribe</a>
								</div>
							</div>

							<!-- Delete My account -->
							<div class="field-row">
								<div class="field-name">Delete My Account</div>
								<div class="field-description">By clicking here you agree that your In Touch Weekly, Life & Style, and Closer Weekly accounts will be deleted</div>

								<div class="field-value">
									<a class="account-controls__btn link--simple" id='delete-me'>Delete</a>
								</div>
							</div>

							<!-- Manage my UsNow.com subscription -->
							<div class="field-row">
								<div class="field-name">Manage My UsNow.com Subscription</div>
								<div class="field-value">
									<a href='https://usnow.com/pages/customer-service' class="link--simple" target="_blank">Manage</a>
								</div>
							</div>

						</div>
					</div>
				</section>


				<!-- Privacy Policy, Cookie Policy and Terms -->
				<div class="account-info__policy">
					<ul class="account-info__policy-list">
						<li><a href="https://a360media.com/privacy-policy/" class="link--simple" target="_blank">Privacy Policy</a></li>
						<li><a href="https://a360media.com/cookie-policy/" class="link--simple" target="_blank">Cookie Policy</a></li>
						<li><a href="https://a360media.com/terms-and-conditions/" class="link--simple" target="_blank">Terms and Conditions</a></li>
						<li>
							<a id="account-signout-mobile" class="account-signout-mobile mobile-only">
								<i class="icon icon-sign-out"></i>
								<span>Sign Out</span>
							</a>
						</li>
					</ul>
				</div>
			</div>
				<div class="account-info__tab purchases" data-tab="purchases">
	<div class="account-info__header">
		<h4 class="account-info__heading">Your Orders</h4>
	</div>

	<div class="purchases-wrapper" id="purchases">
		<ul class="purchases-list" id="purchases-list">
			<li style="color: #8f8f8f;">You haven't placed any orders yet.</li>
		</ul>

		<template id="purchase-tmpl">
			<li class="purchases-list__item accordion-wrapper">
				<div class="accordion-panel js-accordion-panel">
					<div class="accordion-panel__inner">
						<div class="order-num-date">
							<a target="_blank" class="order-num"></a>
							<p class="order-date"></p>
						</div>
						<p class="payment-status">
							<span class="order-field__name"><i class="icon icon-info"></i>Status</span>
							<span class="order-field__value"></span>
						</p>
						<p class="fulfillment-status">
							<span class="order-field__name"><i class="icon icon-delivery"></i>Fulfillment</span>
							<span class="order-field__value"></span>
						</p>
						<p class="total-sum">
							<span class="order-field__name"><i class="icon icon-purse"></i>Total</span>
							<span class="order-field__value"></span>
						</p>
					</div>

					<i class="icon icon-arrow"></i>
				</div>

				<div class="accordion-content">
					<p class="products-list__title">Order details:</p>
					<div class="products-list__header">
						<div class="header-product-img">Image</div>
						<div class="header-product-name">Product</div>
						<div class="header-product-price">Price</div>
						<div class="header-product-qty">Qty</div>
					</div>
					<ul class="products-list">

					</ul>
				</div>
			</li>
		</template>

		<template id="product-tmpl">
			<li class="products-list__item">
				<img class="product-img">
				<p class="product-name"></p>
				<p class="product-price"></p>
				<p class="product-qty"></p>
			</li>
		</template>
	</div>
</div>
				<div class="account-info__tab subscriptions" data-tab="subscriptions">
				<div class="subscription-preferences">
					<div class="account-info__header">
						<h4 class="account-info__heading">Your Subscriptions</h4>
					</div>

					<div class="subscription-settings">
						<!-- USWeekly -->
						<section class="account-info__section accordion-wrapper subscription-usweekly">
							<div class="account-info__header accordion-panel js-accordion-panel">
								<h4 class="account-info__heading">
									<svg class="us-logo logo" viewBox="0 70 480 380" width="40" height="35" fill="#ec2b8c">
										<defs xmlns="http://www.w3.org/2000/svg">
											<filter id="dropshadow-u" height="130%">
												<feGaussianBlur in="SourceAlpha" stdDeviation="5"></feGaussianBlur>
												<feOffset dx="1" dy="1" result="offsetblur"></feOffset>
												<feComponentTransfer>
													<feFuncA type="linear" slope="0.5"></feFuncA>
												</feComponentTransfer>
												<feMerge>
													<feMergeNode></feMergeNode>
													<feMergeNode in="SourceGraphic"></feMergeNode>
												</feMerge>
											</filter>
											<filter id="dropshadow-s" height="130%">
												<feGaussianBlur in="SourceAlpha" stdDeviation="13"></feGaussianBlur>
												<feOffset dx="-15" dy="2" result="offsetblur"></feOffset>
												<feComponentTransfer>
													<feFuncA type="linear" slope="0.5"></feFuncA>
												</feComponentTransfer>
												<feMerge>
													<feMergeNode></feMergeNode>
													<feMergeNode in="SourceGraphic"></feMergeNode>
												</feMerge>
											</filter>
										</defs>
										<path class="letter-u color-theme-logo" filter="url(#dropshadow-u)" d="M227.7 74v198.6c0 42.6-15.8 68.8-53.5 68.8-37.6 0-54.5-26.2-54.5-68.8V74h-98v198.6c0 109.9 63.9 153.5 151 153.5s153-43.6 153-153.5V74h-98z"></path>
										<path fill="#001722" d="M283.1 112.8h179.1v42.5H283.1z"></path>
										<path fill="#FFFFFF" d="M313.6 144.4H308l-1-4.7c-.7-3.4-1.4-7.4-1.5-9-.1 1.6-.8 5.7-1.5 9l-1 4.7h-5.5l-5.2-21.8h6.2l.6 3.6c.5 3.1 1.1 6.9 1.3 9.4.2-2.6.9-6.3 1.6-9.4l.7-3.7h5.5l.7 3.7c.7 3.1 1.4 6.9 1.6 9.4.2-2.6.8-6.4 1.3-9.4l.6-3.6h6.2l-5 21.8zM328.4 144.4v-21.8H345v5.1h-10.6v2.9h6.4v5h-6.4v3.7h10.9v5.1M355.3 144.4v-21.8H372v5.1h-10.7v2.9h6.4v5h-6.4v3.7h10.9v5.1M395.2 144.4l-4.5-9.3-2.2 2.7v6.6h-6.1v-21.8h6.1v2.5c0 1.8 0 3.8-.1 5.4.9-1.4 2.8-3.9 4.2-5.7l1.7-2.2h7.3l-6.6 7.7 7.3 14.1h-7.1zM411.3 144.4v-21.8h6.1v16.5h9.6v5.3M444.7 136.3v8.1h-6.1v-8l-8.1-13.7h7l1.7 3.3c1.2 2.3 2.1 4.4 2.5 5.6.4-1.3 1.3-3.4 2.5-5.6l1.7-3.3h6.9l-8.1 13.6z"></path>
										<path class="letter-s color-theme-logo" filter="url(#dropshadow-s)" d="M375.3 250.2c-22.8-6.9-25.8-9.9-25.8-17.8S354 221 371.3 221c22.8 0 48.5 6.9 82.7 21.8l19.8-68.8c-34.7-12.4-60.9-18.8-100-18.8-70.8 0-106 31.7-106 85.2 0 54 27.7 70.3 107.9 91.6 16.8 4.5 20.8 7.9 20.8 16.3 0 7.9-6.4 11.9-23.8 11.9-22.8 0-58.4-8.9-89.6-22.8l-20.8 67.3c33.2 12.9 70.3 21.3 108.4 21.3 66.3 0 107.4-27.7 107.4-87.6.2-51.5-29.5-68.8-102.8-88.2"></path>
									</svg>
								</h4>
								<div class="icon icon-arrow"></div>
							</div>
							<div class="accordion-content">
								<div class="field-row field-with-toggle">
									<div class="field-value custom-switch">
										<label for="custom:newsletters{nd}">
											<input type="checkbox" class="autosaving-input subscription-switch" id="custom:newsletters{nd}">
											<i></i>
											<span>Yes, please send me the <strong>Us Weekly Daily</strong> Newsletter with the latest news and photos of my favorite celebs!</span>
										</label>
									</div>
								</div>
								<div class="field-row field-with-toggle">
									<div class="field-value custom-switch">
										<label for="custom:newsletters{np}">
											<input type="checkbox" class="autosaving-input subscription-switch" id="custom:newsletters{np}">
											<i></i>
											<span>Yes, I also want to receive information about promotions, events,
												sweepstakes, giveaways, and other offers from
												<strong>UsMagazine.com</strong> and trusted partners!</span>
										</label>
									</div>
								</div>

								<div class="field-row field-with-toggle">
									<div class="field-value custom-switch">
										<label for="custom:newsletters{nh}">
											<input type="checkbox" class="autosaving-input subscription-switch" id="custom:newsletters{nh}">
											<i></i>
											<span>Yes, I’d like to receive the <strong>Stylish by Us Weekly</strong> Newsletter packed with the latest celeb trends, product picks and more!</span>
										</label>
									</div>
								</div>
								<div class="field-row field-with-toggle">
									<div class="field-value custom-switch">
										<label for="custom:newsletters{ns}">
											<input type="checkbox" class="autosaving-input subscription-switch" id="custom:newsletters{ns}">
											<i></i>
											<span>Yes, I’d like to receive the <strong>Shop With Us Weekly</strong> Newsletter to stay up to date with the latest celebrity shopping trends!</span>
										</label>
									</div>
								</div>
							</div>
						</section>

						<!-- MensJournal -->
						<section class="account-info__section accordion-wrapper subscription-mj">
							<div class="account-info__header accordion-panel js-accordion-panel">
								<h4 class="account-info__heading">
									<svg class="mj-logo logo" viewBox="5 5 552 128" width="115" height="35" aria-label="Men's Journal">
										<path class="color-theme-logo" d="M294.9,107h-3.6c-2.3,0-3.3-1-3.3-3.4V24.9c0-2.2,1-3.3,3.3-3.3h3.6c2.2,0,3.4,0.9,3.4,3.3v78.8 C298.3,106.2,297.2,107,294.9,107 M314.9,21.8c0-11-4.4-15.4-15.4-15.4h-12.8c-10.4,0-15.4,4.3-15.4,15.4v84.7 c0,10.6,5.5,15.5,15.4,15.5h12.8c10.2,0,15.4-5,15.4-15.4V21.8z M390.6,55.7h-7.1V21.6h7.1c2.3,0,3.3,1,3.3,3.3v27.5 C393.8,54.6,392.7,55.7,390.6,55.7 M401.5,69.2c6.4-1.5,8.9-5.7,8.9-13.5V21.7c0-11.7-4.7-15.3-15.4-15.3h-28.2V122h16.6V70.6h1.7 l10.5,51.4h17L401.5,69.2z M480,85.7l5-54.4h0.4l4.9,54.4H480z M496.9,6.6h-22.1L461.2,122h15.5l2.1-21.4H492l1.7,21.4h15.8 L496.9,6.6z M61.7,6.5H48.2L32.9,46.3L17.5,6.5H4V122h16.6V54.3l10.8,28.9h3.1l10.7-28.8V122h16.6V6.5z M101.6,107H82.5V70.5h14.8 V55.6H82.5v-34h19.1V6.5H65.8V122h35.8V107z M150.4,6.5h-15.8v51.4L120.9,6.5h-15.1V122h15.7V60l16,62h12.8V6.5z M205.7,82.2 c0-5.5-1.5-8.1-5.5-12.6l-18.7-21.2c-1.8-2-2.8-4.2-2.8-7V24.9c0-2.1,0.9-3.3,3.3-3.3h3.9c2.1,0,3.1,1.2,3.1,3.4v14.6h16.6V21.7 c0-11-4.8-15.3-15.3-15.3h-12.8c-9.2,0-15.4,4.3-15.4,14.8V48c0,5.7,2,8,5.1,11.5l19.1,21.8c1.6,1.8,2.7,3.4,2.7,6.9v15.4 c0,2.4-1,3.3-3.3,3.3h-3.7c-2.2,0-3.3-1-3.3-3.3V89.3h-16.6v17.4c0,10.5,5,15.4,15.4,15.4h12.8c10.4,0,15.4-5.5,15.4-15.4V82.2z M153,6.5v26h4.3l4.9-26H153z M266.9,6.5h-16.8v97.3c0,2.2-1,3.2-3.3,3.2h-3.7c-2.1,0-3.3-1-3.3-3.3V89.4h-16.7v17.1 c0,10.7,5.1,15.5,15.4,15.5h13c10.4,0,15.4-4.8,15.4-15.5V6.5z M362.7,6.5h-16.6v97.2c0,2.3-0.9,3.3-3.3,3.3h-3.6 c-2.3,0-3.3-1-3.3-3.2V6.5h-16.6v100.1c0,10.7,4.9,15.5,15.4,15.5h12.8c10.6,0,15.3-4.4,15.3-15.4V6.5z M459.3,6.5h-15.8v51.4 L429.9,6.5h-15.1V122h15.7V60l16,62h12.8V6.5z M546.8,122h-35.4V6.5h16.7V107h18.8V122z"/>
									</svg>
								</h4>
								<div class="icon icon-arrow"></div>
							</div>
							<div class="accordion-content">
																	<div class="field-row field-with-toggle">
										<div class="field-value custom-switch">
											<label for="custom:newsletters{mp}">
												<input type="checkbox" class="autosaving-input subscription-switch" id="custom:newsletters{mp}">
												<i></i>
												<span>Yes, please send me the <strong>Mens Journal</strong> Offers and Promotions</span>
											</label>
										</div>
									</div>
																	<div class="field-row field-with-toggle">
										<div class="field-value custom-switch">
											<label for="custom:newsletters{mw}">
												<input type="checkbox" class="autosaving-input subscription-switch" id="custom:newsletters{mw}">
												<i></i>
												<span>Yes, please send me the <strong>Mens Journal</strong> Whiskey Wednesdays</span>
											</label>
										</div>
									</div>
																	<div class="field-row field-with-toggle">
										<div class="field-value custom-switch">
											<label for="custom:newsletters{mn}">
												<input type="checkbox" class="autosaving-input subscription-switch" id="custom:newsletters{mn}">
												<i></i>
												<span>Yes, please send me the <strong>Mens Journal</strong> Newsletter</span>
											</label>
										</div>
									</div>
															</div>
						</section>

						<!-- Intouch -->
						<section class="account-info__section accordion-wrapper subscription-intouch">
							<div class="account-info__header accordion-panel js-accordion-panel">
								<h4 class="account-info__heading">
									<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 423.8 106.6" class="intouch-logo logo" width="110" height="35"><style>.st01{fill:#03a6e5}</style><path class="st01" d="M170.1 63.9v-.6c0-13 5.6-21.6 14.2-21.6s14 8.4 14 22.4c0 12.9-5.5 21.3-14 21.3-8.7-.1-13.9-8-14.2-21.5m-21.2-.2c.8 24.9 14.1 39.5 35.3 39.5 21 0 35.5-16.2 35.5-40s-14.4-39.8-35.5-39.8-35.3 16.2-35.3 39.8v.5zM29.6 26.8h17.1L71 65.4V26.8h19.5v74H73.3L49.8 64.7v36.1H29.6z"/><path class="st01" d="M123 23.5H98.5l-3-20.2h77.7l-2.9 20.2h-24.5v77.3H123zM359.6 75.3c-4.2 18.3-15 27-32.9 27-12.9 0-21.1-3.2-27.3-11.5-5.4-7.1-7.9-15.7-7.9-26.9 0-24.4 12.8-38.9 34.4-38.9 18.4 0 28.6 8 33.1 26.1l-20.2 3.4c-1.6-7.4-6-11.5-12.2-11.5-8.7 0-13.8 7.7-13.8 21s5 20.7 13.7 20.7c6.7 0 10.7-4 12.9-12.6l20.2 3.2zM362.2 26.7h19.9v27.5h18.5V26.7h19.9v74.1h-19.8V69.6h-18.5v31.2h-20zM26.4 100.8H3.3V28.9c3 3.4 7.2 5.4 11.7 5.5 4.4-.1 8.5-1.9 11.4-5.2v71.6z"/><path class="st01" d="M26.4 24.7c-3 3.6-7 5.9-11.4 5.9-4.7-.1-9-2.5-11.7-6.3V3.5h23.2v21.2h-.1zM274.1 26.7h-7.7V73c0 6-4.9 10.9-10.9 10.9S244.6 79 244.6 73V26.7h-21.1v47c0 7.2.8 12.4 2.8 16.9 3.1 7.1 10.1 11.4 18.1 11.4 9.7 0 17.1-4 23.4-12.8v11.5h19.5v-74h-13.2z"/></svg>
								</h4>
								<div class="icon icon-arrow"></div>
							</div>

							<div class="accordion-content">
								<div class="field-row field-with-toggle">
									<div class="field-value custom-switch">
										<label for="custom:newsletters{in}">
											<input type="checkbox" class="autosaving-input subscription-switch" id="custom:newsletters{in}">
											<i></i>
											<span>Yes, please send me the <strong>In Touch Weekly</strong> Newsletter with
												the latest news and photos of my favorite celebs!</span></label>
									</div>
								</div>

								<div class="field-row field-with-toggle">
									<div class="field-value custom-switch">
										<label for="custom:newsletters{ip}">
											<input type="checkbox" class="autosaving-input subscription-switch" id="custom:newsletters{ip}">
											<i></i>
											<span>Yes, I also want to receive information about promotions, events,
												sweepstakes, giveaways, and other offers from <strong>In Touch Weekly</strong>
												and trusted partners!</span>
										</label>
									</div>
								</div>
							</div>
						</section>

						<!-- Life&Style -->
						<section class="account-info__section accordion-wrapper subscription-lifeandstyle">
							<div class="account-info__header accordion-panel js-accordion-panel">
								<h4 class="account-info__heading">
									<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 544.2 144.4" class="ls-logo logo" width="120" height="32"><style>.st02{fill:#f88db1}.st10{fill:#ff0264}</style><path class="st02" d="M307.3 35.3c-2.9-9.5-8.3-13.2-17.2-13.2-6.3 0-13.9 1.8-13.9 10.5 0 8.2 8.8 10.1 14.5 11.3 8.2 2 19.1 4.2 26.1 9.5 8.4 6.2 13.3 16.1 13.1 26.5.1 10.7-4.4 20.9-12.4 28.1-8 7-19 10-29 10-18.8 0-34-10.4-40.4-31.9l16.5-3.5c2.9 11.8 14.4 15.1 24.8 15.1 6.7 0 16.8-4.1 16.8-13.4s-9.1-16-15.2-17.5c-9.9-2.3-33.4-10.4-35.6-29.6-1.5-13.5 4.3-22.1 8.8-26.3 7.3-6.9 15.9-9.2 25.1-9.2 17.5 0 31.8 6.9 37.9 26.3l-19.9 7.3z"/><path class="st10" d="M273.8 80.7c4.3 0 7.1-2.6 7.1-6.5 0-5.1-3.7-7.6-8-7.6-6.7 0-13.4 6.5-17.5 11.8l1.9 1.9c2.2-2.6 4.7-5 7.4-7.1.5-.5 1.1-.9 1.8-1.1.8 0 1.2.7 1.3 2.6.1.5.1 1 .2 1.7.6 2.7 3.1 4.5 5.8 4.3z"/><path class="st10" d="M222.1 105.8c-14.3 0-27.9-19-27.9-30.9 0-13.6 8.4-16.8 19.5-23.5C224 64.6 234.2 78.2 245.3 91c-6.4 8.1-11.5 14.8-23.2 14.8zm9.3-66.5c-6.1-8.5-17.3-22.5-14.2-28.2v-.3c2.2-4.6 6.8-7.5 13.1-7.5 10 0 17.6 6.2 17.6 17.2 0 9.2-8.3 13.9-16.5 18.8zm1.7 2.1c9.2-5.9 16.9-9.9 17.3-21.1.4-12.1-8.1-19.8-21.6-19.8-2.7-.1-5.4.2-8 .9-8.5 2.1-15.5 8.2-18.6 16.4-1 2.6-1.5 5.4-1.5 8.2 0 9.4 6.2 15.4 11.5 23.2-14.3 7.4-34.4 20.3-34.4 37.1 0 16.1 15.2 30.2 32.6 30.2 15.2 0 28.7-12.5 36.9-23.1 12.2 16.2 23 24.6 39 24.9 17.1.3 23.4-19.1 19.4-34.6.3 3.3-2 11.4-14 13.1-11.6 1.7-20.7-10.3-30.1-21.3l-1.6-1.9-.1-.1-1.7-2.4c-8.6-10.3-17-19-25.1-29.7z"/><path class="st02" d="M322.3 51.4V32.2h13l1.9-24.4 18.7-1.6v26h15.9v19.1h-15.9v33c0 9.6 0 13.6 10.4 13.1l6.7-.3v18.1l-1.5.3c-4.1.6-8 1.5-12 1.5-6.1 0-14.3-1-19.1-5.4-6-5.6-6-15.5-6-23.7V51.4h-12.1zM423.3 110.2c-5.5 18.8-13.5 34.2-34.5 34.2l-10.5-1v-18.8l10.8 1.1c7.1 0 9.9-2.4 11.8-10.3l-27-83h23.2l14.2 51.4 13.6-51.4H447l-23.7 77.8zM449.5 3.3H471v112.1h-21.5zM522.6 63.8c-.4-9-3.1-17.3-12.4-17.3-9.5 0-13.1 7.8-13.9 17.3h26.3zM496.5 78l-.1 4.1c0 9.8 5 17.8 14.3 17.8 7.2-.1 13-5.9 13.1-13.1l19.9 1.6c0 4.1-8.6 28.6-33.7 28.6-22.2 0-36.6-17.3-36.6-42 0-24.5 13-44.3 36-44.3 11 0 21.2 5.6 27.2 14.7 6.1 9.5 7.7 21.2 7.6 32.5h-47.7v.1zM65.3 92.7v21.9H0V3.8h23.9v88.9zM90.4 114.6h-22v-82h22v82zm0-89.5h-22V2.2h22v22.9zM124.4 114.6h-22V51h-8.8V32.6h8.8c0-7.1-.3-15.7 3.4-21.8C110.9 2.6 120.9-.7 129.6.1l10.2 1v18.3l-7.5-.5c-7.9-.5-7.9 5-7.9 12v1.8h13.5v18.4h-13.5v63.5z"/><path class="st02" d="M185.3 63.6c-.4-8.9-3.1-17.1-12.7-17.1s-13.5 7.8-14.2 17.1h26.9zm-26.8 14-.1 4c0 9.7 5.1 17.6 14.7 17.6 6.7 0 13.5-5.3 13.5-12.9l20.4 1.6c0 4-8.8 28.3-34.6 28.3-22.8 0-37.6-17.1-37.6-41.5 0-24.2 13.3-43.8 37-43.8 10.6 0 21.6 5.2 27.8 14.5s7.9 21 7.8 32.1l-48.9.1z"/></svg>
								</h4>
								<div class="icon icon-arrow"></div>
							</div>

							<div class="accordion-content">
								<div class="field-row field-with-toggle">
									<div class="field-value custom-switch">
										<label for="custom:newsletters{ln}">
											<input type="checkbox" class="autosaving-input subscription-switch" id="custom:newsletters{ln}">
											<i></i>
											<span>Yes, please send me the <strong>Life & Style</strong> Newsletter with the
												latest news and photos of my favorite celebs!</span>
										</label>
									</div>
								</div>

								<div class="field-row field-with-toggle">
									<div class="field-value custom-switch">
										<label for="custom:newsletters{lp}">
											<input type="checkbox" class="autosaving-input subscription-switch" id="custom:newsletters{lp}">
											<i></i>
											<span>Yes, I also want to receive information about promotions, events,
												sweepstakes, giveaways, and other offers from
												<strong>Life & Style</strong> and trusted partners!</span>
										</label>
									</div>
								</div>
							</div>
						</section>

						<!-- Closer -->
						<section class="account-info__section accordion-wrapper subscription-closerweekly">
							<div class="account-info__header accordion-panel js-accordion-panel">
								<h4 class="account-info__heading">
									<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 425 158" width="95" height="35" class="closer-logo logo"><style>.st03{fill:#e45a94}</style><path class="st03" d="M115.8 9.1c0-.3-.1-.6-.4-.8-.2-.2-.6-.3-.9-.3l-7.7 1.5C99.3 11 89 13.1 86.6 13.4c-.5.1-.9.5-.9 1.1l.1 2.8c.9 19.2 1.4 30.8 1.4 54.2v12.1c0 19.2-.3 26.2-.9 38.9-.1 3.4-.4 7.1-.5 11.6 0 .3.1.6.3.8.2.2.5.3.8.3h27.9c.3 0 .6-.1.8-.3.2-.2.3-.5.3-.8-.2-4.5-.4-8.2-.5-11.6-.6-12.7-.9-19.7-.9-38.9V71.4c-.3-24 .3-40.4 1.3-62.3zM324.4 40.4c-13 0-24 4.2-31.7 12.2-8.2 8.5-12.5 21.2-12.5 36.8s4.8 28.1 13.9 36.6c8.2 7.6 19.4 11.6 32.5 11.6 12.2 0 21.1-2.6 29-8.6.1-.1.3-.3.3-.4l4.1-10.4c.2-.4 0-1-.4-1.2l-2.2-1.7c-.4-.3-.9-.3-1.3 0-6.2 5.3-14.1 8.2-22.3 8.1-7.8 0-13.9-3.3-18-9.7-3.8-5.7-5.8-13.9-5.9-23.6h52.5c.5 0 .9-.4 1-.9.2-2.1.2-4.2.2-6.3 0-13-3.5-23.8-10.2-31.1s-16.8-11.4-29-11.4zm-.7 10.4c8 0 12.2 9.4 12.7 28.7h-26.6c.4-9.4 2.5-28.7 13.9-28.7zM82.9 49.3c-9.8-6-21.1-9.1-32.6-8.9C20.7 40.4 0 60.4 0 89.1 0 102 3.9 113.7 10.8 122c8.7 10.3 21.7 15.5 38.7 15.5 12.4 0 20.9-4.5 25.8-8.2.2-.1.3-.3.4-.5 1-3.7 2.4-7.3 4-10.8.2-.4.1-.9-.3-1.2l-2.2-1.9c-.2-.2-.5-.3-.8-.2-.3 0-.5.2-.7.4-3 4-10.9 8.4-18.4 8.4-8.6 0-15.3-2.9-19.8-8.7s-6.9-14.3-6.9-25.3c0-11.9 1.9-21.2 5.6-27.7s9-9.7 15.7-9.7c9.8 0 15.8 6 17.8 17.8.1.5.5.9 1 .9h4.5c.5 0 .9-.3 1-.8 1.3-6.8 4.2-14.6 6.9-19 .1-.2.2-.5.1-.8 0-.6-.1-.8-.3-.9zM250.1 74.9c-8.8-3.3-16.4-6.2-16.4-13.2 0-5.8 5-9.8 12.2-9.8 11.2 0 16.2 9.3 17.5 14.9.1.5.5.8 1 .8h5.2c.5 0 .9-.4 1-.9.7-5.6 2.2-11 4.5-16.1.2-.5.1-1-.4-1.3-9.2-6.4-17-9-26.9-9-8.6 0-16.7 2.6-22.8 7.3-7.2 5.6-10.9 13.8-10.9 23.8 0 19.5 15.1 25.8 27.2 30.9 8.4 3.5 15.7 6.5 15.7 13 0 4.7-4.7 9.6-12.6 9.6-10.4 0-17.3-4.8-21-14.6-.2-.4-.6-.7-1-.7h-4.7c-.5 0-1 .5-1 1-.5 4.5-1.4 9-2.7 13.4-.4 1.4-.8 2.9-1.2 4.3-.1.4.1.9.4 1.1 8.2 5.2 17.7 8 27.4 8.2 18.4 0 37-10.1 37-32.6.1-19.7-15.2-25.4-27.5-30.1zM164.8 40.4c-12-.2-23.7 4.4-32.4 12.6-9.4 9.2-14.3 22.3-14.3 38.2 0 15.3 5.2 27.7 14.9 35.8 8.1 6.8 19.4 10.5 31.9 10.5 13.6 0 25.3-4.7 33.7-13.6s13-21.8 13-36.8c0-14.1-4.3-25.9-12.4-34.1s-20.1-12.6-34.4-12.6zm12.5 76.2c-2.9 6.9-7 10.4-12.3 10.4-11.4 0-17.2-12-17.2-35.7 0-26.1 6.2-40.6 17.4-40.6 5.6 0 9.7 2.8 12.5 8.6 2.8 5.6 4.1 14 4.1 24.8.1 14.3-1.4 25.3-4.5 32.5zM424.8 41.6c-.2-.2-.4-.4-.7-.4-1-.2-2.1-.2-3.1-.2-11.9 0-20.9 7-27.4 21.4l.5-18.5c0-.3-.1-.5-.3-.8-.2-.2-.5-.3-.8-.3h-25.7c-.3 0-.6.1-.8.3-.2.2-.3.5-.3.8 1 12 1.5 24.8 1.5 41.3v7.4c0 16.6-.5 29.3-1.5 41.3 0 .3.1.6.3.8.2.2.5.3.8.3 1.5 0 3.4-.1 6.1-.1H395.2c.3 0 .6-.1.8-.3.2-.2.3-.5.3-.8-1-12-1.5-24.8-1.5-41.3v-7.4c0-8.6 5.9-17.4 17.1-17.4 3.2 0 6.3.8 9 2.5.4.3.9.2 1.2-.1l1.7-1.5c.2-.2.4-.5.4-.8-.2-4.3-.2-8.5-.2-12.3-.1-4.4.3-8.9 1.1-13.2 0-.3-.1-.5-.3-.7zM320.4 157.7l-3.4-14.2h1.9l1.6 7.2c.4 1.8.8 3.5 1 4.9.2-1.4.6-3.1 1.1-5l1.8-7.2h1.8l1.7 7.2c.4 1.6.7 3.2.9 4.9.3-1.6.7-3.1 1.1-4.9l1.8-7.2h1.8l-3.9 14.2h-1.8l-1.7-7.4c-.4-1.5-.7-3.1-.9-4.7-.3 1.4-.5 2.8-1 4.7l-2 7.4-1.8.1zM341.8 151.1h-5.3v5.1h5.9v1.6h-7.7v-14.2h7.4v1.5h-5.6v4.5h5.3v1.5zM351.2 151.1h-5.3v5.1h5.9v1.6h-7.7v-14.2h7.4v1.5h-5.6v4.5h5.3v1.5zM353.5 143.5h1.8v6.9h.1c.4-.5.7-1 1.1-1.5l4.2-5.4h2.2l-5 6 5.4 8.2h-2.1l-4.5-7-1.3 1.6v5.4h-1.8l-.1-14.2zM364 143.5h1.8v12.7h5.9v1.6H364v-14.3zM373.7 157.7v-6l-4.3-8.2h2l1.9 3.9c.5 1.1.9 2 1.4 2.9.4-.9.9-1.8 1.4-2.9l2-3.9h2l-4.6 8.2v6.1l-1.8-.1z"/></svg>
								</h4>
								<div class="icon icon-arrow"></div>
							</div>

							<div class="accordion-content">
								<div class="field-row field-with-toggle">
									<div class="field-value custom-switch">
										<label for="custom:newsletters{cn}">
											<input type="checkbox" class="autosaving-input subscription-switch" id="custom:newsletters{cn}">
											<i></i>
											<span>Yes, please send me the <strong>Closer Weekly</strong> Newsletter with the
												latest news and photos of my favorite celebs!</span>
										</label>
									</div>
								</div>

								<div class="field-row field-with-toggle">
									<div class="field-value custom-switch">
										<label for="custom:newsletters{cp}">
											<input type="checkbox" class="autosaving-input subscription-switch" id="custom:newsletters{cp}">
											<i></i>
											<span>Yes, I also want to receive information about promotions, events,
												sweepstakes, giveaways, and other offers from <strong>Closer Weekly</strong>
												and trusted partners!</span>
										</label>
									</div>
								</div>
							</div>
						</section>

						<!-- UsNow -->
						<section class="account-info__section accordion-wrapper subscription-usnow">
							<div class="account-info__header accordion-panel js-accordion-panel">
								<h4 class="account-info__heading">
									<svg viewBox="0 0 245.04 191.35" width="40" height="40" class="us-logo logo"><defs><style>.cls-1-usnow{fill:#ec2a8c;}.cls-2-usnow{fill:#001722;}.cls-3-usnow{fill:#fff;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1-usnow" d="M110.6,0V106.63c0,22.87-8.48,36.94-28.72,36.94S52.62,129.5,52.62,106.63V0H0V106.63C0,165.64,34.31,189,81.07,189s82.15-23.4,82.15-82.41V0Z"/><path class="cls-2-usnow" d="M140.35,20.83h96.16V43.65H140.35Z"/><path class="cls-3-usnow" d="M156.72,37.8h-3l-.54-2.53c-.38-1.82-.75-4-.81-4.83a46.86,46.86,0,0,1-.8,4.83L151,37.8h-2.95l-2.79-11.71h3.33l.32,1.94c.27,1.66.59,3.7.7,5a39.3,39.3,0,0,1,.85-5l.38-2h2.95l.38,2a41,41,0,0,1,.86,5c.11-1.39.43-3.43.7-5l.32-1.94h3.33L156.72,37.8Zm7.95,0V26.09h8.91v2.74h-5.69v1.56h3.44v2.68h-3.44v2h5.85V37.8m5.37,0V26.09h9v2.74h-5.75v1.56h3.44v2.68h-3.44v2h5.86V37.8m12.34,0-2.41-5-1.18,1.45V37.8h-3.28V26.09h3.28v1.35c0,1,0,2-.06,2.9.49-.76,1.51-2.1,2.26-3.07l.91-1.18H204l-3.54,4.14,3.92,7.57Zm8.65,0V26.09h3.27V35h5.16V37.8m9.5-4.35V37.8h-3.27V33.5l-4.35-7.35h3.76l.91,1.77a22.49,22.49,0,0,1,1.34,3,18.87,18.87,0,0,1,1.34-3l.92-1.77h3.7l-4.35,7.3Z"/><path class="cls-1-usnow" d="M189.85,94.6C177.61,90.9,176,89.29,176,85.05s2.41-6.12,11.7-6.12c12.24,0,26,3.7,44.4,11.7l10.64-36.94C224.1,47,210,43.6,189,43.6c-38,0-56.91,17-56.91,45.74,0,29,14.88,37.75,57.93,49.18,9,2.42,11.17,4.24,11.17,8.75,0,4.25-3.43,6.39-12.78,6.39-12.24,0-31.35-4.78-48.1-12.24l-11.17,36.14C147,184.48,166.92,189,187.38,189,223,189,245,174.12,245,142c.11-27.65-15.83-36.94-55.19-47.36"/><rect y="140.6" width="122.79" height="50.74"/><path class="cls-3-usnow" d="M23.63,183.59V149.21H30.7l3.16,16.47V149.21H40.5v34.38H33.79L30.35,166.4v17.19Z"/><path class="cls-3-usnow" d="M57.33,183.9a7.92,7.92,0,0,1-6.3-2.49q-2.18-2.49-2.18-7.2V157.88q0-4.41,2.16-6.7c1.44-1.52,3.54-2.28,6.32-2.28s4.88.76,6.31,2.28,2.16,3.76,2.16,6.7v16.33q0,4.71-2.17,7.2A7.94,7.94,0,0,1,57.33,183.9Zm.06-6.33q1.56,0,1.56-3V157.76c0-1.69-.51-2.53-1.53-2.53s-1.71.86-1.71,2.59v16.76a5,5,0,0,0,.39,2.3A1.36,1.36,0,0,0,57.39,177.57Z"/><path class="cls-3-usnow" d="M76.94,183.59l-3.7-34.38H80l1.9,21.7,1.93-21.7H90.2L92,170.91l1.84-21.7h6.8l-3.75,34.38H88.67L87,167l-1.65,16.55Z"/><text/></g></g></svg>
								</h4>
								<div class="icon icon-arrow"></div>
							</div>

							<div class="accordion-content">
								<div class="field-row field-with-toggle">
									<div class="field-value custom-switch">
										<label for="custom:newsletters{os}">
											<input type="checkbox" class="autosaving-input subscription-switch" id="custom:newsletters{os}">
											<i></i>
											<span>Receive emails from <strong>Us Weekly</strong> Marketplace</span>
										</label>
									</div>
								</div>
							</div>
						</section>
					</div>
				</div>
			</div>
				<div class="account-info__tab addresses" data-tab="addresses">
	<div class="addresses__inner"></div>
	<div class="account-info__controls">
		<a class="add-address-btn bordered-simple-link" id="add-address-btn" style="display: none">Add</a>
	</div>
</div>


<script type="text/x-tmpl" id="address-item-template">
	<section class="account-info__section accordion-wrapper">
		<div class="account-info__header accordion-panel">
			<h4 class="account-info__heading">%title%</h4>
		</div>
		<div class="accordion-content">
			<div class="accordion-content__inner user-addresses__info" id="user-%section%-info">
				<p class="user-address__line">
					<span id="%field.f%-val"></span> <span id="%field.l%-val"></span>
				</p>
				<p class="user-address__line">
					<span id="%field.a%-val"></span>
				</p>
				<p class="user-address__line">
					<span id="%field.c%-val"></span><span class="address-comma">, </span><span id="%field.s%-val"></span><span class="address-comma">, </span> <span id="%field.z%-val"></span>
				</p>
							</div>
			<div class="accordion-content__inner user-addresses__primary user-addresses__fields hidden" id="user-%section%-fields">
				<!-- First Name -->
				<div class="field-row">
					<div class="field-name">First Name</div>
					<div class="field-value">
						<input type="text" value="" disabled class="field-value__element" placeholder="Enter your First Name" id="%field.f%" >
					</div>
				</div>
				<!-- Last Name -->
				<div class="field-row">
					<div class="field-name">Last Name</div>
					<div class="field-value">
						<input type="text" value="" disabled class="field-value__element" placeholder="Enter your Last Name" id="%field.l%" >
					</div>
				</div>
				<!-- Address -->
				<div class="field-row">
					<div class="field-name">Address</div>
					<div class="field-value">
						<input type="text" value="" disabled class="field-value__element" placeholder="Enter your Address" id="%field.a%" >
					</div>
				</div>
				<!-- City -->
				<div class="field-row">
					<div class="field-name">City</div>
					<div class="field-value">
						<input type="text" value="" disabled class="field-value__element" placeholder="Enter City" id="%field.c%" >
					</div>
				</div>
								<!-- State -->
				<div class="field-row">
					<div class="field-name">State</div>
					<div class="field-value">
						<select name="state" class="field-value__element" disabled id="%field.s%">
							<option value="" selected>Select</option>
							<option value="Alabama">Alabama</option><option value="Alaska">Alaska</option><option value="American Samoa">American Samoa</option><option value="Arizona">Arizona</option><option value="Arkansas">Arkansas</option><option value="Armed Forces Americas">Armed Forces Americas</option><option value="Armed Forces Europe">Armed Forces Europe</option><option value="Armed Forces Pacific">Armed Forces Pacific</option><option value="California">California</option><option value="Colorado">Colorado</option><option value="Connecticut">Connecticut</option><option value="Delaware">Delaware</option><option value="District of Columbia">Washington DC</option><option value="Federated States of Micronesia">Micronesia</option><option value="Florida">Florida</option><option value="Georgia">Georgia</option><option value="Guam">Guam</option><option value="Hawaii">Hawaii</option><option value="Idaho">Idaho</option><option value="Illinois">Illinois</option><option value="Indiana">Indiana</option><option value="Iowa">Iowa</option><option value="Kansas">Kansas</option><option value="Kentucky">Kentucky</option><option value="Louisiana">Louisiana</option><option value="Maine">Maine</option><option value="Marshall Islands">Marshall Islands</option><option value="Maryland">Maryland</option><option value="Massachusetts">Massachusetts</option><option value="Michigan">Michigan</option><option value="Minnesota">Minnesota</option><option value="Mississippi">Mississippi</option><option value="Missouri">Missouri</option><option value="Montana">Montana</option><option value="Nebraska">Nebraska</option><option value="Nevada">Nevada</option><option value="New Hampshire">New Hampshire</option><option value="New Jersey">New Jersey</option><option value="New Mexico">New Mexico</option><option value="New York">New York</option><option value="North Carolina">North Carolina</option><option value="North Dakota">North Dakota</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Ohio">Ohio</option><option value="Oklahoma">Oklahoma</option><option value="Oregon">Oregon</option><option value="Palau">Palau</option><option value="Pennsylvania">Pennsylvania</option><option value="Puerto Rico">Puerto Rico</option><option value="Rhode Island">Rhode Island</option><option value="South Carolina">South Carolina</option><option value="South Dakota">South Dakota</option><option value="Tennessee">Tennessee</option><option value="Texas">Texas</option><option value="Utah">Utah</option><option value="Vermont">Vermont</option><option value="Virgin Islands">U.S. Virgin Islands</option><option value="Virginia">Virginia</option><option value="Washington">Washington</option><option value="West Virginia">West Virginia</option><option value="Wisconsin">Wisconsin</option><option value="Wyoming">Wyoming</option>						</select>
					</div>
				</div>
				<!-- Zip -->
				<div class="field-row">
					<div class="field-name">Zip</div>
					<div class="field-value">
						<input type="text" value="" disabled class="field-value__element js-zip-code" placeholder="Enter Zip" id="%field.z%" >
					</div>
				</div>
			</div>

			<div class="account-info__controls">
				<a class="edit-profile-btn simple-link active" id="edit-%section%-btn">Edit</a>
				<a class="edit-profile-btn simple-link" id="remove-%section%-btn">Remove</a>
				<a class="edit-profile-btn simple-link" id="primary-%section%-btn">Set as primary</a>
				<a class="save-profile-btn" id="save-%section%-btn">Save</a>
				<a class="cancel-profile-btn" id="cancel-%section%-btn">Cancel</a>
			</div>

			<div class="edit-message" id="edit-%section%-message"></div>

		</div>
	</section>
</script>

			</div>
		</div>
	 	 	   <!-- Main login form block -->
	<div class="login-request" id='login' style='display:none'>
					<svg class="login-logo">
				<use xlink:href="#logo-intouch"></use>
			</svg>
				<h2 class="login-body__title">Sign In</h2>
		<div class="login-request__register">Need an account? <a id='show-sign-up' class='show-sign-up' type="button">Sign up now!</a></div>
		<div class="login-form__wrapper">
			<form class="login-form">

				<input type="text" id="inputUsername"  placeholder="Enter Email" name="username" required autofocus aria-label="Email">
				<label class="password-input-wrapper">
					<input class="js-password" type="password" id="inputPassword" placeholder="Enter Password" name="password" required aria-label="Password">
					<span class="view-password-button" tabindex="0" aria-live="assertive" role="button" aria-pressed="false" onclick="inline.utility.showPassword( 'signin' )">
				</label>
				<span class="forgot-password" id="show-forgot-password"><a type="button">Forgot password? </a></span>
				<button type="submit" id="sign-in">Sign In
					<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96"><path d="M69.8437,43.3876,33.8422,13.3863a6.0035,6.0035,0,0,0-7.6878,9.223l30.47,25.39-30.47,25.39a6.0035,6.0035,0,0,0,7.6878,9.2231L69.8437,52.6106a6.0091,6.0091,0,0,0,0-9.223Z"/></svg>
				</button>
				<p class="login-form__terms-conditions">By clicking Sign Up, you agree to our <a style='white-space: nowrap;' href='https://a360media.com/privacy-policy/'>Terms and Conditions</a> and that you have read our <a  style='white-space: nowrap;' href='https://a360media.com/privacy-policy/'>Privacy Policy</a>.</p>
			</form>

			<div class="social-login">
				<p class="social-login__title">Sign In with your social account</p>

				<button name="googleSignUpButton" onclick="inline.browser.socialNetworkAuth('Google');" class="btn google-button socialButton-customizable">
					<svg class="social-logo" viewBox="0 0 256 262" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid">
						<path d="M255.878 133.451c0-10.734-.871-18.567-2.756-26.69H130.55v48.448h71.947c-1.45 12.04-9.283 30.172-26.69 42.356l-.244 1.622 38.755 30.023 2.685.268c24.659-22.774 38.875-56.282 38.875-96.027" fill="#4285F4"></path>
						<path d="M130.55 261.1c35.248 0 64.839-11.605 86.453-31.622l-41.196-31.913c-11.024 7.688-25.82 13.055-45.257 13.055-34.523 0-63.824-22.773-74.269-54.25l-1.531.13-40.298 31.187-.527 1.465C35.393 231.798 79.49 261.1 130.55 261.1" fill="#34A853"></path>
						<path d="M56.281 156.37c-2.756-8.123-4.351-16.827-4.351-25.82 0-8.994 1.595-17.697 4.206-25.82l-.073-1.73L15.26 71.312l-1.335.635C5.077 89.644 0 109.517 0 130.55s5.077 40.905 13.925 58.602l42.356-32.782" fill="#FBBC05"></path>
						<path d="M130.55 50.479c24.514 0 41.05 10.589 50.479 19.438l36.844-35.974C195.245 12.91 165.798 0 130.55 0 79.49 0 35.393 29.301 13.925 71.947l42.211 32.783c10.59-31.477 39.891-54.251 74.414-54.251" fill="#EA4335"></path>
					</svg>
					<span>Continue with Google</span>
				</button>

				<button name="facebookSignUpButton" onclick="inline.browser.socialNetworkAuth('Facebook');"
				class="btn facebook-button socialButton-customizable">
					<svg class="social-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 216 216" color="#ffffff">
						<path fill="#ffffff" d="
							M204.1 0H11.9C5.3 0 0 5.3 0 11.9v192.2c0 6.6 5.3 11.9 11.9
							11.9h103.5v-83.6H87.2V99.8h28.1v-24c0-27.9 17-43.1 41.9-43.1
							11.9 0 22.2.9 25.2 1.3v29.2h-17.3c-13.5 0-16.2 6.4-16.2
							15.9v20.8h32.3l-4.2 32.6h-28V216h55c6.6 0 11.9-5.3
							11.9-11.9V11.9C216 5.3 210.7 0 204.1 0z"></path>
					</svg>
					<span>Continue with Facebook</span>
				</button>

				<button name="amazonSignUpButton" onclick="inline.browser.socialNetworkAuth('LoginWithAmazon');"
				class="btn amazon-button socialButton-customizable">
					<svg class="social-logo" viewBox="0 0 175 181" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <defs></defs>
    <g fill-rule="evenodd">
        <g fill="#000">
            <path d="M153.507609,149.082589 C154.515676,148.678569 155.38932,148.577566 156.128569,148.779576 C156.867818,148.981586 157.237437,149.570773 157.237437,150.547154 C157.237437,151.523535 156.733411,152.651407 155.725344,153.930804 C154.851687,155.00819 153.373211,156.47274 151.289874,158.324498 C149.206536,160.176256 145.997572,162.465667 141.662886,165.192801 C137.3282,167.919936 132.590358,170.411354 127.449219,172.667132 C122.308079,174.922909 115.990957,176.875643 108.497662,178.525391 C101.004367,180.175138 93.2927738,181 85.3626502,181 C77.3653221,181 69.368114,179.956298 61.370786,177.868862 C53.3734579,175.781426 46.3506996,173.205837 40.3023002,170.14202 C34.2539008,167.078203 28.457605,163.57675 22.913239,159.637556 C17.3688729,155.698362 12.9166457,152.163241 9.5564238,149.032087 C6.19620193,145.900933 3.3736579,142.954999 1.08870702,140.194196 C0.551071524,139.588167 0.215054377,139.032648 0.0806455023,138.527623 C-0.0537633725,138.022598 -0.0201616578,137.618584 0.181451654,137.315569 C0.383064967,137.012554 0.651878684,136.77688 0.987900871,136.608538 C1.32392306,136.440196 1.71034278,136.372861 2.14717162,136.406529 C2.58400046,136.440197 2.97042018,136.591703 3.30644237,136.861049 C16.2096944,144.739437 26.2902088,150.328295 33.548288,153.62779 C59.6908142,165.47904 86.5385842,168.509144 114.092404,162.718192 C126.861247,160.024726 139.999517,155.479571 153.507609,149.082589 Z"></path>
            <path d="M174.374483,137.467076 C175.113731,138.544462 175.197736,140.884376 174.626498,144.486886 C174.05526,148.089397 173.097611,151.540348 171.753523,154.839844 C169.468572,160.428785 166.612426,164.603595 163.185,167.364397 C162.042524,168.30711 161.16888,168.610121 160.56404,168.273437 C159.9592,167.936754 159.9592,167.128727 160.56404,165.84933 C161.975333,162.819181 163.470609,158.728541 165.049913,153.577288 C166.629218,148.426035 166.847629,145.109754 165.705153,143.628348 C165.369131,143.156992 164.848305,142.769812 164.142658,142.466797 C163.437011,142.163782 162.529765,141.961775 161.420892,141.86077 C160.312019,141.759765 159.320768,141.675596 158.44711,141.608259 C157.573453,141.540922 156.397393,141.540922 154.918895,141.608259 C153.440398,141.675596 152.381944,141.742931 151.743501,141.810268 C151.105059,141.877605 150.063406,141.978608 148.618511,142.113281 C147.173615,142.247955 146.417577,142.31529 146.350372,142.31529 C145.947146,142.382627 145.510323,142.433129 145.039892,142.466797 C144.569461,142.500465 144.199842,142.534133 143.931025,142.567801 C143.662207,142.60147 143.376592,142.635137 143.074172,142.668806 C142.771752,142.702474 142.53654,142.719308 142.368529,142.719308 L141.360468,142.719308 C141.259661,142.719308 141.158856,142.702474 141.058049,142.668806 C140.957243,142.635137 140.890039,142.584636 140.856437,142.517299 L140.705228,142.214286 C140.302001,141.136899 141.881282,139.790187 145.443117,138.174107 C149.004952,136.558028 152.465929,135.547993 155.826151,135.143973 C158.917555,134.672617 162.54654,134.638949 166.713215,135.042969 C170.87989,135.446989 173.43362,136.255016 174.374483,137.467076 Z"></path>
            <path d="M134.656859,92.7220982 C134.656859,94.8095342 135.110482,96.9642746 136.017742,99.1863839 C136.925002,101.408493 138.000256,103.361227 139.243539,105.044643 C140.486821,106.728059 141.746885,108.276779 143.023769,109.690848 C144.300654,111.104918 145.40951,112.182288 146.350372,112.922991 L147.660852,114.03404 L124.777856,136.65904 C122.089678,134.167584 119.435143,131.625664 116.81417,129.033203 C114.193197,126.440742 112.244297,124.471175 110.967413,123.124442 L109.052096,121.104353 C108.312847,120.36365 107.472804,119.252612 106.531942,117.771205 C103.978174,121.744067 100.702006,125.195019 96.7033423,128.124163 C92.7046783,131.053307 88.4204597,133.191214 83.8505579,134.537946 C79.2806562,135.884679 74.5764161,136.659039 69.7376966,136.861049 C64.8989771,137.063059 60.2787414,136.356035 55.8768507,134.739955 C51.4749601,133.123876 47.5267586,130.918634 44.0321278,128.124163 C40.5374971,125.329692 37.7485548,121.525229 35.6652172,116.710658 C33.5818796,111.896088 32.5402265,106.425068 32.5402265,100.297433 C32.5402265,94.6411548 33.4810745,89.4563108 35.3627987,84.7427455 C37.244523,80.0291803 39.6638465,76.1068795 42.6208417,72.9757254 C45.5778369,69.8445714 49.1564196,67.0501425 53.3566969,64.5923549 C57.5569742,62.1345673 61.6731843,60.2155017 65.7054505,58.8351004 C69.7377168,57.4546992 74.1059397,56.2931595 78.8102503,55.3504464 C83.5145609,54.4077334 87.5299658,53.7848787 90.8565855,53.4818638 C94.1832051,53.1788489 97.5265758,52.9600081 100.886798,52.8253348 L100.886798,39.9977679 C100.886798,35.6208859 100.181162,32.3551075 98.7698684,30.2003348 C96.4849176,26.6314926 92.4191101,24.8470982 86.572324,24.8470982 C86.1690974,24.8470982 85.6146691,24.880766 84.9090225,24.9481027 C84.2033759,25.0154393 82.8425065,25.4194531 80.8263734,26.1601562 C78.8102402,26.9008594 76.9285442,27.89406 75.1812288,29.1397879 C73.4339135,30.3855159 71.5522174,32.3887511 69.5360843,35.1495536 C67.5199512,37.9103561 65.9070689,41.1424666 64.697389,44.8459821 L35.0603803,42.1188616 C35.0603803,38.0786628 35.799618,34.0721925 37.2781156,30.0993304 C38.7566133,26.1264682 41.0079281,22.3220048 44.0321278,18.6858259 C47.0563275,15.049647 50.6853127,11.8512043 54.9191923,9.09040179 C59.1530718,6.32959929 64.2437316,4.12435721 70.1913243,2.47460938 C76.138917,0.824861543 82.5400437,0 89.3948963,0 C96.11534,0 102.19725,0.841695452 107.64081,2.52511161 C113.084369,4.20852776 117.435791,6.27909857 120.695207,8.73688616 C123.954622,11.1946737 126.676361,13.9891026 128.860505,17.1202567 C131.044649,20.2514107 132.556726,23.1468431 133.396782,25.8066406 C134.236837,28.4664382 134.656859,30.9410228 134.656859,33.2304688 L134.656859,92.7220982 Z M66.9151244,94.843192 C66.9151244,100.634144 69.2672444,105.111963 73.971555,108.276786 C78.4070479,111.239598 83.0776862,111.98029 87.9836102,110.498884 C93.6287829,108.815468 97.4593784,104.674326 99.4755115,98.0753348 C100.416374,95.0451857 100.886798,91.6447361 100.886798,87.8738839 L100.886798,71.5111607 C96.9217358,71.645834 93.1919455,72.0498478 89.6973147,72.7232143 C86.202684,73.3965807 82.6241014,74.5244527 78.9614595,76.1068638 C75.2988177,77.689275 72.3754685,80.0796901 70.1913243,83.2781808 C68.0071801,86.4766715 66.9151244,90.3316367 66.9151244,94.843192 Z"></path>
        </g>
    </g>
</svg>
					<span>Continue with Amazon</span>
				</button>

				<button name="appleSignUpButton" class="btn apple-button socialButton-customizable"
				onclick="inline.browser.socialNetworkAuth('SignInWithApple');"
				class="btn apple-button socialButton-customizable">

                <span><svg class="social-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 170 170" version="1.1">
    <g fill-rule="evenodd">
        <g fill="#fff">
            <path d="m150.37 130.25c-2.45 5.66-5.35 10.87-8.71 15.66-4.58 6.53-8.33 11.05-11.22 13.56-4.48 4.12-9.28 6.23-14.42 6.35-3.69 0-8.14-1.05-13.32-3.18-5.197-2.12-9.973-3.17-14.34-3.17-4.58 0-9.492 1.05-14.746 3.17-5.262 2.13-9.501 3.24-12.742 3.35-4.929 0.21-9.842-1.96-14.746-6.52-3.13-2.73-7.045-7.41-11.735-14.04-5.032-7.08-9.169-15.29-12.41-24.65-3.471-10.11-5.211-19.9-5.211-29.378 0-10.857 2.346-20.221 7.045-28.068 3.693-6.303 8.606-11.275 14.755-14.925s12.793-5.51 19.948-5.629c3.915 0 9.049 1.211 15.429 3.591 6.362 2.388 10.447 3.599 12.238 3.599 1.339 0 5.877-1.416 13.57-4.239 7.275-2.618 13.415-3.702 18.445-3.275 13.63 1.1 23.87 6.473 30.68 16.153-12.19 7.386-18.22 17.731-18.1 31.002 0.11 10.337 3.86 18.939 11.23 25.769 3.34 3.17 7.07 5.62 11.22 7.36-0.9 2.61-1.85 5.11-2.86 7.51zm-31.26-123.01c0 8.1021-2.96 15.667-8.86 22.669-7.12 8.324-15.732 13.134-25.071 12.375-0.119-0.972-0.188-1.995-0.188-3.07 0-7.778 3.386-16.102 9.399-22.908 3.002-3.446 6.82-6.3113 11.45-8.597 4.62-2.2516 8.99-3.4968 13.1-3.71 0.12 1.0831 0.17 2.1663 0.17 3.2409z"></path>
        </g>
    </g>
</svg></span>
                <span>Continue with Apple</span>
            </button>

				<p class="social-login__legal">We won't post to any of your accounts without asking first</p>
			</div>
        </div>
	</div>
 			   <!-- Registration form block -->
	<div class="login-register" id='register' >
					<svg class="login-logo">
				<use xlink:href="#logo-intouch"></use>
			</svg>
				<h2 class="login-body__title" id="titleheader">Sign Up</h2>
		<span class="already-have-acc">Already have an account? <a id="signin-already-have-account" class="signin-already-have-account" type="button">Login</a></span>
		<div class="login-form__wrapper">
			<form class="login-form">
				<input type="email" class="form-control js-validate-email" id="emailInputRegister" placeholder="Enter Email" pattern=".*" required aria-label="Email">
				<label class="password-input-wrapper">
					<input type="password" class="form-control js-validate-password js-password" id="passwordInputRegister" placeholder="Enter Password" pattern=".*" required aria-label="Password">
					<span class="view-password-button" tabindex="0" aria-live="assertive" role="button" aria-pressed="false" onclick="inline.utility.showPassword( 'signup' )"></span>
				</label>
				<input type="password" class="form-control js-password" id="confirmationpassword" placeholder="Confirm Password" pattern=".*" required aria-label="Confirm Password">
				<div class="password-requirements">
					<p class="password-requirements__title">Your password must include:</p>
					<ul class="password-requirements__list">
						<li class="password-requirements__list-item pswd-length">Min 8 characters</li>
						<li class="password-requirements__list-item pswd-lowercase">Min 1 lowercase character</li>
						<li class="password-requirements__list-item pswd-uppercase">Min 1 uppercase character</li>
						<li class="password-requirements__list-item pswd-number">Min 1 number</li>
					</ul>
				</div>
				<button id="mainbutton" class="btn btn-lg btn-primary btn-block js-submit-form" type="submit">Sign Up</button>
			</form>
		</div>
		<div class="field-value field-with-checkbox terms-conditions-checkbox">
			<input type="checkbox" class="field-custom-checkbox" id="signUpAgree">
			<label for="signUpAgree">I agree to the terms of the <a style='white-space: nowrap;' href='https://a360media.com/terms-and-conditions/'>Terms and Conditions</a> and the <a  style='white-space: nowrap;' href='https://a360media.com/privacy-policy/'>Privacy Policy</a></label>
		</div>

	</div>
			   <!-- Forgot password form block -->
	<div class="login-forgot" id='forgot'>
					<svg class="login-logo">
					<use xlink:href="#logo-intouch"></use>
			</svg>
				<h2 class="login-body__title">Forgot your password?</h2>
		<div class="login-form__wrapper">
			<form class="login-form">
				<label for="emailInputForgot">Enter your email to receive activation code.</label>
				<input type="email" class="form-control js-validate-email" id="emailInputForgot" placeholder="Enter Email" pattern=".*" required aria-label="Email">
				<button id="buttonForgot" class="btn btn-lg btn-primary btn-block js-submit-form" type="submit" disabled="disabled">Reset Password</button>
				<div class="login-forgot__notice">
					<span>*</span>
					<span>Please note that this form cannot be used to reset your Google or Facebook password. <br> Visit <a href='https://accounts.google.com/'>Google</a> or <a href=https://www.facebook.com/>Facebook</a> to do that.</span>
				</div>
			</form>
		</div>
		<span class="already-have-acc">Get back to the <a id="signin-go-back" class="signin-go-back" type="button">Sign In</a></span>
	</div>

	<!-- Restore password form block -->
	<div class="login-restore" id='restore'>
					<svg class="login-logo logo-intouch">
				<use xlink:href="#logo-intouch"></use>
			</svg>
		
		<h2 class="login-body__title">Reset your password</h2>
		<div class="login-form__wrapper">
			<form class="login-form">
				<label for="codeInputReset">An email has been sent to <span id=restoreEmail></span> with a recovery code. Please enter it below:</label>
				<input type="code" class="form-control" id="codeInputReset" placeholder="Enter Code" pattern=".*" required aria-label="Validation Code">
				<label for="passwordReset">Enter new password</label>
				<label class="password-input-wrapper">
					<input type="password" class="form-control js-validate-password js-password" id="passwordReset" placeholder="Enter Password" pattern=".*" required aria-label="Password">
					<span class="view-password-button" tabindex="0" aria-live="assertive" role="button" aria-pressed="false" onclick="inline.utility.showPassword( 'reset' )"></span>
				</label>
				<input type="password" class="form-control js-password" id="confirmPasswordReset" placeholder="Confirm Password" pattern=".*" required aria-label="Confirm Password">
				<div class="password-requirements">
					<p class="password-requirements__title">Your password must include:</p>
					<ul class="password-requirements__list">
						<li class="password-requirements__list-item pswd-length">Min 8 characters</li>
						<li class="password-requirements__list-item pswd-lowercase">Min 1 lowercase character</li>
						<li class="password-requirements__list-item pswd-uppercase">Min 1 uppercase character</li>
						<li class="password-requirements__list-item pswd-number">Min 1 number</li>
					</ul>
				</div>
				<button id="buttonRestore" class="btn btn-lg btn-primary btn-block js-submit-form" type="submit" id='restore-password-handler' disabled="disabled">Submit</button>
			</form>
		</div>
	</div>
</div>

<script>


<!-- INLINE JS START -->
var inline;(()=>{var e={323:e=>{e.exports=XMLHttpRequest}},o={};function t(n){var s=o[n];if(void 0!==s)return s.exports;var r=o[n]={exports:{}};return e[n](r,r.exports,t),r.exports}t.d=(e,o)=>{for(var n in o)t.o(o,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:o[n]})},t.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{"use strict";t.r(n),t.d(n,{browser:()=>e,greeter:()=>r,prompt:()=>o,ssoBroker:()=>s,utility:()=>i});const e={is3rdPartyCookieSet:()=>!!localStorage.getItem(i.getPrefix()+"3rd_party_cookie"),set3rdPartyCookie(e){inline.browser.setLocalStorageItem(i.getPrefix()+"3rd_party_cookie",e,31536e3)},get3rdPartyCookie:()=>inline.browser.getLocalStorageItem(i.getPrefix()+"3rd_party_cookie"),setSocialNetworksURL(e){let o=window._cognito.ssoServer+"/?back_to="+window.location.protocol+"//"+window.location.host+"/";window._cognito.is_shopify||this.get3rdPartyCookie()||(o+="?sso_login");var t=encodeURIComponent(o);return e.href=window._cognito.poolUrl+"/login?response_type=code&client_id="+window._cognito.clientId+"&redirect_uri="+t,console.log(e.href,"AA setSocialNetworksURL"),!0},socialNetworkAuth(e){console.log("AA1 setSocialNetworksURL",e);let o=window._cognito.ssoServer+"/?back_to="+window.location.protocol+"//"+window.location.host+"/";window._cognito.is_shopify||this.get3rdPartyCookie()||(o+="?sso_login");var t=encodeURIComponent(o),n=window._cognito.poolUrl+"/oauth2/authorize?identity_provider="+e+"&redirect_uri="+t+"&response_type=CODE&client_id="+window._cognito.clientId+"&scope=aws.cognito.signin.user.admin email openid profile";return console.log("AA2 setSocialNetworksURL",n),window.location.href=n,!0},getTokenFromLocalStorage(){var e=window.localStorage.getItem(i.getPrefix()+"accessToken"),o=window.localStorage.getItem(i.getPrefix()+"refreshToken");return"null"==e||null==e||"null"==o||null==o?{accessToken:null,refreshToken:null}:{accessToken:e,refreshToken:o}},setLocalStorageItem(e,o,t){if(-1==e.indexOf("3rd_party_cookie")&&!this.isConsent())return void console.log("AA refusing to store "+e+" in ls because there is no consent");let n={value:o,expiry:t?Date.now()+1e3*t:null};localStorage.setItem(e,JSON.stringify(n))},getLocalStorageItem(e){let o=localStorage.getItem(e);return o?(o=JSON.parse(o),o.expiry&&Date.now()>o.expiry?(localStorage.removeItem(e),null):o.value):null},setUserInLocalStorage(e){this.isConsent()?window.localStorage.setItem(i.getPrefix()+"user",JSON.stringify(e)):console.log("AA refusing to store user in ls because there is no consent",OnetrustActiveGroups)},getUserFromLocalStorage(){let e=window.localStorage.getItem(i.getPrefix()+"user");return e?JSON.parse(e):null},setTokenInLocalStorage(e,o){this.isConsent()?(window.localStorage.setItem("cognito_"+window._cognito.clientId+"_accessToken",e),window.localStorage.setItem("cognito_"+window._cognito.clientId+"_refreshToken",o)):console.log("AA refusing to store tokens in ls because there is no consent",OnetrustActiveGroups)},removeTokens(){window.localStorage.removeItem(i.getPrefix()+"accessToken"),window.localStorage.removeItem(i.getPrefix()+"refreshToken"),window.localStorage.removeItem(i.getPrefix()+"user"),window.localStorage.removeItem(i.getPrefix()+"synced"),window.localStorage.removeItem(i.getPrefix()+"3rd_party_cookie")},isLoggedIn(){return null!==this.getTokenFromLocalStorage().accessToken},isConsent:()=>!!window._cognito.is_shopify||!!window.OnetrustActiveGroups&&window.OnetrustActiveGroups.indexOf(",C0003,")>-1},o={popUp:function(){return document.querySelector(".alert__popup")},confirmBtn:function(){return document.querySelector(".alert__confirm-btn")},cancelBtn:function(){return document.querySelector(".alert__cancel-btn")},closePopUpBtn:function(){return document.getElementById("alert__close-btn")},popTitle:function(){return document.querySelector(".js-alert-title")},subTitle:function(){return document.querySelector(".js-alert-subtitle")},alertUsNow(o){o.addEventListener("click",(()=>{if(console.log("AA usNow 000"),!e.isLoggedIn())return console.log("AA usNow 1"),void window.open("https://"+window._cognito.shopifyStore);console.log("this: ",this),this.popTitle().textContent="You are leaving "+window.location.hostname+" for UsNow",this.subTitle().textContent="Do you want to be automatically logged in there?",this.cancelBtn().textContent="No, thanks",this.confirmBtn().textContent="Yes, please",this.popUp().classList.add("active"),s()}));let t=e=>{const o=window._cognito.ssoServer+"?checkout="+encodeURIComponent("https://"+window._cognito.shopifyStore);e.preventDefault(),console.log("AA1.0 window.open with "+o),window.open(o,"_blank"),this.popUp().classList.remove("active")},n=e=>{e.preventDefault(),window.open("https://"+window._cognito.shopifyStore,"_blank"),this.popUp().classList.remove("active")},s=()=>{this.confirmBtn().addEventListener("click",t),this.cancelBtn().addEventListener("click",n)};this.closePopUpBtn().addEventListener("click",(()=>{this.popUp().classList.remove("active"),this.cancelBtn().removeEventListener("click",n),this.confirmBtn().removeEventListener("click",t)}))},customConfirm(e,o,t="OK",n="Cancel",s=!0){this.popTitle().textContent=e,this.subTitle().textContent=o,this.confirmBtn().textContent=t,this.cancelBtn().textContent=n,s&&this.closePopup();let r=this;return new Promise((e=>{function o(t){t.preventDefault(),r.popUp().classList.remove("active"),r.cancelBtn().removeEventListener("click",o),r.closePopUpBtn().removeEventListener("click",o),e(!1)}r.popUp().classList.add("active"),r.confirmBtn().addEventListener("click",(function t(n){n.preventDefault(),r.popUp().classList.remove("active"),r.confirmBtn().removeEventListener("click",t),r.closePopUpBtn().removeEventListener("click",o),e(!0)})),r.cancelBtn().addEventListener("click",o),r.closePopUpBtn().addEventListener("click",o)}))},customMessage(e){this.popUp().classList.add("active"),this.cancelBtn().style.display="none",this.popTitle().textContent="",this.subTitle().textContent=e;let o=this;return new Promise((e=>{function t(n){n.preventDefault(),o.cancelBtn().style.display="block",o.popUp().classList.remove("active"),o.confirmBtn().removeEventListener("click",t),o.closePopUpBtn().removeEventListener("click",t),e(!0)}o.confirmBtn().addEventListener("click",t),o.closePopUpBtn().addEventListener("click",t)}))},closePopup(){document.getElementById("login-body").style.display="none",document.body.style.overflow=""}},s={probe(){let o=this;console.log("AAP start SETTING probe cookie"),o.setProbe().then((function(t){console.log("AAP1 end SETTING probe cookie, success",t),console.log("AAP2 start GETTING probe cookie"),o.getProbe().then((function(o){console.log("AAP3 end GETTING probe cookie, success",o),e.set3rdPartyCookie(o.probe)})).catch((function(o){console.log("AAP3 end GETTING probe cookie, error",o),e.set3rdPartyCookie(!1)}))})).catch((e=>console.log("AAP3 end SETTING probe cookie, error",e)))},setTokensViaRedirect(e="",o="",t="",n=""){let s=[];e&&e&&s.push("sso_msg="+e),n||(n=window.location.href),n=(n=n.split("?")[0]).replace(/#/g,""),s.length&&(n+=encodeURIComponent("?"+s.join("&")));let r=window._cognito.ssoServer+"?sso=set";r=r+"&at="+o+"&rt="+t,r=r+"&back_to="+n,console.log("AA setting tokens via redirect",r),window.location.href=r},getTokensViaRedirect(){let e=window.location.href.split("?")[0];e=e.replace(/#/g,"");let o=window._cognito.ssoServer+"?sso=get&back_to="+e;console.log("AA getting tokens via redirect",o),window.location.href=o},setProbe:async()=>new Promise((function(e,o){var n=new(t(323));n.open("POST",window._cognito.ssoServer+"/"),n.onload=function(){200==n.status?e(n.response):o({status:n.status,statusText:n.statusText})},n.onerror=function(){o({status:n.status,statusText:n.statusText})},n.withCredentials=!0,n.setRequestHeader("Content-Type","application/json"),n.send(JSON.stringify({action:"setProbe"}))})),getProbe:async()=>new Promise((function(e,o){var n=new(t(323));n.open("POST",window._cognito.ssoServer+"/"),n.onload=function(){if(200==n.status){if(!n.responseText)return console.log("AA2.0 SSBroker get no probe found, browser does not support 3rd party cookies"),void o({status:0,statusText:"Probe Not Found"});var t=JSON.parse(n.responseText);return""===t.probe?(console.log("AA2.1 SSBroker get no probe found, browser does not support 3rd party cookies"),void o({status:0,statusText:"Probe Not Found"})):(console.log("AA3 SSBroker get probe found (browser supports 3rd part cookie):"+t.probe),void e({probe:t.probe}))}console.log("AA4 SSBroker probe returned non-200 code: "+n.status+" "+n.statusText),o({status:n.status,statusText:n.statusText})},n.onerror=function(){console.log("AA5 SSBroker probe returned non-200 code: "+n.status+" "+n.statusText),o({status:n.status,statusText:n.statusText})},console.log("AAP0 sending  get probe request"),n.open("POST",window._cognito.ssoServer+"/"),n.withCredentials=!0,n.setRequestHeader("Content-Type","application/json"),n.send(JSON.stringify({action:"getProbe"}))})),async setTokenOnSSO(o,n){if(e.isConsent())return new Promise((function(e,s){var r=new(t(323));r.open("POST",window._cognito.ssoServer+"/"),r.onload=function(){200==r.status?e(r.response):s({status:r.status,statusText:r.statusText})},r.onerror=function(){s({status:r.status,statusText:r.statusText})},r.withCredentials=!0,r.setRequestHeader("Content-Type","application/json"),r.send(JSON.stringify({action:"set",accessToken:o,refreshToken:n}))}));console.log("AA refusing to store tokens on SSO server because there is no consent")},getTokenFromSSO:async()=>new Promise((function(e,o){var n=new(t(323));n.open("POST",window._cognito.ssoServer+"/"),n.onload=function(){if(200==n.status){if(!n.responseText)return console.log("AA1 SSBroker get No Tokens Found"),void o({status:0,statusText:"Tokens Not Found"});var t=JSON.parse(n.responseText);return""!==t.accessToken&&t.accessToken?(console.log("AA3 SSBroker get Tokens Found!!!"),void e({accessToken:t.accessToken,refreshToken:t.refreshToken})):(console.log("AA2.1 SSBroker get No Tokens Found"),void o({status:0,statusText:"Tokens Not Found"}))}console.log("AA4 SSBroker returned non-200 code: "+n.status+" "+n.statusText),o({status:n.status,statusText:n.statusText})},n.onerror=function(){console.log("AA5 SSBroker returned non-200 code: "+n.status+" "+n.statusText),o({status:n.status,statusText:n.statusText})},n.open("POST",window._cognito.ssoServer+"/"),n.withCredentials=!0,n.setRequestHeader("Content-Type","application/json"),n.send(JSON.stringify({action:"get"}))}))},r={showSignIn(){document.getElementById("login").style.display="flex",document.getElementById("profile").style.display="none",document.getElementById("login-body").style.display="flex",document.getElementById("register").style.display="none",document.getElementById("forgot").style.display="none",document.getElementById("restore").style.display="none",document.getElementById("profile").style.display="none",i.feedback(),i.showOverlay()},show(){if(e.isConsent())"showSignIn"!=window.cognito_popupOpener.name||e.get3rdPartyCookie()?window.cognito_popupOpener():s.getTokensViaRedirect();else{console.log("AA000 User did not consent to tracking, exiting greeter.show.");let e='This website uses cookies in order to make the "Preference Center" section work. Please click the shield badge at the bottom left and consent to "Functional Cookies" to access your preferences and then reload this page.';o.customMessage(e).then((()=>{}))}},setLoginLink(e,o){console.log("AA loginLink account:"+e+" func:"+o.name),window.cognito_isLoginLinkSet=!0,window._cognito.timeout&&(console.log("AA100 canceling link timeout"),clearTimeout(window._cognito.timeout)),window.cognito_popupOpener=o,console.log("AAB7 setting opener to "+o.name),document.querySelectorAll(".js-cognito-login").forEach((o=>{e?(o.classList.remove("user-logged-out"),o.classList.add("user-logged-in")):(o.classList.remove("user-logged-in"),o.classList.add("user-logged-out"))}))},closeProfilePopup(){document.getElementById("login-body").style.display="none",document.body.style.overflow="",i.hideOverlay()},showForgotPassword(){document.getElementById("login").style.display="none",document.getElementById("register").style.display="none",document.getElementById("forgot").style.display="flex",document.getElementById("restore").style.display="none",i.feedback()},showSignUp(){console.log("AA85 running inline.greeter.showSignUp()"),document.getElementById("login").style.display="none",document.getElementById("register").style.display="flex",document.getElementById("forgot").style.display="none",document.getElementById("restore").style.display="none",i.feedback(),i.showOverlay()},showRestorePassword(e){document.getElementById("login").style.display="none",document.getElementById("register").style.display="none",document.getElementById("forgot").style.display="none",document.getElementById("restore").style.display="flex",document.getElementById("codeInputReset").value="",document.getElementById("passwordReset").value="",document.getElementById("confirmPasswordReset").value="",document.getElementById("restoreEmail").innerHTML=e,i.feedback()}},i={showPassword(e){let o;switch(e){case"signin":o=document.querySelector("#inputPassword");break;case"signup":o=document.querySelector("#passwordInputRegister");break;case"reset":o=document.querySelector("#passwordReset")}let t=o.closest(".login-form"),n=t.querySelector(".view-password-button");if("password"===o.getAttribute("type")){let e=t.querySelectorAll(".js-password");for(let o of e)o.setAttribute("type","text");n.setAttribute("aria-pressed","true"),n.style.setProperty("--eye","none"),n.style.setProperty("--eye-crossed","block")}else{let e=t.querySelectorAll(".js-password");for(let o of e)o.setAttribute("type","password");n.setAttribute("aria-pressed","false"),n.style.setProperty("--eye","block"),n.style.setProperty("--eye-crossed","none")}},doze(e){var o=1e3*e,t=new Date,n=null;console.log((new Date).toLocaleTimeString()+" AA starting to doze for "+e);do{n=new Date}while(n-t<o);console.log((new Date).toLocaleTimeString()+" AA done dozing for "+e)},extractCognitoAttrName:e=>(e.match(/(.*)\{/)||[e])[1],extractKey:e=>(e.match(/\{(.*)\}/)||[e])[1],setInputValue(e,o){const t=document.getElementById(e);if(t)if("INPUT"===t.tagName)"checkbox"===t.getAttribute("type")?t.checked=!("Y"!==o&&"on"!==o):t.value=o;else if("SELECT"===t.tagName)for(let e=0;e<t.length;e++){let n=t[e];n&&n.value==o&&(n.selected=!0)}},setTextValue(e,o){const t=document.getElementById(e);t&&(t.innerText=o)},getPrefix:()=>"cognito_"+window._cognito.clientId+"_",feedback(e=null,o=!1){const t=document.getElementById("feedback-wrapper");if(null==e)return void(t.innerHTML="");let n={'"Incorrect username or password."':"Incorrect email or password.",'"Attributes updated."':"Your changes were saved",'"New password is set successfully"':"Your password was reset","Account Deleted":"Your account has been deleted","Enter a valid phone number":"Your changes were saved. Please note that we were unable to propagate phone number to Shopify account because of its restrictive phone number policies.","country - is required":"This service is available only in the U.S.","province is not valid":"This service is available only in the U.S.","province - is not valid":"This service is available only in the U.S.","signature - has already been taken":"Sorry, something went wrong","base - Customer address cannot be blank.":"Customer address cannot be blank","address blank":"Customer address cannot be blank","address removed":"Address has been removed","address remove failed":"Address has not been removed due to error","unsubscribed all":"You have been unsubscribed from all subscriptions","Maximal address number":"The maximal address number is 5",'"Error Removing Account"':"Sorry, something went wrong and we could not delete your account. Please try to log out/log back in and then delete the account.",InvalidParameterException:"One or more fields have an error. Please check and try again."},i=e;if("object"==typeof e&&(i=e.message||JSON.stringify(e)),i in n&&(i=n[i]),i.indexOf("TypeError")>-1)return void console.log("AA random TypeError message, ignoring",(new Error).stack);let l=document.createElement("span");if(l.classList.add("active","feedback-message"),l.innerHTML=i,o?l.classList.add("feedback-success"):l.classList.add("feedback-error"),setInterval((()=>{l.classList.remove("active"),setInterval((()=>{l.remove()}),1500)}),7e3),i.indexOf("Refresh Token has expired")>-1||window.location.href.indexOf("a360-force-logout")>-1){if(!inline.browser.get3rdPartyCookie())return inline.browser.removeTokens(),void s.setTokensViaRedirect();inline.browser.removeTokens(),s.setTokenOnSSO(null,null).then((e=>{console.log("AA tokens on sso server were forcefully removed "+e)})),r.setLoginLink(!1,r.showSignIn)}t.append(l)},validatePassword(e){const o=e.querySelector(".js-validate-password"),t=e.querySelector(".js-submit-form");let n;if(!o)return;const s=e=>e.length>=8,r=e=>/[a-z]/.test(e),i=e=>/[A-Z]/.test(e),l=e=>/[0-9]/.test(e);o.addEventListener("keyup",(()=>{const c=o.value,a=e.querySelector(".pswd-length"),d=e.querySelector(".pswd-lowercase"),u=e.querySelector(".pswd-uppercase"),g=e.querySelector(".pswd-number");s(c)?a.classList.add("validation-success"):a.classList.remove("validation-success"),r(c)?d.classList.add("validation-success"):d.classList.remove("validation-success"),i(c)?u.classList.add("validation-success"):u.classList.remove("validation-success"),l(c)?g.classList.add("validation-success"):g.classList.remove("validation-success"),n=s(c)&&r(c)&&i(c)&&l(c),n?(o.classList.remove("input-error"),t.removeAttribute("disabled")):t.setAttribute("disabled","disabled")})),o.addEventListener("focusout",(()=>{n?(t.removeAttribute("disabled"),o.classList.remove("input-error")):(t.setAttribute("disabled","disabled"),o.classList.add("input-error"))}))},validateEmail(e){const o=e.querySelector(".js-validate-email"),t=e.querySelector(".js-submit-form");let n;o&&(o.addEventListener("keyup",(()=>{n=/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(o.value),n?(t.removeAttribute("disabled"),o.classList.remove("input-error")):t.setAttribute("disabled","disabled")})),o.addEventListener("focusout",(()=>{n?(t.removeAttribute("disabled"),o.classList.remove("input-error")):(t.setAttribute("disabled","disabled"),o.classList.add("input-error"))})))},showOverlay(){document.getElementById("profile-popup-overlay").classList.add("active"),document.body.classList.add("overlay-active")},hideOverlay(){document.getElementById("profile-popup-overlay").classList.remove("active"),document.body.classList.remove("overlay-active")}};if(window._cognito.is_shopify=-1!==window.location.host.indexOf(".myshopify.com")||-1!==window.location.host.indexOf("usnow.com"),window.cognito_isLoginLinkSet=!1,window.location.search&&window.location.search.indexOf("sso_show_signin")>-1){let e=window.location.href.split("?")[0];history.pushState(null,null,e),r.showSignIn()}if(window.location.href.indexOf("sso_msg=")>-1){console.log("AA1 sso_msg",window.location.href);let e=new URLSearchParams(window.location.search).get("sso_msg"),o=window.location.href.split("?")[0];history.pushState(null,null,o),console.log("AA2 sso_msg",e),e&&(i.feedback(decodeURIComponent(e)),console.log("AA3 sso_msg"),"Account Created"==e&&r.setLoginLink(!0,r.showSignIn))}var l=window.localStorage.getItem("cognito_"+window._cognito.clientId+"_accessToken");"null"==l&&(l=null),null===l&&(console.log("AAU0 js user logged in ? "+(null!==l),(new Date).toLocaleTimeString()),console.log("AAU01 js creating ssoBroker.getTokenFromSSO() (window.cognito_token_promise) promise and starting to wait on it "+(new Date).toLocaleTimeString()),window.cognito_token_promise=s.getTokenFromSSO(),window.cognito_token_promise.then((o=>{localStorage.getItem(i.getPrefix()+"3rd_party_cookie")||s.getProbe().then((function(o){console.log("AAP3 end GETTING probe cookie, success",o),e.set3rdPartyCookie(o.probe)})).catch((function(o){console.log("AAP3 end GETTING probe cookie, error",o),e.set3rdPartyCookie(!1)}));let t=o.accessToken,n=o.refreshToken;if(null==t)return console.log("AAU01 js wait for window.cognito_token_promise is over. success, token NOT found "+(new Date).toLocaleTimeString()),void e.removeTokens();console.log("AAU02 inline.js wait for window.cognito_token_promise is over. success, token found "+(new Date).toLocaleTimeString()),e.setTokenInLocalStorage(t,n),delete window.cognito_token_promise}),(o=>{console.log("AAU03 js wait for window.cognito_token_promise is over. error, token NOT found "+(new Date).toLocaleTimeString(),o),localStorage.getItem(i.getPrefix()+"3rd_party_cookie")||s.getProbe().then((function(o){console.log("AAP03 end GETTING probe cookie, success",o),e.set3rdPartyCookie(o.probe)})).catch((function(o){console.log("AAP03 end GETTING probe cookie, error",o),e.set3rdPartyCookie(!1)})),e.removeTokens(),r.setLoginLink(!1,r.showSignIn),delete window.cognito_token_promise}))),document.addEventListener("DOMContentLoaded",(function(e){window._cognito.timeout=setTimeout((function(){window.cognito_isLoginLinkSet||(console.log("AA100 setting link via timeout"),r.setLoginLink(!1,r.showSignIn))}),1e3),window.cognito_popupOpener=r.showSignIn,document.querySelectorAll(".js-cognito-login").forEach((e=>{e.addEventListener("click",r.show)})),document.getElementById("signin-already-have-account").onclick=r.showSignIn,document.getElementById("signin-go-back").onclick=r.showSignIn,document.getElementById("show-sign-up").onclick=r.showSignUp,document.getElementById("profile-popup-close").onclick=r.closeProfilePopup,document.getElementById("profile-popup-overlay").onclick=r.closeProfilePopup,document.getElementById("show-forgot-password").onclick=r.showForgotPassword,document.querySelectorAll(".usnow-link").forEach((e=>{e.addEventListener("click",(function(e){e.preventDefault(),window.open("https://"+window._cognito.shopifyStore,"_blank")}))})),document.addEventListener("click",(e=>{e.target&&(e.target.classList.contains("js-accordion-panel")||e.target.closest(".js-accordion-panel"))&&e.target.closest(".accordion-wrapper").classList.toggle("active")})),document.querySelectorAll("#login-body form").forEach((e=>{e.addEventListener("submit",(e=>{e.preventDefault()})),i.validateEmail(e),i.validatePassword(e)}))}))})(),inline=n})();

window.addEventListener('load', () => {
	var script = document.createElement('script');
			script.src ='/wp-content/client-mu-plugins/shared/includes/sso/assets/js/dist/async.bundle.js?08292027';
	
	document.head.appendChild(script);
}, false);

<!-- INLINE JS END -->
</script>
	<div id="page-box">
		<header id="header" class="header">
							<div class="desktop-only color__variation">
					<div class="color__variation-first"></div>
					<div class="color__variation-second"></div>
					<div class="color__variation-third"></div>
				</div>
						<div class="header__mobile">
				<div class="extended-menu-btn desktop-hidden">
					<div id="menu-trigger">
						<span></span><span></span><span></span>
						<div class="hidden-except-readers">Open main menu button</div>
					</div>
				</div>
				<h1 class="header__logo-hp">				<a href="https://www.intouchweekly.com" class="container__full-block header__logo">
											<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 423.8 106.6" class="site-logo" aria-hidden="true"><defs></defs><path class="cls-1" d="M170.1 63.9v-.6c0-13 5.6-21.6 14.2-21.6s14 8.4 14 22.4c0 12.9-5.5 21.3-14 21.3-8.7-.1-13.9-8-14.2-21.5m-21.2-.2c.8 24.9 14.1 39.5 35.3 39.5 21 0 35.5-16.2 35.5-40s-14.4-39.8-35.5-39.8-35.3 16.2-35.3 39.8zM29.6 26.8h17.1L71 65.4V26.8h19.5v74H73.3L49.8 64.7v36.1H29.6v-74z"/><path class="cls-1" d="M123 23.5H98.5l-3-20.2h77.7l-2.9 20.2h-24.5v77.3H123V23.5zM359.6 75.3c-4.2 18.3-15 27-32.9 27-12.9 0-21.1-3.2-27.3-11.5-5.4-7.1-7.9-15.7-7.9-26.9 0-24.4 12.8-38.9 34.4-38.9 18.4 0 28.6 8 33.1 26.1l-20.2 3.4c-1.6-7.4-6-11.5-12.2-11.5-8.7 0-13.8 7.7-13.8 21s5 20.7 13.7 20.7c6.7 0 10.7-4 12.9-12.6zM362.2 26.7h19.9v27.5h18.5V26.7h19.9v74.1h-19.8V69.6h-18.5v31.2h-20V26.7zM26.4 100.8H3.3V28.9A16.2 16.2 0 0 0 15 34.4a15.6 15.6 0 0 0 11.4-5.2z"/><path class="cls-1" d="M26.4 24.7c-3 3.6-7 5.9-11.4 5.9a14.67 14.67 0 0 1-11.7-6.3V3.5h23.2v21.2zM274.1 26.7h-7.7V73a10.9 10.9 0 0 1-21.8 0V26.7h-21.1v47c0 7.2.8 12.4 2.8 16.9 3.1 7.1 10.1 11.4 18.1 11.4 9.7 0 17.1-4 23.4-12.8v11.5h19.5v-74z"/></svg>
						<span class="hidden-except-readers">In Touch</span>
									</a>
				</h1>				<div class="header__search">
					<div id='js-user-account-mobile' class="js-user-account user-account__mobile">
						<a id="cognito-login-mobile-parent" class="user-account__mobile-link js-cognito-login" href="#">
							<div id="cognito-login-mobile">
								<span class="cognito-login-link">Login</span>
								<span class="cognito-account-link">Account</span>
							</div>
						</a>
					</div>
					<a class="header__text-subscribe" href="https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=NTW&#038;cds_page_id=230030" target="blank" rel="nofollow">
						SUBSCRIBE
					</a>
					<svg class="header__search-icon" role="img">
						<title>Search</title>
						<use xlink:href="#icon-search"/>
					</svg>
					<div class="search__close-icon">
						<span></span><span></span>
					</div>
				</div>
				<div class="search-box">
					<form role="search" method="get" action="/search-results/">
						<input type="search" name="_s" placeholder="Search..." required value="" aria-label="Search">
						<button type="submit" aria-label="Search submit"><svg><use xlink:href="#icon-search"/></svg></button>
					</form>
				</div>
			</div>
			<div id="mobile-nav" class="container__full">
									<div class="color-line">
						<div class="color-line-one"></div>
						<div class="color-line-two"></div>
						<div class="color-line-three"></div>
					</div>
								<nav class="container__full-block header-nav-primary__wrapper" role="navigation"
					 aria-label="Header Primary Nav">
					<div class="header-nav-primary ae-exclude">
						<ul id="menu-main-redesign-menu" class="site-header__main-nav__list"><li id="menu-item-258605" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-258605 site-header__main-nav__list__item"><a href="https://www.intouchweekly.com/posts/category/news/">News</a></li>
<li id="menu-item-469548" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-469548 site-header__main-nav__list__item"><a href="https://www.intouchweekly.com/tags/queen-elizabeth/">Queen Elizabeth</a></li>
<li id="menu-item-258606" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-258606 site-header__main-nav__list__item"><a href="https://www.intouchweekly.com/posts/category/reality-tv/">Reality TV</a></li>
<li id="menu-item-258607" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-258607 site-header__main-nav__list__item"><a href="https://www.intouchweekly.com/posts/category/true-crime/">True Crime</a></li>
<li id="menu-item-258609" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-258609 site-header__main-nav__list__item"><a href="https://www.intouchweekly.com/posts/category/entertainment/">Entertainment</a></li>
<li id="menu-item-258610" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-258610 site-header__main-nav__list__item"><a href="https://www.intouchweekly.com/posts/category/omg/">OMG!</a></li>
<li id="menu-item-258611" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-258611 site-header__main-nav__list__item"><a href="https://www.intouchweekly.com/posts/category/style/">Style</a></li>
<li id="menu-item-261937" class="desktop-hidden menu-item menu-item-type-custom menu-item-object-custom menu-item-261937 site-header__main-nav__list__item"><a href="https://shop.getspecialissues.com/">Shop Special Issues</a></li>
<li id="menu-item-261938" class="desktop-hidden menu-item menu-item-type-custom menu-item-object-custom menu-item-261938 site-header__main-nav__list__item"><a href="https://a360media.com/privacy-policy">Privacy Policy</a></li>
<li id="menu-item-261940" class="desktop-hidden menu-item menu-item-type-custom menu-item-object-custom menu-item-261940 site-header__main-nav__list__item"><a href="https://a360media.com/terms-and-conditions">Terms &#038; Conditions</a></li>
</ul>					</div>
				</nav>
				<a href="https://www.intouchweekly.com" class="container__full-block  header__logo desktop-l-only">
											<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 423.8 106.6" class="site-logo" aria-hidden="true"><defs></defs><path class="cls-1" d="M170.1 63.9v-.6c0-13 5.6-21.6 14.2-21.6s14 8.4 14 22.4c0 12.9-5.5 21.3-14 21.3-8.7-.1-13.9-8-14.2-21.5m-21.2-.2c.8 24.9 14.1 39.5 35.3 39.5 21 0 35.5-16.2 35.5-40s-14.4-39.8-35.5-39.8-35.3 16.2-35.3 39.8zM29.6 26.8h17.1L71 65.4V26.8h19.5v74H73.3L49.8 64.7v36.1H29.6v-74z"/><path class="cls-1" d="M123 23.5H98.5l-3-20.2h77.7l-2.9 20.2h-24.5v77.3H123V23.5zM359.6 75.3c-4.2 18.3-15 27-32.9 27-12.9 0-21.1-3.2-27.3-11.5-5.4-7.1-7.9-15.7-7.9-26.9 0-24.4 12.8-38.9 34.4-38.9 18.4 0 28.6 8 33.1 26.1l-20.2 3.4c-1.6-7.4-6-11.5-12.2-11.5-8.7 0-13.8 7.7-13.8 21s5 20.7 13.7 20.7c6.7 0 10.7-4 12.9-12.6zM362.2 26.7h19.9v27.5h18.5V26.7h19.9v74.1h-19.8V69.6h-18.5v31.2h-20V26.7zM26.4 100.8H3.3V28.9A16.2 16.2 0 0 0 15 34.4a15.6 15.6 0 0 0 11.4-5.2z"/><path class="cls-1" d="M26.4 24.7c-3 3.6-7 5.9-11.4 5.9a14.67 14.67 0 0 1-11.7-6.3V3.5h23.2v21.2zM274.1 26.7h-7.7V73a10.9 10.9 0 0 1-21.8 0V26.7h-21.1v47c0 7.2.8 12.4 2.8 16.9 3.1 7.1 10.1 11.4 18.1 11.4 9.7 0 17.1-4 23.4-12.8v11.5h19.5v-74z"/></svg>
						<span class="hidden-except-readers">In Touch</span>
									</a>

									<div class="header__tools">
								<div class="header__close">
					<div id="menu-trigger-close" class="desktop-hidden">
						<span></span><span></span>
					</div>
				</div>
									<div id='js-user-account' class="js-user-account user-account">
						<a id="cognito-login-parent" class="user-account__signin js-cognito-login" href="#">
							<svg class="user-account__signin-icon"><use xlink:href="#icon-signin"></use></svg>
							<div id="cognito-login">
								<span class="cognito-login-link">Login</span>
								<span class="cognito-account-link">Account</span>
							</div>
						</a>
					</div>
					<div class="header__accessibility desktop-l-only">
						<a href="/accessibility-statement/" target="_blank" aria-label="Accessibility Statement">
							<svg class="header__accessibility-icon" aria-hidden="true">
								<use xlink:href="#icon-accessibility"/>
							</svg>
							<span class="hidden-except-readers">Accessibility statement</span>
						</a>
					</div>
					<ul class="header__icons">
						<li class="cookies-dropdown__wrapper desktop-l-only">
							<span class="cookies-dropdown__trigger" aria-label="Manage Cookies" tabindex="0" id="js-cookies-dropdown__trigger">
								<svg class="cookies-dropdown__icon" role="img">
									<title>Manage Cookies</title>
									<use xlink:href="#icon-cookie"></use>
								</svg>
							</span>
							<ul class="cookies-dropdown__list" id="js-cookies-dropdown__list">
								<li class="cookies-dropdown__item">
									<a href="https://a360media.com/privacy-policy/" target="_blank">Privacy Policy</a>
								</li>
								<li class="cookies-dropdown__item">
									<a href="https://a360media.com/cookie-policy/" target="_blank">Cookie Policy</a>
								</li>

								<li class="cookies-dropdown__item">
									<!-- OneTrust Cookies Settings button start -->
									<a class="optanon-toggle-display" name="Manage Cookies">Manage Cookies</a>
									<!-- OneTrust Cookies Settings button end -->
								</li>

							</ul>
						</li>

						<li class="header__icons-accessibility desktop-hidden">
							<a class="header__icons-icon" href="/accessibility-statement/" target="_blank" aria-label="Accessibility Statement">
								<svg class="icon-accessibility__icon" aria-hidden="true"><use xlink:href="#icon-accessibility"></use></svg>
								<span class="hidden-except-readers">Accessibility statement</span>
							</a>
						</li>

						<li class="cookies-icon__mobile">
							<!-- OneTrust Cookies Settings button start -->
							<a class="optanon-toggle-display" aria-label="Manage Cookies">
								<svg class="cookies-mobile__icon" aria-hidden="true"><use xlink:href="#icon-cookie"></use></svg>
							</a>
							<!-- OneTrust Cookies Settings button end -->
						</li>

						<li><a href="http://www.facebook.com/InTouchWeekly" class="header__icons-icon" rel="nofollow"> <span class="hidden-except-readers">Social icon facebook</span><svg class="icon icon-facebook"><use xlink:href="#icon-facebook-b"></use></svg></a></li><li><a href="https://www.instagram.com/intouchweekly/?hl=en" class="header__icons-icon" rel="nofollow"> <span class="hidden-except-readers">Social icon instagram</span><svg class="icon icon-instagram"><use xlink:href="#icon-instagram-b"></use></svg></a></li><li><a href="https://twitter.com/intouchweekly" class="header__icons-icon" rel="nofollow"> <span class="hidden-except-readers">Social icon twitter</span><svg class="icon icon-twitter"><use xlink:href="#icon-twitter-b"></use></svg></a></li>					</ul>
					<div class="header__search desktop-l-only">
						<svg class="header__search-icon" role="img" tabindex="0" id="header__search">
							<title>Search</title>
							<use xlink:href="#icon-search"/>
						</svg>
						<div class="search__close-icon">
							<span></span><span></span>
						</div>
						<div class="search-box">
							<form role="search" method="get" action="/search-results/" id="search">
								<input autofocus type="search" name="_s" placeholder="Search..." required value="" aria-label="Search">
								<button type="submit" aria-label="Search submit"><svg><use xlink:href="#icon-search"/></svg></button>
							</form>
						</div>
					</div>
								<div class="header__text">
											<div id='js-user-account-foobar' class="js-user-account user-account__mobile desktop-hidden">
							<a class="user-account__mobile-link js-cognito-login" href="#">
								<div id='cognito-login-mobile-foobar' class="js-cognito-login">
									<span class="cognito-login-link">Login</span>
									<span class="cognito-account-link">Account</span>
								</div>
							</a>
						</div>
					
					<a class="header__text-subscribe" href="https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=NTW&#038;cds_page_id=230030" target="blank" rel="nofollow">
						SUBSCRIBE <span >NOW!</span>
					</a>
											<a class="header__text-pay" href="#" id="send-scoop-trigger">WE PAY FOR SCOOPS</a>
									</div>
									</div>
									<!--  Send us a scoop popup	-->
					<div class="send-scoop__container" id="send-scoop-popup">
						<div class="page-wrapper">
							<div class="send-scoop__close-btn" id="send-scoop-close"><span class="hidden-except-readers">Got a Hot tip form close button</span></div>
							<h2 class="send-scoop__title">Send us a scoop!</h2>
							<form id="send-scoop__form" class="send-scoop__form" novalidate="novalidate">
								<input type="hidden" name="action" value="ok_tip_form">
								<div class="sender-info">
									<div class="field-container">
										<label for="scoop-form-name" class="hidden-except-readers">Input your name</label> <input placeholder="Your name..." type="text" name="name" value="" required="required" aria-required="true" id="scoop-form-name">
									</div>
									<div class="field-container">
										<label for="scoop-form-email" class="hidden-except-readers">Input your email</label> <input placeholder="Your email..." type="email" name="email" value="" required="required" aria-required="true" id="scoop-form-email">
									</div>
									<div class="field-container">
										<label for="scoop-form-phone" class="hidden-except-readers">Input your phone number</label> <input placeholder="Your phone number..." type="text" name="phone" value="" required="required" aria-required="true" id="scoop-form-phone">
									</div>
									<div class="sender-msg">
										<label for="scoop-message" class="hidden-except-readers">Enter scoop message here</label> <textarea placeholder="The Scoop..." name="tip" required="required" aria-required="true" id="scoop-message"></textarea>
									</div>
									<button type="submit" class="send-scoop__submit" id="scoop-form-send-btn" value="scoop-form-send-btn">SEND THE GOODS!</button>
								</div>
							</form>
						</div>
					</div>
							</div>

		</header>
		<!-- First big banner block -->
		<div class="ad-slot-top banner first mobile-hidden">
			<div class="ad-container horizontal">
				<div class="dfp-wrapper  mobile-hidden" data-slot="leader1"><div id="leader1" class="dfp-slot dfp-container leader1 "></div></div>			</div>
		</div>
	
	<div class="l-container flex-grid__container">

		
			<div class="l-grid l-grid_half-hero">
				<div class="l-grid__main-full">
					
<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/selena-gomez-seemingly-defends-hailey-bieber-over-vile-haters/">
			<figure class="article__item-figure">
				<div style="padding-bottom:63.829787234043%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?crop=0px%2C0px%2C2400px%2C1530px&#038;resize=940%2C600&#038;quality=86&#038;strip=all" srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?crop=0px%2C0px%2C2400px%2C1530px&amp;resize=400%2C255&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?crop=0px%2C0px%2C2400px%2C1530px&amp;resize=600%2C383&amp;quality=86&amp;strip=all 600w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?crop=0px%2C0px%2C2400px%2C1530px&amp;resize=800%2C511&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?crop=0px%2C0px%2C2400px%2C1530px&amp;resize=940%2C600&amp;quality=86&amp;strip=all 940w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?crop=0px%2C0px%2C2400px%2C1530px&amp;resize=1200%2C766&amp;quality=86&amp;strip=all 1200w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?crop=0px%2C0px%2C2400px%2C1530px&amp;resize=1920%2C1225&amp;quality=86&amp;strip=all 1920w" sizes="(max-width: 400px) 400px, (max-width: 600px) 600px, 940px" alt="Selena Gomez Seemingly Defends Hailey Bieber Against &#039;Vile&#039; Haters After &#039;Call Her Daddy&#039; Interview" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/Selena-Hailey-IT.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="940" height="600"></div>			</figure>
		</a>
	
	<a href="https://www.intouchweekly.com/posts/selena-gomez-seemingly-defends-hailey-bieber-over-vile-haters/">
		<div id="herotitle" class="article__item-title">
							<div class="top__story">
					<div class="top__story-inside"><p class="top__story-text">Top<br>Story</p><span class="top__story-icon"><svg aria-hidden="true"><use xlink:href="#icon-star"></use></svg></span></div>
				</div>
						<div class="top__title"><h2 class="top__title-h2"><span class="top__title-actual">Selena Gomez Seemingly Defends Hailey Bieber Against ‘Vile’ Haters</span></h2></div>
		</div>
	</a>

</article>
				</div>
				<div class="l-grid__sidebar">
					<div class="ad-container__sticky-wrapper">
						<div class="ad-container sticky-top">
							<div class="dfp-wrapper  desktop-only" data-slot="rr1"><div id="rr1" class="dfp-slot dfp-container rr1 "></div></div>						</div>
					</div>
				</div>
			</div>

		
		<div class="dfp-wrapper ad_outer_med mobile-only" data-slot="mb1"><div id="mb1" class="dfp-slot dfp-container mb1 advertisement ad-in"></div></div>
		<div class="l-grid l-grid_half-news">
			<div class="l-grid__main-double l-grid__nosidebar">
				<div class="l-grid__column-left">
					<div class="l-grid__main-news">
						<div class="l-grid__news-left">
							<div class="block__title">
																	<svg aria-hidden="true"><use xlink:href="#icon-in-logo" /></svg>
																<span>News</span>
							</div>
							
<article class="article__item">
		            <a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/90-day-fiance-angela-and-michael-fight-breaks-car/">
				                <figure class="article__item-figure">
					<div style="padding-bottom:74.920634920635%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/uploads/2022/09/Angela-Michael-Shady-Behavior.jpg?quality=86&#038;strip=all" srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/Angela-Michael-Shady-Behavior.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Angela-Michael-Shady-Behavior.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Angela-Michael-Shady-Behavior.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Angela-Michael-Shady-Behavior.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Angela-Michael-Shady-Behavior.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Angela-Michael-Shady-Behavior.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Angela-Michael-Shady-Behavior.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 400px) 400px, (max-width: 600px) 630px, 315px" alt="&#039;90 Day Fiance&#039; Star Angela Deem Questions Michael Ilesanmi&#039;s &#039;Shady&#039; Behavior Amid Marital Problems" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/Angela-Michael-Shady-Behavior.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="2400" height="2400"></div>                </figure>
        	</a>
		
        <h2 class="article__item-title">
			<a href="https://www.intouchweekly.com/posts/90-day-fiance-angela-and-michael-fight-breaks-car/">90 Day Fiance’s Angela Damages Michael’s Car in Blowout Fight</a>
        </h2>
</article>
						</div>
						<div class="l-grid__news-right">
							
<article class="article__item">
		            <a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/nick-cannon-kids-his-childrens-names-ages-photos/">
				                    <div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
				
                <figure class="article__item-figure">
					<div style="padding-bottom:100%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/uploads/2021/12/shutterstock_editorial_10268486f.jpg?resize=90%2C90&#038;quality=86&#038;strip=all" srcset="https://www.intouchweekly.com/wp-content/uploads/2021/12/shutterstock_editorial_10268486f.jpg?resize=90%2C90&amp;quality=86&amp;strip=all 90w, https://www.intouchweekly.com/wp-content/uploads/2021/12/shutterstock_editorial_10268486f.jpg?resize=180%2C180&amp;quality=86&amp;strip=all 180w, https://www.intouchweekly.com/wp-content/uploads/2021/12/shutterstock_editorial_10268486f.jpg?resize=300%2C300&amp;quality=86&amp;strip=all 300w, https://www.intouchweekly.com/wp-content/uploads/2021/12/shutterstock_editorial_10268486f.jpg?resize=408%2C408&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2021/12/shutterstock_editorial_10268486f.jpg?resize=600%2C600&amp;quality=86&amp;strip=all 600w, https://www.intouchweekly.com/wp-content/uploads/2021/12/shutterstock_editorial_10268486f.jpg?resize=816%2C816&amp;quality=86&amp;strip=all 816w, https://www.intouchweekly.com/wp-content/uploads/2021/12/shutterstock_editorial_10268486f.jpg?resize=1200%2C1200&amp;quality=86&amp;strip=all 1200w" sizes="(min-width: 400px) 90px, (max-width: 400px) 90px, 90px" alt="Nick Cannon Kids: His Children’s Names, Ages, Photos" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2021/12/shutterstock_editorial_10268486f.jpg?fit=2500%2C1667&#038;quality=86&#038;strip=all" width="90" height="90"></div>                </figure>
            </a>
		
        <h2 class="article__item-title">
			<a href="https://www.intouchweekly.com/posts/nick-cannon-kids-his-childrens-names-ages-photos/">Inside Nick Cannon's Life as a Father of 10: Learn About His Kids</a>
        </h2>
</article>

<article class="article__item">
		            <a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/how-farrah-abraham-feels-about-daughter-sophias-boyfriend/">
				                    <div class="video-icon video__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-video" /></svg></div>
				
                <figure class="article__item-figure">
					<div style="padding-bottom:100%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/uploads/2022/09/Farrah-Abraham-Sophia-Dating.jpg?resize=90%2C90&#038;quality=86&#038;strip=all" srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/Farrah-Abraham-Sophia-Dating.jpg?resize=90%2C90&amp;quality=86&amp;strip=all 90w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Farrah-Abraham-Sophia-Dating.jpg?resize=180%2C180&amp;quality=86&amp;strip=all 180w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Farrah-Abraham-Sophia-Dating.jpg?resize=300%2C300&amp;quality=86&amp;strip=all 300w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Farrah-Abraham-Sophia-Dating.jpg?resize=408%2C408&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Farrah-Abraham-Sophia-Dating.jpg?resize=600%2C600&amp;quality=86&amp;strip=all 600w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Farrah-Abraham-Sophia-Dating.jpg?resize=816%2C816&amp;quality=86&amp;strip=all 816w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Farrah-Abraham-Sophia-Dating.jpg?resize=1200%2C1200&amp;quality=86&amp;strip=all 1200w" sizes="(min-width: 400px) 90px, (max-width: 400px) 90px, 90px" alt="Farrah Abraham on Sophia Boyfriend" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/Farrah-Abraham-Sophia-Dating.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="90" height="90"></div>                </figure>
            </a>
		
        <h2 class="article__item-title">
			<a href="https://www.intouchweekly.com/posts/how-farrah-abraham-feels-about-daughter-sophias-boyfriend/"><span class="post-flag">Exclusive</span>Teen Mom’s Farrah Reveals What She Really Thinks of Sophia’s Boyfriend</a>
        </h2>
</article>
<article class="article__item sh-item"><div class="dfp-wrapper " data-slot="sh-hp1"><div id="sh-hp1" class="dfp-slot dfp-container sh-hp1 "></div></div></article>
<article class="article__item">
		            <a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/are-dua-lipa-trevor-noah-dating-kissing-photos-clues/">
				
                <figure class="article__item-figure">
					<div style="padding-bottom:100%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/uploads/2022/09/Are-Dua-Lipa-Trevor-Noah-Dating-001.jpg?resize=90%2C90&#038;quality=86&#038;strip=all" srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/Are-Dua-Lipa-Trevor-Noah-Dating-001.jpg?resize=90%2C90&amp;quality=86&amp;strip=all 90w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Are-Dua-Lipa-Trevor-Noah-Dating-001.jpg?resize=180%2C180&amp;quality=86&amp;strip=all 180w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Are-Dua-Lipa-Trevor-Noah-Dating-001.jpg?resize=300%2C300&amp;quality=86&amp;strip=all 300w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Are-Dua-Lipa-Trevor-Noah-Dating-001.jpg?resize=408%2C408&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Are-Dua-Lipa-Trevor-Noah-Dating-001.jpg?resize=600%2C600&amp;quality=86&amp;strip=all 600w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Are-Dua-Lipa-Trevor-Noah-Dating-001.jpg?resize=816%2C816&amp;quality=86&amp;strip=all 816w" sizes="(min-width: 400px) 90px, (max-width: 400px) 90px, 90px" alt="Are Dua Lipa and Trevor Noah Dating" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/Are-Dua-Lipa-Trevor-Noah-Dating-001.jpg?fit=900%2C900&#038;quality=86&#038;strip=all" width="90" height="90"></div>                </figure>
            </a>
		
        <h2 class="article__item-title">
			<a href="https://www.intouchweekly.com/posts/are-dua-lipa-trevor-noah-dating-kissing-photos-clues/">Dua Lipa and Trevor Noah 'Totally Gel' After Sparking New Romance</a>
        </h2>
</article>
						</div>
					</div>
				</div>
			</div>
		</div>
		<div class="l-grid l-grid_half-exclusive">
			<div class="l-grid__main-double l-grid__nosidebar">
				<div class="l-grid__column-right">
					
<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/teen-moms-cheyenne-floyd-zach-davis-married-wedding-details/">

							<div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
			
			<figure class="article__item-figure">
				<div style="padding-bottom:56.190476190476%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-16x9.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2021/11/Cheyenne-Floyd-Engaged.jpeg?crop=0px%2C287px%2C1081px%2C612px&#038;resize=630%2C354&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2021/11/Cheyenne-Floyd-Engaged.jpeg?crop=0px%2C287px%2C1081px%2C612px&amp;resize=120%2C68&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2021/11/Cheyenne-Floyd-Engaged.jpeg?crop=0px%2C287px%2C1081px%2C612px&amp;resize=230%2C129&amp;quality=86&amp;strip=all 230w, https://www.intouchweekly.com/wp-content/uploads/2021/11/Cheyenne-Floyd-Engaged.jpeg?crop=0px%2C287px%2C1081px%2C612px&amp;resize=408%2C230&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2021/11/Cheyenne-Floyd-Engaged.jpeg?crop=0px%2C287px%2C1081px%2C612px&amp;resize=480%2C270&amp;quality=86&amp;strip=all 480w, https://www.intouchweekly.com/wp-content/uploads/2021/11/Cheyenne-Floyd-Engaged.jpeg?crop=0px%2C287px%2C1081px%2C612px&amp;resize=630%2C354&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2021/11/Cheyenne-Floyd-Engaged.jpeg?crop=0px%2C287px%2C1081px%2C612px&amp;resize=940%2C529&amp;quality=86&amp;strip=all 940w, https://www.intouchweekly.com/wp-content/uploads/2021/11/Cheyenne-Floyd-Engaged.jpeg?crop=0px%2C287px%2C1081px%2C612px&amp;resize=960%2C540&amp;quality=86&amp;strip=all 960w" sizes="(min-width: 600px) 630px, (max-width: 400px) 408px, 630px" alt="&#039;Teen Mom&#039; Stars&#039; Most Candid Sex Confessions: Stories Shared by Kailyn Lowry, Chelsea Houska, More" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2021/11/Cheyenne-Floyd-Engaged.jpeg?fit=1081%2C1920&#038;quality=86&#038;strip=all" width="630" height="354"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/teen-moms-cheyenne-floyd-zach-davis-married-wedding-details/">‘Teen Mom OG’ Star Cheyenne Floyd and Zach Davis Are Married: Details</a>
	</h2>
</article>
				</div>

			</div>
		</div>

		
<article class="article__item article__item--square">
		            <a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/90-day-fiance-sumit-singh-net-worth-how-he-makes-money/">
				
                <figure class="article__item-figure">
					<div style="padding-bottom:100%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-1x1.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/Sumit.png?crop=399px%2C0px%2C1570px%2C1569px&#038;resize=408%2C408&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/Sumit.png?crop=399px%2C0px%2C1570px%2C1569px&amp;resize=90%2C90&amp;quality=86&amp;strip=all 90w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Sumit.png?crop=399px%2C0px%2C1570px%2C1569px&amp;resize=180%2C180&amp;quality=86&amp;strip=all 180w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Sumit.png?crop=399px%2C0px%2C1570px%2C1569px&amp;resize=300%2C300&amp;quality=86&amp;strip=all 300w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Sumit.png?crop=399px%2C0px%2C1570px%2C1569px&amp;resize=408%2C408&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Sumit.png?crop=399px%2C0px%2C1570px%2C1569px&amp;resize=600%2C600&amp;quality=86&amp;strip=all 600w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Sumit.png?crop=399px%2C0px%2C1570px%2C1569px&amp;resize=816%2C816&amp;quality=86&amp;strip=all 816w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Sumit.png?crop=399px%2C0px%2C1570px%2C1569px&amp;resize=1200%2C1200&amp;quality=86&amp;strip=all 1200w" sizes="(min-width: 400px) 408px, 300px" alt="90 Day Fiance’s Sumit Singh Is a Working Man! Find Out His Net Worth and How He Makes Money" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/Sumit.png?fit=2880%2C1568&#038;quality=86&#038;strip=all" width="408" height="408"></div>                </figure>
            </a>
		
        <h2 class="article__item-title">
			<a href="https://www.intouchweekly.com/posts/90-day-fiance-sumit-singh-net-worth-how-he-makes-money/">90 Day Fiance’s Sumit Singh Is a Working Man! Find Out His Net Worth</a>
        </h2>
</article>

<article class="article__item article__item--square">
		            <a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/farrah-abraham-on-daughter-sophia-getting-a-tattoo-piercings/">
				                    <div class="video-icon video__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-video" /></svg></div>
				
                <figure class="article__item-figure">
					<div style="padding-bottom:100%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-1x1.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/farrahabraham-sophia-piercings-tattoos.jpg?resize=408%2C408&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/farrahabraham-sophia-piercings-tattoos.jpg?resize=90%2C90&amp;quality=86&amp;strip=all 90w, https://www.intouchweekly.com/wp-content/uploads/2022/09/farrahabraham-sophia-piercings-tattoos.jpg?resize=180%2C180&amp;quality=86&amp;strip=all 180w, https://www.intouchweekly.com/wp-content/uploads/2022/09/farrahabraham-sophia-piercings-tattoos.jpg?resize=300%2C300&amp;quality=86&amp;strip=all 300w, https://www.intouchweekly.com/wp-content/uploads/2022/09/farrahabraham-sophia-piercings-tattoos.jpg?resize=408%2C408&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/farrahabraham-sophia-piercings-tattoos.jpg?resize=600%2C600&amp;quality=86&amp;strip=all 600w, https://www.intouchweekly.com/wp-content/uploads/2022/09/farrahabraham-sophia-piercings-tattoos.jpg?resize=816%2C816&amp;quality=86&amp;strip=all 816w, https://www.intouchweekly.com/wp-content/uploads/2022/09/farrahabraham-sophia-piercings-tattoos.jpg?resize=1200%2C1200&amp;quality=86&amp;strip=all 1200w" sizes="(min-width: 400px) 408px, 300px" alt="Teen Mom’s Farrah Abraham Reveals if She’s ‘Open’ to Daughter Sophia Getting a Tattoo and More Piercings" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/farrahabraham-sophia-piercings-tattoos.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="408" height="408"></div>                </figure>
            </a>
		
        <h2 class="article__item-title">
			<a href="https://www.intouchweekly.com/posts/farrah-abraham-on-daughter-sophia-getting-a-tattoo-piercings/"><span class="post-flag">Exclusive</span>Farrah Abraham Reveals If She’s ‘Open’ to Her Daughter Getting a Tattoo</a>
        </h2>
</article>
		<article class="article__item article__item--square sh-item">
			<div class="dfp-wrapper " data-slot="sh-hp2"><div id="sh-hp2" class="dfp-slot dfp-container sh-hp2 "></div></div>		</article>
		<div class="l-grid">
			<div class="l-grid__main-category l-grid__nosidebar">
										<div class="l-grid__column">
							<div class="category__label category__label-first">
								<a class="article_category" href="https://www.intouchweekly.com/posts/category/news/">
									News								</a>
							</div>
							
<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/abbie-duggar-gives-birth-welcomes-baby-no-2-with-john/">
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/02/Is-Abbie-Duggar-Pregnant-John-Davids-Wife-Sparks-Rumors-Feature.jpg?crop=0px%2C130px%2C1440px%2C1080px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/02/Is-Abbie-Duggar-Pregnant-John-Davids-Wife-Sparks-Rumors-Feature.jpg?crop=0px%2C130px%2C1440px%2C1080px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/02/Is-Abbie-Duggar-Pregnant-John-Davids-Wife-Sparks-Rumors-Feature.jpg?crop=0px%2C130px%2C1440px%2C1080px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/02/Is-Abbie-Duggar-Pregnant-John-Davids-Wife-Sparks-Rumors-Feature.jpg?crop=0px%2C130px%2C1440px%2C1080px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/02/Is-Abbie-Duggar-Pregnant-John-Davids-Wife-Sparks-Rumors-Feature.jpg?crop=0px%2C130px%2C1440px%2C1080px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/02/Is-Abbie-Duggar-Pregnant-John-Davids-Wife-Sparks-Rumors-Feature.jpg?crop=0px%2C130px%2C1440px%2C1080px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/02/Is-Abbie-Duggar-Pregnant-John-Davids-Wife-Sparks-Rumors-Feature.jpg?crop=0px%2C130px%2C1440px%2C1080px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/02/Is-Abbie-Duggar-Pregnant-John-Davids-Wife-Sparks-Rumors-Feature.jpg?crop=0px%2C130px%2C1440px%2C1080px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 600px) 135px, 120px" alt="Abbie Duggar Pregnant: Expecting Baby No. 2 With John Duggar" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/02/Is-Abbie-Duggar-Pregnant-John-Davids-Wife-Sparks-Rumors-Feature.jpg?fit=1440%2C1800&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/abbie-duggar-gives-birth-welcomes-baby-no-2-with-john/">Counting On’s Abbie Duggar Gives Birth to Baby No. 2 With Husband John</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/pregnant-celebrities-2022-star-pregnancy-announcements/">
							<div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/10/celebrity-pregnancies-2022-topher-grace-ashley-hinshaw.jpg?crop=18px%2C67px%2C2113px%2C1585px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/10/celebrity-pregnancies-2022-topher-grace-ashley-hinshaw.jpg?crop=18px%2C67px%2C2113px%2C1585px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/10/celebrity-pregnancies-2022-topher-grace-ashley-hinshaw.jpg?crop=18px%2C67px%2C2113px%2C1585px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/10/celebrity-pregnancies-2022-topher-grace-ashley-hinshaw.jpg?crop=18px%2C67px%2C2113px%2C1585px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/10/celebrity-pregnancies-2022-topher-grace-ashley-hinshaw.jpg?crop=18px%2C67px%2C2113px%2C1585px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/10/celebrity-pregnancies-2022-topher-grace-ashley-hinshaw.jpg?crop=18px%2C67px%2C2113px%2C1585px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/10/celebrity-pregnancies-2022-topher-grace-ashley-hinshaw.jpg?crop=18px%2C67px%2C2113px%2C1585px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/10/celebrity-pregnancies-2022-topher-grace-ashley-hinshaw.jpg?crop=18px%2C67px%2C2113px%2C1585px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 600px) 135px, 120px" alt="Celebrity Pregnancies of 2022: These Stars Are Celebrating Babies on the Way" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/10/celebrity-pregnancies-2022-topher-grace-ashley-hinshaw.jpg?fit=2229%2C3600&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/pregnant-celebrities-2022-star-pregnancy-announcements/">Babies on the Way! Celebrity Pregnancies of 2022</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/celebrity-births-of-2022-stars-who-welcomed-babies/">
							<div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/10/stars-gave-birth-2022-vanessa-grimaldi-bachelor.jpg?crop=742px%2C690px%2C1922px%2C1441px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/10/stars-gave-birth-2022-vanessa-grimaldi-bachelor.jpg?crop=742px%2C690px%2C1922px%2C1441px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/10/stars-gave-birth-2022-vanessa-grimaldi-bachelor.jpg?crop=742px%2C690px%2C1922px%2C1441px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/10/stars-gave-birth-2022-vanessa-grimaldi-bachelor.jpg?crop=742px%2C690px%2C1922px%2C1441px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/10/stars-gave-birth-2022-vanessa-grimaldi-bachelor.jpg?crop=742px%2C690px%2C1922px%2C1441px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/10/stars-gave-birth-2022-vanessa-grimaldi-bachelor.jpg?crop=742px%2C690px%2C1922px%2C1441px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/10/stars-gave-birth-2022-vanessa-grimaldi-bachelor.jpg?crop=742px%2C690px%2C1922px%2C1441px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/10/stars-gave-birth-2022-vanessa-grimaldi-bachelor.jpg?crop=742px%2C690px%2C1922px%2C1441px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 600px) 135px, 120px" alt="Welcome to The World! Celebrities Who Have Given Birth in 2022 So Far" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/10/stars-gave-birth-2022-vanessa-grimaldi-bachelor.jpg?fit=3249%2C4873&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/celebrity-births-of-2022-stars-who-welcomed-babies/">Baby Joy! These Stars Have Welcomed Babies So Far in 2022</a>
	</h2>
</article>
						</div>
											<div class="l-grid__column">
							<div class="category__label category__label-first">
								<a class="article_category" href="https://www.intouchweekly.com/posts/category/reality-tv/">
									Reality TV								</a>
							</div>
							
<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/which-duggars-are-pregnant/">
							<div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/02/Jeremiah-Duggars-Fiancee-Hannah-Wissman-Shares-Candid-Photos-of-Her-Wonderful-Bachelorette-Party-feature-1.jpeg?resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/02/Jeremiah-Duggars-Fiancee-Hannah-Wissman-Shares-Candid-Photos-of-Her-Wonderful-Bachelorette-Party-feature-1.jpeg?resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/02/Jeremiah-Duggars-Fiancee-Hannah-Wissman-Shares-Candid-Photos-of-Her-Wonderful-Bachelorette-Party-feature-1.jpeg?resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/02/Jeremiah-Duggars-Fiancee-Hannah-Wissman-Shares-Candid-Photos-of-Her-Wonderful-Bachelorette-Party-feature-1.jpeg?resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/02/Jeremiah-Duggars-Fiancee-Hannah-Wissman-Shares-Candid-Photos-of-Her-Wonderful-Bachelorette-Party-feature-1.jpeg?resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/02/Jeremiah-Duggars-Fiancee-Hannah-Wissman-Shares-Candid-Photos-of-Her-Wonderful-Bachelorette-Party-feature-1.jpeg?resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/02/Jeremiah-Duggars-Fiancee-Hannah-Wissman-Shares-Candid-Photos-of-Her-Wonderful-Bachelorette-Party-feature-1.jpeg?resize=800%2C600&amp;quality=86&amp;strip=all 800w" sizes="(max-width: 600px) 135px, 120px" alt="Jeremiah Duggar&#039;s Fiancee Hannah Wissman Shares Candid Photos of Her &#039;Wonderful&#039; Bachelorette Party-2" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/02/Jeremiah-Duggars-Fiancee-Hannah-Wissman-Shares-Candid-Photos-of-Her-Wonderful-Bachelorette-Party-feature-1.jpeg?fit=1080%2C742&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/which-duggars-are-pregnant/">The Duggars Welcomed an Army of Babies — and More Are on the Way!</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/90-day-fiance-are-jeniffer-tarazona-and-jesse-meester-still-together/">
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/01/Screen-Shot-2022-01-19-at-2.28.06-PM.jpeg?crop=0px%2C0px%2C1178px%2C884px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/01/Screen-Shot-2022-01-19-at-2.28.06-PM.jpeg?crop=0px%2C0px%2C1178px%2C884px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/01/Screen-Shot-2022-01-19-at-2.28.06-PM.jpeg?crop=0px%2C0px%2C1178px%2C884px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/01/Screen-Shot-2022-01-19-at-2.28.06-PM.jpeg?crop=0px%2C0px%2C1178px%2C884px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/01/Screen-Shot-2022-01-19-at-2.28.06-PM.jpeg?crop=0px%2C0px%2C1178px%2C884px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/01/Screen-Shot-2022-01-19-at-2.28.06-PM.jpeg?crop=0px%2C0px%2C1178px%2C884px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/01/Screen-Shot-2022-01-19-at-2.28.06-PM.jpeg?crop=0px%2C0px%2C1178px%2C884px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w" sizes="(max-width: 600px) 135px, 120px" alt="Are Jesse and Jeniffer Still Together" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/01/Screen-Shot-2022-01-19-at-2.28.06-PM.jpeg?fit=1178%2C1150&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/90-day-fiance-are-jeniffer-tarazona-and-jesse-meester-still-together/">Are ‘90 Day Fiance’ Stars Jesse and Jeniffer Still Together?</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/90-day-fiance-jenny-slatten-job-what-she-does-for-a-living/">
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-jenny-slatten-job-what-she-does-for-a-living.jpg?crop=0px%2C286px%2C718px%2C538px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-jenny-slatten-job-what-she-does-for-a-living.jpg?crop=0px%2C286px%2C718px%2C538px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-jenny-slatten-job-what-she-does-for-a-living.jpg?crop=0px%2C286px%2C718px%2C538px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-jenny-slatten-job-what-she-does-for-a-living.jpg?crop=0px%2C286px%2C718px%2C538px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-jenny-slatten-job-what-she-does-for-a-living.jpg?crop=0px%2C286px%2C718px%2C538px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-jenny-slatten-job-what-she-does-for-a-living.jpg?crop=0px%2C286px%2C718px%2C538px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w" sizes="(max-width: 600px) 135px, 120px" alt="90 day fiance jenny slatten job what she does for a living" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-jenny-slatten-job-what-she-does-for-a-living.jpg?fit=718%2C1204&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/90-day-fiance-jenny-slatten-job-what-she-does-for-a-living/">Living the Retired Life! Inside '90 Day Fiance' Star Jenny's Job History</a>
	</h2>
</article>
						</div>
											<div class="l-grid__column">
							<div class="category__label category__label-first">
								<a class="article_category" href="https://www.intouchweekly.com/posts/category/style/">
									Style								</a>
							</div>
							
<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/gwen-stefani-transformation-see-photos-then-and-now/">
							<div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2019/09/Gwen-Stefani-Transformation-Promo.jpg?crop=0px%2C0px%2C2000px%2C1500px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2019/09/Gwen-Stefani-Transformation-Promo.jpg?crop=0px%2C0px%2C2000px%2C1500px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2019/09/Gwen-Stefani-Transformation-Promo.jpg?crop=0px%2C0px%2C2000px%2C1500px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2019/09/Gwen-Stefani-Transformation-Promo.jpg?crop=0px%2C0px%2C2000px%2C1500px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2019/09/Gwen-Stefani-Transformation-Promo.jpg?crop=0px%2C0px%2C2000px%2C1500px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2019/09/Gwen-Stefani-Transformation-Promo.jpg?crop=0px%2C0px%2C2000px%2C1500px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2019/09/Gwen-Stefani-Transformation-Promo.jpg?crop=0px%2C0px%2C2000px%2C1500px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2019/09/Gwen-Stefani-Transformation-Promo.jpg?crop=0px%2C0px%2C2000px%2C1500px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 600px) 135px, 120px" alt="Gwen Stefani Transformation" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2019/09/Gwen-Stefani-Transformation-Promo.jpg?fit=2000%2C2000&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/gwen-stefani-transformation-see-photos-then-and-now/">Punk Rock Queen! Gwen Stefani's ~Hella Good~ Transformation</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/dua-lipas-hottest-bikini-moments-ever-see-photos/">
							<div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/See-Photos-of-Dua-Lipas-Sexiest-Bikini-Moments-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/See-Photos-of-Dua-Lipas-Sexiest-Bikini-Moments-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/See-Photos-of-Dua-Lipas-Sexiest-Bikini-Moments-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/09/See-Photos-of-Dua-Lipas-Sexiest-Bikini-Moments-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/See-Photos-of-Dua-Lipas-Sexiest-Bikini-Moments-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/See-Photos-of-Dua-Lipas-Sexiest-Bikini-Moments-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/09/See-Photos-of-Dua-Lipas-Sexiest-Bikini-Moments-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/09/See-Photos-of-Dua-Lipas-Sexiest-Bikini-Moments-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 600px) 135px, 120px" alt="See Photos of Dua Lipa’s Sexiest Bikini Moments Over the Years" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/See-Photos-of-Dua-Lipas-Sexiest-Bikini-Moments-Over-the-Years.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/dua-lipas-hottest-bikini-moments-ever-see-photos/">Dua Lipa’s Sexiest Bikini Moments Over the Years: See Photos!</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/lizzos-sexiest-bikini-photos-see-pictures-of-the-singer/">
							<div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/06/lizzo-bikini.jpg?crop=0px%2C0px%2C2400px%2C1800px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/06/lizzo-bikini.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/06/lizzo-bikini.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/06/lizzo-bikini.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/06/lizzo-bikini.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/06/lizzo-bikini.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/06/lizzo-bikini.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/06/lizzo-bikini.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 600px) 135px, 120px" alt="Lizzo Is ~100 Percent~ That Bikini Babe! See the Singer’s Hottest Swimsuit Photos Over the Years" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/06/lizzo-bikini.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/lizzos-sexiest-bikini-photos-see-pictures-of-the-singer/">~100 Percent~ That Bikini Babe! See Lizzo’s Hottest Swimsuit Photos</a>
	</h2>
</article>
						</div>
								</div>
		</div>
	</div>

	<div class="l-container in-pictures__wrapper">
		<div class="l-grid">
			<div class="l-grid__main-gallery">
				<div class="l-grid__column-left">
					<div class="block__title">
						<div class="block__title-text">
															<svg aria-hidden="true"><use xlink:href="#icon-in-logo" /></svg>
														<span>
								Pictures							</span>
						</div>
						<div class="gallery-icon block__title-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
					</div>

										<article class="article__item">
													<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/nick-cannons-childrens-mothers-a-guide-to-his-kids-moms/">
								<figure class="article__item-figure">
									<div class="item__figure-source ok-thumb ok-standard-thumb">
										<div style="padding-bottom:75.079365079365%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_12942271bz.jpg?resize=630%2C473&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_12942271bz.jpg?resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_12942271bz.jpg?resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_12942271bz.jpg?resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_12942271bz.jpg?resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_12942271bz.jpg?resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_12942271bz.jpg?resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_12942271bz.jpg?resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(min-width: 600px) 630px, 400px" alt="Nick Cannon Baby No 9" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_12942271bz.jpg?fit=5568%2C3712&#038;quality=86&#038;strip=all" width="630" height="473"></div>									</div>
								</figure>
							</a>
						
						<div class="article__item-content">
							<h2 class="article__item-content_title">
								<a href="https://www.intouchweekly.com/posts/nick-cannons-childrens-mothers-a-guide-to-his-kids-moms/">Nick Cannon Welcomes Baby No. 10 With Brittany Bell: Meet Kids’ Mothers</a>
							</h2>
															<div class="article__item-content_category"><a class="article_category" href="https://www.intouchweekly.com/posts/category/news/">News</a></div>
													</div>
					</article>
									</div>
				<div class="l-grid__column-right">
					<div class="block__title">More Photo Galleries</div>
					
<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/90-day-fiance-stars-tv-appearances-before-the-show/">
							<div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Stars-TV-Appearances-Before-the-Show.jpg?crop=0px%2C0px%2C2000px%2C1500px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Stars-TV-Appearances-Before-the-Show.jpg?crop=0px%2C0px%2C2000px%2C1500px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Stars-TV-Appearances-Before-the-Show.jpg?crop=0px%2C0px%2C2000px%2C1500px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Stars-TV-Appearances-Before-the-Show.jpg?crop=0px%2C0px%2C2000px%2C1500px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Stars-TV-Appearances-Before-the-Show.jpg?crop=0px%2C0px%2C2000px%2C1500px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Stars-TV-Appearances-Before-the-Show.jpg?crop=0px%2C0px%2C2000px%2C1500px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Stars-TV-Appearances-Before-the-Show.jpg?crop=0px%2C0px%2C2000px%2C1500px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Stars-TV-Appearances-Before-the-Show.jpg?crop=0px%2C0px%2C2000px%2C1500px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 600px) 135px, 120px" alt="&#039;90 Day Fiance&#039; Stars&#039; TV Appearances Before the Show" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Stars-TV-Appearances-Before-the-Show.jpg?fit=2000%2C2000&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/90-day-fiance-stars-tv-appearances-before-the-show/">'90 Day Fiance' Stars Who Made TV Appearances Before the Show</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/kendall-jenner-braless-photos-of-the-model-not-wearing-a-bra/">
							<div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/The-No-Bra-Queen-Photos-of-Kendall-Going-Braless-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/The-No-Bra-Queen-Photos-of-Kendall-Going-Braless-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/The-No-Bra-Queen-Photos-of-Kendall-Going-Braless-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/09/The-No-Bra-Queen-Photos-of-Kendall-Going-Braless-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/The-No-Bra-Queen-Photos-of-Kendall-Going-Braless-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/The-No-Bra-Queen-Photos-of-Kendall-Going-Braless-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/09/The-No-Bra-Queen-Photos-of-Kendall-Going-Braless-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/09/The-No-Bra-Queen-Photos-of-Kendall-Going-Braless-Over-the-Years.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 600px) 135px, 120px" alt="The No Bra Queen! Photos of Kendall Going Braless Over the Years" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/The-No-Bra-Queen-Photos-of-Kendall-Going-Braless-Over-the-Years.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/kendall-jenner-braless-photos-of-the-model-not-wearing-a-bra/">The No Bra Queen! Photos of Kendall Going Braless Over the Years</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/adam-levine-quotes-on-sex-relationships-monogamy/">
							<div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_13272561au.jpg?crop=614px%2C0px%2C4954px%2C3714px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_13272561au.jpg?crop=614px%2C0px%2C4954px%2C3714px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_13272561au.jpg?crop=614px%2C0px%2C4954px%2C3714px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_13272561au.jpg?crop=614px%2C0px%2C4954px%2C3714px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_13272561au.jpg?crop=614px%2C0px%2C4954px%2C3714px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_13272561au.jpg?crop=614px%2C0px%2C4954px%2C3714px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_13272561au.jpg?crop=614px%2C0px%2C4954px%2C3714px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_13272561au.jpg?crop=614px%2C0px%2C4954px%2C3714px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 600px) 135px, 120px" alt="Adam Levine Quotes on Sex Monogomy" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/shutterstock_editorial_13272561au.jpg?fit=5568%2C3712&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/adam-levine-quotes-on-sex-relationships-monogamy/">Adam Levine’s Quotes on Sex, Monogamy Amid Cheating Scandal</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/sister-wives-robyn-brown-house-home-tour-photos/">
							<div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/Robyn-Brown-House-Tour.jpg?crop=0px%2C0px%2C2400px%2C1800px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/Robyn-Brown-House-Tour.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Robyn-Brown-House-Tour.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Robyn-Brown-House-Tour.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Robyn-Brown-House-Tour.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Robyn-Brown-House-Tour.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Robyn-Brown-House-Tour.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Robyn-Brown-House-Tour.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 600px) 135px, 120px" alt="Robyn Brown House Tour" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/Robyn-Brown-House-Tour.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/sister-wives-robyn-brown-house-home-tour-photos/">See Inside ‘Sister Wives’ Star Robyn Brown’s Large Family Home: Photos</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/hugh-hefners-girlfriends-sex-stories-holly-bridget-more/">
							<div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/Hugh-Hefner-Exes-IT.jpg?resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/Hugh-Hefner-Exes-IT.jpg?resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Hugh-Hefner-Exes-IT.jpg?resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Hugh-Hefner-Exes-IT.jpg?resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Hugh-Hefner-Exes-IT.jpg?resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Hugh-Hefner-Exes-IT.jpg?resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Hugh-Hefner-Exes-IT.jpg?resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Hugh-Hefner-Exes-IT.jpg?resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 600px) 135px, 120px" alt="Hugh Hefner&#039;s Sex Life: Everything His Ex-Girlfriends Have Said About Their Time Behind Closed Doors" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/Hugh-Hefner-Exes-IT.jpg?fit=3504%2C2336&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/hugh-hefners-girlfriends-sex-stories-holly-bridget-more/">Everything Hugh Hefner's Ex-Girlfriends Have Said About Their Sex Lives</a>
	</h2>
</article>
				</div>
			</div>
			<div class="l-grid__sidebar">
				<div class="ad-container__sticky-wrapper">
					<div class="ad-container sticky-top">
						<div id="rb-300-600" class="dfp-slot dfp-container">
							<div class="dfp-wrapper  desktop-only" data-slot="rr2"><div id="rr2" class="dfp-slot dfp-container rr2 "></div></div>						</div>
					</div>
				</div>

			</div>
		</div>
	</div>
	<div class="l-container">
		<div class="l-grid">
			<div class="l-grid__main-four l-grid__nosidebar">
				
<article class="article__item article__item--square">
		            <a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/which-celebrities-have-had-sex-in-public-kim-j-lo-miley/">
				                    <div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
				
                <figure class="article__item-figure">
					<div style="padding-bottom:100%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-1x1.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2021/07/Which-Celebrities-Have-Had-Sex-in-Public_-Kim-J.-Lo-Miley.jpg?crop=3px%2C0px%2C3217px%2C3217px&#038;resize=300%2C300&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2021/07/Which-Celebrities-Have-Had-Sex-in-Public_-Kim-J.-Lo-Miley.jpg?crop=3px%2C0px%2C3217px%2C3217px&amp;resize=90%2C90&amp;quality=86&amp;strip=all 90w, https://www.intouchweekly.com/wp-content/uploads/2021/07/Which-Celebrities-Have-Had-Sex-in-Public_-Kim-J.-Lo-Miley.jpg?crop=3px%2C0px%2C3217px%2C3217px&amp;resize=180%2C180&amp;quality=86&amp;strip=all 180w, https://www.intouchweekly.com/wp-content/uploads/2021/07/Which-Celebrities-Have-Had-Sex-in-Public_-Kim-J.-Lo-Miley.jpg?crop=3px%2C0px%2C3217px%2C3217px&amp;resize=300%2C300&amp;quality=86&amp;strip=all 300w, https://www.intouchweekly.com/wp-content/uploads/2021/07/Which-Celebrities-Have-Had-Sex-in-Public_-Kim-J.-Lo-Miley.jpg?crop=3px%2C0px%2C3217px%2C3217px&amp;resize=408%2C408&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2021/07/Which-Celebrities-Have-Had-Sex-in-Public_-Kim-J.-Lo-Miley.jpg?crop=3px%2C0px%2C3217px%2C3217px&amp;resize=600%2C600&amp;quality=86&amp;strip=all 600w, https://www.intouchweekly.com/wp-content/uploads/2021/07/Which-Celebrities-Have-Had-Sex-in-Public_-Kim-J.-Lo-Miley.jpg?crop=3px%2C0px%2C3217px%2C3217px&amp;resize=816%2C816&amp;quality=86&amp;strip=all 816w, https://www.intouchweekly.com/wp-content/uploads/2021/07/Which-Celebrities-Have-Had-Sex-in-Public_-Kim-J.-Lo-Miley.jpg?crop=3px%2C0px%2C3217px%2C3217px&amp;resize=1200%2C1200&amp;quality=86&amp;strip=all 1200w" sizes="(min-width: 400px) 408px, 300px" alt="Which Celebrities Have Had Sex in Public_ Kim, J. Lo, Miley" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2021/07/Which-Celebrities-Have-Had-Sex-in-Public_-Kim-J.-Lo-Miley.jpg?fit=3223%2C3217&#038;quality=86&#038;strip=all" width="300" height="300"></div>                </figure>
            </a>
		
        <h2 class="article__item-title">
			<a href="https://www.intouchweekly.com/posts/which-celebrities-have-had-sex-in-public-kim-j-lo-miley/">Not Shy! Celebrities Reveal Where They've Had Sex in Public</a>
        </h2>
</article>

<article class="article__item article__item--square">
		            <a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/is-teen-mom-2s-kailyn-lowry-pregnant-with-baby-no-5-clues/">
				
                <figure class="article__item-figure">
					<div style="padding-bottom:100%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-1x1.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/07/Kailyn-Lowry-Pregant-IT.jpg?crop=0px%2C41px%2C2920px%2C2920px&#038;resize=300%2C300&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/07/Kailyn-Lowry-Pregant-IT.jpg?crop=0px%2C41px%2C2920px%2C2920px&amp;resize=90%2C90&amp;quality=86&amp;strip=all 90w, https://www.intouchweekly.com/wp-content/uploads/2022/07/Kailyn-Lowry-Pregant-IT.jpg?crop=0px%2C41px%2C2920px%2C2920px&amp;resize=180%2C180&amp;quality=86&amp;strip=all 180w, https://www.intouchweekly.com/wp-content/uploads/2022/07/Kailyn-Lowry-Pregant-IT.jpg?crop=0px%2C41px%2C2920px%2C2920px&amp;resize=300%2C300&amp;quality=86&amp;strip=all 300w, https://www.intouchweekly.com/wp-content/uploads/2022/07/Kailyn-Lowry-Pregant-IT.jpg?crop=0px%2C41px%2C2920px%2C2920px&amp;resize=408%2C408&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/07/Kailyn-Lowry-Pregant-IT.jpg?crop=0px%2C41px%2C2920px%2C2920px&amp;resize=600%2C600&amp;quality=86&amp;strip=all 600w, https://www.intouchweekly.com/wp-content/uploads/2022/07/Kailyn-Lowry-Pregant-IT.jpg?crop=0px%2C41px%2C2920px%2C2920px&amp;resize=816%2C816&amp;quality=86&amp;strip=all 816w, https://www.intouchweekly.com/wp-content/uploads/2022/07/Kailyn-Lowry-Pregant-IT.jpg?crop=0px%2C41px%2C2920px%2C2920px&amp;resize=1200%2C1200&amp;quality=86&amp;strip=all 1200w" sizes="(min-width: 400px) 408px, 300px" alt="Is ‘Teen Mom 2’ Star Kailyn Lowry Pregnant With Baby No. 5? Find Out How the Speculation Started" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/07/Kailyn-Lowry-Pregant-IT.jpg?fit=2920%2C4200&#038;quality=86&#038;strip=all" width="300" height="300"></div>                </figure>
            </a>
		
        <h2 class="article__item-title">
			<a href="https://www.intouchweekly.com/posts/is-teen-mom-2s-kailyn-lowry-pregnant-with-baby-no-5-clues/">'Teen Mom 2' Alum Kailyn Lowry Seemingly Responds to Pregnancy Rumors</a>
        </h2>
</article>
<article class="article__item article__item--square sh-item"><div class="dfp-wrapper " data-slot="sh-hp3"><div id="sh-hp3" class="dfp-slot dfp-container sh-hp3 "></div></div></article>
<article class="article__item article__item--square">
		            <a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/teen-mom-2-kailyn-lowrys-sexiest-bikini-swimsuit-photos/">
				                    <div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
				
                <figure class="article__item-figure">
					<div style="padding-bottom:100%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-1x1.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Teen-Mom-2-Kailyn-Lowrys-Sexiest-Bikini-Swimsuit-Photos-.jpg?resize=300%2C300&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Teen-Mom-2-Kailyn-Lowrys-Sexiest-Bikini-Swimsuit-Photos-.jpg?resize=90%2C90&amp;quality=86&amp;strip=all 90w, https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Teen-Mom-2-Kailyn-Lowrys-Sexiest-Bikini-Swimsuit-Photos-.jpg?resize=180%2C180&amp;quality=86&amp;strip=all 180w, https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Teen-Mom-2-Kailyn-Lowrys-Sexiest-Bikini-Swimsuit-Photos-.jpg?resize=300%2C300&amp;quality=86&amp;strip=all 300w, https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Teen-Mom-2-Kailyn-Lowrys-Sexiest-Bikini-Swimsuit-Photos-.jpg?resize=408%2C408&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Teen-Mom-2-Kailyn-Lowrys-Sexiest-Bikini-Swimsuit-Photos-.jpg?resize=600%2C600&amp;quality=86&amp;strip=all 600w, https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Teen-Mom-2-Kailyn-Lowrys-Sexiest-Bikini-Swimsuit-Photos-.jpg?resize=816%2C816&amp;quality=86&amp;strip=all 816w, https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Teen-Mom-2-Kailyn-Lowrys-Sexiest-Bikini-Swimsuit-Photos-.jpg?resize=1200%2C1200&amp;quality=86&amp;strip=all 1200w" sizes="(min-width: 400px) 408px, 300px" alt="‘Teen Mom 2’: Kailyn Lowry&#039;s Sexiest Bikini, Swimsuit Photos" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Teen-Mom-2-Kailyn-Lowrys-Sexiest-Bikini-Swimsuit-Photos-.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="300" height="300"></div>                </figure>
            </a>
		
        <h2 class="article__item-title">
			<a href="https://www.intouchweekly.com/posts/teen-mom-2-kailyn-lowrys-sexiest-bikini-swimsuit-photos/">Hot Mama! See Teen Mom 2’s Kailyn Lowry’s Bikini, Swimsuit Photos</a>
        </h2>
</article>
			</div>
		</div>
	</div>

	<div class="l-container in-videos__wrapper">
		<div class="l-grid">
			<div class="l-grid__main-video">
				<div class="l-grid__column-left">
					<div class="block__title">
						<div class="block__title-text">
															<svg aria-hidden="true"><use xlink:href="#icon-in-logo" /></svg>
														<span>Video</span>
						</div>
						<div class="video-icon block__title-icon"><svg><use xlink:href="#icon-video" /></svg></div>
					</div>

										<article class="article__item">
													<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/teen-mom-maci-bookout-update-on-ryan-his-parents/">
								<figure class="article__item-figure">
									<div class="item__figure-video-play"><svg><use xlink:href="#icon-video-play" /></svg></div>
									<div class="item__figure-source ok-thumb ok-standard-thumb">
										<div style="padding-bottom:75.079365079365%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/Maci-Ryan-Update.jpg?crop=0px%2C0px%2C2400px%2C1800px&#038;resize=630%2C473&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/Maci-Ryan-Update.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maci-Ryan-Update.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maci-Ryan-Update.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maci-Ryan-Update.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maci-Ryan-Update.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maci-Ryan-Update.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maci-Ryan-Update.jpg?crop=0px%2C0px%2C2400px%2C1800px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(min-width: 600px) 630px, 400px" alt="Teen Mom&#039;s Maci Bookout Shares Update on Where She Stands With Ex Ryan Edwards and His Parents" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/Maci-Ryan-Update.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="630" height="473"></div>									</div>
								</figure>
							</a>
						
						<div class="article__item-content">
							<h2 class="article__item-content_title">
								<a href="https://www.intouchweekly.com/posts/teen-mom-maci-bookout-update-on-ryan-his-parents/"><span class="post-flag">Exclusive</span>Where Does Teen Mom's Maci Stand With Ex Ryan and His Parents?</a>
							</h2>
															<div class="article__item-content_category"><a class="article_category" href="https://www.intouchweekly.com/posts/category/reality-tv/">Reality TV</a></div>
													</div>

					</article>
									</div>
				<div class="l-grid__column-right">
					<div class="block__title">More Videos</div>
					
<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/big-brothers-nicole-franzel-victor-arroyo-on-baby-no-2/">
							<div class="video-icon video__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-video" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/victor-arroyo-nicole-franzel-1.jpg?crop=0px%2C0px%2C881px%2C660px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/victor-arroyo-nicole-franzel-1.jpg?crop=0px%2C0px%2C881px%2C660px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/victor-arroyo-nicole-franzel-1.jpg?crop=0px%2C0px%2C881px%2C660px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/09/victor-arroyo-nicole-franzel-1.jpg?crop=0px%2C0px%2C881px%2C660px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/victor-arroyo-nicole-franzel-1.jpg?crop=0px%2C0px%2C881px%2C660px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/victor-arroyo-nicole-franzel-1.jpg?crop=0px%2C0px%2C881px%2C660px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/09/victor-arroyo-nicole-franzel-1.jpg?crop=0px%2C0px%2C881px%2C660px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w" sizes="(max-width: 600px) 135px, 120px" alt="Big Brother&#039;s Nicole Franzel And Victor Arroyo Say Parenthood Is &#039;So Rewarding,&#039; Talk Baby No. 2" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/victor-arroyo-nicole-franzel-1.jpg?fit=958%2C1080&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/big-brothers-nicole-franzel-victor-arroyo-on-baby-no-2/"><span class="post-flag">Exclusive</span>Big Brother's Nicole Franzel, Victor Arroyo Reveal Plans For Baby No. 2</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/jersey-shore-star-snooki-are-vinny-and-angelina-dating/">
							<div class="video-icon video__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-video" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/snooki-exclu.jpg?crop=0px%2C39px%2C2400px%2C1799px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/snooki-exclu.jpg?crop=0px%2C39px%2C2400px%2C1799px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/snooki-exclu.jpg?crop=0px%2C39px%2C2400px%2C1799px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/09/snooki-exclu.jpg?crop=0px%2C39px%2C2400px%2C1799px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/snooki-exclu.jpg?crop=0px%2C39px%2C2400px%2C1799px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/snooki-exclu.jpg?crop=0px%2C39px%2C2400px%2C1799px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/09/snooki-exclu.jpg?crop=0px%2C39px%2C2400px%2C1799px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/09/snooki-exclu.jpg?crop=0px%2C39px%2C2400px%2C1799px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 600px) 135px, 120px" alt="&#039;Jersey Shore&#039; Star Snooki Reveals if Vinny Guadagnino and Angelina Pivarnick Are Dating" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/snooki-exclu.jpg?fit=2400%2C3600&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/jersey-shore-star-snooki-are-vinny-and-angelina-dating/"><span class="post-flag">Exclusive</span>'Jersey Shore' Star Snooki Reveals if Vinny and Angelina Are Dating</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/is-michael-from-90-day-fiance-in-the-u-s-get-update/">
							<div class="video-icon video__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-video" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2020/09/is-michael-from-90-day-fiance-in-the-us.jpg?resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2020/09/is-michael-from-90-day-fiance-in-the-us.jpg?resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2020/09/is-michael-from-90-day-fiance-in-the-us.jpg?resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2020/09/is-michael-from-90-day-fiance-in-the-us.jpg?resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2020/09/is-michael-from-90-day-fiance-in-the-us.jpg?resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2020/09/is-michael-from-90-day-fiance-in-the-us.jpg?resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2020/09/is-michael-from-90-day-fiance-in-the-us.jpg?resize=800%2C600&amp;quality=86&amp;strip=all 800w" sizes="(max-width: 600px) 135px, 120px" alt="is michael from 90 day fiance in the us" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2020/09/is-michael-from-90-day-fiance-in-the-us.jpg?fit=1080%2C810&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/is-michael-from-90-day-fiance-in-the-u-s-get-update/">Is 90 Day Fiance's Michael Coming to America? Update on Angela’s Husband</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/prince-harry-meghan-markle-react-to-queen-elizabeth-iis-death/">
							<div class="video-icon video__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-video" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/Harry-meghan-queen.jpg?crop=0px%2C0px%2C1639px%2C1229px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/Harry-meghan-queen.jpg?crop=0px%2C0px%2C1639px%2C1229px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Harry-meghan-queen.jpg?crop=0px%2C0px%2C1639px%2C1229px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Harry-meghan-queen.jpg?crop=0px%2C0px%2C1639px%2C1229px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Harry-meghan-queen.jpg?crop=0px%2C0px%2C1639px%2C1229px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Harry-meghan-queen.jpg?crop=0px%2C0px%2C1639px%2C1229px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Harry-meghan-queen.jpg?crop=0px%2C0px%2C1639px%2C1229px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Harry-meghan-queen.jpg?crop=0px%2C0px%2C1639px%2C1229px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 600px) 135px, 120px" alt="Meghan Markle and Prince Harry React to Queen Elizabeth II&#039;s Death: TK" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/Harry-meghan-queen.jpg?fit=1639%2C1321&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/prince-harry-meghan-markle-react-to-queen-elizabeth-iis-death/">Prince Harry Reacts Following Queen Elizabeth II's Death: Statement </a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/love-island-u-s-a-are-timmy-and-zeta-still-together/">
							<div class="video-icon video__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-video" /></svg></div>
						<figure class="article__item-figure">
				<div style="padding-bottom:75%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-4x3.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Love-Island-U.S.A.-Are-Timmy-and-Zeta-Still-Together-2.jpg?crop=0px%2C514px%2C5235px%2C3924px&#038;resize=120%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Love-Island-U.S.A.-Are-Timmy-and-Zeta-Still-Together-2.jpg?crop=0px%2C514px%2C5235px%2C3924px&amp;resize=120%2C90&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Love-Island-U.S.A.-Are-Timmy-and-Zeta-Still-Together-2.jpg?crop=0px%2C514px%2C5235px%2C3924px&amp;resize=315%2C236&amp;quality=86&amp;strip=all 315w, https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Love-Island-U.S.A.-Are-Timmy-and-Zeta-Still-Together-2.jpg?crop=0px%2C514px%2C5235px%2C3924px&amp;resize=400%2C300&amp;quality=86&amp;strip=all 400w, https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Love-Island-U.S.A.-Are-Timmy-and-Zeta-Still-Together-2.jpg?crop=0px%2C514px%2C5235px%2C3924px&amp;resize=630%2C473&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Love-Island-U.S.A.-Are-Timmy-and-Zeta-Still-Together-2.jpg?crop=0px%2C514px%2C5235px%2C3924px&amp;resize=700%2C525&amp;quality=86&amp;strip=all 700w, https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Love-Island-U.S.A.-Are-Timmy-and-Zeta-Still-Together-2.jpg?crop=0px%2C514px%2C5235px%2C3924px&amp;resize=800%2C600&amp;quality=86&amp;strip=all 800w, https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Love-Island-U.S.A.-Are-Timmy-and-Zeta-Still-Together-2.jpg?crop=0px%2C514px%2C5235px%2C3924px&amp;resize=1260%2C945&amp;quality=86&amp;strip=all 1260w" sizes="(max-width: 600px) 135px, 120px" alt="‘Love Island U.S.A.’/ Are Timmy and Zeta Still Together? 2" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/‘Love-Island-U.S.A.-Are-Timmy-and-Zeta-Still-Together-2.jpg?fit=5235%2C7852&#038;quality=86&#038;strip=all" width="120" height="90"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/love-island-u-s-a-are-timmy-and-zeta-still-together/"><span class="post-flag">Exclusive</span>‘Love Island U.S.A.’ Winners Zeta and Timmy on Relationship Post-Villa</a>
	</h2>
</article>
				</div>
			</div>
			<div class="l-grid__sidebar">
				<div class="ad-container__sticky-wrapper">
					<div class="ad-container sticky-top">
						<div id="rb-300-600" class="dfp-slot dfp-container">
							<div class="dfp-wrapper  desktop-only" data-slot="rr3"><div id="rr3" class="dfp-slot dfp-container rr3 "></div></div>						</div>
					</div>
				</div>
			</div>
		</div>
	</div>

	
<div class="full-container">

			<div class="l-container">
			<div class="l-grid">
				<div class="l-grid__main-slider">
					<div class="block__title">
													<svg aria-hidden="true"><use xlink:href="#icon-in-logo" /></svg>
												<span>Exclusives</span>
					</div>
					<div class="l-grid__main-sliderblock slider">
						
<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/yolanda-hadid-over-the-moon-about-gigi-and-leonardo-dicaprio/">
						<figure class="article__item-figure">
				<div style="padding-bottom:56.25%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-16x9.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/Yolanda-Gigi-Leo-IT.jpg?crop=0px%2C0px%2C2400px%2C1359px&#038;resize=480%2C270&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/Yolanda-Gigi-Leo-IT.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=120%2C68&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Yolanda-Gigi-Leo-IT.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=230%2C129&amp;quality=86&amp;strip=all 230w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Yolanda-Gigi-Leo-IT.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=408%2C230&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Yolanda-Gigi-Leo-IT.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=480%2C270&amp;quality=86&amp;strip=all 480w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Yolanda-Gigi-Leo-IT.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=630%2C354&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Yolanda-Gigi-Leo-IT.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=940%2C529&amp;quality=86&amp;strip=all 940w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Yolanda-Gigi-Leo-IT.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=960%2C540&amp;quality=86&amp;strip=all 960w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Yolanda-Gigi-Leo-IT.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1200%2C675&amp;quality=86&amp;strip=all 1200w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Yolanda-Gigi-Leo-IT.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1260%2C709&amp;quality=86&amp;strip=all 1260w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Yolanda-Gigi-Leo-IT.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1920%2C1080&amp;quality=86&amp;strip=all 1920w" sizes="(max-width: 400px) 408px, 408px" alt="Yolanda Hadid Is &#039;Over the Moon&#039; Gigi Hadid Has Moved on With Leonardo DiCaprio After Zayn Malik Split" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/Yolanda-Gigi-Leo-IT.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="480" height="270"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/yolanda-hadid-over-the-moon-about-gigi-and-leonardo-dicaprio/">Yolanda Hadid Is 'Over the Moon' Gigi Has Moved on With Leonardo DiCaprio</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/90-day-fiance-jenn-davis-divorce-ex-husband-orlando/">
						<figure class="article__item-figure">
				<div style="padding-bottom:56.25%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-16x9.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Jenn-Davis-Divorce-Ex-Husband-Orlando-.jpg?crop=0px%2C0px%2C2400px%2C1359px&#038;resize=480%2C270&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Jenn-Davis-Divorce-Ex-Husband-Orlando-.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=120%2C68&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Jenn-Davis-Divorce-Ex-Husband-Orlando-.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=230%2C129&amp;quality=86&amp;strip=all 230w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Jenn-Davis-Divorce-Ex-Husband-Orlando-.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=408%2C230&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Jenn-Davis-Divorce-Ex-Husband-Orlando-.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=480%2C270&amp;quality=86&amp;strip=all 480w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Jenn-Davis-Divorce-Ex-Husband-Orlando-.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=630%2C354&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Jenn-Davis-Divorce-Ex-Husband-Orlando-.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=940%2C529&amp;quality=86&amp;strip=all 940w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Jenn-Davis-Divorce-Ex-Husband-Orlando-.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=960%2C540&amp;quality=86&amp;strip=all 960w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Jenn-Davis-Divorce-Ex-Husband-Orlando-.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1200%2C675&amp;quality=86&amp;strip=all 1200w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Jenn-Davis-Divorce-Ex-Husband-Orlando-.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1260%2C709&amp;quality=86&amp;strip=all 1260w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Jenn-Davis-Divorce-Ex-Husband-Orlando-.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1920%2C1080&amp;quality=86&amp;strip=all 1920w" sizes="(max-width: 400px) 408px, 408px" alt="&#039;90 Day Fiance&#039;: Jenn Davis Divorce, Ex-Husband Orlando" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Jenn-Davis-Divorce-Ex-Husband-Orlando-.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="480" height="270"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/90-day-fiance-jenn-davis-divorce-ex-husband-orlando/">Inside '90 Day Fiance' Star Jenn Davis' Divorce From Ex Orlando Davis</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/brad-pitt-and-emily-ratajkowski-have-been-on-a-couple-of-dates/">
						<figure class="article__item-figure">
				<div style="padding-bottom:56.25%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-16x9.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/Brad-Pitt-EmRata-IT.jpg?crop=0px%2C0px%2C2000px%2C1133px&#038;resize=480%2C270&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/Brad-Pitt-EmRata-IT.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=120%2C68&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Brad-Pitt-EmRata-IT.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=230%2C129&amp;quality=86&amp;strip=all 230w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Brad-Pitt-EmRata-IT.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=408%2C230&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Brad-Pitt-EmRata-IT.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=480%2C270&amp;quality=86&amp;strip=all 480w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Brad-Pitt-EmRata-IT.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=630%2C354&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Brad-Pitt-EmRata-IT.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=940%2C529&amp;quality=86&amp;strip=all 940w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Brad-Pitt-EmRata-IT.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=960%2C540&amp;quality=86&amp;strip=all 960w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Brad-Pitt-EmRata-IT.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=1200%2C675&amp;quality=86&amp;strip=all 1200w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Brad-Pitt-EmRata-IT.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=1260%2C709&amp;quality=86&amp;strip=all 1260w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Brad-Pitt-EmRata-IT.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=1920%2C1080&amp;quality=86&amp;strip=all 1920w" sizes="(max-width: 400px) 408px, 408px" alt="Brad Pitt and Emily Ratajkowski Have Been on &#039;a Couple of Dates&#039;: ‘They Totally Gel’" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/Brad-Pitt-EmRata-IT.jpg?fit=2000%2C2000&#038;quality=86&#038;strip=all" width="480" height="270"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/brad-pitt-and-emily-ratajkowski-have-been-on-a-couple-of-dates/">New Love! Brad Pitt, Emily Ratajkowski Have Been on 'a Couple of Dates'</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/maryka-claims-adam-levine-sent-a-naked-selfie-had-kinks/">
						<figure class="article__item-figure">
				<div style="padding-bottom:56.25%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-16x9.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/Maryka-Claims.jpg?crop=0px%2C0px%2C2400px%2C1359px&#038;resize=480%2C270&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/Maryka-Claims.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=120%2C68&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maryka-Claims.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=230%2C129&amp;quality=86&amp;strip=all 230w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maryka-Claims.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=408%2C230&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maryka-Claims.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=480%2C270&amp;quality=86&amp;strip=all 480w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maryka-Claims.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=630%2C354&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maryka-Claims.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=940%2C529&amp;quality=86&amp;strip=all 940w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maryka-Claims.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=960%2C540&amp;quality=86&amp;strip=all 960w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maryka-Claims.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1200%2C675&amp;quality=86&amp;strip=all 1200w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maryka-Claims.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1260%2C709&amp;quality=86&amp;strip=all 1260w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Maryka-Claims.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1920%2C1080&amp;quality=86&amp;strip=all 1920w" sizes="(max-width: 400px) 408px, 408px" alt="Model Maryka Claims Adam Levine Sent Her a ‘Naked Selfie’ and Had ‘Weird Kinks’ While Sexting Amid Cheating Scandal" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/Maryka-Claims.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="480" height="270"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/maryka-claims-adam-levine-sent-a-naked-selfie-had-kinks/">Maryka Claims Adam Levine Sent Her a ‘Naked Selfie,’ Had 'Weird Kinks'</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/alyson-rose-on-adam-levine-dms-texts-hes-out-of-line/">
						<figure class="article__item-figure">
				<div style="padding-bottom:56.25%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-16x9.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/alyson-rose-adam-levine.jpg?crop=0px%2C0px%2C2400px%2C1359px&#038;resize=480%2C270&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/alyson-rose-adam-levine.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=120%2C68&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/alyson-rose-adam-levine.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=230%2C129&amp;quality=86&amp;strip=all 230w, https://www.intouchweekly.com/wp-content/uploads/2022/09/alyson-rose-adam-levine.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=408%2C230&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/alyson-rose-adam-levine.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=480%2C270&amp;quality=86&amp;strip=all 480w, https://www.intouchweekly.com/wp-content/uploads/2022/09/alyson-rose-adam-levine.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=630%2C354&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/alyson-rose-adam-levine.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=940%2C529&amp;quality=86&amp;strip=all 940w, https://www.intouchweekly.com/wp-content/uploads/2022/09/alyson-rose-adam-levine.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=960%2C540&amp;quality=86&amp;strip=all 960w, https://www.intouchweekly.com/wp-content/uploads/2022/09/alyson-rose-adam-levine.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1200%2C675&amp;quality=86&amp;strip=all 1200w, https://www.intouchweekly.com/wp-content/uploads/2022/09/alyson-rose-adam-levine.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1260%2C709&amp;quality=86&amp;strip=all 1260w, https://www.intouchweekly.com/wp-content/uploads/2022/09/alyson-rose-adam-levine.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1920%2C1080&amp;quality=86&amp;strip=all 1920w" sizes="(max-width: 400px) 408px, 408px" alt="Alyson Rose Says Adam Levine Was &#039;Out of Line&#039; With His Flirty DMs: &#039;He Crossed So Many Lines&#039;" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/alyson-rose-adam-levine.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="480" height="270"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/alyson-rose-on-adam-levine-dms-texts-hes-out-of-line/">Alyson Rose Tells All: Adam Levine Was 'Out of Line' With His Flirty DMs</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/90-day-fiance-yve-arellano-files-for-divorce-from-mohamed/">
						<figure class="article__item-figure">
				<div style="padding-bottom:56.25%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-16x9.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Yve-Arellano-Files-for-Divorce-From-Mohamed-1.jpg?crop=0px%2C20px%2C2000px%2C1132px&#038;resize=480%2C270&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Yve-Arellano-Files-for-Divorce-From-Mohamed-1.jpg?crop=0px%2C20px%2C2000px%2C1132px&amp;resize=120%2C68&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Yve-Arellano-Files-for-Divorce-From-Mohamed-1.jpg?crop=0px%2C20px%2C2000px%2C1132px&amp;resize=230%2C129&amp;quality=86&amp;strip=all 230w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Yve-Arellano-Files-for-Divorce-From-Mohamed-1.jpg?crop=0px%2C20px%2C2000px%2C1132px&amp;resize=408%2C230&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Yve-Arellano-Files-for-Divorce-From-Mohamed-1.jpg?crop=0px%2C20px%2C2000px%2C1132px&amp;resize=480%2C270&amp;quality=86&amp;strip=all 480w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Yve-Arellano-Files-for-Divorce-From-Mohamed-1.jpg?crop=0px%2C20px%2C2000px%2C1132px&amp;resize=630%2C354&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Yve-Arellano-Files-for-Divorce-From-Mohamed-1.jpg?crop=0px%2C20px%2C2000px%2C1132px&amp;resize=940%2C529&amp;quality=86&amp;strip=all 940w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Yve-Arellano-Files-for-Divorce-From-Mohamed-1.jpg?crop=0px%2C20px%2C2000px%2C1132px&amp;resize=960%2C540&amp;quality=86&amp;strip=all 960w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Yve-Arellano-Files-for-Divorce-From-Mohamed-1.jpg?crop=0px%2C20px%2C2000px%2C1132px&amp;resize=1200%2C675&amp;quality=86&amp;strip=all 1200w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Yve-Arellano-Files-for-Divorce-From-Mohamed-1.jpg?crop=0px%2C20px%2C2000px%2C1132px&amp;resize=1260%2C709&amp;quality=86&amp;strip=all 1260w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Yve-Arellano-Files-for-Divorce-From-Mohamed-1.jpg?crop=0px%2C20px%2C2000px%2C1132px&amp;resize=1920%2C1080&amp;quality=86&amp;strip=all 1920w" sizes="(max-width: 400px) 408px, 408px" alt="&#039;90 Day Fiance&#039;: Yve Arellano Files for Divorce From Mohamed" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-Day-Fiance-Yve-Arellano-Files-for-Divorce-From-Mohamed-1.jpg?fit=2000%2C2000&#038;quality=86&#038;strip=all" width="480" height="270"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/90-day-fiance-yve-arellano-files-for-divorce-from-mohamed/">90 Day Fiance’s Yve Files For Divorce From Mohamed: ‘Not a Surprise’</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/90-day-fiance-kim-menzies-ex-husband-in-prison-for-murder/">
						<figure class="article__item-figure">
				<div style="padding-bottom:56.25%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-16x9.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-kim-menzies-ex-husband-jail-murder.jpg?crop=0px%2C373px%2C2400px%2C1359px&#038;resize=480%2C270&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-kim-menzies-ex-husband-jail-murder.jpg?crop=0px%2C373px%2C2400px%2C1359px&amp;resize=120%2C68&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-kim-menzies-ex-husband-jail-murder.jpg?crop=0px%2C373px%2C2400px%2C1359px&amp;resize=230%2C129&amp;quality=86&amp;strip=all 230w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-kim-menzies-ex-husband-jail-murder.jpg?crop=0px%2C373px%2C2400px%2C1359px&amp;resize=408%2C230&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-kim-menzies-ex-husband-jail-murder.jpg?crop=0px%2C373px%2C2400px%2C1359px&amp;resize=480%2C270&amp;quality=86&amp;strip=all 480w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-kim-menzies-ex-husband-jail-murder.jpg?crop=0px%2C373px%2C2400px%2C1359px&amp;resize=630%2C354&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-kim-menzies-ex-husband-jail-murder.jpg?crop=0px%2C373px%2C2400px%2C1359px&amp;resize=940%2C529&amp;quality=86&amp;strip=all 940w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-kim-menzies-ex-husband-jail-murder.jpg?crop=0px%2C373px%2C2400px%2C1359px&amp;resize=960%2C540&amp;quality=86&amp;strip=all 960w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-kim-menzies-ex-husband-jail-murder.jpg?crop=0px%2C373px%2C2400px%2C1359px&amp;resize=1200%2C675&amp;quality=86&amp;strip=all 1200w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-kim-menzies-ex-husband-jail-murder.jpg?crop=0px%2C373px%2C2400px%2C1359px&amp;resize=1260%2C709&amp;quality=86&amp;strip=all 1260w, https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-kim-menzies-ex-husband-jail-murder.jpg?crop=0px%2C373px%2C2400px%2C1359px&amp;resize=1920%2C1080&amp;quality=86&amp;strip=all 1920w" sizes="(max-width: 400px) 408px, 408px" alt="90 day fiance kim menzies ex husband jail murder" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/90-day-fiance-kim-menzies-ex-husband-jail-murder.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="480" height="270"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/90-day-fiance-kim-menzies-ex-husband-in-prison-for-murder/">'90 Day Fiance' Star Kim Menzies' Ex-Husband Is in Prison for Murder</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/adam-levine-present-for-wife-behati-kids-amid-cheating-scandal/">
						<figure class="article__item-figure">
				<div style="padding-bottom:56.25%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-16x9.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/adam-levine-speaks-out-cheating.jpg?crop=0px%2C193px%2C2400px%2C1360px&#038;resize=480%2C270&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/adam-levine-speaks-out-cheating.jpg?crop=0px%2C193px%2C2400px%2C1360px&amp;resize=120%2C68&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/adam-levine-speaks-out-cheating.jpg?crop=0px%2C193px%2C2400px%2C1360px&amp;resize=230%2C129&amp;quality=86&amp;strip=all 230w, https://www.intouchweekly.com/wp-content/uploads/2022/09/adam-levine-speaks-out-cheating.jpg?crop=0px%2C193px%2C2400px%2C1360px&amp;resize=408%2C230&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/adam-levine-speaks-out-cheating.jpg?crop=0px%2C193px%2C2400px%2C1360px&amp;resize=480%2C270&amp;quality=86&amp;strip=all 480w, https://www.intouchweekly.com/wp-content/uploads/2022/09/adam-levine-speaks-out-cheating.jpg?crop=0px%2C193px%2C2400px%2C1360px&amp;resize=630%2C354&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/adam-levine-speaks-out-cheating.jpg?crop=0px%2C193px%2C2400px%2C1360px&amp;resize=940%2C529&amp;quality=86&amp;strip=all 940w, https://www.intouchweekly.com/wp-content/uploads/2022/09/adam-levine-speaks-out-cheating.jpg?crop=0px%2C193px%2C2400px%2C1360px&amp;resize=960%2C540&amp;quality=86&amp;strip=all 960w, https://www.intouchweekly.com/wp-content/uploads/2022/09/adam-levine-speaks-out-cheating.jpg?crop=0px%2C193px%2C2400px%2C1360px&amp;resize=1200%2C675&amp;quality=86&amp;strip=all 1200w, https://www.intouchweekly.com/wp-content/uploads/2022/09/adam-levine-speaks-out-cheating.jpg?crop=0px%2C193px%2C2400px%2C1360px&amp;resize=1260%2C709&amp;quality=86&amp;strip=all 1260w, https://www.intouchweekly.com/wp-content/uploads/2022/09/adam-levine-speaks-out-cheating.jpg?crop=0px%2C193px%2C2400px%2C1360px&amp;resize=1920%2C1080&amp;quality=86&amp;strip=all 1920w" sizes="(max-width: 400px) 408px, 408px" alt="adam-levine-speaks-out-cheating" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/adam-levine-speaks-out-cheating.jpg?fit=2400%2C3600&#038;quality=86&#038;strip=all" width="480" height="270"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/adam-levine-present-for-wife-behati-kids-amid-cheating-scandal/">Adam Levine Focused On Being 'Present' for Family Amid Cheating Scandal</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/behati-prinsloo-blindsided-by-adam-levine-cheating-claims/">
						<figure class="article__item-figure">
				<div style="padding-bottom:56.25%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-16x9.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/Copy-of-Single-Bubble-White-92.jpg?crop=0px%2C0px%2C2400px%2C1359px&#038;resize=480%2C270&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/Copy-of-Single-Bubble-White-92.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=120%2C68&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Copy-of-Single-Bubble-White-92.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=230%2C129&amp;quality=86&amp;strip=all 230w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Copy-of-Single-Bubble-White-92.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=408%2C230&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Copy-of-Single-Bubble-White-92.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=480%2C270&amp;quality=86&amp;strip=all 480w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Copy-of-Single-Bubble-White-92.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=630%2C354&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Copy-of-Single-Bubble-White-92.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=940%2C529&amp;quality=86&amp;strip=all 940w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Copy-of-Single-Bubble-White-92.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=960%2C540&amp;quality=86&amp;strip=all 960w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Copy-of-Single-Bubble-White-92.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1200%2C675&amp;quality=86&amp;strip=all 1200w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Copy-of-Single-Bubble-White-92.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1260%2C709&amp;quality=86&amp;strip=all 1260w, https://www.intouchweekly.com/wp-content/uploads/2022/09/Copy-of-Single-Bubble-White-92.jpg?crop=0px%2C0px%2C2400px%2C1359px&amp;resize=1920%2C1080&amp;quality=86&amp;strip=all 1920w" sizes="(max-width: 400px) 408px, 408px" alt="Behati Prinsloo &#039;Blindsided&#039; by Adam Levine Cheating Claims" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/Copy-of-Single-Bubble-White-92.jpg?fit=2400%2C2400&#038;quality=86&#038;strip=all" width="480" height="270"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/behati-prinsloo-blindsided-by-adam-levine-cheating-claims/">Behati Prinsloo 'Blindsided' by Husband Adam Levine Cheating Claims</a>
	</h2>
</article>
					</div>
				</div>
			</div>
		</div>
	</div>

	<div class="l-container">
		<div class="l-grid">
			<div class="l-grid__main-default" id="infSec_1">
				
<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/who-has-leonardo-dicaprio-dated-over-the-years-see-photos/">

							<div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
			
			<figure class="article__item-figure">
				<div style="padding-bottom:56.372549019608%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-16x9.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2021/05/Camila-Morrone-Shows-BF-Leonardo-DiCaprio-Rare-Public-Support.jpg?crop=0px%2C0px%2C2000px%2C1133px&#038;resize=408%2C230&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2021/05/Camila-Morrone-Shows-BF-Leonardo-DiCaprio-Rare-Public-Support.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=120%2C68&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2021/05/Camila-Morrone-Shows-BF-Leonardo-DiCaprio-Rare-Public-Support.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=230%2C129&amp;quality=86&amp;strip=all 230w, https://www.intouchweekly.com/wp-content/uploads/2021/05/Camila-Morrone-Shows-BF-Leonardo-DiCaprio-Rare-Public-Support.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=408%2C230&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2021/05/Camila-Morrone-Shows-BF-Leonardo-DiCaprio-Rare-Public-Support.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=480%2C270&amp;quality=86&amp;strip=all 480w, https://www.intouchweekly.com/wp-content/uploads/2021/05/Camila-Morrone-Shows-BF-Leonardo-DiCaprio-Rare-Public-Support.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=630%2C354&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2021/05/Camila-Morrone-Shows-BF-Leonardo-DiCaprio-Rare-Public-Support.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=940%2C529&amp;quality=86&amp;strip=all 940w, https://www.intouchweekly.com/wp-content/uploads/2021/05/Camila-Morrone-Shows-BF-Leonardo-DiCaprio-Rare-Public-Support.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=960%2C540&amp;quality=86&amp;strip=all 960w, https://www.intouchweekly.com/wp-content/uploads/2021/05/Camila-Morrone-Shows-BF-Leonardo-DiCaprio-Rare-Public-Support.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=1200%2C675&amp;quality=86&amp;strip=all 1200w, https://www.intouchweekly.com/wp-content/uploads/2021/05/Camila-Morrone-Shows-BF-Leonardo-DiCaprio-Rare-Public-Support.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=1260%2C709&amp;quality=86&amp;strip=all 1260w, https://www.intouchweekly.com/wp-content/uploads/2021/05/Camila-Morrone-Shows-BF-Leonardo-DiCaprio-Rare-Public-Support.jpg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=1920%2C1080&amp;quality=86&amp;strip=all 1920w" sizes="(min-width: 600px) 630px, (max-width: 400px) 408px, 630px" alt="Camila Morrone Shows BF Leonardo DiCaprio Rare Public Support" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2021/05/Camila-Morrone-Shows-BF-Leonardo-DiCaprio-Rare-Public-Support.jpg?fit=2000%2C2000&#038;quality=86&#038;strip=all" width="408" height="230"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/who-has-leonardo-dicaprio-dated-over-the-years-see-photos/">He's Got a Type! See All of the Stunning Women Linked to Leonardo DiCaprio</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/celebrity-weddings-2022-stars-who-got-married-this-year/">

							<div class="gallery-icon gallery__block-icon"><svg aria-hidden="true"><use xlink:href="#icon-photos" /></svg></div>
			
			<figure class="article__item-figure">
				<div style="padding-bottom:56.372549019608%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-16x9.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/09/120905141_744260022819678_8007333044427364933_n.jpg?crop=0px%2C93px%2C1440px%2C815px&#038;resize=408%2C230&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/09/120905141_744260022819678_8007333044427364933_n.jpg?crop=0px%2C93px%2C1440px%2C815px&amp;resize=120%2C68&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2022/09/120905141_744260022819678_8007333044427364933_n.jpg?crop=0px%2C93px%2C1440px%2C815px&amp;resize=230%2C129&amp;quality=86&amp;strip=all 230w, https://www.intouchweekly.com/wp-content/uploads/2022/09/120905141_744260022819678_8007333044427364933_n.jpg?crop=0px%2C93px%2C1440px%2C815px&amp;resize=408%2C230&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/09/120905141_744260022819678_8007333044427364933_n.jpg?crop=0px%2C93px%2C1440px%2C815px&amp;resize=480%2C270&amp;quality=86&amp;strip=all 480w, https://www.intouchweekly.com/wp-content/uploads/2022/09/120905141_744260022819678_8007333044427364933_n.jpg?crop=0px%2C93px%2C1440px%2C815px&amp;resize=630%2C354&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2022/09/120905141_744260022819678_8007333044427364933_n.jpg?crop=0px%2C93px%2C1440px%2C815px&amp;resize=940%2C529&amp;quality=86&amp;strip=all 940w, https://www.intouchweekly.com/wp-content/uploads/2022/09/120905141_744260022819678_8007333044427364933_n.jpg?crop=0px%2C93px%2C1440px%2C815px&amp;resize=960%2C540&amp;quality=86&amp;strip=all 960w, https://www.intouchweekly.com/wp-content/uploads/2022/09/120905141_744260022819678_8007333044427364933_n.jpg?crop=0px%2C93px%2C1440px%2C815px&amp;resize=1200%2C675&amp;quality=86&amp;strip=all 1200w, https://www.intouchweekly.com/wp-content/uploads/2022/09/120905141_744260022819678_8007333044427364933_n.jpg?crop=0px%2C93px%2C1440px%2C815px&amp;resize=1260%2C709&amp;quality=86&amp;strip=all 1260w" sizes="(min-width: 600px) 630px, (max-width: 400px) 408px, 630px" alt="Jim Edmonds Kortnie O&#039;Connor Married" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/09/120905141_744260022819678_8007333044427364933_n.jpg?fit=1440%2C1440&#038;quality=86&#038;strip=all" width="408" height="230"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/celebrity-weddings-2022-stars-who-got-married-this-year/">They Said ‘I Do!’ Celebrities Who Got Married in 2022</a>
	</h2>
</article>

<article class="article__item">
			<a class="article__item-thumbnail" href="https://www.intouchweekly.com/posts/khloe-kardashian-tristan-thompson-were-engaged-before-split/">

			
			<figure class="article__item-figure">
				<div style="padding-bottom:56.372549019608%;" class="ratio-based-placeholder"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-16x9.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2021/12/Khloe-Kardashian-Is-‘Relieved-by-Maralee-Nichols-Statement-on-Tristan-Thompson-Baby-Drama.jpeg?crop=0px%2C0px%2C2000px%2C1133px&#038;resize=408%2C230&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2021/12/Khloe-Kardashian-Is-‘Relieved-by-Maralee-Nichols-Statement-on-Tristan-Thompson-Baby-Drama.jpeg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=120%2C68&amp;quality=86&amp;strip=all 120w, https://www.intouchweekly.com/wp-content/uploads/2021/12/Khloe-Kardashian-Is-‘Relieved-by-Maralee-Nichols-Statement-on-Tristan-Thompson-Baby-Drama.jpeg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=230%2C129&amp;quality=86&amp;strip=all 230w, https://www.intouchweekly.com/wp-content/uploads/2021/12/Khloe-Kardashian-Is-‘Relieved-by-Maralee-Nichols-Statement-on-Tristan-Thompson-Baby-Drama.jpeg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=408%2C230&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2021/12/Khloe-Kardashian-Is-‘Relieved-by-Maralee-Nichols-Statement-on-Tristan-Thompson-Baby-Drama.jpeg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=480%2C270&amp;quality=86&amp;strip=all 480w, https://www.intouchweekly.com/wp-content/uploads/2021/12/Khloe-Kardashian-Is-‘Relieved-by-Maralee-Nichols-Statement-on-Tristan-Thompson-Baby-Drama.jpeg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=630%2C354&amp;quality=86&amp;strip=all 630w, https://www.intouchweekly.com/wp-content/uploads/2021/12/Khloe-Kardashian-Is-‘Relieved-by-Maralee-Nichols-Statement-on-Tristan-Thompson-Baby-Drama.jpeg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=940%2C529&amp;quality=86&amp;strip=all 940w, https://www.intouchweekly.com/wp-content/uploads/2021/12/Khloe-Kardashian-Is-‘Relieved-by-Maralee-Nichols-Statement-on-Tristan-Thompson-Baby-Drama.jpeg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=960%2C540&amp;quality=86&amp;strip=all 960w, https://www.intouchweekly.com/wp-content/uploads/2021/12/Khloe-Kardashian-Is-‘Relieved-by-Maralee-Nichols-Statement-on-Tristan-Thompson-Baby-Drama.jpeg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=1200%2C675&amp;quality=86&amp;strip=all 1200w, https://www.intouchweekly.com/wp-content/uploads/2021/12/Khloe-Kardashian-Is-‘Relieved-by-Maralee-Nichols-Statement-on-Tristan-Thompson-Baby-Drama.jpeg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=1260%2C709&amp;quality=86&amp;strip=all 1260w, https://www.intouchweekly.com/wp-content/uploads/2021/12/Khloe-Kardashian-Is-‘Relieved-by-Maralee-Nichols-Statement-on-Tristan-Thompson-Baby-Drama.jpeg?crop=0px%2C0px%2C2000px%2C1133px&amp;resize=1920%2C1080&amp;quality=86&amp;strip=all 1920w" sizes="(min-width: 600px) 630px, (max-width: 400px) 408px, 630px" alt="Khloe Kardashian Is ‘Relieved’ by Maralee Nichols’ Statement on Tristan Thompson Baby Drama" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2021/12/Khloe-Kardashian-Is-‘Relieved-by-Maralee-Nichols-Statement-on-Tristan-Thompson-Baby-Drama.jpeg?fit=2000%2C2000&#038;quality=86&#038;strip=all" width="408" height="230"></div>			</figure>
		</a>
	
	<h2 class="article__item-title">
		<a href="https://www.intouchweekly.com/posts/khloe-kardashian-tristan-thompson-were-engaged-before-split/">Khloe Kardashian, Tristan Thompson Were Engaged Before Paternity Scandal</a>
	</h2>
</article>
			</div>
			<div class="l-grid__sidebar">
				<div class="ad-container__sticky-wrapper" >
					<div class="ad-container sticky-top">
						<div id="rb-300-600" class="dfp-slot dfp-container">
							<div class="dfp-wrapper  desktop-only" data-slot="rr4"><div id="rr4" class="dfp-slot dfp-container rr4 "></div></div>						</div>
					</div>
				</div>
			</div>
		</div>
	</div>

	<div class="l-container">
		<div class="l-grid">
			<div class="l-grid__main-default" id="infSec_2">
				<div class="lazyload-anchor" data-page-type="home" data-count="30" data-paged="1" data-excluded="[472974,470799,472996,423825,473092,472932,472901,472898,392134,472594,396576,471537,471784,472492,467375,429924,428803,27227,430552,473045,266417,437133,436964,472333,471787,470778,359032,469512,469844,394469,462216,473063,472717,472474,472430,471956,471721,471666,471354,471408,471339,281747,429850,472963]" data-ads="{&quot;mb&quot;:4,&quot;sh&quot;:2}"></div>			</div>
			<div class="l-grid__sidebar">
				<div id="rc-widget-intouchdt"></div>				<div class="ad-container__sticky-wrapper" >
					<div class="ad-container sticky-top">
						<div id="rb-300-600" class="dfp-slot dfp-container">
							<div class="dfp-wrapper  desktop-only" data-slot="rr5"><div id="rr5" class="dfp-slot dfp-container rr5 "></div></div>						</div>
					</div>
				</div>
			</div>
		</div>
	</div>



<div class="recirc-widget collapsed mobile-hidden mobile-only" data-widget-delay="5">
	<div class="recirc-widget__img-close">
		<a href="https://winit.intouchweekly.com/sweepstakes/2000-cash-sweepstakes?utm_content=pile-cash&#038;utm_source=itwsite&#038;utm_medium=overlayrecirccirclewidget&#038;utm_campaign=itwwidget" target="_blank" class="recirc-widget__linktag">		<div class="recirc-widget__img" style="background: #00b9ff;">
			<img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-1x1.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2022/05/12.png?resize=90%2C90&#038;quality=86&#038;strip=all" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2022/05/12.png?resize=90%2C90&amp;quality=86&amp;strip=all 90w, https://www.intouchweekly.com/wp-content/uploads/2022/05/12.png?resize=180%2C180&amp;quality=86&amp;strip=all 180w, https://www.intouchweekly.com/wp-content/uploads/2022/05/12.png?resize=300%2C300&amp;quality=86&amp;strip=all 300w, https://www.intouchweekly.com/wp-content/uploads/2022/05/12.png?resize=408%2C408&amp;quality=86&amp;strip=all 408w, https://www.intouchweekly.com/wp-content/uploads/2022/05/12.png?resize=600%2C600&amp;quality=86&amp;strip=all 600w, https://www.intouchweekly.com/wp-content/uploads/2022/05/12.png?resize=816%2C816&amp;quality=86&amp;strip=all 816w" sizes="60px" alt="Pile of Cash" data-fallback-img="https://www.intouchweekly.com/wp-content/uploads/2022/05/12.png?fit=1181%2C1181&#038;quality=86&#038;strip=all" width="90" height="90">		</div>
		</a>
		<span class="recirc-widget__close">
            <svg class="icon-close" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 241.171 241.171" aria-hidden="true"><g><path d="M138.138,120.754l99.118-98.576c4.752-4.704,4.752-12.319,0-17.011c-4.74-4.704-12.439-4.704-17.179,0
					l-99.033,98.492L21.095,3.699c-4.74-4.752-12.439-4.752-17.179,0c-4.74,4.764-4.74,12.475,0,17.227l99.876,99.888L3.555,220.497
					c-4.74,4.704-4.74,12.319,0,17.011c4.74,4.704,12.439,4.704,17.179,0l100.152-99.599l99.551,99.563
					c4.74,4.752,12.439,4.752,17.179,0c4.74-4.764,4.74-12.475,0-17.227L138.138,120.754z"/></g></svg>
            <i class="hidden-except-readers">Close widget</i>
        </span>
	</div>

	<div class="recirc-widget__text">
		<p class="recirc-widget__title" style="background: #00b9ff;">
			<a href="https://winit.intouchweekly.com/sweepstakes/2000-cash-sweepstakes?utm_content=pile-cash&#038;utm_source=itwsite&#038;utm_medium=overlayrecirccirclewidget&#038;utm_campaign=itwwidget" target="_blank" class="recirc-widget__linktag">Win $2,000 Cash!</a>		</p>

		<span class="recirc-widget__toggle" style="background: #00b9ff;">
			<svg xmlns="http://www.w3.org/2000/svg"  x="0px" y="0px" viewBox="0 0 15.1 8.3" aria-hidden="true"><path d="M13.7,0.3L7.5,6.5L1.3,0.3C1,0,0.5,0,0.2,0.3C0,0.6,0,1,0.2,1.3L7,8.1c0.3,0.3,0.7,0.3,1,0l6.8-6.7c0.3-0.3,0.4-0.7,0.1-1.1
	C14.6,0,14.2,0,13.8,0.2C13.8,0.3,13.8,0.3,13.7,0.3z"/></svg>
            <i class="hidden-except-readers">Collapse widget</i>
        </span>
	</div>
</div>

<footer class="site-footer">
	<div class="site-footer__inner">
		<div class="site-footer__left">
			<a href="https://www.intouchweekly.com/" class="site-footer__logo" title="Home" rel="home">
				<span class="hidden-except-readers">In Touch Weekly logo</span>
				<svg class="logo" aria-hidden="true">
					<use xlink:href="#logo-intouch-footer"></use>
				</svg>
			</a>

			<div class="site-footer__left__inner">
				<div class="site-footer__social">
					<span class="site-footer__social__heading">Follow us!</span>
					<ul class="site-footer__social__list">
						<li><a href="http://www.facebook.com/InTouchWeekly" class="site-footer__social__link" rel="nofollow"> <span class="hidden-except-readers">Social icon facebook</span><svg class="icon icon-facebook"><use xlink:href="#icon-facebook"></use></svg></a></li><li><a href="https://twitter.com/intouchweekly" class="site-footer__social__link" rel="nofollow"> <span class="hidden-except-readers">Social icon twitter</span><svg class="icon icon-twitter"><use xlink:href="#icon-twitter"></use></svg></a></li><li><a href="https://www.instagram.com/intouchweekly/?hl=en" class="site-footer__social__link" rel="nofollow"> <span class="hidden-except-readers">Social icon instagram</span><svg class="icon icon-instagram"><use xlink:href="#icon-instagram"></use></svg></a></li>					</ul>
				</div>

				                    <div class="site-footer__newsletter-link">
                        <a href="/newsletter">Sign up for our e-newsletter</a>
                    </div>
				
				<div class="site-footer__notification">
					<p class="site-footer__notification-text">In Touch Weekly has affiliate partnerships so we may receive compensation for some links to products and services.</p>
					<p class="site-footer__notification-text">In Touch Weekly is part of the A360 Media Entertainment Group.<br>Copyright © A360 Media LLC 2022. All Rights Reserved</p>
				</div>
			</div>

		</div>

		<div class="site-footer__right">
			<div class="site-footer__menu">
				<h3 class="site-footer__heading">In Touch Weekly</h3>
				<div class="site-footer__links"><ul id="menu-footer-menu-1" class="site-footer__links__list"><li id="menu-item-201709" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-201709"><a href="https://www.intouchweekly.com/archives/">Archives</a></li>
<li id="menu-item-260471" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-260471"><a href="https://www.intouchweekly.com/posts/category/news/">News</a></li>
<li id="menu-item-469536" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-469536"><a href="https://www.intouchweekly.com/tags/queen-elizabeth/">Queen Elizabeth</a></li>
<li id="menu-item-260470" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-260470"><a href="https://www.intouchweekly.com/posts/category/reality-tv/">Reality TV</a></li>
<li id="menu-item-260472" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-260472"><a href="https://www.intouchweekly.com/posts/category/true-crime/">True Crime</a></li>
<li id="menu-item-260473" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-260473"><a href="https://www.intouchweekly.com/posts/category/entertainment/">Entertainment</a></li>
<li id="menu-item-260475" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-260475"><a href="https://www.intouchweekly.com/posts/category/omg/">OMG!</a></li>
<li id="menu-item-260474" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-260474"><a href="https://www.intouchweekly.com/posts/category/style/">Style</a></li>
<li id="menu-item-403227" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403227"><a href="https://www.intouchweekly.com/posts/category/must-haves/">Must-Haves</a></li>
<li id="menu-item-260469" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-260469"><a href="/newsletter">Newsletter</a></li>
</ul></div>
				<!-- OneTrust Cookies Settings button start -->
				<a class="optanon-toggle-display" name="Manage Cookies">Manage Cookies</a>
				<!-- OneTrust Cookies Settings button end -->
			</div>

			<div class="site-footer__menu">
				<h3 class="site-footer__heading">A360 Media LLC</h3>
				<div class="site-footer__links"><ul id="menu-footer-menu-2" class="site-footer__links__list"><li id="menu-item-130808" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-130808"><a href="https://a360media.com/privacy-policy">Privacy Policy</a></li>
<li id="menu-item-130809" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-130809"><a href="https://a360media.com/terms-and-conditions">Terms &#038; Conditions</a></li>
<li id="menu-item-130810" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-130810"><a href="https://www.intouchweekly.com/contact/">Contact Us</a></li>
<li id="menu-item-134887" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-134887"><a href="https://a360media.cloud.buysub.com/">Subscriber Service</a></li>
<li id="menu-item-260468" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-260468"><a href="https://shop.getspecialissues.com/">Shop Special Issues</a></li>
<li id="menu-item-130811" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-130811"><a href="/archives/">SIte Map</a></li>
<li id="menu-item-298102" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-298102"><a href="https://www.intouchweekly.com/accessibility-statement/">Accessibility Statement</a></li>
<li id="menu-item-298103" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-298103"><a href="https://a360media.com/cookie-policy">Cookie Policy</a></li>
</ul></div>			</div>

			<div class="site-footer__cta">
				<div class="site-footer__cta__inner">
					<h3 class="site-footer__heading">Want more?</h3>
					<div class="textwidget custom-html-widget"><img src="https://www.intouchweekly.com/wp-content/themes/ami-bauer/assets/build/images/placeholders/placeholder-1x1.svg" data-src="https://www.intouchweekly.com/wp-content/uploads/2020/10/IT4420_cover_final.jpg?w=300" data-srcset="https://www.intouchweekly.com/wp-content/uploads/2020/10/IT4420_cover_final.jpg?w=200 1x, https://www.intouchweekly.com/wp-content/uploads/2020/10/IT4420_cover_final.jpg?w=400 2x" sizes="200px" alt="In This Issue of In Touch Weekly" class="img-responsive img-cover" width="161" height="218"></div>					<a class="site-footer__cta-link" target="_blank" rel="nofollow noopener" href="https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=NTW&#038;cds_page_id=230030">Subscribe!</a>
					<a class="site-footer__cta-link" target="_blank" rel="nofollow noopener" href="https://w1.buysub.com/servlet/GiftsGateway?cds_mag_code=NTW">Give as a Gift</a>
					<a class="site-footer__cta-link" target="_blank" rel="nofollow noopener" href="https://a360media.cloud.buysub.com/">Subscriber Services</a>
				</div>
			</div>
		</div>
	</div>

</footer>
</div>

	<style type="text/css" media="screen">
		@media screen and ( max-width: 782px ) {
			html {
				margin-top: 0px !important;
			}
			* html body {
				margin-top: 0px !important;
			}
			#wpadminbar {
				display: none;
			}
		}
	</style>
		<script>
		jQuery(document).ready(function ( $ ) {
			$('a[href^="http"]')
				.not('[href^="' + location.protocol + '//' + location.hostname + '"],[href^="https://ciam-ui.kubestage.hearstapps.net"],[href^="https://www.mylo.id"]')
				.attr('target', '_blank');
		});
	</script>
	<script id='main-js-js-extra'>
var ajaxurl = "\/wp-admin\/admin-ajax.php";
var obj = {"templateUrl":"https:\/\/www.intouchweekly.com\/wp-content\/themes\/ami-bauer","restEndpoint":"https:\/\/www.intouchweekly.com\/wp-json\/ami\/v1\/"};
</script>
<script type="text/javascript" src="https://www.intouchweekly.com/_static/??/wp-content/mu-plugins/jetpack-11.3/_inc/build/photon/photon.min.js,/wp-content/themes/ami-bauer/assets/build/js/main.bundle.js?m=1664563384j" ></script><script class='optanon-category-C0004' type='text/plain' src='https://static.adsafeprotected.com/vans-adapter-google-ima.js' id='ami-googleima-js'></script>
<script class='optanon-category-C0003' type='text/plain' src='https://www.intouchweekly.com/wp-content/client-mu-plugins/shared/assets/js/dist/overlayRecircWidget.bundle.js?ver=6.0.2' id='overlay-recirc-widget-script-js'></script>
<script id='newsletter-sign-up-js-extra'>
var amiNewsletterStrings = {"userEndpoint":"https:\/\/www.intouchweekly.com\/wp-json\/ami\/v1\/newsletter\/user","listEndpoint":"https:\/\/www.intouchweekly.com\/wp-json\/ami\/v1\/newsletter\/list","processMessage":"Sending your request...","defaultError":"An internal error has occurred. Please try again later..","invalidEmailError":"Please enter a valid email and try again."};
</script>
<script type="text/javascript" src="https://www.intouchweekly.com/wp-content/client-mu-plugins/shared/assets/js/dist/newsletterSignUp.bundle.js?m=1664539503g" ></script>		<script>
			// US-1872 Call AJAX from windows.onload
			( function( $ ) {
				$( window ).load( () => {

					const cachedId = localStorage.getItem( 'perClientId' );

					if ( null === cachedId || "" === cachedId ) {
						const clientId = Date.now() + Math.random();

						if ( window.location.hostname.indexOf( 'usmagazine' ) !== -1 && !!window.Worker ) {

							//console.log("WWW creating worker for permutive button ");
							var worker = new Worker( '/wp-content/themes/ajax-onload.js' );
							worker.onmessage = function( ev ) {

								const newClientId = ev.data;

								console.log( '%c Got via Worker: ' + newClientId, 'background: #27ae60; color: #000; padding: 2px 10px 2px 5px' );

								if ( newClientId ) {
									localStorage.setItem( 'perClientId', newClientId );
									let identities = [{
										"id": newClientId,
										"tag": "publisherUserId",
										"priority": 0
									}];

									try {
										if ( undefined !== window.cognito_user ) {
											identities.push( {
												"id": window.cognito_user.hash_email,
												"tag": "email_sha256",
												"priority": 1
											} );
										} else {
											let cognito_user = localStorage.getItem( 'cognito_'+window._cognito.clientId+'_user' );
											if ( null != cognito_user ) {
												let cognito_user_json = JSON.parse(cognito_user);
												identities.push( {
													"id": cognito_user_json.hash_email,
													"tag": "email_sha256",
													"priority": 1
												} );
											}
										}
										if ( undefined !== window.cognito_user ) {
											identities.push({
												"id": window.cognito_user.id,
												"tag": "mylo_username",
												"priority": 2
											});
										} else {
											let cognito_user = localStorage.getItem( 'cognito_'+window._cognito.clientId+'_user' );
											if ( null != cognito_user ) {
												let cognito_user_json = JSON.parse(cognito_user);
												identities.push( {
													"id": cognito_user_json.id,
													"tag": "mylo_username",
													"priority": 1
												} );
											}
										}

									} catch ( e ) {
										console.log( 'permutive identity: ', e );
									}

									console.log( 'identity', identities );
								}
							};
							worker.postMessage( ['permutive', clientId] );
						} else {

							$.ajax( {
								url: '/wp-admin/admin-ajax.php?action=get_client_id&clientId=' + clientId
							} ).done( ( ajaxResponse ) => {
								const parsedResponse = JSON.parse( ajaxResponse );

								console.log( '%c Got: ' + parsedResponse.clientId, 'background: #27ae60; color: #000; padding: 2px 10px 2px 5px' );

								if ( parsedResponse.hasOwnProperty( 'clientId' ) ) {
									localStorage.setItem( 'perClientId', parsedResponse.clientId );
									let identities = [{
										"id": parsedResponse.clientId,
										"tag": "publisherUserId",
										"priority": 0
									}];

									try {
										if ( undefined !== window.cognito_user ) {
											identities.push( {
												"id": window.cognito_user.hash_email,
												"tag": "email_sha256",
												"priority": 1
											} );
										} else {
											let cognito_user = localStorage.getItem( 'cognito_'+window._cognito.clientId+'_user' );
											if ( null != cognito_user ) {
												let cognito_user_json = JSON.parse(cognito_user);
												identities.push( {
													"id": cognito_user_json.hash_email,
													"tag": "email_sha256",
													"priority": 1
												} );
											}
										}
										if ( undefined !== window.cognito_user ) {
											identities.push({
												"id": window.cognito_user.id,
												"tag": "mylo_username",
												"priority": 2
											});
										} else {
											let cognito_user = localStorage.getItem( 'cognito_'+window._cognito.clientId+'_user' );
											if ( null != cognito_user ) {
												let cognito_user_json = JSON.parse(cognito_user);
												identities.push( {
													"id": cognito_user_json.id,
													"tag": "mylo_username",
													"priority": 1
												} );
											}
										}

									} catch ( e ) {
										console.log( 'permutive identity: ', e );
									}
									window.permutive.identify( identities );
									console.log( 'identity', identities );
								}

							} );
						}
					} else {
						let identities = [{
							"id": cachedId,
							"tag": "publisherUserId",
							"priority": 0
						}];
						try {
							if ( undefined !== window.cognito_user ) {
								identities.push( {
									"id": window.cognito_user.hash_email,
									"tag": "email_sha256",
									"priority": 1
								} );
							} else {
								let cognito_user = localStorage.getItem( 'cognito_'+window._cognito.clientId+'_user' );
								if ( null != cognito_user ) {
									let cognito_user_json = JSON.parse(cognito_user);
									identities.push( {
										"id": cognito_user_json.hash_email,
										"tag": "email_sha256",
										"priority": 1
									} );
								}
							}
							if ( undefined !== window.cognito_user ) {
								identities.push({
									"id": window.cognito_user.id,
									"tag": "mylo_username",
									"priority": 2
								});
							} else {
								let cognito_user = localStorage.getItem( 'cognito_'+window._cognito.clientId+'_user' );
								if ( null != cognito_user ) {
									let cognito_user_json = JSON.parse(cognito_user);
									identities.push( {
										"id": cognito_user_json.id,
										"tag": "mylo_username",
										"priority": 1
									} );
								}
							}

						} catch ( e ) {
							console.log( 'permutive identity: ', e );
						}
						window.permutive.identify( identities );
						console.log( 'identity', identities );
					}
				} );
			} )( jQuery );
		</script>

			<script>
		( function( $ ) {
			$( document ).ready( () => {
				if ( getCookie( 'mylo_token' ) !== undefined ) {
					$.ajax( {
						url: '/wp-json/mylo/v1/is-logged-in/'
					} ).done( ( ajaxResponse ) => {
						// const parsedResponse = JSON.parse( ajaxResponse );
						console.log( 'LOGIN', ajaxResponse );
						if ( 'undefined' !== typeof switchMyloControls ) {
							switchMyloControls( ajaxResponse );
						}

						$( '.header-mylo, .header-mylo__mobile' ).addClass( 'visible' );
					} );
				} else {
					$( '.header-mylo, .header-mylo__mobile' ).addClass( 'visible' );
				}
			} );
		} )( jQuery );
	</script>

	<template id="mylo-account-controls">
		<span class="header-mylo__label">Account</span>
		<div class="header-mylo__dropdown">
			<a class="header-mylo__account" href="https://www.mylo.id/account?client_id=6628dtuhkmdqca1squ18er2cq4&#038;logout_uri=https://www.intouchweekly.com/auth/logout">
				<svg class="header-mylo__user-icon icon"><use xlink:href="#icon-user"></use></svg>
				<span>My Account</span>
			</a>
			<a class="header-mylo__sign-out" href="https://www.mylo.id/logout?client_id=6628dtuhkmdqca1squ18er2cq4&#038;logout_uri=https://www.intouchweekly.com/auth/logout">
				<svg class="header-mylo__signout-icon icon"><use xlink:href="#icon-signout"></use></svg>
				<span>Sign Out</span>
			</a>
		</div>
	</template>
	<script src='https://stats.wp.com/e-202239.js' defer></script>
<script>
	_stq = window._stq || [];
	_stq.push([ 'view', {v:'ext',j:'1:11.3.2',blog:'149114667',post:'0',tz:'-4',srv:'www.intouchweekly.com',hp:'vip'} ]);
	_stq.push([ 'clickTrackerInit', '149114667', '0' ]);
</script>
</body>
</html>
