/** Shopify CDN: Minification failed

Line 108:6 Unexpected "'.rebuy-widget'"

**/
/* resets */
html{ scroll-behavior:smooth }
h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Neue Helvetica Condensed', 'Helvetica', sans-serif;
	font-weight: bold;
	margin-block-start: unset;
	line-height: 1.2 !important;
	word-break: normal;
	color: var(--glico-black);
}
h1.main-page-title {
	text-align: center;
}
body {
	overflow-x: hidden;
}
body, p {
	font-family: 'Neue Helvetica', 'Helvetica', sans-serif;
	margin-block-start: unset;
	line-height: 1.2;
	word-break: normal;
	color: var(--glico-black);
}
a {
	color: var(--glico-red);
}
a,
a:hover {
	text-decoration: none !important;
}
.link,
.customer a {
	font-size: 1.6rem;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
	--border-offset: 0;
}

/* end resets */

/* variables */
:root {
	font-size: 10px;
	--glico-red: #ff0001;
	--glico-red-dark: #b90202;
	--glico-pink: #fdecec;
	--glico-brown: #551e00;
	--glico-black: #212529;
	--glico-gray: #cbcbcb;
	--glico-beige-light: #f9f6f4;
	--glico-white: #ffffff;
	--glico-green: #008c44;
	--glico-green-light: #9ee39a;
	--glico-blue-light: #1eb9ef;
	--glico-yellow: #facc38;

	--space-x-large: 240px;
	--space-large: 130px;
	--space-medium: 50px;
	--space-small: 30px;
	--m-space-x-large: 85px;
	--m-space-large: 55px;
	--m-space-medium: 40px;
	--m-space-small: 30px;
	--m-space-x-small: 10px;
}
/* end variables */

/* fonts */
@font-face {
	font-family: 'Neue Helvetica';
	src: url('//glicostore.com/cdn/shop/t/98/assets/NeueHelvetica45Light.woff2?v=159518152570680166641761677467') format('woff2'), url('//glicostore.com/cdn/shop/t/98/assets/NeueHelvetica45Light.woff?v=138250413404675233111761677466') format('woff');
	font-weight: 300;
}
@font-face {
	font-family: 'Neue Helvetica';
	src: url('//glicostore.com/cdn/shop/t/98/assets/NeueHelvetica55Roman.woff2?v=140023283861413247011761677468') format('woff2'), url('//glicostore.com/cdn/shop/t/98/assets/NeueHelvetica55Roman.woff?v=132689818834031196871761677467') format('woff');
	font-weight: 400;
}
@font-face {
	font-family: 'Neue Helvetica';
	src: url('//glicostore.com/cdn/shop/t/98/assets/NeueHelvetica65Medium.woff2?v=104590005661788907801761677469') format('woff2'), url('//glicostore.com/cdn/shop/t/98/assets/NeueHelvetica65Medium.woff?v=38607604050711311701761677468') format('woff');
	font-weight: 500;
}
@font-face {
	font-family: 'Neue Helvetica';
	src: url('//glicostore.com/cdn/shop/t/98/assets/NeueHelvetica75Bold.woff2?v=12078694976971358561761677470') format('woff2'), url('//glicostore.com/cdn/shop/t/98/assets/NeueHelvetica75Bold.woff?v=38806324035301654941761677469') format('woff');
	font-weight: bold;
}
@font-face {
	font-family: 'Neue Helvetica Condensed';
	src: url('//glicostore.com/cdn/shop/t/98/assets/NeueHelveticaPro77CondensedBold.woff2?v=14309087695001550311761677471') format('woff2'), url('//glicostore.com/cdn/shop/t/98/assets/NeueHelveticaPro77CondensedBold.woff?v=171609258914466434911761677470') format('woff');
	font-weight: bold;
}

/* end fonts */

*:not('.rebuy-widget'), .button {
	transition: all 0.2s ease-in;
}

.color-red {
	color: var(--glico-red);
}

.color-red-dark {
	color: var(--glico-red-dark);
}

.color-pink {
	color: var(--glico-pink);
}

.color-brown {
	color: var(--glico-brown);
}

.color-black {
	color: var(--glico-black);
}

.color-gray {
	color: var(--glico-gray);
}

.color-beige-light {
	color: var(--glico-beige-light);
}

.color-white {
	color: var(--glico-white);
}

.color-green {
	color: var(--glico-green);
}

.color-green-light {
	color: var(--glico-green-light);
}

