/*===================================================================*/
/*======================  new store page  ===========================*/
/*===================================================================*/

.application-wrapper {
	background-color:white;
    /*margin-top: 67px;*/
    min-height: 100vh;
    min-width: 320px;
    overflow: hidden;
    /*padding-top: 48px;*/
    position: relative;
    width: 100vw;
    z-index: 20;
}

.store-brand{
    line-height: 22.5px;
    font-size: 15px;
    color: #fff;
    position: relative;
    text-align: center;
}

.store-brand header {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.store-brand header .header-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto 0;
    padding: 0 6%;
}

.store-brand header .header-container .header-columns .asset-image img {
    display: block;
    margin: 0 auto;
}

.store-brand header h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 13px;
	color: #ffffff;
}

.store-brand header .header-container .header-columns h3 {
    line-height: 22.5px;
    font-size: 14px;
    letter-spacing: 1px;
	color: #ef8d22;
}

.store-brand header .header-container .header-columns a, .store-brand header .header-container .header-columns h3 {
    font-weight: 700;
    text-transform: uppercase;
}

.store-brand header .header-container .header-columns p {
    max-width: none;
	font-size: 16px;
	font-weight:400;
	margin: 10px auto;
	color: #ffffff;
}

.store-brand header .header-container .header-columns {
    font-size: 13px;
	color: #e68b31;
    font-weight: 400;
	line-height:150%;
}

.store-brand .page-content {
	background: #ffffff;
	color: #554740;
}

.sticky-wrapper {
	height: 80px;
}

.sticky {
    color: #fff;
    display: block;
	height:100%;
	line-height: 80px;
    width: 100%;
}

.page-content>.content {
    padding-bottom: 2rem;
    padding-top: 36px;
}

.page-content>.content, .page-content>.highlight-section>.content {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    min-width: 281.6px;
    width: 88vw;
    position: relative;
}

.sticky>.content {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    min-width: 281.6px;
    width: 88vw;
    position: relative;
	text-align:left;
}

.flex-grid.is-multiline {
    flex-wrap: wrap;
}

.flex-grid:last-child {
    margin-bottom: -.75rem;
}

.flex-grid {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem;
}

.flex-grid .column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem;
}

.gallery-minilink {
	display:block;
}

.corner-ribbon {
    position: absolute;
    top: 0;
    left: 0;
}

.corner-ribbon__stripe {
	position: absolute;
    top: 5px;
    left: 5px;
    background-color: #504f4f;
    height: 20px;
    width: 80px;
}

