#hero {
		/*background-color: #f4e7d8;*/
	}
	#hero img.dailybg, #bowl-holder img {
		margin: 0 auto;
	    display: block;
	}
	#hero img.dailybg.top {
		transform: rotate(180deg);
	}
	.purple {
		color: #cfa2d1;
	}
	.yellow {
		color: #f3e0aa;
	}
	.green {
		color: #c4e582;
	}
	h1 span {
	  display: inline-block; /* required for transform to work on inline elements */
	  opacity: 0;
	  transform: translateY(12px);
	  transition: opacity 0.5s ease, transform 0.5s ease;
	}
	
	.visible {
	  opacity: 1 !important;
	  transform: translateY(0) !important;
	}
	.dailylogo {
		opacity: 0;
		transform: translateY(12px);
		transition: opacity 0.5s ease, transform 0.5s ease;
	}
	#hero .inner-wrapper {
		opacity: 0;
		transform: translateY(12px);
		transition: opacity 0.5s ease, transform 0.5s ease;
	}
	
	#pdp .info h2 {
		margin-top: 1em;
	}
	.feature-pic img {
		display: block;
	}
	#gallery-thumbs {
		margin-top: 1em;
		gap: 1em;
	}
	#gallery-thumbs img {
		border-radius: 8px;
	}
	
	#flavours .flex > div {
		border-radius: 8px;
		overflow: hidden;
		background-color: #ead8ca;
	}
	#flavours .flex > div picture {
		position: relative;
		z-index: 60;
	}
	#flavours .flex > div picture:after {
		content: ' ';
		z-index: 61;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 35px;
		background: linear-gradient(to bottom, transparent, #ead8ca);
		pointer-events: none;
	}
	#flavours .flex > div h4, #flavours .flex > div > p, #flavours .flex > div .ingredients {
		padding: 0 18px;
	}
	#flavours .flex > div h4 {
		margin-bottom: 3px;
		font-size: 1.6em;
	}
	#flavours .flex > div .ingredients {
		padding-bottom: 36px;
	}
	#flavours .flex > div .green {
		color: #90bb4e;
	}
	#flavours .flex > div .yellow {
		color: #d8ac81;
	}
	#flavours .ingredients h4 {
		margin-bottom: 6px;
	}
	#flavours .ingredients p {
		margin-bottom: 0;
	}
	#flavours .ingredients p:hover {
		cursor: pointer;
	}
	#flavours .ingredients p:after {
		position: absolute;
	    right: 21px;
	    top: 3px;
	    content: ' ';
	    width: 7px;
	    height: 14px;
	    background: url('../media/global-sprite.webp') -117px -57px;
	    background-size: 146px 95px;
	    display: inline-block;
	    transition: all 0.4s ease;
	}
	#flavours .ingredients p.open:after {
		transform: rotate(90deg);
	
	}
	#flavours .ingredients ul {
		margin-top: 12px;
	}
	#flavours .ingredients ul li {
		margin-bottom: 6px;
	}
	/* QUESTIONS */
	.question {
		padding: 18px 0;
		border-top: 1px solid #000;
	}
	.question-holder .question:first-of-type {
		border-top: 0;
	}
	.question h4 {
		font-size: 1em;
	    margin-bottom: 0;
	    font-weight: normal;
	    color: #000;
	    cursor: pointer;
	    position: relative;
	    -webkit-transition: all 0.15s ease-out;
	    -moz-transition: all 0.15s ease-out;
	    transition: all 0.15s ease-out;
	}
	.question.open h4, .question h4:hover {
		color: #F97276;
	}
	.question h4:after {
		width: 15px;
		height: 8px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		background: url('../media/global-sprite.webp') -132px -34px;
		background-size: 157px 105px;
		content: ' ';
		display: inline-block;
		margin-left: 8px;
		position: absolute;
		right: 0;
		top: 9px;
	}
	.question.open h4:after {
		transform: rotate(180deg);
	}
	.question .answer {
		display: none;
		margin-top: 12px;
	}
	.question.open .answer { display: block; }
	.question .answer li {
		margin-bottom: 3px;
	}

	#ticker {
		padding: 18px 0;
		position: relative;
		animation: bg-cycle 15s linear infinite;
	}
	#ticker span {
		font-weight: bold;
		padding: 0 30px;
	}
	/* BUY BAR */
	.cta-holder div {
		border: 1px solid #F97276;
	}
	.cta-holder div.feeding-cta.globalupsell {
		background-color: #84D8E9;
		border: none;
		text-align: center;
	}
	/* NEWS TICKER */
	.eocjs-newsticker .eocjs-newsticker-container {
	  position: relative;
	  height: 24px;
	  overflow: hidden;
	}
	
	.eocjs-newsticker .eocjs-newsticker-one,
	.eocjs-newsticker .eocjs-newsticker-two {
	  position: absolute;
	  left: 0;
	  top: 0;
	  height: 24px;
	  line-height: 24px;
	  white-space: nowrap;
	}
	#page:before, #page:after {
		z-index: 21;
	}
	@keyframes bg-cycle {
	  0%   { background-color: #cfa2d1; }
	  25%  { background-color: #f3e0aa; }
	  50%  { background-color: #c4e582; }
	  75%  { background-color: #F97276; }
	  100% { background-color: #84D8E9; }
	}
	@media screen and (min-width: 90em) {
		#page:before {
			content: ' ';
			position: absolute;
			left: 0;
			top: 200px;
			width: 20%;
			height: 365px;
			background: transparent url('../media/illos/illo-daschy-running.png') no-repeat center right;
			background-size: cover;
		}
		#page:after {
			content: ' ';
			position: absolute;
			right: 0;
			top: 200px;
			width: 20%;
			height: 371px;
			background: transparent url('../media/illos/illo-pointer.png') no-repeat center left;
			background-size: cover;
		}
	}
	@media screen and (min-width: 67em) {
		#masthead {
			position: fixed;
		}
		h1 {
			font-size: 4em;
		}
		#flavours .flex {
			justify-content: space-between;
		}
		#flavours .flex > div {
			flex: 19% 0 0;
		}
		#pdp {
			padding: 2em;
		}
		#pdp .inner-wrapper.flex.row {
			justify-content: space-between;
		}
		#pdp > .flex.row {
			align-items: flex-start;
		}
		#pdp .flex.row > div {
			flex: 43% 0 0;
		}
		#pdp .flex.row > div.feature-pic {
			flex: 53% 0 0;
		}
		/* BUY BAR */
		.cta-holder {
			display: flex;
		    flex-direction: row;
		    justify-content: center;
		}
		.cta-holder a {
			width: auto;
			flex-grow: unset;
			margin-right: 18px;
			border: 1px solid #F97276;
		}
		#buy-bar img {
			margin-top: -27px;
			margin-bottom: -20px;
		}
	}
	@media screen and (max-width: 67em) {
		#page:before {
			content: ' ';
			position: absolute;
			left: 0;
			top: 150px;
			width: 80px;
			height: 100px;
			background: transparent url('../media/illos/illo-daschy-running.png') no-repeat center right;
			background-size: cover;
		}
		#page:after {
			content: ' ';
			position: absolute;
			right: 0;
			top: 150px;
			width: 80px;
			height: 100px;
			background: transparent url('../media/illos/illo-pointer.png') no-repeat center left;
			background-size: cover;
		}
		#mobile-header-bg {
			opacity: 1;
		}
		#hero img.dailybg.top {
			margin-top: -50px;
			height: 240px;
			object-fit: cover;
		}
		#hero img.dailylogo.spacelarge {
			width: 120px;
			height: 43px;
			margin-bottom: 18px;
		}
		#pdp {
			padding: 1em;
		}
		#pdp .flex.mobile-collapse > div:first-of-type {
			margin-bottom: 0;
		}
		#pdp .inner-wrapper {
			padding: 0;
		}
		#pdp .info h2 {
			font-size: 1.6em;
		}
		#pdp .info h3 {
			font-size: 1.25em;
		}
		#flavours .flex.mobile-collapse > div {
			margin-bottom: 1.125em !important;
		}
		/* BUY BAR */
		.cta-holder div {
			width: 100%;
			margin-top: 9px;
		}
	}