.color-blue-light {
	color: var(--glico-blue-light);
}

.color-yellow {
	color: var(--glico-yellow);
}

.uppercase {
	text-transform: uppercase;
}

h1 {
	font-size: clamp(35px, 8vw, 82px);
	letter-spacing: -2px;
}

h2 {
	font-size: clamp(30px, 3.5vw, 55px);
	letter-spacing: 0;
}

h3 {
	font-size: clamp(20px, 1.5vw, 25px);
	letter-spacing: 0;
}

h4 {
	font-size: clamp(16px, 1.2vw, 18px);
	letter-spacing: 0;
}

.powered-by-rebuy {
	display: none !important;
}

.button.button--primary {
	background-color: var(--glico-brown);
	color: var(--glico-white);
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 0 6px;
	min-width: 340px;
	
	border-radius: 30px;
	--border-offset: 0;
}

.button.button--primary:hover {
	background-color: var(--glico-red);
	border-color: var(--glico-red);
	color: var(--glico-white);
	--border-offset: 0;
	text-decoration: none;
}
.button.button--secondary {
	line-height: 1;
}
.button.button--secondary:hover {
	color: var(--glico-white);
}

.button {
	background-color: var(--glico-brown);
	color: var(--glico-white);
}

.button:hover {
	background-color: var(--glico-red);
}

::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}
::-webkit-scrollbar-thumb {
	background-color: #a6897a;
	border-radius: 8px;
}
::-webkit-scrollbar-track {
	background-color: #f0f0f0;
	border-radius: 8px;
}

.desktop-only {
}
.mobile-only {
	display: none !important;
}

.shopify-policy__container {
	max-width: 900px;
	padding-top: 6rem;
}
.shopify-policy__container h1{
	text-transform: capitalize;
}
@media screen and (max-width: 749px) {
	.desktop-only {
		display: none !important;
	}
	.mobile-only {
		display: unset !important;
	}
}

/* LAYOUT */
@media screen and (min-width: 990px) {
	.grid--2-col-desktop .grid__item.grid__item-40 {
		width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2);
		max-width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2);
	}
	.grid--2-col-desktop .grid__item.grid__item-60 {
		width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2);
		max-width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2);
	}
}
/* LAYOUT END */

/* HEADER */
.header__icon--cart .icon {
	height: 2rem;
	width: 2rem;
}
header .header__menu-item {
	padding: 1.4rem 2.8rem;
}
header nav.header__inline-menu li span {
	text-transform: uppercase;
	font-size: 1.4rem;
}

a.header__menu-item {
	text-decoration: none;
}

.header__active-menu-item {
	text-decoration: none;
}

.header__menu-item span {
	font-weight: 700;
}

.header__menu-item:hover span,
.header__menu-item:hover .header__active-menu-item {
	text-decoration-color: var(--glico-red);
	text-decoration-thickness: 4px;
	text-underline-offset: 6px;
}

.mega-menu__link {
	font-weight: bold;
	text-transform: uppercase;
}

.list-menu__item {
	position: relative;
}

.header__inline-menu .list-menu li:nth-child(2) .list-menu__item:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	height: 25px;
	width: 1px;
	background: #BABABA;
	top: 9px;
}

/*.header__active-menu-item {*/
/*	text-underline-color: var(--glico-red);*/
/*}*/
/* MOBILE MENU */
.menu-drawer__menu.image-menu {
	display: flex;
	flex-wrap: wrap;
	margin: 0 3rem 9rem;
}
.menu-drawer__menu.image-menu li {
	width: 50%;
	margin-bottom: 0;
	display: flex;
	min-height: 250px;
	flex-direction: column;
}

.menu-drawer__menu.image-menu li a {
	width: 100%;
	justify-content: center;
	padding: 10px 15px;
	flex: 1;
}

.menu-drawer__menu.image-menu .collection-image {
	max-width: 100%;
}
.menu-drawer__menu .collection-title {
	text-align: center;
	margin-top: auto;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: white;
}
/* MOBILE MENU END */
/* HEADER END */

/* FOOTER */
#onetrust-banner-sdk {
	width: 100vw !important;
}
section.shopify-section-group-footer-group:first-of-type {
	margin-top: var(--space-large);
}
body:not(.product):not(.product-hide-single-pack):not(.list-collections):not(.collection) .footer-banner {
	display: none !important;
}

.shopify-section-group-footer-group .banner {
	margin-bottom: -20px;
}