.corner-ribbon__text {
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.product-tile {
    align-items: center;
    border: 1px solid #eae5e3;
    border-radius: 4px;
    display: flex;
    flex-grow: 1;
    min-height: 212px;
    overflow: hidden;
    padding: .5rem 1rem .5rem 0;
    position: relative;
}

.product-tile__link--image {
    flex: 1.1;
    text-align: center;
    width: 100%;
}

.product-tile__link--image--paste {
    flex: 1.1;
    text-align: center;
    width: 100%;
}

.product-tile__link--image img {
    max-width: 14rem;
    vertical-align: top;
    width: 100%;
}

.product-tile__link--image--paste img {
    max-width: 10rem;
    vertical-align: top;
    width: 100%;
}

/*
.product-tile__link--image {
    cursor: pointer;
}
*/

.second-title {
    padding-top: 60px;
    margin-bottom: 20px;
}

.second-title-descr{
	margin-top: -16px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

.product-tile__full-name {
    color: #554740;
    font-size: 14px;
	font-weight:400;
    margin-bottom: 9px;
}

.product-tile__full-name-paste {
    color: #554740;
    font-size: 14px;
	font-weight:400;
    margin-bottom: 9px;
}

.product-tile__modifier {
    display: block;
}

.product-tile__detail {
    color: #9B9B9B;
    font-size: 12px;
	font-weight: 400;
    margin-bottom: 0;
}

.product-tile__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 200px;
    text-align: left;
}

.product-tile__button {
    margin-bottom: 5px;
    margin-top: 5px;
}

.product-tile a:hover, .tile-brand-content a:hover, .tile-brand-content:hover, .tile-brand-content__content-container a:hover, .tile-brand-content__content-container h3:hover, .tile-brand-content__content-container h4:hover, .tile-brand-content__content-container p:hover, .tile-brand-content__link, .tile-brand-content__preheader {
    text-decoration: none;
}

.divided-button {
    display: flex;
    font-size: 18px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 180px;
}

.divided-button--small {
    font-size: 14px;
    line-height: 2rem;
    min-height: 2rem;
    min-width: 115px;
    width: 150px;
}

.divided-button--large {
    font-size: 18px;
    line-height: 2rem;
    min-height: 2rem;
    min-width: 160px;
    width: 150px;
}

.divided-button__text {
    text-align: center;
    width: 50%;
}

.divided-button__text:nth-child(2)::before {
    position: absolute;
    top: .5rem;
    bottom: .5rem;
    background-color: rgba(255,255,255,.3);
    content: '';
    display: block;
    width: 1px;
}

.brand-story {
    background-color: #F5F0EF;
    color: #554740;
    padding-bottom: 4rem;
    padding-top: 3rem;
    text-align: center;
}

.brand-story__title {
    line-height: 30px;
    font-size: 24px;
    margin: 0 auto 1rem;
    max-width: 21.33rem;
	font-weight: 700;
}

.brand-story__paragraph {
    color: #7D7977;
    line-height: 22.5px;
    font-size: 14px;
    margin: 0 auto;
    max-width: 48rem;
    width: 90%;
	font-weight: 400;
}

.value-props__item {
    margin: 2rem auto;
}

.value-props__item img {
    margin: 18px auto;
    width: 120px;
}

.value-props__title {
	font-weight: 700;
    line-height: 22.5px;
    font-size: 16px;
    margin-bottom: 1rem;
}

.value-props__paragraph {
    margin-left: auto;
    margin-right: auto;
    color: #7D7977;
    font-size: 14px;
    max-width: 18em;
	font-weight: 400;
}

.brand-story__outro {
    font-family: "Helvetica Neue",Helvetica,Arial,sans;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 3rem auto 0;
    max-width: 14.667rem;
}

.faq {
	padding: 0px 22px 0px 22px;
	text-align: left;
}

.faq-content{
	min-height: 0;
	margin-left: auto;
    margin-right: auto;
    width: 980px;
}

.faq-content > h2{
	font-size:30px;
	font-weight:400;
    padding-top: 40px;
	padding-bottom: 20px;
	color: #333;
}

.faq-block{
	display:block;
	border-top: 1px solid #DDDDDD;
}

.faq-block > h3 {
	color: #08c;
    cursor: pointer;
	font-size:16px;
	font-weight:400;
	line-height:130%;
	padding: 20px 0px 15px 0px;
}

.faq-block > h3:hover {
	text-decoration:underline;
}

.faq-block > p {
	color: #333;
	font-size:16px;
	font-weight:400;
	line-height:140%;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 0px; 
}

.temp-link{
	font-size: 15px;
    font-weight: 300;
}

.temp-link:hover{
	text-decoration: underline;
    color: black;
}


/*===================================================================*/
/*====================  max-width: 600px  ===========================*/
/*===================================================================*/

@media only screen and (max-width: 600px){

	.store-brand .content .flex-grid {
		margin-bottom: 0;
		margin-top: 0;
	}

	.store-brand .content {
		padding-bottom: 0!important;
		padding-top: 0!important;
		width: 100vw;
	}

	.store-brand .content .flex-grid .column {
		border-bottom: 1px solid #DCD7D6;
		padding-top: 0;
		padding-bottom: 0;
	}

	.sticky>.content {
		text-align:center;
	}

	.gallery-minilink {
		display:none;
	}
	.flex-grid .column.is-half, .flex-grid .column.is-half-tablet {
		flex: none;
		width: 100%;
	}
}

@media only screen and (max-width: 979px){
	.faq-content {
		width:100%;
	}
}

/*===================================================================*/
/*====================  min-width: 601px  ===========================*/
/*===================================================================*/

@media only screen and (min-width: 601px){

	.flex-grid:not(.is-desktop) {
		display: flex;
	}

	.flex-grid .column.is-one {
		flex: none;
		width: 100%;
	}

	.flex-grid .column.is-half, .flex-grid .column.is-half-tablet {
		flex: none;
		width: 50%;
	}

	.product-tile {
		height: 600px;
		justify-content: space-around;
		padding: .5rem .5rem 1rem;
	}

	.product-tile-row {
		flex-direction: row;
	}

	.product-tile-column {
		flex-direction: column;
	}

	.product-tile__content {
		align-items: center;
		text-align: center;
	}

	.product-tile__link--image, .product-tile__link--image--paste {
		align-items: center;
		display: flex;
		flex: 1.5;
		justify-content: center;
	}

	.product-tile__link--image--paste img {
		max-width: 34rem;
	}

	.product-tile__link--image img {
		max-width: 22rem;
	}

	.product-tile__full-name {
		font-size: 16px;
		margin-bottom: 6px;
		text-align: center;
	}

	.product-tile__full-name-paste {
		font-size: 24px;
		line-height: 120%;
		margin-bottom: 6px;
		text-align: center;
	}

	.product-tile__detail {
		font-size: 14px;
		margin-bottom: 4px;
	}

	.product-tile__detail--savings>*, .product-tile__detail--size>* {
		display: inline-block;
		position: relative;
	}

	.product-tile__detail--savings, .product-tile__detail--size {
		overflow: hidden;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		min-width: 115px;
	}

	.product-tile__detail--savings>:before, .product-tile__detail--size>:before {
		margin-right: 1rem;
		right: 100%;
	}

	.product-tile__detail--savings>:after, .product-tile__detail--size>:after {
		margin-left: 1rem;
		left: 100%;
	}

	.product-tile__detail--savings>:after, .product-tile__detail--savings>:before, .product-tile__detail--size>:after, .product-tile__detail--size>:before {
		background-color: rgba(182,180,179,.6);
		bottom: 50%;
		content: '';
		display: block;
		height: 1px;
		position: absolute;
		width: 100vw;
	}

	.product-tile__button {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.divided-button--small {
		min-width: 160px;
	}

	.brand-story {
		border-top: 1px solid #DCD7D6;
		padding: 70px 0;
	}

	.brand-story__container {
		margin-left: auto;
		margin-right: auto;
		width: 90vw;
		max-width: 1024px;
	}

	.brand-story__title {
		line-height: 30px;
		font-size: 24px;
		margin-bottom: 1rem;
		max-width: none;
	}

	.brand-story__paragraph {
		line-height: 22.5px;
		font-size: 16px;
		margin: 0 auto 25px;
	}

	.value-props__item {
		display: inline-block;
		margin: .5rem auto 2rem;
		padding: 0 1.17883%;
		vertical-align: top;
		width: 31.76157%;
	}

	.value-props__paragraph {
		font-size: 15px;
	}

	.brand-story__outro {
		font-size: 22px;
		margin: 1rem auto;
		max-width: 26rem;
	}
	
	


}




/*===================================================================*/
/*====================  min-width: 1001px  ==========================*/
/*===================================================================*/

@media only screen and (min-width: 1001px){

	.store-brand header .header-container {
		flex-direction: row;
		justify-content: center;
		max-width: 1024px;
		padding: 0;
		width: 95vw;
	}

	.store-brand header .header-container .header-columns:first-child {
		align-self: center;
		flex: .4;
		text-align: left;
		margin-bottom: 50px;
	}

	.store-brand header .header-container .header-columns:last-child {
		align-self: flex-end;
		flex: .6;
	}

	.store-brand header .header-container .header-columns:first-child p {
		margin-left: 0;
	}

	.page-content>.content, .page-content>.highlight-section>.content {
		width: 95vw;
		max-width: 1024px;
	}

	.flex-grid .column.is-one-third-desktop {
		flex: none;
		width: 33.333%;
	}
	.flex-grid .column.is-half-desktop {
		flex: none;
		width: 50%;
	}
}