.shopify-section-group-footer-group .banner .banner__content {
	justify-content: left;
	color: var(--glico-black);
	@media screen and (min-width: 750px) {
		margin-left: var(--space-medium);
	}
}

.shopify-section-group-footer-group .banner .banner__content .banner__box {
	@media screen and (min-width: 750px) {
		max-width: 45%;
	}
}

.shopify-section-group-footer-group .banner .banner__content h2 {
	color: var(--glico-black);
	font-family: "Neue Helvetica Condensed";
}

footer,
.section-footer-bottom {
	z-index: 1;
}
.footer {
	padding-top: 95px;
	background-image: url(//glicostore.com/cdn/shop/t/98/assets/footer_background_1024x1024.svg?v=155169842153308527611761677461);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: unset;
	background-position-x: center;
	background-color: transparent;
}

.footer-logo {
	width: 136px;
}

.list-social__item a {
	color: var(--glico-white);
}

.footer-block__brand-info a:hover,
.footer-block__brand-info img:hover {
	color: var(--glico-white);
	transform: scale(1.1);
}

.footer__content-top {
	padding-bottom: 78px;
}

.footer-block__heading {
	font-size: 1.6rem;
	font-weight: normal;
	color: var(--glico-white);
}

@media screen and (min-width: 750px) {
	footer .footer-block__details-content .list-menu__item--link {
		color: var(--glico-white);
		font-weight: bold;
		font-size: 1.6rem;
	}

	footer .footer-block__details-content .list-menu__item--link:hover {
		color: var(--glico-white);
		text-decoration: none;
		transform: translateX(5px);
	}
}

.footer .footer-block.footer-block--newsletter {
	margin-top: 0;
	width: 100%;
}

.footer .newsletter-form__field-wrapper .field {
	flex-direction: column;
	gap: 14px;
}

.footer .newsletter-form__field-wrapper .field:after {
	content: unset;
}

.footer .field .newsletter-form__button {
	position: relative;
	margin: 1px;
	padding: 14px 0;
	background: var(--glico-brown) !important;
	width: 100%;
	color: var(--glico-white);
	font-size: 1.6rem;
	text-transform: uppercase;
}
.footer .field .newsletter-form__button:hover {
  transform: translateY(-5px);
}

.footer .footer-block__newsletter form .kl-private-reset-css-Xuajs1 {
	min-height: unset !important;
	padding: 0 !important;
}

.footer .footer-block__newsletter form input.kl-private-reset-css-Xuajs1 {
	padding: 0 10px !important;
	margin-bottom: 10px;
}

.footer .footer-block__newsletter form span {
	color: white !important;
}


div.footer__content-bottom {
	border-top: 0;
	padding-top: 0;
}

.footer__content-bottom-wrapper.footer-extras {
	display: none;  /* hide unused */
}

.footer__content-bottom-wrapper {
	align-items: center;
	height: 70px;
	color: var(--glico-white);
	background: var(--glico-red-dark);
}
.footer__content-bottom-wrapper .page-width {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 20px;
}

.footer__content-bottom-wrapper.brand-logos {
	height: 80px;
	background: var(--glico-red);
	padding-bottom: 45px;
}

.footer__content-bottom-wrapper.brand-logos .footer-block:first-of-type {
	max-width: 180px;
	box-sizing: content-box;
	line-height: 1.4em;
}
.footer__content-bottom-wrapper.brand-logos .footer-block {
	padding-right: 20px;
}
.footer__content-bottom-wrapper.brand-logos .footer-block:not(:first-of-type):not(:last-of-type){
	border-right: 1px solid var(--glico-white);
	height: 60px;
	display: flex;
	align-items: center;
}

.footer__content-bottom-wrapper.brand-logos .footer-block__image-wrapper {
	margin-bottom: unset;
	overflow: unset !important;
}
.footer__content-bottom-wrapper.brand-logos .footer-block-image {
	display: block;
}
.footer__content-bottom-wrapper.brand-logos .footer-block__image-wrapper img {
	height: 100%;
	max-height: 50px;
	max-width: 270px;
	width: auto;
	display: block;
	overflow: unset;
}
.footer__content-bottom-wrapper.brand-logos .footer-block__image-wrapper a:hover img {
	transform: scale(1.05);
}

.footer__copyright.caption {
	margin-top: 0;
}
@media screen and (max-width: 749px) {
	section.shopify-section-group-footer-group:first-of-type {
		margin-top: var(--space-medium);
	}
	.footer-banner .banner__media {
		position: relative;
		order: 2;
		height: 500px;
		margin-bottom: -20px;
	}
	.banner.footer-banner .banner__media img {
		max-width: unset;
		width: 200%;
		left: unset;
		right: 0;
	}
	.footer-banner .banner__content {
		order: 1;
	}
	.footer .footer__content-top .footer__blocks-wrapper {
		display: flex;
	}
	.footer__blocks-wrapper .footer-block.grid__item {
		order: 3;
		margin: 2rem 0;
		text-align: center;
	}
	ul.footer-block__details-content {
		margin-bottom: 0;
	}
	.footer ul.footer-block__details-content li a {
		justify-content: center;
		color: var(--glico-white);
		font-weight: 700;
		line-height: 1;
	}
	.footer__blocks-wrapper .footer-block.grid__item:first-of-type {
		order: 1;
	}
	.footer__blocks-wrapper .footer-block.grid__item:last-of-type {
		order: 2;
	}
	.footer-logo {
		margin: auto;
	}

	.footer__content-bottom-wrapper.brand-logos {
		height: 100%;
	}
	.footer__content-bottom-wrapper.brand-logos .page-width {
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 30px;
	}
	.footer__content-bottom-wrapper .footer-block__details-content {
		text-align: center;
	}
	.footer__content-bottom-wrapper.brand-logos .footer-block {
		padding-right: unset;
	}
	.footer__content-bottom-wrapper.brand-logos .footer-block:first-of-type {
		max-width: 100%;
		padding: 0 30%;
	}
	.footer__content-bottom-wrapper.brand-logos .footer-block:not(:first-of-type):not(:last-of-type) {
		border-right: 0;
	}
}
/* FOOTER END */

/* PDP */
body.product .product__title h1,
body.product-hide-single-pack .product__title h1 {
	font-family: "Neue Helvetica Condensed";
	letter-spacing: 0;
}
.product-media-modal img {
	width: auto;
	max-height: 800px;
}
/* PDP END */

/* CONTACT PAGE */
body.contact footer {
	margin-top: -30px;
}
body.contact section.footer {
	background-color: transparent;
}
body.contact .custom-liquid-section {
	overflow: hidden;
}
body.contact .custom-liquid-section iframe {
	width: 100vw;
}
/* CONTACT PAGE END */

/* COLLECTION NAV */
.collection-nav {
	background-color: #f2e8de;
	position: relative;
}
.collection-nav ul {
	display: flex;
	justify-content: space-between;
}

.collection-nav li {
	list-style: none;
	padding: 15px 0;
	order: 7;
}

.collection-nav li.active a {
	text-decoration: underline;
	text-decoration-thickness: 4px;
	text-underline-offset: 6px;
}

.collection-nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--glico-brown);
	font-weight: 600;
	font-size: 14px;
	gap: 5px;
}

.collection-nav a:hover {
	text-decoration: underline;
	text-decoration-thickness: 4px;
	text-underline-offset: 6px;
}

.collection-nav a svg {
	margin-top: -5px;
}

.mobile-collection-link-active,
.mobile-collection-link-container {
	display: none;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-color: #f2e8de;
}

.mobile-collection-link-container.active {
	opacity: 1;
	visibility: visible;
}

.recipe-filter-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	min-height: 85px;
	margin-bottom: 50px;
}

.recipe-filter-container .recipe-filter-cat span {
	margin-left: 30px;
	cursor: pointer;
	position: relative;
}

.recipe-filter-container .recipe-filter-cat > span.active .icon-chev {
	transform: rotate(180deg);
}

.recipe-filter-container .recipe-filter-cat span.icon-chev {
	margin: 0;
	position: absolute;
	top: -3px;
	right: -13px;
	transition: all 0.1s linear;
}

.recipe-filter-container .recipe-filter-values {
	width: 100%;
	font-weight: normal;
}

.recipe-filter-container .recipe-filter-values__container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-height: 0;
	transition: all 0.5s linear;
	overflow: hidden;
}

.recipe-filter-container .recipe-filter-values__container.active {
	max-height: unset;
	opacity: 1;
}

.recipe-filter-container .recipe-filter-values__container label {
	cursor: pointer;
}
.shopify-block bundle-builder-item-modal [data-bb-selector="modal-container"]  {
	z-index: 9999999999;
}

.rebuy-cart__flyout-content bundle-builder-cart-box {
	border: 0;
	border-bottom: 1px #e3e3e3 solid;
	margin: 0;
	padding: 20px 12px;
}

.rebuy-cart__flyout-content bundle-builder-cart-box [data-bb-selector="bb-view"] {
	border-radius: 20px;
	padding: 8px 15px 5px;
	font-size: 12px;
	background: var(--glico-brown);
	color: white;
	border: 0;
}

.rebuy-cart__flyout-content bundle-builder-cart-box [data-bb-selector="bb-price"] {
	font-size: 12px;
	font-weight: 400;
}

.rebuy-cart__flyout-recommendations .rebuy-widget .rebuy-product-grid.large-style-line div.rebuy-product-block {
	display: grid;
	grid-template-columns: 1fr 2fr;
	padding: 0 35px;
	border: none;
	box-shadow: none !important;
	outline: none !important;
}
.rebuy-cart__flyout-recommendations .rebuy-widget .rebuy-widget-content h4.primary-title {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.rebuy-cart__flyout-recommendations .rebuy-widget .rebuy-product-grid.large-style-line .flickity-button {
	background: none;
}
.rebuy-cart__flyout-recommendations .rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block div.rebuy-product-media {
	grid-column-start: 1;
	grid-row-start: 1;
	grid-row-end: span 2;
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.rebuy-cart__flyout-recommendations .rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block div.rebuy-product-info {
	grid-column-start: 2;
	grid-column-end: span 2;
	grid-row-start: 1;
	grid-row-end: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: center;
	margin-top: auto;
	margin-bottom: 5px;
}
.rebuy-cart__flyout-recommendations .rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block div.rebuy-product-actions {
	grid-column-start: 2;
	grid-column-end: span 2;
	grid-row-start: 2;
	grid-row-end: 2;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: auto;
}


@media screen and (max-width: 990px) {
	.collection-nav a {
		padding: 20px 0; 
	}

	.mobile-collection-link-active a,
	.mobile-collection-link-container a:not(:last-child){
		border-bottom: 1px solid var(--glico-brown);
	}

	.collection-nav a:hover {
		text-decoration: none;
	}

	.mobile-collection-link-active,
	.mobile-collection-link-container {
		display: flex;
	}

	.mobile-collection-link-container {
		position: absolute;
    width: 100%;
    opacity: 0;
		visibility: hidden;
	}

	.collection-nav .page-width {
		display: none;
	}

	.page-recipes .page-width.recipes {
		padding-top: 0;
	}

	.recipe-filter-container {
		min-height: unset;
	}

	.recipe-filter-values__container {
		padding-top: 10px;
	}

	.recipe-filter-cat {
		margin: 10px 0;
	}
}

.rebuy-cart__flyout-content .rebuy-cart__flyout-note {
	padding: 15px 20px;
}
.rebuy-cart__flyout-content .rebuy-cart__flyout-note-toggle {
	display: flex;
}
.rebuy-cart__flyout-content .rebuy-cart__flyout-note-toggle-label {
	font-size: 14px;
	font-weight: bold;
	color: var(--glico-red-dark);
	margin-left: 10px;
}

@media screen and (min-width: 990px) {
	header.header {
		grid-template-columns: auto 1fr auto;
	}

	.header__inline-menu {
		justify-self: end;
	}
}


@media screen and (max-width: 750px) {
	h1 {
		letter-spacing: -1px;
	}
}


/* Floating Bar */
.product-sticky-atc {
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 538px;
    padding: 11px 12px;
    transition: opacity .2s cubic-bezier(0.46, 0.01, 0.32, 1), visibility .2s cubic-bezier(0.46, 0.01, 0.32, 1);
    border: 2px solid #d02c2f;
    border-radius: 4px;
    opacity: 0;
    background-color: #fff;
}
.product-sticky-atc__inner {
	display: flex;
	flex-wrap: wrap;
}
.product-sticky-atc.active {
    visibility: visible;
    opacity: 1;
}
.product-sticky-atc h2 {
	font-size: 2.25rem;
	margin-bottom: 0;
}
.product-sticky-atc button.button {
	border-radius: 8px;
	margin: 0.7rem 0.5rem 0.2rem 0;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 1;
	background-color: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
	width: 100%;
}
.product-sticky-atc .button-column {
	width: 100%;
}
@media screen and (min-width: 750px) {
    .product-sticky-atc {
        bottom: 30px;
        left: 30px;
    }
	.product-sticky-atc__inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
	}
	.product-sticky-atc .button-column {
		text-align: right;
		width: auto;
	}
}