/** Shopify CDN: Minification failed

Line 733:1 Unexpected ";"
Line 10475:1 Expected identifier but found "."
Line 10486:38 Unexpected "{"

**/
@charset "UTF-8";
/* Normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

@font-face {
  font-family: 'BabyForestFont';
  src: url(NarzissText-Medium-Drops.woff);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'BabyForestFont' !important;
	font-weight: 500 !important;
	letter-spacing: normal !important;
}

:root {
	--section-bg-color: #fff7e2;
	--section-padding: 1% 0 5%;
	--content-font-color: #333;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	letter-spacing: 0.1rem;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
					text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Common */
html::before {
	display: none;
	content: "XS,S,M,L";
}
html::after {
	display: none;
	content: "XS";
}
@media screen and (min-width: 576px) {
	html::after {
		content: "S";
	}
}
@media screen and (min-width: 768px) {
	html::after {
		content: "M";
	}
}
@media screen and (min-width: 960px) {
	html::after {
		content: "L";
	}
}



	

	
	
	
:root {
	--font-size-heading-1: 2.25rem;
	--font-size-heading-2: 1.875rem;
	--font-size-heading-3: 1.471875rem;
	--font-size-heading-4: 1.209375rem;
	--font-size-heading-5: 1.003125rem;
	--font-size-heading-6: 0.871875rem;
	--font-size-banner-heading: 2.8125rem;
}

@media screen and (max-width: 575px) {
	:root {
		--font-size-heading-1: 1.7578125rem;
		--font-size-heading-2: 1.5234375rem;
		--font-size-heading-3: 1.40625rem;
		--font-size-heading-4: 1.2890625rem;
		--font-size-heading-5: 1.171875rem;
		--font-size-heading-6: 1.0546875rem;
	}
}@font-face {
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_n4.9cf7fc4f6a5a48eb27738cad395f0eba18922755.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8aa1fba5004a6475ad9d3298c352b1f3166d3d6773e5eae15e26380868fa1f24") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_n4.8a3fef162b1f576396eb89e46872ef50eeb08158.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5423abdaaf2fee9c43e9581c4a687726102396a35cdb15b9d1906381dbbc54df") format("woff");
}

@font-face {
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_i4.a6b31dd7985a500dee50e8e9792e48b71014b51d.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=f26a7fe4b070989ae9c0774ec32ada85981602d2f35cd8820ed83948bb4bfd29") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_i4.efdf7bd924b2180e5d0c4a2d40be7412ab667d60.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=60a6c7a45507d2c64b9c4016bad1300c5ec12af0ffa9a4bd8a867f9ddc5ed50d") format("woff");
}

@font-face {
  font-family: "Playfair Display";
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_n7.1e0ea1cc7a9e4ffdfd6c80b1742be1b89bbe2665.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=f4a74b2ed3b0f6612ec133de1e0f4764120b457baec11250f1a07a8e561b3683") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_n7.40a558d0a1f7faa9f18d658a9ad541610d181d3b.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=3db2e9cefcaae538276cf26cc582e453432fbc6cce91659a6f68df6123fdc36c") format("woff");
}

	@font-face {
  font-family: "Playfair Display";
  font-weight: 700;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_i7.7b5eb632a605dbb99140d4e15db5828adc5a093e.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=ccea3453e702d74621819c42b6b6fec3da4be9fa032f69543612c56dd8ba36ed") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_i7.d164241d6fe16befc328a085280a1ffcaa6c95cc.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=d44fbd87a19186fa3e174e6e5f1b7b6c79063fe15d0b726c04418328533a1b66") format("woff");
}


	
@font-face {
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_n4.9cf7fc4f6a5a48eb27738cad395f0eba18922755.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8aa1fba5004a6475ad9d3298c352b1f3166d3d6773e5eae15e26380868fa1f24") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_n4.8a3fef162b1f576396eb89e46872ef50eeb08158.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5423abdaaf2fee9c43e9581c4a687726102396a35cdb15b9d1906381dbbc54df") format("woff");
}

@font-face {
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_i4.a6b31dd7985a500dee50e8e9792e48b71014b51d.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=f26a7fe4b070989ae9c0774ec32ada85981602d2f35cd8820ed83948bb4bfd29") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_i4.efdf7bd924b2180e5d0c4a2d40be7412ab667d60.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=60a6c7a45507d2c64b9c4016bad1300c5ec12af0ffa9a4bd8a867f9ddc5ed50d") format("woff");
}

@font-face {
  font-family: "Playfair Display";
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_n7.1e0ea1cc7a9e4ffdfd6c80b1742be1b89bbe2665.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=f4a74b2ed3b0f6612ec133de1e0f4764120b457baec11250f1a07a8e561b3683") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_n7.40a558d0a1f7faa9f18d658a9ad541610d181d3b.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=3db2e9cefcaae538276cf26cc582e453432fbc6cce91659a6f68df6123fdc36c") format("woff");
}

	@font-face {
  font-family: "Playfair Display";
  font-weight: 700;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_i7.7b5eb632a605dbb99140d4e15db5828adc5a093e.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=ccea3453e702d74621819c42b6b6fec3da4be9fa032f69543612c56dd8ba36ed") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_i7.d164241d6fe16befc328a085280a1ffcaa6c95cc.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=d44fbd87a19186fa3e174e6e5f1b7b6c79063fe15d0b726c04418328533a1b66") format("woff");
}


	
@font-face {
  font-family: Lato;
  font-weight: 500;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_n5.10bc1bd2bdb4c0ac35363745e79901b69a0be29a.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=78d0d49fde6b7497d9424f773ebe4790c0d9b9d2138f45eed9b89053de42d9b0") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_n5.f7f0195bc06ce869daac4bf73d242fb9b37734db.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=ecf86e325293d3a442f3939d55ba0776afdfef84fc38fef9a4534446ede0e3fd") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 500;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_i5.34a1281e461a2dbf339c6340939aff4fa5a02ce4.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=ca8670059513e32ca7cb2aacc98dcaf2f480f5bc407ced0c0144871386fd9c07") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_i5.dfa979b4c6c5c096432f0742c70ca73f045a9465.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=24713868903dc856341c38d6f5739f455b13464770ec9def602f739c169e90d7") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_n7.f0037142450bd729bdf6ba826f5fdcd80f2787ba.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=10b9b0d51736bf5b1b3aed216e59ee7a6569010ac306d8ac7eb3d349c2b66d64") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_n7.50161a3d4f05d049b7407d86c5a8834e4d6e29bf.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8cd1dc96495f140a82c225ff53cc3ad7c2d3d9c7a9b0a31905786e26f5db9a5d") format("woff");
}

	@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_i7.86965a52f2ddabac45abc106c3d0cc22ac7b57bb.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=6587ab701e5938e3ebd8289a5e8c53d325a58cc668b676e9bda2d8bcaa9bc169") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_i7.34d7f5a12391e5532b516b8bb3974f4cc3ee25ae.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=37fd89829ed01dff10a8acb1d5499bb7ec35a7acb0123ff23595cf1754c61bac") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 100;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_n1.e49f480ba5e9b0fa42a5317bc54131cafd9c40b7.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=344e6489028f90ea5eb357de772f75f47e462be3bb03a1851e9db3aeb5f86925") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_n1.f54ae865ead23d25f6f16ac022ce6185dac59e69.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=7663dc3a25a22ddb2871f2ac8f0f9bfcfb16033d91706cb4e486ca805d605fee") format("woff");
}

	@font-face {
  font-family: Lato;
  font-weight: 100;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_i1.05d83819820a3ea8339443049f6c4a551481f9c6.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=f1dbc1e0be8cc4358ee2f9b7f88eda5d5becf0552e0999cb18b72571fb375053") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_i1.bae1aff2f7c450a62d15eb61ef9304e44eafe140.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=7dc1c83f555857ac25147ef1c172ced737dfaaaa503b31ad1f45fdd2659f4f07") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 500;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_n5.10bc1bd2bdb4c0ac35363745e79901b69a0be29a.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=78d0d49fde6b7497d9424f773ebe4790c0d9b9d2138f45eed9b89053de42d9b0") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_n5.f7f0195bc06ce869daac4bf73d242fb9b37734db.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=ecf86e325293d3a442f3939d55ba0776afdfef84fc38fef9a4534446ede0e3fd") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 500;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_i5.34a1281e461a2dbf339c6340939aff4fa5a02ce4.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=ca8670059513e32ca7cb2aacc98dcaf2f480f5bc407ced0c0144871386fd9c07") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_i5.dfa979b4c6c5c096432f0742c70ca73f045a9465.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=24713868903dc856341c38d6f5739f455b13464770ec9def602f739c169e90d7") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_n7.f0037142450bd729bdf6ba826f5fdcd80f2787ba.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=10b9b0d51736bf5b1b3aed216e59ee7a6569010ac306d8ac7eb3d349c2b66d64") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_n7.50161a3d4f05d049b7407d86c5a8834e4d6e29bf.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8cd1dc96495f140a82c225ff53cc3ad7c2d3d9c7a9b0a31905786e26f5db9a5d") format("woff");
}

	@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_i7.86965a52f2ddabac45abc106c3d0cc22ac7b57bb.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=6587ab701e5938e3ebd8289a5e8c53d325a58cc668b676e9bda2d8bcaa9bc169") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_i7.34d7f5a12391e5532b516b8bb3974f4cc3ee25ae.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=37fd89829ed01dff10a8acb1d5499bb7ec35a7acb0123ff23595cf1754c61bac") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 100;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_n1.e49f480ba5e9b0fa42a5317bc54131cafd9c40b7.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=344e6489028f90ea5eb357de772f75f47e462be3bb03a1851e9db3aeb5f86925") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_n1.f54ae865ead23d25f6f16ac022ce6185dac59e69.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=7663dc3a25a22ddb2871f2ac8f0f9bfcfb16033d91706cb4e486ca805d605fee") format("woff");
}

	@font-face {
  font-family: Lato;
  font-weight: 100;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_i1.05d83819820a3ea8339443049f6c4a551481f9c6.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=f1dbc1e0be8cc4358ee2f9b7f88eda5d5becf0552e0999cb18b72571fb375053") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_i1.bae1aff2f7c450a62d15eb61ef9304e44eafe140.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=7dc1c83f555857ac25147ef1c172ced737dfaaaa503b31ad1f45fdd2659f4f07") format("woff");
}

@font-face {
  font-family: "Playfair Display";
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_n7.1e0ea1cc7a9e4ffdfd6c80b1742be1b89bbe2665.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=f4a74b2ed3b0f6612ec133de1e0f4764120b457baec11250f1a07a8e561b3683") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_n7.40a558d0a1f7faa9f18d658a9ad541610d181d3b.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=3db2e9cefcaae538276cf26cc582e453432fbc6cce91659a6f68df6123fdc36c") format("woff");
}

@font-face {
  font-family: "Playfair Display";
  font-weight: 700;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_i7.7b5eb632a605dbb99140d4e15db5828adc5a093e.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=ccea3453e702d74621819c42b6b6fec3da4be9fa032f69543612c56dd8ba36ed") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_i7.d164241d6fe16befc328a085280a1ffcaa6c95cc.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=d44fbd87a19186fa3e174e6e5f1b7b6c79063fe15d0b726c04418328533a1b66") format("woff");
}

@font-face {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_n9.267b1449bb95446a9885c7a4e1aca57eb7b38e4c.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=91525f51ba3fd3cd2df26dffc75216025d5da673a3ea1c621a5508befd8740a6") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_n9.16eb75baebc7df60476691a5485d03579d63f9a0.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c567104742e600abe1fe03de36acb1236fd74f9e1e3056e8b6b08e66ba8999be") format("woff");
}

	@font-face {
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_i9.103340fce940b847c3554d99c0d99467f01520d4.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=135d57f751b43ad041dfd5fabbbde994e4d037ac75b26f554d35a2035f59fac8") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_i9.fdbb7fe6323de5808e85412c26b522959fc3dd99.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=dba285dec2f8baae6bdfb20e704de54f3d49141e928eee07c1dafd5c7dfe97f0") format("woff");
}

@font-face {
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_n4.9cf7fc4f6a5a48eb27738cad395f0eba18922755.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8aa1fba5004a6475ad9d3298c352b1f3166d3d6773e5eae15e26380868fa1f24") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_n4.8a3fef162b1f576396eb89e46872ef50eeb08158.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5423abdaaf2fee9c43e9581c4a687726102396a35cdb15b9d1906381dbbc54df") format("woff");
}

	@font-face {
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_i4.a6b31dd7985a500dee50e8e9792e48b71014b51d.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=f26a7fe4b070989ae9c0774ec32ada85981602d2f35cd8820ed83948bb4bfd29") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/playfair_display/playfairdisplay_i4.efdf7bd924b2180e5d0c4a2d40be7412ab667d60.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=60a6c7a45507d2c64b9c4016bad1300c5ec12af0ffa9a4bd8a867f9ddc5ed50d") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 500;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_n5.10bc1bd2bdb4c0ac35363745e79901b69a0be29a.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=78d0d49fde6b7497d9424f773ebe4790c0d9b9d2138f45eed9b89053de42d9b0") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_n5.f7f0195bc06ce869daac4bf73d242fb9b37734db.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=ecf86e325293d3a442f3939d55ba0776afdfef84fc38fef9a4534446ede0e3fd") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 500;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_i5.34a1281e461a2dbf339c6340939aff4fa5a02ce4.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=ca8670059513e32ca7cb2aacc98dcaf2f480f5bc407ced0c0144871386fd9c07") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_i5.dfa979b4c6c5c096432f0742c70ca73f045a9465.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=24713868903dc856341c38d6f5739f455b13464770ec9def602f739c169e90d7") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_n7.f0037142450bd729bdf6ba826f5fdcd80f2787ba.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=10b9b0d51736bf5b1b3aed216e59ee7a6569010ac306d8ac7eb3d349c2b66d64") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_n7.50161a3d4f05d049b7407d86c5a8834e4d6e29bf.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8cd1dc96495f140a82c225ff53cc3ad7c2d3d9c7a9b0a31905786e26f5db9a5d") format("woff");
}

	@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_i7.86965a52f2ddabac45abc106c3d0cc22ac7b57bb.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=6587ab701e5938e3ebd8289a5e8c53d325a58cc668b676e9bda2d8bcaa9bc169") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_i7.34d7f5a12391e5532b516b8bb3974f4cc3ee25ae.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=37fd89829ed01dff10a8acb1d5499bb7ec35a7acb0123ff23595cf1754c61bac") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 100;
  font-style: normal;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_n1.e49f480ba5e9b0fa42a5317bc54131cafd9c40b7.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=344e6489028f90ea5eb357de772f75f47e462be3bb03a1851e9db3aeb5f86925") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_n1.f54ae865ead23d25f6f16ac022ce6185dac59e69.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=7663dc3a25a22ddb2871f2ac8f0f9bfcfb16033d91706cb4e486ca805d605fee") format("woff");
}

	@font-face {
  font-family: Lato;
  font-weight: 100;
  font-style: italic;
  font-display: auto;
  src: url("//www.babyforest.in/cdn/fonts/lato/lato_i1.05d83819820a3ea8339443049f6c4a551481f9c6.woff2?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=f1dbc1e0be8cc4358ee2f9b7f88eda5d5becf0552e0999cb18b72571fb375053") format("woff2"),
       url("//www.babyforest.in/cdn/fonts/lato/lato_i1.bae1aff2f7c450a62d15eb61ef9304e44eafe140.woff?h1=YmFieWZvcmVzdC5pbg&h2=YmFieWZvcmVzdC1pbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=7dc1c83f555857ac25147ef1c172ced737dfaaaa503b31ad1f45fdd2659f4f07") format("woff");
}


	
	

	
	

	
	
	

	
	
	
	
	

	;
/* Header */
/* General */
/* Sidebar */
/* Stickers */
/* Buttons */
/* Borders */
/* Swatches */
/* Background */
/* Popup */
/* Footer */
/* Password Page */
:root {
	--scrollbar-width: 15px;
}

.signpost {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
}
.signpost::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.signpost:hover {
	color: #a25636;
}
.signpost:hover::after {
	background-color: #a25636;
}

.js body:not(.user-is-tabbing) a:focus,
.js body:not(.user-is-tabbing) button:focus {
	outline: none;
}
/* gift box css start */
.product-is-gift {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 14px;
}
#product_gridsec .product-thumbnail__info{
  font-size: 12px;
}
#input-field-message{
    height: 50px;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 0.5rem;
}
.additional_properties dd{
  margin:0;
}
.additional_properties .product-option{
  display:flex;
  font-size:13px;
  gap:10px;
}
#char-count {
    padding-left: 7px;
    padding-top: 10px;
}
/* gift box css end */
label {
	font-weight: 700;
	cursor: default;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=telephone],
input[type=tel],
input[type=number],
textarea {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	padding: 0.25rem 0.5rem;
	font-size: 0.9375rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	line-height: 1.4;
	color: #000000;
	background: #fffded;
	border: 1px solid rgba(0, 0, 0, 0.4);
	transition: border-color 0.2s ease-out;
	display: block;
	width: 100%;
	line-height: 1.4;
	border-radius: 0.25rem;
	-webkit-appearance: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=telephone]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
	color: rgba(0, 0, 0, 0.4);
}
input[type=text]:active,
input[type=email]:active,
input[type=password]:active,
input[type=search]:active,
input[type=telephone]:active,
input[type=tel]:active,
input[type=number]:active,
textarea:active {
	border-color: #000000;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=telephone]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
	border-color: #000000;
	outline: #000000;
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	position: absolute;
	top: 50%;
	right: 0.75rem;
	width: 1rem;
	height: 1rem;
	margin: 0;
	cursor: pointer;
	background-image: url('data:image/svg+xml;utf8, %3Csvg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12ZM4.04588 3.33875C3.85061 3.14348 3.53403 3.14348 3.33877 3.33875C3.14351 3.53401 3.14351 3.85059 3.33877 4.04585L5.29291 5.99999L3.33877 7.95413C3.14351 8.14939 3.14351 8.46597 3.33877 8.66124C3.53403 8.8565 3.85061 8.8565 4.04588 8.66124L6.00001 6.7071L7.95415 8.66124C8.14942 8.8565 8.466 8.8565 8.66126 8.66124C8.85652 8.46597 8.85652 8.14939 8.66126 7.95413L6.70712 5.99999L8.66126 4.04585C8.85652 3.85059 8.85652 3.53401 8.66126 3.33875C8.466 3.14348 8.14942 3.14348 7.95415 3.33875L6.00001 5.29288L4.04588 3.33875Z" fill="%23ffffff"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
	opacity: 0.6;
	transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
	input[type=search]::-webkit-search-cancel-button {
		width: 0.75rem;
		height: 0.75rem;
		background-size: 0.75rem 0.75rem;
	}
}

textarea {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
}

select {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	padding: 0.75rem 1rem;
	font-size: 0.9375rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	line-height: 1.4;
	color: #000000;
	background: #fffded;
	border: 1px solid rgba(0, 0, 0, 0.4);
	transition: border-color 0.2s ease-out;
	position: relative;
	width: 100%;
	text-align: left;
	cursor: pointer;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 0.5rem;
	-webkit-appearance: none;
					appearance: none;
}
select::placeholder {
	color: rgba(0, 0, 0, 0.4);
}
select:active {
	border-color: #000000;
}
select:focus {
	border-color: #000000;
	outline: #000000;
}
@media screen and (min-width: 768px) {
	select {
		min-width: 20px;
	}
}

.select-wrapper {
	position: relative;
}
.select-wrapper::after {
	position: absolute;
	pointer-events: none;
	content: url('data:image/svg+xml,%3Csvg viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 0.75L8 7.75L15 0.75" stroke="%23ffffff" stroke-width="1.75"/%3E%3C/svg%3E');
	transform: translate(-100%, 25%);
	width: 13.25px;
	height: 7.5px;
	padding: 0.75rem 1rem;
}

.form__required {
	color: #ee575a;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #36a2a2;
}

.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

.skip-to-main {
	position: absolute;
	top: 0;
	left: -9999px;
	padding: 1em;
	font-size: 0.9375rem;
	text-decoration: none;
	background-color: #fffded;
}
.skip-to-main:focus, .skip-to-main:active {
	left: 0;
	z-index: 901;
}

.errors,
.success {
	padding: 12px 0;
	margin-bottom: 30px;
	text-align: center;
}

.errors {
	color: #ea555c;
	background-color: #fcecec;
	border: 1px solid #edabb9;
}
.errors ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.errors li {
	margin: 0;
}

.field-error {
	border: 1px solid #ee575a;
	box-shadow: 0 0 10px rgba(238, 87, 90, 0.8);
}

.success {
	color: #108144;
	background-color: #f0fbdb;
	border: 1px solid #c2cc98;
}

.placeholder-svg {
	background-color: rgba(0, 0, 0, 0.1);
	fill: rgba(0, 0, 0, 0.35);
}

.main__wrapper .shopify-challenge__container {
	max-width: 800px;
	margin: 3rem auto;
}
@media screen and (min-width: 576px) {
	.main__wrapper .shopify-challenge__container {
		margin: 3.5rem auto;
	}
}
.static-page--width-wide .main__wrapper .shopify-challenge__container {
	max-width: 1200px;
}
.static-page--width-narrow .main__wrapper .shopify-challenge__container {
	max-width: 680px;
}

.text-align-center {
	text-align: center;
}

.text-align-left,
.text-align-start {
	text-align: left;
}

.text-align-right,
.text-align-end {
	text-align: right;
}

.text-align-justify {
	text-align: justify;
}

.font-weight--light {
	font-weight: 300;
}

.font-weight--bold {
	font-weight: 700;
}

.hidden {
	display: none;
}

[data-rimg=lazy],
[data-rimg=loading],
[data-rimg=loaded] {
	background-color: rgba(0, 0, 0, 0.1);
	transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-rimg=lazy],
[data-rimg=loading] {
	opacity: 0;
}

[data-rimg=loaded] {
	background-color: transparent;
	opacity: 1;
}

[data-rimg-canvas] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* background: rgba(0, 0, 0, 0.1); */
	transition: visibility 0s linear 0.1s, opacity 0.1s linear;
}
[data-rimg=loaded] + [data-rimg-canvas], [data-rimg=""] + [data-rimg-canvas] {
	visibility: hidden;
	opacity: 0;
}
.no-js [data-rimg-canvas] {
	display: none;
}

.no-js [data-rimg-noscript] + [data-rimg=lazy] {
	display: none;
}
.no-js [data-rimg=lazy] {
	opacity: 1;
}

* {
	box-sizing: border-box;
}

html, body {
	overflow-x: hidden;
}

html {
	font-size: 16px;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: #000000;
	text-align: left;
	word-break: break-word;
	background-color: #fffded;
}
.scroll-locked body {
	overflow: hidden;
	touch-action: manipulation;
}header,
main,
footer {
	width: 100%;
	margin: 0;
}

main,
footer {
	z-index: 1;
}

/* START customisation */

i.icon-swym-wishlist {
	font-family: 'swym-font';
	font-style: normal;
	vertical-align: middle;
}
i.icon-swym-wishlist+span {
	vertical-align: middle;
}
i.icon-swym-wishlist:after {
	content: '';
	font-size: 1.3rem;
	line-height: 18px;
	text-align: center;
	display: inline;
}
/*content rendered after swym is ready to avoid showing block/invalid chars*/
.swym-ready i.icon-swym-wishlist:after {
	content: '\f004';
}

.swym-ui-component .swym-wishlist-grid {
	max-width: unset !important;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-item {
	border: none !important;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
	height: unset !important;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
	font-family: Lato,sans-serif !important;
	font-style: normal !important;
	font-weight: 700;
	display: inline-block !important;
	line-height: 1.4 !important;
	color: #ffffff;
	text-decoration: none !important;
	text-transform: uppercase !important;
	letter-spacing: 2px;
	cursor: pointer;
	background-color: #ff9a83;
	border: 1px solid #ff9a83;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem !important;
	font-size: 1.0rem !important;
	text-align: center;
	border-radius: 0.25rem;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn:hover,
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn:active {
	color: #FFFFFF;
	background-color: #ff9a83;
	border: 1px solid #ff9a83;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}

.key-ingredients__wrapper {
	background-color: var(--section-bg-color);
	/*padding: var(--section-padding);*/
	position: relative;
	width: 100%;
    margin: 4.25rem 0 0 0;
    padding: 2.5rem 0;
}
.key-ingredients__wrapper .shopify-section{
    max-width: 1200px;
    margin: 0 auto;
}

.ingredients__wrapper {
	display: flex;
    flex-wrap:wrap;
	gap:10%;
    margin-top: 2.5rem;
}

@media screen and (max-width: 576px) {
	.ingredients__wrapper {
		grid-template-columns: 1fr;
		gap: 2%;
	}
}

.ingredient {
	display: grid;
    width: 45%;
    max-width: 45%;
	grid-template-columns: 15% 80%;
	gap: 5%;
    margin-bottom:2.5rem;
}
.ingredient img{max-width: 84%;}

.ingredient__text {
	display: grid;
	border-bottom: 2px solid #a25636;
	align-content: baseline;
}

.shopify-section--product-template{
   padding-bottom:0 !important;
}

.product-app--container{
   max-width: 1200px;
   margin-left: auto;
   margin-right: auto;
}

.footer-top__block-menu li {
	margin-bottom: 0.3rem !important;
}

.patch__color {
	color: #666 !important;
}

section {
	margin: 3rem 24px;
}
@media screen and (min-width: 576px) {
	section {
		margin: 3rem 32px;
	}
}
@media screen and (min-width: 768px) {
	section {
		margin: 3.5rem 40px;
	}
}
@media screen and (min-width: 960px) {
	section {
		margin: 3.5rem 56px;
	}
}

.collection-list-page,
.collection-page,
.shopify-section--product-template,
#shopify-section-account,
#shopify-section-addresses,
.static-page__wrapper {
	padding-top: 1%;
	padding-bottom: 4%;
}

.step__footer__continue-btn {
	color: #fff !important;
}

.static-page.static-page--width-wide {
	margin: 0;
}
/* END customisation */

.section__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.template-article .shopify-section:nth-child(2) section,
.template-collection .shopify-section:nth-child(2) section,
.template-product .shopify-section:nth-child(2) section {
	border-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair Display",serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	color: #a25636;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 2px;
	margin: 2.5rem 0 1rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}
h1 a:visited, h1 a:hover, h1 a:focus, h1 a:active,
h2 a:visited,
h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a:visited,
h3 a:hover,
h3 a:focus,
h3 a:active,
h4 a:visited,
h4 a:hover,
h4 a:focus,
h4 a:active,
h5 a:visited,
h5 a:hover,
h5 a:focus,
h5 a:active,
h6 a:visited,
h6 a:hover,
h6 a:focus,
h6 a:active {
	color: inherit;
}

h1 {
	font-size: var(--font-size-heading-1);
}

h2 {
	font-size: var(--font-size-heading-2);
}

h3 {
	font-size: var(--font-size-heading-3);
}

h4 {
	font-size: var(--font-size-heading-4);
}

h5 {
	font-size: var(--font-size-heading-5);
}

h6 {
	font-size: var(--font-size-heading-6);
}

a {
	color: #a25636;
	transition: color 0.2s ease-out;
}
a:visited {
	color: #a25636;
}
a:hover, a:focus, a:active {
	color: #a25636;
}

p {
	margin: 0 0 1.5rem;
}
p:last-child {
	margin-bottom: 0;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

ol,
ul {
	padding-left: 1rem;
	margin: 1rem 0 1.5rem;
}
ol > ol,
ol > ul,
ul > ol,
ul > ul {
	margin: 0;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

li {
	margin-bottom: 0.75rem;
}

table {
	display: block;
	max-width: 100%;
	margin-bottom: 1.5rem;
	overflow-x: auto;
	white-space: nowrap;
	border-collapse: collapse;
	border: none;
}
@media screen and (min-width: 576px) {
	table {
		display: table;
		overflow-x: visible;
		white-space: normal;
	}
}

tr {
	border-bottom: 1px solid #a25636;
}

th {
	padding: 0.75rem 0.75rem 0.75rem 0;
	color: #a25636;
}

td {
	padding: 0.75rem 0.75rem 0.75rem 0;
	font-size: 0.9375rem;
}

blockquote {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	position: relative;
	padding-left: 1.5rem;
	margin: 1rem 0;
	font-size: 1.171875rem;
	border-left: 0.5rem solid #a25636;
	opacity: 0.8;
}

iframe {
	max-width: 100%;
}

b,
strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

b em,
strong em,
em b,
em strong {
	font-style: italic;
}

hr {
	height: 0;
	border: solid #a25636;
	border-width: 1px 0 0;
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	margin: 1.5rem 0;
	font-size: 0.8203125rem;
}

.breadcrumbs__separator {
	margin: 0 0.5rem;
}
.breadcrumbs__separator::after {
	display: inline-block;
	content: url('data:image/svg+xml,%3Csvg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM5 5L5.35355 5.35355C5.54882 5.15829 5.54882 4.84171 5.35355 4.64645L5 5ZM0.646447 8.64645C0.451184 8.84171 0.451184 9.15829 0.646447 9.35355C0.841709 9.54882 1.15829 9.54882 1.35355 9.35355L0.646447 8.64645ZM0.646447 1.35355L4.64645 5.35355L5.35355 4.64645L1.35355 0.646447L0.646447 1.35355ZM4.64645 4.64645L0.646447 8.64645L1.35355 9.35355L5.35355 5.35355L4.64645 4.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}

.breadcrumbs__link {
	color: #000000;
	text-decoration: none;
}
.breadcrumbs__link:visited {
	color: #000000;
}
.breadcrumbs__link:hover {
	color: #a25636;
	text-decoration: underline;
}

.breadcrumbs__current {
	opacity: 0.5;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2.5rem 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.pagination {
		margin: 4rem;
	}
}

.pagination__previous-button,
.pagination__next-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
}

.pagination__previous-button {
	margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
	.pagination__previous-button {
		margin-right: rem;
	}
}

.pagination__next-button {
	margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
	.pagination__next-button {
		margin-left: 2rem;
	}
}

.pagination__page-list {
	/* display: none; */
	align-items: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
@media screen and (min-width: 576px) {
	.pagination__page-list {
		display: flex;
	}
}

.pagination__page {
	display: inline-block;
	margin: 0 12px;
}
.pagination__page a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #fffded;
}
.pagination__page a:hover {
	color: #a25636;
	border-bottom: 1px solid #a25636;
}

.pagination__page--current {
	font-weight: bold;
}

@keyframes dotTyping {
	0% {
		box-shadow: 16px 0 0 0 var(--loading-icon-color), 32px 0 0 0 var(--loading-icon-color), 48px 0 0 0 var(--loading-icon-color);
	}
	16.667% {
		box-shadow: 16px -10px 0 0 var(--loading-icon-color), 32px 0 0 0 var(--loading-icon-color), 48px 0 0 0 var(--loading-icon-color);
	}
	33.333% {
		box-shadow: 16px 0 0 0 var(--loading-icon-color), 32px 0 0 0 var(--loading-icon-color), 48px 0 0 0 var(--loading-icon-color);
	}
	50% {
		box-shadow: 16px 0 0 0 var(--loading-icon-color), 32px -10px 0 0 var(--loading-icon-color), 48px 0 0 0 var(--loading-icon-color);
	}
	66.667% {
		box-shadow: 16px 0 0 0 var(--loading-icon-color), 32px 0 0 0 var(--loading-icon-color), 48px 0 0 0 var(--loading-icon-color);
	}
	83.333% {
		box-shadow: 16px 0 0 0 var(--loading-icon-color), 32px 0 0 0 var(--loading-icon-color), 48px -10px 0 0 var(--loading-icon-color);
	}
	100% {
		box-shadow: 16px 0 0 0 var(--loading-icon-color), 32px 0 0 0 var(--loading-icon-color), 48px 0 0 0 var(--loading-icon-color);
	}
}
.loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	transform: translate(-50%, -50%);
}

.loading-icon__animation {
	position: relative;
	left: -32px;
	width: 10px;
	height: 10px;
	color: var(--loading-icon-color);
	border-radius: 5px;
	box-shadow: 16px 0 0 0 var(--loading-icon-color), 32px 0 0 0 var(--loading-icon-color), 48px 0 0 0 var(--loading-icon-color);
	animation: dotTyping 1.5s infinite linear;
}

.section-with-sidebar {
	margin: 3rem 24px;
}
@media screen and (min-width: 576px) {
	.section-with-sidebar {
		margin: 3rem 32px;
	}
}
@media screen and (min-width: 768px) {
	.section-with-sidebar {
		margin: 3.5rem 40px;
	}
}
@media screen and (min-width: 960px) {
	.section-with-sidebar {
		margin: 3.5rem 56px;
	}
}

.section-with-sidebar__wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 1rem auto;
}
/* deepali menu blog */
.sidebar__block-menu-list ul{
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
	.section-with-sidebar__wrapper {
		display: flex;
      flex-direction: column;
	}
  ul.sidebar__block-menu-list{
    display: flex;
    flex-direction: row;
    gap: 45px;
    text-align: center;
    flex-wrap: wrap;
  }
}

.sidebar {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.sidebar {
		flex: 0 0 25%;
		margin: 0;
	}
}

.sidebar__block {
	border-bottom: 1px solid #a25636;
}

.sidebar__block-toggle {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.sidebar__block-toggle::after {
	position: absolute;
	top: 50%;
	right: 1rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M7 13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V9H12.5C12.7761 9 13 8.77614 13 8.5C13 8.22386 12.7761 8 12.5 8H8V3.5C8 3.22386 7.77614 3 7.5 3C7.22386 3 7 3.22386 7 3.5V8H2.5C2.22386 8 2 8.22386 2 8.5C2 8.77614 2.22386 9 2.5 9H7V13.5Z" fill="%23ffffff"/%3E%3C/svg%3E');
	transform: translateY(-50%);
}
.sidebar__block-toggle[data-open=true]::after {
	content: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M2 8.5C2 8.22386 2.22386 8 2.5 8H12.5C12.7761 8 13 8.22386 13 8.5C13 8.77614 12.7761 9 12.5 9H2.5C2.22386 9 2 8.77614 2 8.5Z" fill="%23ffffff"/%3E%3C/svg%3E');
}

.sidebar__block-heading {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	padding: 1.5rem 2.5rem 1.5rem 0;
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5;
	color: #000000;
	text-transform: none;
	letter-spacing: 0;
}

.sidebar__block-content p {
	margin-bottom: 1rem;
}
.sidebar__block-content a {
	position: relative;
	color: #a25636;
}
.sidebar__block-content a:visited {
	color: #a25636;
}
.sidebar__block-content a:hover, .sidebar__block-content a:focus {
	color: #a25636;
}
.sidebar__block-content > .sidebar__block-menu-list > li:last-child {
	padding-bottom: 0.5rem;
}
.sidebar__block-content[data-animation-state=closed] {
	display: none;
	height: 0;
	opacity: 0;
}
.sidebar__block-content[data-animation] {
	display: block;
	overflow: hidden;
	transition: opacity 200ms, height 200ms;
}
.sidebar__block-content[data-animation-state=open] {
	display: block;
	height: auto;
	opacity: 1;
}
.sidebar__block-content[data-animation][data-animation-state=open] {
	height: var(--open-height);
}

.sidebar__block-menu-list,
.sidebar__tag-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sidebar__block-menu-list li,
.sidebar__tag-list li {
	margin: 0;
}
.sidebar__block-menu-list ul,
.sidebar__tag-list ul {
	margin-left: 1rem;
}

.sidebar__block-link,
.sidebar__tag-link {
	display: inline-block;
	margin: 0 0 0.5rem;
	color: #a25636;
	text-decoration: none;
	cursor: pointer;
}
.sidebar__block-link:visited,
.sidebar__tag-link:visited {
	color: #a25636;
}
.sidebar__block-link:hover, .sidebar__block-link:focus,
.sidebar__tag-link:hover,
.sidebar__tag-link:focus {
	color: #a25636;
	text-decoration: underline;
}

.sidebar__blog-tags {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0.5rem;
	margin: 0;
	list-style-type: none;
}
.sidebar__blog-tags li {
	margin: 0;
}

a.sidebar__blog-tag {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	margin: 0;
	font-size: 0.76171875rem;
	color: #000000;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 1.25rem;
	margin: 0 0.5rem 0.5rem 0;
	color: #000000;
}
a.sidebar__blog-tag:visited {
	color: #000000;
}
a.sidebar__blog-tag:visited {
	color: #000000;
}
a.sidebar__blog-tag:hover, a.sidebar__blog-tag:focus {
	color: #000000;
}

.sidebar__blog-date {
	display: block;
	font-size: 0.76171875rem;
}

.sidebar__search-form {
	position: relative;
	padding-bottom: 1rem;
}

.sidebar__search-box[type=text] {
	padding-right: 2.5rem;
	margin: 0;
	word-wrap: normal;
}

.sidebar__search-submit {
	position: absolute;
	top: 0.75rem;
	right: 1rem;
	padding: 0;
	cursor: pointer;
	background-color: #fffded;
	border: none;
}
.sidebar__search-submit svg {
	display: block;
	color: #000000;
}

.sidebar__newsletter-form {
	padding-bottom: 1rem;
}
.sidebar__newsletter-form .sidebar__newsletter-first-name,
.sidebar__newsletter-form .sidebar__newsletter-last-name,
.sidebar__newsletter-form .sidebar__newsletter-email {
	margin-bottom: 1rem;
}

.sidebar__newsletter-submit {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	width: 100%;
}
.sidebar__newsletter-submit:visited {
	color: #ffffff;
}
.sidebar__newsletter-submit:hover:not(:disabled), .sidebar__newsletter-submit:focus, .sidebar__newsletter-submit:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.sidebar__newsletter-submit:disabled, .sidebar__newsletter-submit.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.sidebar__newsletter-submit {
		border-radius: 0.25rem;
	}.sidebar__tag-list {
	padding-bottom: 0.75rem;
}
.sidebar__tag-list li {
	position: relative;
	padding-left: 1.5rem;
}

.sidebar__tag-link::before {
	position: absolute;
	top: 0.1875rem;
	left: -1.5rem;
	content: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="8" cy="8" r="7.5" fill="white" stroke="%23a25636"/%3E%3C/svg%3E');
}
.sidebar__tag-link.sidebar__tag-link--active::before {
	content: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="8" cy="8" r="7.5" stroke="%23a25636"/%3E%3Ccircle cx="7.99996" cy="7.99996" r="5.33333" fill="%23a25636"/%3E%3C/svg%3E');
}

.sidebar__block-faceted-search--hidden {
	display: none;
}

.static-page .row,
.collection-page__description .row,
.product__description .row,
.page-section .row {
	position: relative;
	left: -1rem;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 1rem);
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.static-page .row,
.collection-page__description .row,
.product__description .row,
.page-section .row {
		left: 0;
		width: 100%;
	}
  .registration-form__wrapper{
    padding: 10px;
  }
  section.login-template{
    padding: 10px;
  }
  .login-template__heading{
    margin: 0;
    margin-bottom: 0rem;
  }
}
.static-page .row .column,
.static-page .row .columns,
.collection-page__description .row .column,
.collection-page__description .row .columns,
.product__description .row .column,
.product__description .row .columns,
.page-section .row .column,
.page-section .row .columns {
	margin-left: 1rem;
}
@media screen and (max-width: 767px) {
	.static-page .row .column,
.static-page .row .columns,
.collection-page__description .row .column,
.collection-page__description .row .columns,
.product__description .row .column,
.product__description .row .columns,
.page-section .row .column,
.page-section .row .columns {
		left: 0;
		width: 100%;
		margin: 0 0 1rem;
	}
}
.static-page [class*=offset-by],
.collection-page__description [class*=offset-by],
.product__description [class*=offset-by],
.page-section [class*=offset-by] {
	position: relative;
}
.static-page .hidden,
.collection-page__description .hidden,
.product__description .hidden,
.page-section .hidden {
	display: none !important;
}
.static-page .visible,
.collection-page__description .visible,
.product__description .visible,
.page-section .visible {
	display: block !important;
}
.static-page .one,
.collection-page__description .one,
.product__description .one,
.page-section .one {
	width: calc(6.25% - 1rem);
}
.static-page .two,
.collection-page__description .two,
.product__description .two,
.page-section .two {
	width: calc(12.5% - 1rem);
}
.static-page .three,
.collection-page__description .three,
.product__description .three,
.page-section .three {
	width: calc(18.75% - 1rem);
}
.static-page .four,
.collection-page__description .four,
.product__description .four,
.page-section .four {
	width: calc(25% - 1rem);
}
.static-page .five,
.collection-page__description .five,
.product__description .five,
.page-section .five {
	width: calc(31.25% - 1rem);
}
.static-page .six,
.collection-page__description .six,
.product__description .six,
.page-section .six {
	width: calc(37.5% - 1rem);
}
.static-page .seven,
.collection-page__description .seven,
.product__description .seven,
.page-section .seven {
	width: calc(43.75% - 1rem);
}
.static-page .eight,
.collection-page__description .eight,
.product__description .eight,
.page-section .eight {
	width: calc(50% - 1rem);
}
.static-page .nine,
.collection-page__description .nine,
.product__description .nine,
.page-section .nine {
	width: calc(56.25% - 1rem);
}
.static-page .ten,
.collection-page__description .ten,
.product__description .ten,
.page-section .ten {
	width: calc(62.5% - 1rem);
}
.static-page .eleven,
.collection-page__description .eleven,
.product__description .eleven,
.page-section .eleven {
	width: calc(68.75% - 1rem);
}
.static-page .twelve,
.collection-page__description .twelve,
.product__description .twelve,
.page-section .twelve {
	width: calc(75% - 1rem);
}
.static-page .thirteen,
.collection-page__description .thirteen,
.product__description .thirteen,
.page-section .thirteen {
	width: calc(81.25% - 1rem);
}
.static-page .fourteen,
.collection-page__description .fourteen,
.product__description .fourteen,
.page-section .fourteen {
	width: calc(87.5% - 1rem);
}
.static-page .fifteen,
.collection-page__description .fifteen,
.product__description .fifteen,
.page-section .fifteen {
	width: calc(93.75% - 1rem);
}
.static-page .sixteen,
.collection-page__description .sixteen,
.product__description .sixteen,
.page-section .sixteen {
	width: calc(100% - 1rem);
}
.static-page .one-whole,
.collection-page__description .one-whole,
.product__description .one-whole,
.page-section .one-whole {
	width: calc(100% - 1rem);
}
.static-page .one-half,
.collection-page__description .one-half,
.product__description .one-half,
.page-section .one-half {
	width: calc(50% - 1rem);
}
.static-page .one-third,
.collection-page__description .one-third,
.product__description .one-third,
.page-section .one-third {
	width: calc(33.3333333333% - 1rem);
}
.static-page .two-thirds,
.collection-page__description .two-thirds,
.product__description .two-thirds,
.page-section .two-thirds {
	width: calc(66.6666666667% - 1rem);
}
.static-page .one-fourth,
.collection-page__description .one-fourth,
.product__description .one-fourth,
.page-section .one-fourth {
	width: calc(25% - 1rem);
}
.static-page .two-fourths,
.collection-page__description .two-fourths,
.product__description .two-fourths,
.page-section .two-fourths {
	width: calc(50% - 1rem);
}
.static-page .three-fourths,
.collection-page__description .three-fourths,
.product__description .three-fourths,
.page-section .three-fourths {
	width: calc(75% - 1rem);
}
.static-page .one-fifth,
.collection-page__description .one-fifth,
.product__description .one-fifth,
.page-section .one-fifth {
	width: calc(20% - 1rem);
}
.static-page .two-fifths,
.collection-page__description .two-fifths,
.product__description .two-fifths,
.page-section .two-fifths {
	width: calc(40% - 1rem);
}
.static-page .three-fifths,
.collection-page__description .three-fifths,
.product__description .three-fifths,
.page-section .three-fifths {
	width: calc(60% - 1rem);
}
.static-page .four-fifths,
.collection-page__description .four-fifths,
.product__description .four-fifths,
.page-section .four-fifths {
	width: calc(80% - 1rem);
}
.static-page .one-sixth,
.collection-page__description .one-sixth,
.product__description .one-sixth,
.page-section .one-sixth {
	width: calc(16.6666666667% - 1rem);
}
.static-page .two-sixths,
.collection-page__description .two-sixths,
.product__description .two-sixths,
.page-section .two-sixths {
	width: calc(33.3333333333% - 1rem);
}
.static-page .three-sixths,
.collection-page__description .three-sixths,
.product__description .three-sixths,
.page-section .three-sixths {
	width: calc(50% - 1rem);
}
.static-page .four-sixths,
.collection-page__description .four-sixths,
.product__description .four-sixths,
.page-section .four-sixths {
	width: calc(66.6666666667% - 1rem);
}
.static-page .five-sixths,
.collection-page__description .five-sixths,
.product__description .five-sixths,
.page-section .five-sixths {
	width: calc(83.3333333333% - 1rem);
}
.static-page .one-seventh,
.collection-page__description .one-seventh,
.product__description .one-seventh,
.page-section .one-seventh {
	width: calc(14.2857142857% - 1rem);
}
.static-page .two-sevenths,
.collection-page__description .two-sevenths,
.product__description .two-sevenths,
.page-section .two-sevenths {
	width: calc(28.5714285714% - 1rem);
}
.static-page .three-sevenths,
.collection-page__description .three-sevenths,
.product__description .three-sevenths,
.page-section .three-sevenths {
	width: calc(42.8571428571% - 1rem);
}
.static-page .four-sevenths,
.collection-page__description .four-sevenths,
.product__description .four-sevenths,
.page-section .four-sevenths {
	width: calc(57.1428571429% - 1rem);
}
.static-page .five-sevenths,
.collection-page__description .five-sevenths,
.product__description .five-sevenths,
.page-section .five-sevenths {
	width: calc(71.4285714286% - 1rem);
}
.static-page .one-eighth,
.collection-page__description .one-eighth,
.product__description .one-eighth,
.page-section .one-eighth {
	width: calc(12.5% - 1rem);
}
.static-page .two-eighths,
.collection-page__description .two-eighths,
.product__description .two-eighths,
.page-section .two-eighths {
	width: calc(25% - 1rem);
}
.static-page .three-eighths,
.collection-page__description .three-eighths,
.product__description .three-eighths,
.page-section .three-eighths {
	width: calc(37.5% - 1rem);
}
.static-page .four-eighths,
.collection-page__description .four-eighths,
.product__description .four-eighths,
.page-section .four-eighths {
	width: calc(50% - 1rem);
}
.static-page .five-eighths,
.collection-page__description .five-eighths,
.product__description .five-eighths,
.page-section .five-eighths {
	width: calc(62.5% - 1rem);
}
.static-page .six-eighths,
.collection-page__description .six-eighths,
.product__description .six-eighths,
.page-section .six-eighths {
	width: calc(75% - 1rem);
}
.static-page .seven-eighths,
.collection-page__description .seven-eighths,
.product__description .seven-eighths,
.page-section .seven-eighths {
	width: calc(87.5% - 1rem);
}
.static-page .one-tenth,
.collection-page__description .one-tenth,
.product__description .one-tenth,
.page-section .one-tenth {
	width: calc(10% - 1rem);
}
.static-page .two-tenths,
.collection-page__description .two-tenths,
.product__description .two-tenths,
.page-section .two-tenths {
	width: calc(20% - 1rem);
}
.static-page .three-tenths,
.collection-page__description .three-tenths,
.product__description .three-tenths,
.page-section .three-tenths {
	width: calc(30% - 1rem);
}
.static-page .four-tenths,
.collection-page__description .four-tenths,
.product__description .four-tenths,
.page-section .four-tenths {
	width: calc(40% - 1rem);
}
.static-page .five-tenths,
.collection-page__description .five-tenths,
.product__description .five-tenths,
.page-section .five-tenths {
	width: calc(50% - 1rem);
}
.static-page .six-tenths,
.collection-page__description .six-tenths,
.product__description .six-tenths,
.page-section .six-tenths {
	width: calc(60% - 1rem);
}
.static-page .seven-tenths,
.collection-page__description .seven-tenths,
.product__description .seven-tenths,
.page-section .seven-tenths {
	width: calc(70% - 1rem);
}
.static-page .eight-tenths,
.collection-page__description .eight-tenths,
.product__description .eight-tenths,
.page-section .eight-tenths {
	width: calc(80% - 1rem);
}
.static-page .nine-tenths,
.collection-page__description .nine-tenths,
.product__description .nine-tenths,
.page-section .nine-tenths {
	width: calc(90% - 1rem);
}
.static-page .one-twelfth,
.collection-page__description .one-twelfth,
.product__description .one-twelfth,
.page-section .one-twelfth {
	width: calc(8.3333333333% - 1rem);
}
.static-page .two-twelfths,
.collection-page__description .two-twelfths,
.product__description .two-twelfths,
.page-section .two-twelfths {
	width: calc(16.6666666667% - 1rem);
}
.static-page .three-twelfths,
.collection-page__description .three-twelfths,
.product__description .three-twelfths,
.page-section .three-twelfths {
	width: calc(25% - 1rem);
}
.static-page .four-twelfths,
.collection-page__description .four-twelfths,
.product__description .four-twelfths,
.page-section .four-twelfths {
	width: calc(33.3333333333% - 1rem);
}
.static-page .five-twelfths,
.collection-page__description .five-twelfths,
.product__description .five-twelfths,
.page-section .five-twelfths {
	width: calc(41.6666666667% - 1rem);
}
.static-page .six-twelfths,
.collection-page__description .six-twelfths,
.product__description .six-twelfths,
.page-section .six-twelfths {
	width: calc(50% - 1rem);
}
.static-page .seven-twelfths,
.collection-page__description .seven-twelfths,
.product__description .seven-twelfths,
.page-section .seven-twelfths {
	width: calc(58.3333333333% - 1rem);
}
.static-page .eight-twelfths,
.collection-page__description .eight-twelfths,
.product__description .eight-twelfths,
.page-section .eight-twelfths {
	width: calc(66.6666666667% - 1rem);
}
.static-page .nine-twelfths,
.collection-page__description .nine-twelfths,
.product__description .nine-twelfths,
.page-section .nine-twelfths {
	width: calc(75% - 1rem);
}
.static-page .ten-twelfths,
.collection-page__description .ten-twelfths,
.product__description .ten-twelfths,
.page-section .ten-twelfths {
	width: calc(83.3333333333% - 1rem);
}
.static-page .eleven-twelfths,
.collection-page__description .eleven-twelfths,
.product__description .eleven-twelfths,
.page-section .eleven-twelfths {
	width: calc(91.6666666667% - 1rem);
}
.static-page .offset-by-one,
.collection-page__description .offset-by-one,
.product__description .offset-by-one,
.page-section .offset-by-one {
	left: calc(6.25%);
}
.static-page .offset-by-two,
.collection-page__description .offset-by-two,
.product__description .offset-by-two,
.page-section .offset-by-two {
	left: calc(12.5%);
}
.static-page .offset-by-three,
.collection-page__description .offset-by-three,
.product__description .offset-by-three,
.page-section .offset-by-three {
	left: calc(18.75%);
}
.static-page .offset-by-four,
.collection-page__description .offset-by-four,
.product__description .offset-by-four,
.page-section .offset-by-four {
	left: calc(25%);
}
.static-page .offset-by-five,
.collection-page__description .offset-by-five,
.product__description .offset-by-five,
.page-section .offset-by-five {
	left: calc(31.25%);
}
.static-page .offset-by-six,
.collection-page__description .offset-by-six,
.product__description .offset-by-six,
.page-section .offset-by-six {
	left: calc(37.5%);
}
.static-page .offset-by-seven,
.collection-page__description .offset-by-seven,
.product__description .offset-by-seven,
.page-section .offset-by-seven {
	left: calc(43.75%);
}
.static-page .offset-by-eight,
.collection-page__description .offset-by-eight,
.product__description .offset-by-eight,
.page-section .offset-by-eight {
	left: calc(50%);
}
.static-page .offset-by-nine,
.collection-page__description .offset-by-nine,
.product__description .offset-by-nine,
.page-section .offset-by-nine {
	left: calc(56.25%);
}
.static-page .offset-by-ten,
.collection-page__description .offset-by-ten,
.product__description .offset-by-ten,
.page-section .offset-by-ten {
	left: calc(62.5%);
}
.static-page .offset-by-eleven,
.collection-page__description .offset-by-eleven,
.product__description .offset-by-eleven,
.page-section .offset-by-eleven {
	left: calc(68.75%);
}
.static-page .offset-by-twelve,
.collection-page__description .offset-by-twelve,
.product__description .offset-by-twelve,
.page-section .offset-by-twelve {
	left: calc(75%);
}
.static-page .offset-by-thirteen,
.collection-page__description .offset-by-thirteen,
.product__description .offset-by-thirteen,
.page-section .offset-by-thirteen {
	left: calc(81.25%);
}
.static-page .offset-by-fourteen,
.collection-page__description .offset-by-fourteen,
.product__description .offset-by-fourteen,
.page-section .offset-by-fourteen {
	left: calc(87.5%);
}
.static-page .offset-by-fifteen,
.collection-page__description .offset-by-fifteen,
.product__description .offset-by-fifteen,
.page-section .offset-by-fifteen {
	left: calc(93.75%);
}
.static-page .equal-columns--outside-trim .one-half:nth-of-type(2n),
.static-page .equal-columns--outside-trim .eight:nth-of-type(2n),
.static-page .equal-columns--outside-trim .one-third:nth-of-type(3n),
.static-page .equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.static-page .equal-columns--outside-trim .four:nth-of-type(4n),
.static-page .equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.static-page .equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.static-page .equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.static-page .equal-columns--outside-trim .two:nth-of-type(8n),
.collection-page__description .equal-columns--outside-trim .one-half:nth-of-type(2n),
.collection-page__description .equal-columns--outside-trim .eight:nth-of-type(2n),
.collection-page__description .equal-columns--outside-trim .one-third:nth-of-type(3n),
.collection-page__description .equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.collection-page__description .equal-columns--outside-trim .four:nth-of-type(4n),
.collection-page__description .equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.collection-page__description .equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.collection-page__description .equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.collection-page__description .equal-columns--outside-trim .two:nth-of-type(8n),
.product__description .equal-columns--outside-trim .one-half:nth-of-type(2n),
.product__description .equal-columns--outside-trim .eight:nth-of-type(2n),
.product__description .equal-columns--outside-trim .one-third:nth-of-type(3n),
.product__description .equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.product__description .equal-columns--outside-trim .four:nth-of-type(4n),
.product__description .equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.product__description .equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.product__description .equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.product__description .equal-columns--outside-trim .two:nth-of-type(8n),
.page-section .equal-columns--outside-trim .one-half:nth-of-type(2n),
.page-section .equal-columns--outside-trim .eight:nth-of-type(2n),
.page-section .equal-columns--outside-trim .one-third:nth-of-type(3n),
.page-section .equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.page-section .equal-columns--outside-trim .four:nth-of-type(4n),
.page-section .equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.page-section .equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.page-section .equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.page-section .equal-columns--outside-trim .two:nth-of-type(8n) {
	margin-right: 0;
}
.static-page .equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.static-page .equal-columns--outside-trim .eight:nth-of-type(2n+1),
.static-page .equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.static-page .equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.static-page .equal-columns--outside-trim .four:nth-of-type(4n+1),
.static-page .equal-columns--outside-trim .one-fifth:nth-of-type(5n+1),
.static-page .equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.static-page .equal-columns--outside-trim .one-seventh:nth-of-type(7n+1),
.static-page .equal-columns--outside-trim .two:nth-of-type(8n+1),
.collection-page__description .equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.collection-page__description .equal-columns--outside-trim .eight:nth-of-type(2n+1),
.collection-page__description .equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.collection-page__description .equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.collection-page__description .equal-columns--outside-trim .four:nth-of-type(4n+1),
.collection-page__description .equal-columns--outside-trim .one-fifth:nth-of-type(5n+1),
.collection-page__description .equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.collection-page__description .equal-columns--outside-trim .one-seventh:nth-of-type(7n+1),
.collection-page__description .equal-columns--outside-trim .two:nth-of-type(8n+1),
.product__description .equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.product__description .equal-columns--outside-trim .eight:nth-of-type(2n+1),
.product__description .equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.product__description .equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.product__description .equal-columns--outside-trim .four:nth-of-type(4n+1),
.product__description .equal-columns--outside-trim .one-fifth:nth-of-type(5n+1),
.product__description .equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.product__description .equal-columns--outside-trim .one-seventh:nth-of-type(7n+1),
.product__description .equal-columns--outside-trim .two:nth-of-type(8n+1),
.page-section .equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.page-section .equal-columns--outside-trim .eight:nth-of-type(2n+1),
.page-section .equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.page-section .equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.page-section .equal-columns--outside-trim .four:nth-of-type(4n+1),
.page-section .equal-columns--outside-trim .one-fifth:nth-of-type(5n+1),
.page-section .equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.page-section .equal-columns--outside-trim .one-seventh:nth-of-type(7n+1),
.page-section .equal-columns--outside-trim .two:nth-of-type(8n+1) {
	margin-left: 0;
}
.static-page .equal-columns--outside-trim .one-whole:nth-of-type(1n+1),
.collection-page__description .equal-columns--outside-trim .one-whole:nth-of-type(1n+1),
.product__description .equal-columns--outside-trim .one-whole:nth-of-type(1n+1),
.page-section .equal-columns--outside-trim .one-whole:nth-of-type(1n+1) {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.static-page .equal-columns--outside-trim .one-half,
.collection-page__description .equal-columns--outside-trim .one-half,
.product__description .equal-columns--outside-trim .one-half,
.page-section .equal-columns--outside-trim .one-half {
	width: calc(50% - (1rem - (1rem / 2)));
}
.static-page .equal-columns--outside-trim .one-third,
.collection-page__description .equal-columns--outside-trim .one-third,
.product__description .equal-columns--outside-trim .one-third,
.page-section .equal-columns--outside-trim .one-third {
	width: calc(33.3333333333% - (1rem - (1rem / 3)));
}
.static-page .equal-columns--outside-trim .one-fifth,
.collection-page__description .equal-columns--outside-trim .one-fifth,
.product__description .equal-columns--outside-trim .one-fifth,
.page-section .equal-columns--outside-trim .one-fifth {
	width: calc(20% - (1rem - (1rem / 5)));
}
.static-page .equal-columns--outside-trim .one-fourth,
.collection-page__description .equal-columns--outside-trim .one-fourth,
.product__description .equal-columns--outside-trim .one-fourth,
.page-section .equal-columns--outside-trim .one-fourth {
	width: calc(25% - (1rem - (1rem / 4)));
}
.static-page .equal-columns--outside-trim .one-sixth,
.collection-page__description .equal-columns--outside-trim .one-sixth,
.product__description .equal-columns--outside-trim .one-sixth,
.page-section .equal-columns--outside-trim .one-sixth {
	width: calc(16.6666666667% - (1rem - (1rem / 6)));
}
.static-page .equal-columns--outside-trim .one-seventh,
.collection-page__description .equal-columns--outside-trim .one-seventh,
.product__description .equal-columns--outside-trim .one-seventh,
.page-section .equal-columns--outside-trim .one-seventh {
	width: calc(14.2857142857% - (1rem - (1rem / 7)));
}
.static-page .equal-columns--outside-trim .two,
.collection-page__description .equal-columns--outside-trim .two,
.product__description .equal-columns--outside-trim .two,
.page-section .equal-columns--outside-trim .two {
	width: calc(12.5% - (1rem - (1rem / 8)));
}
.static-page .equal-columns--outside-trim .four,
.collection-page__description .equal-columns--outside-trim .four,
.product__description .equal-columns--outside-trim .four,
.page-section .equal-columns--outside-trim .four {
	width: calc(25% - (1rem - (1rem / 4)));
}
.static-page .equal-columns--outside-trim .seven,
.collection-page__description .equal-columns--outside-trim .seven,
.product__description .equal-columns--outside-trim .seven,
.page-section .equal-columns--outside-trim .seven {
	width: calc(43.75% - (1rem - (1rem / 2)));
}
.static-page .equal-columns--outside-trim .eight,
.collection-page__description .equal-columns--outside-trim .eight,
.product__description .equal-columns--outside-trim .eight,
.page-section .equal-columns--outside-trim .eight {
	width: calc(50% - (1rem / 2));
}
.static-page .equal-columns--outside-trim .nine,
.collection-page__description .equal-columns--outside-trim .nine,
.product__description .equal-columns--outside-trim .nine,
.page-section .equal-columns--outside-trim .nine {
	width: calc(56.25% - (1rem - (1rem / 2)));
}
.static-page .has-no-side-gutter.has-background,
.collection-page__description .has-no-side-gutter.has-background,
.product__description .has-no-side-gutter.has-background,
.page-section .has-no-side-gutter.has-background {
	padding-right: 0;
	padding-left: 0;
}
.static-page .has-no-side-gutter .one-whole,
.static-page .has-no-side-gutter .one-half,
.static-page .has-no-side-gutter .eight,
.static-page .has-no-side-gutter .one-third,
.static-page .has-no-side-gutter .two-thirds,
.static-page .has-no-side-gutter .one-fourth,
.static-page .has-no-side-gutter .four,
.static-page .has-no-side-gutter .one-fifth,
.static-page .has-no-side-gutter .three-fifths,
.static-page .has-no-side-gutter .two-fifths,
.static-page .has-no-side-gutter .one-sixth,
.static-page .has-no-side-gutter .one-seventh,
.static-page .has-no-side-gutter .one-eighth,
.static-page .has-no-side-gutter .two,
.collection-page__description .has-no-side-gutter .one-whole,
.collection-page__description .has-no-side-gutter .one-half,
.collection-page__description .has-no-side-gutter .eight,
.collection-page__description .has-no-side-gutter .one-third,
.collection-page__description .has-no-side-gutter .two-thirds,
.collection-page__description .has-no-side-gutter .one-fourth,
.collection-page__description .has-no-side-gutter .four,
.collection-page__description .has-no-side-gutter .one-fifth,
.collection-page__description .has-no-side-gutter .three-fifths,
.collection-page__description .has-no-side-gutter .two-fifths,
.collection-page__description .has-no-side-gutter .one-sixth,
.collection-page__description .has-no-side-gutter .one-seventh,
.collection-page__description .has-no-side-gutter .one-eighth,
.collection-page__description .has-no-side-gutter .two,
.product__description .has-no-side-gutter .one-whole,
.product__description .has-no-side-gutter .one-half,
.product__description .has-no-side-gutter .eight,
.product__description .has-no-side-gutter .one-third,
.product__description .has-no-side-gutter .two-thirds,
.product__description .has-no-side-gutter .one-fourth,
.product__description .has-no-side-gutter .four,
.product__description .has-no-side-gutter .one-fifth,
.product__description .has-no-side-gutter .three-fifths,
.product__description .has-no-side-gutter .two-fifths,
.product__description .has-no-side-gutter .one-sixth,
.product__description .has-no-side-gutter .one-seventh,
.product__description .has-no-side-gutter .one-eighth,
.product__description .has-no-side-gutter .two,
.page-section .has-no-side-gutter .one-whole,
.page-section .has-no-side-gutter .one-half,
.page-section .has-no-side-gutter .eight,
.page-section .has-no-side-gutter .one-third,
.page-section .has-no-side-gutter .two-thirds,
.page-section .has-no-side-gutter .one-fourth,
.page-section .has-no-side-gutter .four,
.page-section .has-no-side-gutter .one-fifth,
.page-section .has-no-side-gutter .three-fifths,
.page-section .has-no-side-gutter .two-fifths,
.page-section .has-no-side-gutter .one-sixth,
.page-section .has-no-side-gutter .one-seventh,
.page-section .has-no-side-gutter .one-eighth,
.page-section .has-no-side-gutter .two {
	margin-right: 0;
	margin-left: 0;
}
.static-page .has-no-side-gutter .one-whole,
.collection-page__description .has-no-side-gutter .one-whole,
.product__description .has-no-side-gutter .one-whole,
.page-section .has-no-side-gutter .one-whole {
	width: 100%;
}
.static-page .has-no-side-gutter .one-half,
.collection-page__description .has-no-side-gutter .one-half,
.product__description .has-no-side-gutter .one-half,
.page-section .has-no-side-gutter .one-half {
	width: 50%;
}
.static-page .has-no-side-gutter .one-third,
.collection-page__description .has-no-side-gutter .one-third,
.product__description .has-no-side-gutter .one-third,
.page-section .has-no-side-gutter .one-third {
	width: 33.3333333333%;
}
.static-page .has-no-side-gutter .one-fourth,
.collection-page__description .has-no-side-gutter .one-fourth,
.product__description .has-no-side-gutter .one-fourth,
.page-section .has-no-side-gutter .one-fourth {
	width: 25%;
}
.static-page .has-no-side-gutter .one-fifth,
.collection-page__description .has-no-side-gutter .one-fifth,
.product__description .has-no-side-gutter .one-fifth,
.page-section .has-no-side-gutter .one-fifth {
	width: 20%;
}
.static-page .has-no-side-gutter .two-fifths,
.collection-page__description .has-no-side-gutter .two-fifths,
.product__description .has-no-side-gutter .two-fifths,
.page-section .has-no-side-gutter .two-fifths {
	width: 40%;
}
.static-page .has-no-side-gutter .three-fifths,
.collection-page__description .has-no-side-gutter .three-fifths,
.product__description .has-no-side-gutter .three-fifths,
.page-section .has-no-side-gutter .three-fifths {
	width: 60%;
}
.static-page .has-no-side-gutter .one-sixth,
.collection-page__description .has-no-side-gutter .one-sixth,
.product__description .has-no-side-gutter .one-sixth,
.page-section .has-no-side-gutter .one-sixth {
	width: 16.6666666667%;
}
.static-page .has-no-side-gutter .one-seventh,
.collection-page__description .has-no-side-gutter .one-seventh,
.product__description .has-no-side-gutter .one-seventh,
.page-section .has-no-side-gutter .one-seventh {
	width: 14.2857142857%;
}
.static-page .has-no-side-gutter .one-eighth,
.collection-page__description .has-no-side-gutter .one-eighth,
.product__description .has-no-side-gutter .one-eighth,
.page-section .has-no-side-gutter .one-eighth {
	width: 12.5%;
}
.static-page .has-no-side-gutter .two-thirds,
.collection-page__description .has-no-side-gutter .two-thirds,
.product__description .has-no-side-gutter .two-thirds,
.page-section .has-no-side-gutter .two-thirds {
	width: 66.6666666667%;
}
.static-page .has-no-side-gutter .two,
.collection-page__description .has-no-side-gutter .two,
.product__description .has-no-side-gutter .two,
.page-section .has-no-side-gutter .two {
	width: 12.5%;
}
.static-page .has-no-side-gutter .four,
.collection-page__description .has-no-side-gutter .four,
.product__description .has-no-side-gutter .four,
.page-section .has-no-side-gutter .four {
	width: 25%;
}
.static-page .has-no-side-gutter .seven,
.collection-page__description .has-no-side-gutter .seven,
.product__description .has-no-side-gutter .seven,
.page-section .has-no-side-gutter .seven {
	width: 43.75%;
}
.static-page .has-no-side-gutter .eight,
.collection-page__description .has-no-side-gutter .eight,
.product__description .has-no-side-gutter .eight,
.page-section .has-no-side-gutter .eight {
	width: 50%;
}
.static-page .has-no-side-gutter .nine,
.collection-page__description .has-no-side-gutter .nine,
.product__description .has-no-side-gutter .nine,
.page-section .has-no-side-gutter .nine {
	width: 56.25%;
}

.product-thumbnail {
	position: relative;
}

.product-thumbnail__media-wrapper {
	position: relative;
	margin-bottom: 0.5rem;
	text-align: center;
}.product-thumbnail__media-wrapper .placeholder-svg {
	display: block;
	width: auto;
	height: auto;
	max-height: 100%;
}.product-thumbnail__media {
	display: block;
	width: 100%;
	height: 100%;
	transition: opacity 0.2s ease;
}
.product-thumbnail__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-thumbnail__media.hidden {
	visibility: hidden;
	opacity: 0;
}

.product-thumbnail__secondary-media {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.product-thumbnail__secondary-media img {
	display: block;
	max-height: 100%;
}
.product-thumbnail__secondary-media.hidden {
	visibility: hidden;
	opacity: 0;
}

.product-thumbnail__video .plyr__controls,
.product-thumbnail__video .plyr__control--overlaid {
	opacity: 0;
}
.product-thumbnail__video .plyr__controls > *,
.product-thumbnail__video .plyr__control--overlaid > * {
	pointer-events: none;
	cursor: auto;
}
.product-thumbnail__video .plyr--video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.product-thumbnail__video .plyr__video-wrapper {
	height: 100%;
}
.product-thumbnail__video .plyr video {
	height: 100%;
	object-fit: cover;
}

.product-thumbnail__info {
	padding-top: 0.5rem;
	font-size: 0.9375rem;
	text-align: left;
}

.product-thumbnail__info--center {
	text-align: center;
}

.product-thumbnail__header {
	display: flex;
}

.product-thumbnail__title {
	flex: 1 1 auto;
	color: #000000;
	text-decoration: none;
    min-height:48px;
}
.product-thumbnail__title:hover {
	color: #000000;
}
.product-thumbnail__title:visited {
	color: #000000;
}

.product-thumbnail__link {
	display: block;
	text-decoration: none;
}.product-thumbnail__price {
	display: block;
	margin: 0.25rem 0;
	opacity: 0.7;
}
.product-thumbnail__info--center .product-thumbnail__price {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.product-thumbnail__info--right .product-thumbnail__price {
		display: none;
	}
  .product-thumbnail__info--center .product-thumbnail__price {
	min-height: 50px;
}
  .product__add-to-cart-button{
    padding: 1rem;
  }
}
.product-thumbnail__header .product-thumbnail__price {
	display: none;
}
@media screen and (min-width: 768px) {
	.product-thumbnail__header .product-thumbnail__price {
		display: block;
		flex: 0 0 auto;
		margin: 0 0 0 1.5rem;
	}
  
}
.product-thumbnail__price .money {
	opacity: 100%;
}

.product-item__unit-price {
	font-size: 0.76171875rem;
}

.product-thumbnail__product-stickers {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	margin: 0.5rem 0 0 0.5rem;
}

.product-thumbnail__product-sticker {
	display: block;
	padding: 0.25rem;
	margin-right: 0.5rem;
	font-size: 0.8203125rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.product-thumbnail__product-sticker--sale {
	background: #8a9d9c;
}

.product-thumbnail__product-sticker--new {
	background: #2a2a2a;
}

.product-thumbnail__product-sticker--coming-soon {
	background: #2a2a2a;
}

.product-thumbnail__product-sticker--pre-order {
	background: #2a2a2a;
}

.product-thumbnail--has-secondary-media-swap img {
	visibility: visible;
}
.product-thumbnail--has-secondary-media-swap .product-thumbnail__media-hidden {
	height: 0 !important;
	visibility: hidden;
	opacity: 0;
}

.product-thumbnail__compare-price {
	font-weight: normal;
	color: #8a9d9c;
	text-decoration: line-through;
	text-shadow: none;
	opacity: 0.5;
}

.product-thumbnail__coming-soon-text,
.product-thumbnail__sold-out-text {
	color: #000000;
	opacity: 0.7;
}

.product-thumbnail__quickshop-button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	justify-content: center;
	width: calc(100% - 1rem);
	margin: 0 0.5rem 0.5rem 0.5rem;
	font-size: 0.8203125rem;
	text-align: center;
	border-radius: 0;
	opacity: 100%;
}
.product-thumbnail__quickshop-button:visited {
	color: #ffffff;
}
.product-thumbnail__quickshop-button:hover:not(:disabled), .product-thumbnail__quickshop-button:focus, .product-thumbnail__quickshop-button:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.product-thumbnail__quickshop-button:disabled, .product-thumbnail__quickshop-button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.product-thumbnail__quickshop-button {
		border-radius: 0.25rem;
	}@media screen and (min-width: 768px) {
	.product-thumbnail:hover .product-thumbnail__quickshop-button, .product-thumbnail:focus .product-thumbnail__quickshop-button {
		display: flex;
	}
}

.mobile-carousel__pagination {
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mobile-carousel__pagination-item {
	margin: 0 0.5rem 0 0;
}
.mobile-carousel__pagination-item:last-child {
	margin-right: 0;
}

.mobile-carousel__pagination-button {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #000000;
	border: none;
	border-radius: 50%;
	opacity: 0.5;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.mobile-carousel__pagination-button[data-selected=true] {
	opacity: 1;
	transform: scale(1.25);
}

.product-form__quantity-box-wrapper {
	margin-bottom: 1.5rem;
}

.product-form__quantity-box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	max-height: 3rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 0.5rem;
	justify-content: center;
	max-width: 6.25rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.product-form__quantity-box input {
	width: 33.3333%;
	padding: 0.75rem 0;
	margin: 0.5rem 0;
	text-align: center;
	border: 0;
	-moz-appearance: textfield;
}
.product-form__quantity-box input::-webkit-inner-spin-button, .product-form__quantity-box input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.product-form__quantity-box button {
	position: relative;
	display: flex;
	justify-content: center;
	width: 33.3333%;
	font-size: 0;
	cursor: pointer;
	background-color: #fc9f90;
	border: 0;
	border-radius: 0.5rem;
}
.product-form__quantity-box button::after {
	position: absolute;
	top: 50%;
	height: 11px;
	transform: translateY(-50%);
}
.product-form__quantity-box .quantity--plus::after {
	content: url('data:image/svg+xml,%3Csvg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M5 10.5C5 10.7761 5.22386 11 5.5 11C5.77614 11 6 10.7761 6 10.5V6H10.5C10.7761 6 11 5.77614 11 5.5C11 5.22386 10.7761 5 10.5 5H6V0.5C6 0.223858 5.77614 0 5.5 0C5.22386 0 5 0.223858 5 0.5V5H0.5C0.223858 5 0 5.22386 0 5.5C0 5.77614 0.223858 6 0.5 6H5V10.5Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.no-js .product-form__quantity-box .quantity--plus {
	display: none;
}
.product-form__quantity-box .quantity--minus::after {
	padding-top: 11px;
	content: url('data:image/svg+xml,%3Csvg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0 0.5C0 0.223858 0.223858 0 0.5 0H10.5C10.7761 0 11 0.223858 11 0.5C11 0.776142 10.7761 1 10.5 1H0.5C0.223858 1 0 0.776142 0 0.5Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.no-js .product-form__quantity-box .quantity--minus {
	display: none;
}

.product-form__quantity-box input {
	padding: 0.75rem 0;
	margin: 0;
}

[data-product-quantity-box][data-enabled=false] {
	display: none;
}

.product-form__inventory-remaining {
	/* margin-bottom: 2rem; */
	font-size: 0.76171875rem;
	color: #000000;
	opacity: 0.6;
}

[data-inventory-remaining][data-enabled=false] {
	display: none;
}

.product__add-to-cart-button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	position: relative;
	width: 100%;
	padding: 1rem 1.5rem;
}
.product__add-to-cart-button:visited {
	color: #ffffff;
}
.product__add-to-cart-button:hover:not(:disabled), .product__add-to-cart-button:focus, .product__add-to-cart-button:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.product__add-to-cart-button:disabled, .product__add-to-cart-button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.product__add-to-cart-button {
		border-radius: 0.25rem;
	}.product__add-to-cart-button .loading-icon {
	display: none;
}
.product__add-to-cart-button:disabled + .shopify-payment-button, .product__add-to-cart-button:disabled ~ .surface-pick-up {
	display: none;
}
.product__add-to-cart-button.cart-drawer--loading {
	--loading-icon-color: #ffffff;
	color: transparent;
}
.product__add-to-cart-button.cart-drawer--loading .loading-icon {
	display: block;
}
.product__add-to-cart-button.cart-drawer--loading:hover, .product__add-to-cart-button.cart-drawer--loading:focus {
	--loading-icon-color: #FFFFFF;
	color: transparent;
}

.product__add-to-cart-button--secondary {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	color: #fc9f90;
	background-color: transparent;
	border: 1px solid #fc9f90;
	margin: 0 0 0.75rem;
}
.product__add-to-cart-button--secondary:visited {
	color: #ffffff;
}
.product__add-to-cart-button--secondary:hover:not(:disabled), .product__add-to-cart-button--secondary:focus, .product__add-to-cart-button--secondary:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.product__add-to-cart-button--secondary:disabled, .product__add-to-cart-button--secondary.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}
.product__add-to-cart-button--secondary:visited {
	color: #fc9f90;
}
.product__add-to-cart-button--secondary:hover:not(:disabled), .product__add-to-cart-button--secondary:focus, .product__add-to-cart-button--secondary:active {
	color: #ffffff;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
}.product__add-to-cart-button--secondary {
		border-radius: 0.25rem;
	}.product__add-to-cart-button--secondary.cart-drawer--loading {
	--loading-icon-color: #fc9f90;
	color: transparent;
}
.product__add-to-cart-button--secondary.cart-drawer--loading:hover, .product__add-to-cart-button--secondary.cart-drawer--loading:focus {
	--loading-icon-color: #ffffff;
	color: transparent;
}

.shopify-payment-button__button.shopify-payment-button__button--unbranded {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
}
.shopify-payment-button__button.shopify-payment-button__button--unbranded:visited {
	color: #ffffff;
}
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover:not(:disabled), .shopify-payment-button__button.shopify-payment-button__button--unbranded:focus, .shopify-payment-button__button.shopify-payment-button__button--unbranded:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.shopify-payment-button__button.shopify-payment-button__button--unbranded:disabled, .shopify-payment-button__button.shopify-payment-button__button--unbranded.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.shopify-payment-button__button.shopify-payment-button__button--unbranded {
		border-radius: 0.25rem;
	}.shopify-payment-button__button.shopify-payment-button__button--branded button,
.shopify-payment-button__button.shopify-payment-button__button--branded div[role=button] {
		border-radius: 0.25rem !important;
	}.shopify-payment-button__more-options[aria-hidden=true] {
	display: none;
}

.product__title {
	margin: 0;
}

.product__vendor {
	font-size: 0.8203125rem;
}

.product__collection-link {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	font-size: 0.9375rem;
	text-transform: none;
	letter-spacing: 0;
}
.product__collection-link::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.product__collection-link:hover {
	color: #a25636;
}
.product__collection-link:hover::after {
	background-color: #a25636;
}

.product__sku {
	font-size: 0.76171875rem;
}

.product__collections,
.product__tags,
.product__types {
	margin-bottom: 0;
}
.product__collections a,
.product__tags a,
.product__types a {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	margin: 0;
	font-size: 0.76171875rem;
	color: #000000;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 1.25rem;
	margin: 0 0.5rem 0.75rem 0;
}
.product__collections a:visited,
.product__tags a:visited,
.product__types a:visited {
	color: #000000;
}

.product__tags {
	display: flex;
	flex-wrap: wrap;
}

.product__description a {
	color: #a25636;
	transition: color 0.2s ease-out;
}
.product__description a:visited {
	color: #a25636;
}
.product__description a:hover, .product__description a:focus, .product__description a:active {
	color: #a25636;
}

.product__sku--empty {
	display: none;
}

.product-notify-form[data-form-enabled=false] {
	display: none;
}

.product-notify-form label {
	visibility: hidden;
}

.product-notify-form p {
	margin-bottom: 0.5rem;
}

.product-notify-form__button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	width: 100%;
}
.product-notify-form__button:visited {
	color: #ffffff;
}
.product-notify-form__button:hover:not(:disabled), .product-notify-form__button:focus, .product-notify-form__button:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.product-notify-form__button:disabled, .product-notify-form__button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.product-notify-form__button {
		border-radius: 0.25rem;
	}[data-sale=true] [data-product-price] {
	color: #a25636;
}

.product__sale-price {
	color: #a25636;
}

.price-container {
	display: flex;
    display: grid;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.5rem;
}
.price-container .product__sold-out-text,
.price-container .product__unavailable-text {
	margin-left: 0.3rem;
}

.price-container__price {
	margin-bottom: 0;
	font-size: 1.2890625rem;
}

.product__compare-price {
	font-weight: normal;
	color: #8a9d9c;
	text-decoration: line-through;
	text-shadow: none;
	opacity: 0.5;
}

[data-compare-price-visible=false] [data-product-price-compare] {
	display: none;
}

.product__sold-out-text,
.product__unavailable-text {
	font-size: 1.2890625rem;
}

[data-sold-out=false] .product__sold-out-text {
	display: none;
}

[data-unavailable=false] .product__unavailable-text {
	display: none;
}

.product-form__cart-buttons {
	padding-top: 0.5rem;
}

.spr-badge {
	margin: 0.5rem 0;
}

.product__size-chart-button {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	margin-left: auto;
	font-size: 0.9375rem;
	text-transform: none;
	letter-spacing: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	padding: 0;
}
.product__size-chart-button::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.product__size-chart-button:hover {
	color: #a25636;
}
.product__size-chart-button:hover::after {
	background-color: #a25636;
}

.product__size-chart {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}
.product__size-chart-modal .product__size-chart {
	display: flex;
}

.product__size-chart-modal {
	padding: 3rem 24px;
}
@media screen and (min-width: 576px) {
	.product__size-chart-modal {
		padding: 3rem 32px;
	}
}
@media screen and (min-width: 768px) {
	.product__size-chart-modal {
		padding: 3.5rem 40px;
	}
}
@media screen and (min-width: 960px) {
	.product__size-chart-modal {
		padding: 3.5rem 56px;
	}
}
.product__size-chart-modal .modal__window {
	max-width: 800px;
    max-height: 100vh;
    height: 100vh;
}

.product__size-chart-heading {
	font-size: var(--font-size-heading-5);
}

[data-selected-variant=false] {
	display: none;
}

[data-variant-error-message] {
	display: none;
	margin-bottom: 0.5rem;
	font-size: 0.9375rem;
	font-weight: bold;
	color: #ea555c;
}

.product-form--error-option-unselected .option-name[data-variant-option-chosen-value=false] {
	color: #ea555c;
}

.product-form--error-option-unselected [data-variant-error-message] {
	display: block;
}

.product__unit-price {
	display: block;
	width: 100%;
	padding-top: 0.25rem;
	font-size: 0.76171875rem;
}
.product__unit-price.product__unit-price--hidden {
	display: none;
}

.variant-selection[variant=not-selected] ~ .product-form__cart-buttons .shopify-payment-button,
.variant-selection[variant=not-selected] ~ .product-form__cart-buttons .surface-pick-up {
	display: none;
}

.product-block {
	margin: 0.75rem 0;
}
.product-block.product-block--first {
	margin-top: 0;
	/* Always remove the top margin from the first product block */
}

.options-selection__select-wrapper,
.options-selection__radios,
.options-selection__swatches {
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	border: none;
}
.no-js .options-selection__select-wrapper,
.no-js .options-selection__radios,
.no-js .options-selection__swatches {
	display: none;
}

.options-selection__option-header {
	margin-bottom: 0.5rem;
}

.options-selection__option-name {
	font-weight: bold;
}
.options-selection__option-name span {
	font-weight: normal;
}

.options-selection__option-values {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.75rem;
}

.options-selection__option-value {
	margin-right: 0.75rem;
	margin-bottom: 0.75rem;
}

.options-selection__option-value-name {
	display: block;
	padding: 0.75rem 1rem;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 8px;
}
.options-selection__option-value-input:disabled + .options-selection__option-value-name {
	cursor: default;
	background-image: url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 100 100" fill="none" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="100" x2="100" y2="0" stroke-width="5" stroke="%23ffffff"/></svg>');
	background-size: 100% 100%;
	outline: none;
	opacity: 0.5;
}
.options-selection__option-value-name:focus {
	outline: 0;
}

.options-selection__option-value:last-child .options-selection__option-value-name {
	margin-right: 0;
}

.options-selection__option-value-input {
	position: absolute;
	opacity: 0;
}
.options-selection__option-value-input:checked + .options-selection__option-value-name {
	border-color: #000000;
}
.options-selection__option-value-input:checked + .options-selection__option-swatch-wrapper .options-selection__option-swatch {
	border-color: #000000;
}
.options-selection__option-value-input:checked + .options-selection__option-swatch-wrapper .options-selection__option-swatch-inner {
	background: #fff !important;
	border-color: #000000;
}
.options-selection__option-value-input:checked + .options-selection__option-swatch-wrapper .options-selection__option-swatch-inner::after {
	position: absolute;
	top: 0.3125rem;
	left: 0.3125rem;
	box-sizing: border-box;
	width: calc(100% - 0.625rem);
	height: calc(100% - 0.625rem);
	content: "";
	background-color: var(--swatch-color);
	background-image: var(--swatch-image);
	background-position: center;
	background-size: cover;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
}
.options-selection__swatches--variant_image .options-selection__option-value-input:checked + .options-selection__option-swatch-wrapper .options-selection__option-swatch-inner {
	background: transparent !important;
}
.options-selection__swatches--variant_image .options-selection__option-value-input:checked + .options-selection__option-swatch-wrapper .options-selection__option-swatch-inner::after {
	background-color: var(--swatch-color);
	background-image: none;
}
.options-selection__swatches--variant_image .options-selection__option-value-input:checked + .options-selection__option-swatch-wrapper [data-variant-image] .options-selection__option-swatch-inner::after {
	background-color: transparent;
	background-image: var(--swatch-variant-image);
}

.options-selection__swatches--variant_image .options-selection__option-swatch-wrapper [data-variant-image] .options-selection__option-swatch-inner {
	background-color: transparent !important;
}

.options-selection__option-swatch-wrapper {
	position: relative;
	display: block;
	height: 32px;
}
[data-variant-option-available=false] .options-selection__option-swatch-wrapper {
	opacity: 0.6;
}
.options-selection__option-swatch-wrapper:focus {
	outline: 0;
}

.options-selection__option-swatch-wrapper::before {
	position: absolute;
	top: 1.5rem;
	left: 0.375rem;
	z-index: 3;
	box-sizing: border-box;
	display: block;
	width: auto;
	padding: 0.25rem 0.5rem;
	font-size: 0.76171875rem;
	color: #000000;
	text-align: center;
	white-space: nowrap;
	visibility: hidden;
	background: #fffded;
	border-radius: 0.25rem;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: all 250ms ease-out;
	transform: translate(-50%, 10px);
	top: 2.5rem;
	left: 1.5rem;
	content: attr(data-swatch-tooltip);
}

.options-selection__option-swatch-wrapper:hover::before {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, 0);
}

.options-selection__option-swatch {
	height: 100%;
}

.options-selection__option-value-input:disabled + .options-selection__option-swatch-wrapper .options-selection__option-swatch {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	opacity: 0.8;
}
.options-selection__option-value-input:disabled + .options-selection__option-swatch-wrapper .options-selection__option-swatch::before {
	cursor: default;
	background-image: url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 100 100" fill="none" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="100" x2="100" y2="0" stroke-width="5" stroke="%23ffffff"/></svg>');
	background-size: 100% 100%;
	outline: none;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 1;
}

.options-selection__option-value-input:disabled + .options-selection__option-swatch-wrapper .options-selection__option-swatch-inner {
	border: 1px solid var(--swatch-color);
	opacity: 0.8;
}

.options-selection__option-swatch-inner {
	width: 0.75rem;
	height: 0.75rem;
	margin-top: 0;
	background-position: center;
	background-size: cover;
	border-color: #e2e2e2;
	border-style: solid;
	border-width: 1px !important;
	border-radius: 50%;
	width: 32px;
	height: 100%;
}

.options-selection__select,
.form-field-select-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 0.5rem;
}
.options-selection__select .form-field-title,
.form-field-select-wrapper .form-field-title {
	order: 1;
}
.options-selection__select .form-field-select,
.form-field-select-wrapper .form-field-select {
	order: 2;
}
.options-selection__select svg,
.form-field-select-wrapper svg {
	display: none;
}
.options-selection__select::after,
.form-field-select-wrapper::after {
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	width: 0.5rem;
	height: auto;
	pointer-events: none;
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAAVElEQVQ4jWNgGAUwoMvAwGBOgnpzqB4UgVcMDAwORGh2gKrFsNCGgYHhJQMDgxMezbaE1OAzhBgLcCokWjM2DSRrhgEHBkhgERu4WIE5A2nROyIBABduEYYDU0uQAAAAAElFTkSuQmCC');
}

.user-is-tabbing .variant-selection fieldset:focus-within .options-selection__option-values {
	align-items: center;
}
.user-is-tabbing .variant-selection fieldset:focus-within .options-selection__option-value-input:checked + .options-selection__option-swatch-wrapper .options-selection__option-swatch-inner,
.user-is-tabbing .variant-selection fieldset:focus-within .options-selection__option-value-input:checked + .options-selection__option-value-name {
	border: 3px solid #a25636;
}

ul.tabs {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none outside;
}

ul.tabs li {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
}

ul.tabs li a {
	font-family: "Playfair Display",serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	color: #a25636;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	width: auto;
	padding-top: 0.75rem;
	padding-bottom: 0.5rem;
	margin-right: 1.5rem;
	font-size: var(--font-size-heading-4);
	opacity: 0.6;
}
ul.tabs li a a {
	color: inherit;
	text-decoration: none;
}
ul.tabs li a a:visited, ul.tabs li a a:hover, ul.tabs li a a:focus, ul.tabs li a a:active {
	color: inherit;
}

ul.tabs li a.active {
	opacity: 1;
	border-bottom: 1px solid #a25636;
}

ul.tabs-content {
	margin: 0;
	padding: 0;
	display: block;
}

ul.tabs-content > li {
	display: none;
}

ul.tabs-content > li.active {
	display: block;
	padding: 1.5rem 0 0;
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
	content: " ";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

ul.tabs:after {
	clear: both;
}

ul.tabs {
	zoom: 1;
}

.accordion {
	position: relative;
}
.accordion dt {
	border-top: 1px solid #a25636;
}
.accordion dt a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 0;
    padding-right: 4rem;
    color: #a25636;
    text-decoration: none;
    background: #fffded;
    padding: 16px 32px 16px 16px;
}
.accordion dt a.active small::after {
	content: url('data:image/svg+xml,%3Csvg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0 0.5C0 0.223858 0.223858 0 0.5 0H10.5C10.7761 0 11 0.223858 11 0.5C11 0.776142 10.7761 1 10.5 1H0.5C0.223858 1 0 0.776142 0 0.5Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.accordion small {
	position: absolute;
	right: 0;
	padding-right: 0.75rem;
	padding-left: 2.5rem;
	font-size: 0;
}
.accordion small::after {
	display: block;
	content: url('data:image/svg+xml,%3Csvg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M5 10.5C5 10.7761 5.22386 11 5.5 11C5.77614 11 6 10.7761 6 10.5V6H10.5C10.7761 6 11 5.77614 11 5.5C11 5.22386 10.7761 5 10.5 5H6V0.5C6 0.223858 5.77614 0 5.5 0C5.22386 0 5 0.223858 5 0.5V5H0.5C0.223858 5 0 5.22386 0 5.5C0 5.77614 0.223858 6 0.5 6H5V10.5Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.accordion dd {
	max-height: 0;
	margin-left: 0;
	visibility: hidden;
	opacity: 0;
	transition: ease-in-out 0.5s all;
}
.accordion dd a {
	color: #a25636;
	transition: color 0.2s ease-out;
}
.accordion dd a:visited {
	color: #a25636;
}
.accordion dd a:hover, .accordion dd a:focus, .accordion dd a:active {
	color: #a25636;
}
.accordion dd.active {
	max-height: 100vh;
	padding-bottom: 1rem;
	visibility: visible;
	opacity: 1;
  background: #fffded;
    padding: 15px 15px;
      padding-top: 0px;
}

.collection-swatches {
	text-align: left;
}
.product-thumbnail__info--center .collection-swatches {
	text-align: center;
}

.collection-swatches__container {
	display: flex;
	flex-wrap: wrap;
	margin: 0.5rem 0 0;
}
.product-thumbnail__info--center .collection-swatches__container {
	justify-content: center;
}

.collection-swatches__swatch {
	position: relative;
	margin: 0 0.5rem 0.5rem 0;
}

.collection-swatches__swatch-inner {
	width: 0.75rem;
	height: 0.75rem;
	margin-top: 0;
	background-position: center;
	background-size: cover;
	border-color: #e2e2e2;
	border-style: solid;
	border-width: 1px !important;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}

/* Tooltips */
.collection-swatches__tooltip {
	position: absolute;
	top: 1.5rem;
	left: 0.375rem;
	z-index: 3;
	box-sizing: border-box;
	display: block;
	width: auto;
	padding: 0.25rem 0.5rem;
	font-size: 0.76171875rem;
	color: #000000;
	text-align: center;
	white-space: nowrap;
	visibility: hidden;
	background: #fffded;
	border-radius: 0.25rem;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: all 250ms ease-out;
	transform: translate(-50%, 10px);
}

.collection-swatches__swatch:hover .collection-swatches__tooltip {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, 0);
}

.featured-collection__wrapper--layout-slideshow .collection-swatches__swatch:first-child .collection-swatches__tooltip,
.product-recommendations__wrapper--slider-layout .collection-swatches__swatch:first-child .collection-swatches__tooltip {
	left: 0;
	transform: translateY(10px);
}
.featured-collection__wrapper--layout-slideshow .collection-swatches__swatch:first-child:hover .collection-swatches__tooltip,
.product-recommendations__wrapper--slider-layout .collection-swatches__swatch:first-child:hover .collection-swatches__tooltip {
	transform: translateY(0);
}

.modal--quickshop {
	padding: 3rem 24px;
}
@media screen and (min-width: 576px) {
	.modal--quickshop {
		padding: 3rem 32px;
	}
}
@media screen and (min-width: 768px) {
	.modal--quickshop {
		padding: 3.5rem 40px;
	}
}
@media screen and (min-width: 960px) {
	.modal--quickshop {
		padding: 3.5rem 56px;
	}
}
.modal--quickshop .product-content {
	width: 100%;
}

.product-quickshop__container {
	padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
	.product-quickshop__container {
		padding: 1.5rem;
	}
}
.product-quickshop__container .surface-pick-up {
	display: none;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	outline: none;
}
.pswp * {
	box-sizing: border-box;
}
.pswp img {
	max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
	/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	will-change: opacity;
	/* for open/close transition */
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	transform-origin: left top;
	/* for open/close transition */
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	/* for open/close transition */
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	transition: opacity 0.2s;
	box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
	opacity: 1;
}
.pswp__button:active {
	outline: none;
	opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
	.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(default-skin.svg);
	}

	.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
		background: none;
	}
}
.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: "";
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	transform: translateY(6px);
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}
.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}
.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}
.pswp__share-tooltip a:first-child {
	/* round corners on the first/last list item */
	border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
	transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid rgba(0, 0, 0, 0);
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}
a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}
a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF;
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D;
}

a.pswp__share--download:hover {
	background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}
.pswp__caption small {
	font-size: 11px;
	color: #BBB;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC;
}

.pswp__caption--empty {
	display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
	visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
	/* We use .gif in browsers that don't support CSS animation */
	background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
	/*
		The idea of animating inner circle is based on Polymer ("material") loading indicator
		 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
	*/
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}
@keyframes clockwise {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes donut-rotate {
	0% {
		transform: rotate(0);
	}
	50% {
		transform: rotate(-140deg);
	}
	100% {
		transform: rotate(0);
	}
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	/* Force paint & create composition layer for controls. */
	opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

button.pswp__button {
	width: 2.5rem;
	height: 2.5rem;
	margin: 0;
	opacity: 1;
}
button.pswp__button::before {
	top: 50%;
	right: 0;
	left: 50%;
	background-color: transparent;
	background-image: none;
}

.pswp__bg {
	opacity: 80% !important;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background-color: #fff !important;
	border-radius: 50%;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.2);
}
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
	height: 1rem;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.pswp__button--arrow--left:hover::before,
.pswp__button--arrow--right:hover::before {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.pswp__button--arrow--left:focus,
.pswp__button--arrow--right:focus {
	border: 1px solid #a25636;
	outline: 0;
}

.pswp__button--arrow--left {
	left: 2.5rem;
}
.pswp__button--arrow--left::before {
	transform: translate(-50%, -50%) rotate(180deg);
}

.pswp__button--arrow--right {
	right: 2.5rem;
}
.pswp__button--arrow--right::before {
	transform: translate(-50%, -35%);
}

.pswp__button--close {
	padding: 1rem 1rem 0 0;
}
.pswp__button--close::before {
	content: url('data:image/svg+xml,%3Csvg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M1 13L13 1M13 13L1 1" stroke="%23ffffff"/%3E%3C/svg%3E');
}

.pswp__top-bar,
.pswp__ui--fit .pswp__top-bar {
	background: transparent;
}

@keyframes modal-overlay-open {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}
@keyframes modal-window-open {
	from {
		opacity: 0;
        
		
        transform: translateX(5rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.modal {
    
	
    position: absolute;
	top: 0;
    right: 0;
    left: auto;
	z-index: 2000;
	display: none;
	
    width: 50%;
	height: 100%;
    padding: 0;
}

.product-block.product-block--size_chart{
text-align: right;
}
.modal[data-open=true] {
	display: block;
}

.modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2001;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	transition: opacity 0.2 ease;
}
.modal[data-open=true] .modal__overlay {
	animation-name: modal-overlay-open;
	animation-duration: 0.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

.modal__window {
	position: relative;
	z-index: 2002;
	max-width: 1200px;
	height: auto;
	max-height: 100%;
	padding-top: 1.5rem;
    
	
	overflow: auto;
	background: #fffded;
	outline: none;
	box-shadow: 0 2px 16px 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.modal__window {
		padding: 0;
	}
}
.modal[data-open=true] .modal__window {
	animation-name: modal-window-open;
	/* animation-duration: 0.3s; */
    animation-duration: 0.8s;
	animation-timing-function: ease;
	animation-delay: 0.1s;
	animation-fill-mode: forwards;
}

.modal__close-button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2001;
	display: block;
	padding: 1rem;
	color: #000000;
	cursor: pointer;
	background-color: transparent;
	border: none;
}
.modal__close-button svg {
	display: block;
}

.modal__content {
	position: relative;
	min-height: 20rem;
}

.modal__content-loading {
	--loading-icon-color: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4rem;
	height: 3rem;
	transform: translate(-50%, -50%);
}

.surface-pick-up-embed {
	--surface-pick-up-embed-theme-success-color: rgb(50, 205, 50);
	--surface-pick-up-embed-theme-error-color: rgb(179, 58, 58);
	--surface-pick-up-embed-theme-paragraph-font-size: 16px;
	--surface-pick-up-embed-theme-paragraph-smaller-font-size: calc(var(--surface-pick-up-embed-theme-paragraph-font-size) - 4px);
	--surface-pick-up-embed-theme-body-font-weight-bold: 600;
	--surface-pick-up-embed-theme-body-text-color: #808080;
	--surface-pick-up-embed-theme-link-text-decoration: underline;
	--surface-pick-up-embed-row-gap: 10px;
	--surface-pick-up-embed-column-gap: 10px;
	display: grid;
	grid-template-columns: min-content auto;
	row-gap: var(--surface-pick-up-embed-row-gap);
	column-gap: var(--surface-pick-up-embed-column-gap);
	justify-content: flex-start;
	text-align: left;
}

.surface-pick-up-embed__in-stock-icon,
.surface-pick-up-embed__out-of-stock-icon {
	grid-column-start: 1;
	grid-column-end: 2;
	margin-top: 3px;
}

.surface-pick-up-embed__in-stock-icon {
	fill: var(--surface-pick-up-embed-theme-success-color);
}

.surface-pick-up-embed__out-of-stock-icon {
	fill: var(--surface-pick-up-embed-theme-error-color);
}

.surface-pick-up-embed__location-info,
.surface-pick-up-embed__modal-btn {
	grid-column-start: 2;
	grid-column-end: 3;
}

.surface-pick-up-embed__location-info {
	grid-row-start: 1;
	grid-row-end: 2;
}

.surface-pick-up-embed__location-availability {
	margin-top: 0;
	margin-bottom: 0;
	font-family: inherit;
	font-size: var(--surface-pick-up-embed-theme-paragraph-font-size);
	font-weight: inherit;
	color: var(--surface-pick-up-embed-theme-body-text-color);
}
.surface-pick-up-embed__location-availability b {
	font-weight: var(--surface-pick-up-embed-theme-body-font-weight-bold);
}

.surface-pick-up-embed__location-pick-up-time {
	font-size: var(--surface-pick-up-embed-theme-paragraph-smaller-font-size);
	color: var(--surface-pick-up-embed-theme-body-text-color);
}

.surface-pick-up-embed__modal-btn {
	grid-row-start: 2;
	grid-row-end: 3;
	justify-self: start;
	padding: 0;
	font-size: var(--surface-pick-up-embed-theme-paragraph-smaller-font-size);
	color: var(--surface-pick-up-embed-theme-body-text-color);
	text-align: left;
	-webkit-text-decoration: var(--surface-pick-up-embed-theme-link-text-decoration);
					text-decoration: var(--surface-pick-up-embed-theme-link-text-decoration);
	cursor: pointer;
	background-color: initial;
	border: 0;
}

.surface-pick-up-items {
	padding: 0;
	margin: 0;
}

.surface-pick-up-item {
	--surface-pick-up-item-theme-success-color: rgb(50, 205, 50);
	--surface-pick-up-item-theme-error-color: rgb(179, 58, 58);
	--surface-pick-up-item-theme-paragraph-font-size: 16px;
	--surface-pick-up-item-theme-paragraph-smaller-font-size: calc(var(--surface-pick-up-item-theme-paragraph-font-size) - 4px);
	--surface-pick-up-item-theme-body-font-weight-bold: 600;
	--surface-pick-up-item-theme-body-text-color: #808080;
	--surface-pick-up-item-theme-border-color: #d9d9d9;
	--surface-pick-up-item-theme-link-text-decoration: underline;
	--surface-pick-up-item-row-gap: 10px;
	--surface-pick-up-item-column-gap: 5px;
	--surface-pick-up-item-gap: 28px;
	display: grid;
	grid-template-columns: repeat(2, auto) 1fr;
	row-gap: var(--surface-pick-up-item-row-gap);
	column-gap: var(--surface-pick-up-item-column-gap);
	justify-content: flex-start;
	padding-bottom: var(--surface-pick-up-item-gap);
	margin: var(--surface-pick-up-item-gap) 0 0;
	text-align: left;
	border-bottom: 1px solid var(--surface-pick-up-item-theme-border-color);
}
.surface-pick-up-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.surface-pick-up-item__header {
	display: flex;
	grid-column: span 3;
	align-items: flex-end;
}

.surface-pick-up-item__pick-up-location {
	margin-top: 0;
	margin-bottom: 0;
	font-family: inherit;
	font-size: var(--surface-pick-up-item-theme-paragraph-font-size);
	font-weight: var(--surface-pick-up-item-theme-body-font-weight-bold);
	color: var(--surface-pick-up-item-theme-body-text-color);
}

.surface-pick-up-item__pick-up-distance {
	padding-left: 2rem;
	margin: 0 0 0 auto;
}

.surface-pick-up-item__in-stock-icon,
.surface-pick-up-item__out-of-stock-icon {
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end: 2;
	margin-top: 1px;
}

.surface-pick-up-item__in-stock-icon {
	fill: var(--surface-pick-up-item-theme-success-color);
}

.surface-pick-up-item__out-of-stock-icon {
	fill: var(--surface-pick-up-item-theme-error-color);
}

.surface-pick-up-item__availability {
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column-start: 2;
	grid-column-end: 3;
	font-size: var(--surface-pick-up-item-theme-paragraph-smaller-font-size);
	color: var(--surface-pick-up-item-theme-body-text-color);
}

.surface-pick-up-item__address-info {
	grid-row-start: 3;
	grid-row-end: 4;
	grid-column-start: 1;
	grid-column-end: 3;
	font-size: var(--surface-pick-up-item-theme-paragraph-smaller-font-size);
	font-style: normal;
	line-height: 1.4;
	color: var(--surface-pick-up-item-theme-body-text-color);
}
.surface-pick-up-item__address-info p {
	margin: 0;
}
.surface-pick-up-item__address-info a,
.surface-pick-up-item__address-info a:visited {
	color: inherit;
	text-decoration: none;
}
.surface-pick-up-item__address-info a:focus,
.surface-pick-up-item__address-info a:active,
.surface-pick-up-item__address-info a:hover {
	color: inherit;
}

.surface-pick-up-item__confirm-address {
	margin-top: var(--surface-pick-up-item-row-gap);
}

.surface-pick-up-item__confirm-address-icon {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.surface-pick-up-embed {
	--surface-pick-up-theme-embed-body-text-color: #000000;
	--surface-pick-up-embed-theme-body-text-color: #000000;
	--surface-pick-up-embed-theme-success-color: #32a960;
}

.surface-pick-up-item {
	--surface-pick-up-item-gap: 1.5rem;
	--surface-pick-up-item-border-colour: #a25636;
	--surface-pick-up-item-theme-border-color: #a25636;
	--surface-pick-up-item-theme-body-text-color: #000000;
	--surface-pick-up-item-theme-success-color: #32a960;
}

.surface-pick-up {
	padding: 1.5rem 0;
}
.surface-pick-up:empty {
	display: none;
}
.surface-pick-up.surface-pick-up--spb-disabled {
	display: none;
}

.surface-pick-up__popup {
	padding: 3rem 24px;
}
@media screen and (min-width: 576px) {
	.surface-pick-up__popup {
		padding: 3rem 32px;
	}
}
@media screen and (min-width: 768px) {
	.surface-pick-up__popup {
		padding: 3.5rem 40px;
	}
}
@media screen and (min-width: 960px) {
	.surface-pick-up__popup {
		padding: 3.5rem 56px;
	}
}
.surface-pick-up__popup .modal__window {
	max-width: 680px;
}
.surface-pick-up__popup .modal__content {
	padding: 0 1.5rem 1.5rem;
	min-height: 0;
}

.surface-pick-up--hidden {
	display: none;
}

.surface-pick-up-embed__location-availability,
.surface-pick-up-item__pick-up-location {
	text-transform: none;
	letter-spacing: initial;
}

.surface-pick-up-modal__title {
	margin-bottom: 0.5rem;
}

.surface-pick-up-modal__header {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #a25636;
}
.surface-pick-up-modal__header.surface-pick-up-modal__header--no-variants {
	padding-bottom: 1rem;
}

/* Templates */
.product .main__wrapper {
	/*margin: 1.5rem 24px;*/
    margin: 1.5rem 0;
    margin-bottom: 0;
}
@media screen and (min-width: 576px) {
	.product .main__wrapper {
		/*margin: 1.5rem 32px;*/
        margin: 1.5rem 0;
        margin-bottom: 0;
	}
}
@media screen and (min-width: 768px) {
	.product .main__wrapper {
		/*margin: 2rem 40px;*/
        margin: 2rem 0;
        margin-bottom: 0;
	}
}
@media screen and (min-width: 960px) {
	.product .main__wrapper {
		/*margin: 2rem 56px;*/
        margin: 2rem 0;
        margin-bottom: 0;
	}
}
.shopify-section--product-template:not(.shopify-section){
    max-width:none !important;
}
.banner-present--true .main__wrapper {
	margin-top: 0;
}

.shopify-section--product-template:not(.shopify-section) {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.shopify-section--product-template:not(.shopify-section) .product-page {
	margin: 0;
}
.shopify-section--product-template:not(.shopify-section) .breadcrumbs-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.product-page__content {
	position: relative;
	/*max-width: 1200px;*/
	margin: 0 auto;
}

.product-page__sidebar--hide-mobile {
	display: none;
}
@media screen and (min-width: 768px) {
	.product-page__sidebar--hide-mobile {
		display: block;
	}
}

.product-content {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.product-content {
		grid-template-columns: 0.6fr 0.4fr;
		grid-gap: 40px 56px;
	}
}
@media screen and (min-width: 768px) {
	.product-content.product-content--media-position-right {
		grid-template-columns: 0.4fr 0.6fr;
	}
}

@media screen and (min-width: 768px) {
	.product-content--media-position-right .product-gallery__wrapper {
		order: 1;
	}
}

.product__coming-soon-text {
	margin-bottom: 0;
}

#shopify-product-reviews {
	margin-top: 2rem !important;
}

:root {
	--color-body-text: #000000;
	--color-body: #fffded;
	--color-bg: #fffded;
}

shopify-payment-terms {
	display: block;
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
	font-size: 0.8203125rem;
}

.product-quickshop {
	background-color: rgba(43, 46, 56, 0.9);
}
.product-quickshop .shopify-section--quick-shop {
	margin: 4rem auto;
	max-width: 1200px;
	padding: 1.5rem;
	cursor: pointer;
	background-color: white;
}
.product-quickshop .shopify-section--quick-shop .product-quickshop__container {
	padding: 0;
}
.product-quickshop .shopify-section--quick-shop > section {
	margin: 0;
}
.product-quickshop .shopify-section:not(.shopify-section--quick-shop) {
	display: none;
}

.shopify-section {
	width: 100%;
}

.shopify-section--featured-collection {
	/*padding: var(--section-padding);*/
}

.shopify-section--product-sidebar {
	padding-right: 3.5rem;
}
@media screen and (max-width: 767px) {
	.shopify-section--product-sidebar {
		padding-right: 0;
	}
  .product-thumbnail__info--center .product-thumbnail__price{
    font-size: 12px;
    min-height: 36px;
  }
  .product-sidebar__mobile--below .shopify-section--product-sidebar {
		order: 1;
	}
  .collection-page__content .product__add-to-cart-button{
    font-size: 12px;
    padding: 10px 10px;
  }
}

.account-template__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
	.account-template__wrapper {
		grid-template-columns: 1fr 3fr;
		grid-gap: 56px;
	}
}
@media screen and (min-width: 960px) {
	.account-template__wrapper {
		grid-gap: 0;
	}
}

.account-template__breadcrumb {
	margin-top: 2.5rem;
}

.account-template__heading {
	font-size: var(--font-size-heading-2);
	text-align: center;
}

.account-template__log-out {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	text-transform: none;
	letter-spacing: 0;
}
.account-template__log-out::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.account-template__log-out:hover {
	color: #a25636;
}
.account-template__log-out:hover::after {
	background-color: #a25636;
}

.account-template__breadcrumb-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.account-template__breadcrumb-wrapper {
		text-align: right;
	}
}

.account-template__customer-address {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5rem;
}

.account-template__order {
	display: block;
	padding: 0.75rem 0;
	border-bottom: 1px solid #a25636;
}

.account-template__orders {
	flex-grow: 2;
}

.account-template__customer-name,
.account-template__orders-title {
	margin-bottom: 1.5rem;
	font-size: var(--font-size-heading-4);
	color: #a25636;
}

.account-template_view-addresses {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.5rem 0.75rem;
	font-size: 0.7875rem;
}
.account-template_view-addresses:visited {
	color: #ffffff;
}
.account-template_view-addresses:hover:not(:disabled), .account-template_view-addresses:focus, .account-template_view-addresses:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.account-template_view-addresses:disabled, .account-template_view-addresses.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.account-template_view-addresses {
		border-radius: 0.25rem;
	}.account-template__orders-history {
	display: none;
}
.account-template__orders-history th {
	padding: 0 2.5rem 1rem 0;
	font-size: 0.9375rem;
	word-break: normal;
}
@media screen and (min-width: 768px) {
	.account-template__orders-history {
		display: table;
		width: 100%;
	}
}

.account-template__order-line td {
	padding: 1rem 2.5rem 1rem 0;
}

.account-template__order-number a {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	text-transform: none;
	letter-spacing: 0;
}
.account-template__order-number a::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.account-template__order-number a:hover {
	color: #a25636;
}
.account-template__order-number a:hover::after {
	background-color: #a25636;
}

.account-template__order-history {
	display: none;
}
@media screen and (min-width: 768px) {
	.account-template__order-history {
		display: table;
	}
}

@media screen and (min-width: 768px) {
	.account-template__order-history--mobile {
		display: none;
	}
}

.account-template__order-number-wrapper,
.account-template__order-date-wrapper,
.account-template__order-payment-wrapper,
.account-template__order-fulfillment-wrapper,
.account-template__order-price-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}

.account-template__order-number-title,
.account-template__order-date-title,
.account-template__order-payment-title,
.account-template__order-fulfillment-title,
.account-template__order-price-title {
	font-weight: bold;
}

.account-template__order-price-wrapper {
	margin-bottom: 0;
}

.customer-addresses__wrapper {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.customer-addresses__wrapper {
		width: 35%;
		margin: 0 auto;
	}
}

.customer-addresses__breadcrumb {
	margin-bottom: 1rem;
}

.customer-addresses__breadcrumb-wrapper {
	font-size: 0.9375rem;
	text-align: center;
}
.customer-addresses__breadcrumb-wrapper a {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	text-transform: none;
	letter-spacing: 0;
}
.customer-addresses__breadcrumb-wrapper a::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.customer-addresses__breadcrumb-wrapper a:hover {
	color: #a25636;
}
.customer-addresses__breadcrumb-wrapper a:hover::after {
	background-color: #a25636;
}

.customer-addresses__heading {
	margin-bottom: 0.75rem;
	font-size: var(--font-size-heading-2);
	text-align: center;
}

.customer-address__add-new-address {
	text-align: center;
}

.customer-address__add-new-address-button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	text-align: center;
}
.customer-address__add-new-address-button:visited {
	color: #ffffff;
}
.customer-address__add-new-address-button:hover:not(:disabled), .customer-address__add-new-address-button:focus, .customer-address__add-new-address-button:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.customer-address__add-new-address-button:disabled, .customer-address__add-new-address-button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.customer-address__add-new-address-button {
		border-radius: 0.25rem;
	}.address-table__customer-address-heading {
	margin-top: 3.5rem;
	margin-bottom: 0;
	font-size: var(--font-size-heading-4);
	text-align: center;
}

.address-table__view-addresses {
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 0.9375rem;
	text-align: center;
}

.address-table__adress-actions {
	margin-bottom: 2.5rem;
	text-align: center;
}

.address-table__action-edit {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.5rem 0.75rem;
	font-size: 0.7875rem;
	margin: 0 0.375rem;
}
.address-table__action-edit:visited {
	color: #ffffff;
}
.address-table__action-edit:hover:not(:disabled), .address-table__action-edit:focus, .address-table__action-edit:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.address-table__action-edit:disabled, .address-table__action-edit.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.address-table__action-edit {
		border-radius: 0.25rem;
	}.address-table__action-delete {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.5rem 0.75rem;
	font-size: 0.7875rem;
	color: #fc9f90;
	background-color: transparent;
	border: 1px solid #fc9f90;
	margin: 0 0.375rem;
}
.address-table__action-delete:visited {
	color: #ffffff;
}
.address-table__action-delete:hover:not(:disabled), .address-table__action-delete:focus, .address-table__action-delete:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.address-table__action-delete:disabled, .address-table__action-delete.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}
.address-table__action-delete:visited {
	color: #fc9f90;
}
.address-table__action-delete:hover:not(:disabled), .address-table__action-delete:focus, .address-table__action-delete:active {
	color: #ffffff;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
}.address-table__action-delete {
		border-radius: 0.25rem;
	}.address-table__button,
.customer-addresses__button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.5rem 0.75rem;
	font-size: 0.7875rem;
}
.address-table__button:visited,
.customer-addresses__button:visited {
	color: #ffffff;
}
.address-table__button:hover:not(:disabled), .address-table__button:focus, .address-table__button:active,
.customer-addresses__button:hover:not(:disabled),
.customer-addresses__button:focus,
.customer-addresses__button:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.address-table__button:disabled, .address-table__button.disabled,
.customer-addresses__button:disabled,
.customer-addresses__button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.address-table__button,
.customer-addresses__button {
		border-radius: 0.25rem;
	}.address-table__button-cancel,
.customer-addresses__note-button {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	font-size: 0.9375rem;
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
}
.address-table__button-cancel::after,
.customer-addresses__note-button::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.address-table__button-cancel:hover,
.customer-addresses__note-button:hover {
	color: #a25636;
}
.address-table__button-cancel:hover::after,
.customer-addresses__note-button:hover::after {
	background-color: #a25636;
}

.order-template__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.order-template__order-title {
	margin-bottom: 0.75rem;
	text-align: center;
}

.order-template__order-date {
	margin-bottom: 1rem;
	text-align: center;
}

.order-template__return-to-account-wrapper {
	margin-bottom: 2.5rem;
	text-align: center;
}
.order-template__return-to-account-wrapper .account-template__log-out {
	display: none;
}
.order-template__return-to-account-wrapper a {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	text-transform: none;
	letter-spacing: 0;
}
.order-template__return-to-account-wrapper a::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.order-template__return-to-account-wrapper a:hover {
	color: #a25636;
}
.order-template__return-to-account-wrapper a:hover::after {
	background-color: #a25636;
}
@media screen and (min-width: 768px) {
	.order-template__return-to-account-wrapper {
		margin-bottom: 3.5rem;
	}
	.order-template__return-to-account-wrapper .account-template__return-to-account-link {
		padding-left: 3.125rem;
		margin: 0 auto;
	}
	.order-template__return-to-account-wrapper .account-template__log-out {
		display: inline;
		float: right;
		text-align: right;
	}
}

.order-template__details table {
	display: none;
}
.order-template__details th {
	min-width: 100px;
	font-size: 0.9375rem;
}
.order-template__details td:empty {
	visibility: hidden;
}
.order-template__details td:blank {
	visibility: hidden;
}
@media screen and (min-width: 768px) {
	.order-template__details table {
		display: table;
	}
}

.order-template__product-name {
	text-align: right;
}
@media screen and (min-width: 768px) {
	.order-template__product-name {
		text-align: left;
	}
}
.order-template__product-name a {
	text-decoration: underline;
}

.order-item__unit-price,
.order-template__selling-plan {
	font-size: 0.76171875rem;
}

.order-template__price-totals {
	width: 100%;
	padding-top: 0.75rem;
	font-size: 0.9375rem;
	border-top: 1px solid #a25636;
}
.order-template__price-totals span {
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.order-template__price-totals {
		float: right;
		width: 33.33%;
		padding-top: 0;
		border-top: none;
	}
}
.order-template__price-totals .order-template__subtotal,
.order-template__price-totals .order-template__tax-summary,
.order-template__price-totals .order-template__shipping-summary,
.order-template__price-totals .order-template__total-summary,
.order-template__price-totals .order-template__order-price-discount {
	display: flex;
	justify-content: space-between;
}

.order-template__inline-total {
	padding-right: 0;
	text-align: right;
}

.order-template__total-summary {
	padding-top: 1rem;
	border-top: 1px solid #a25636;
}

.order-template__account-details {
	width: 100%;
	font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
	.order-template__account-details {
		display: flex;
		justify-content: space-between;
	}
}

.order-template__billing-wrapper,
.order-template__shipping-wrapper,
.order-template__customer-note {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.order-template__billing-wrapper,
.order-template__shipping-wrapper,
.order-template__customer-note {
		width: 33.33%;
	}
}

@media screen and (min-width: 768px) {
	.order-template__billing-title,
.order-template__shipping-title,
.order-template__customer-note-title {
		padding-bottom: 1.5rem;
		margin-top: 2rem;
		margin-bottom: 0;
		font-size: var(--font-size-heading-4);
	}
}

.order-template__details--mobile {
	display: flex;
	flex-direction: column;
	padding-top: 0.75rem;
	border-top: 1px solid #a25636;
}
@media screen and (min-width: 768px) {
	.order-template__details--mobile {
		display: none;
	}
}

.order-template__product-wrapper,
.order-template__sku-wrapper,
.order-template__price-wrapper,
.order-template__quantity-wrapper,
.order-template__total-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}

.order-template__product-title,
.order-template__sku-title,
.order-template__price-title,
.order-template__quantity-title,
.order-template__total-title,
.order-template__subtotal-title,
.order-template__shipping-summary-title,
.order-template__tax-summary-title {
	font-weight: bold;
}

/* Order discounts */
.order-template__original-line-price {
	display: block;
	font-weight: normal;
	color: #8a9d9c;
	text-decoration: line-through;
	text-shadow: none;
	opacity: 0.5;
}

.order-template__order-price-discount-title {
	flex: 1;
	padding-right: 0.75rem;
	font-weight: bold;
}

.order-template__final-line-price,
.order-template__total-allocated-amount {
	color: #a25636;
}

.registration-form__wrapper {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.registration-form__wrapper {
		width: 35%;
		margin: 0 auto;
	}
}

.registration-form__heading {
	font-size: var(--font-size-heading-2);
	text-align: center;
}
.registration-form__richtext-enabled .registration-form__heading {
	margin-bottom: 0.75rem;
}
.registration-form__richtext-disabled .registration-form__heading {
	margin-bottom: 2.5rem;
}

.registration-form__richtext p {
	margin-bottom: 1rem;
	text-align: center;
}

.registration-form__actions {
	text-align: center;
}

.registration-form__accept-marketing {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

.registration-form__accept-marketing-label p {
	margin-left: 0.5rem;
	line-height: 0.75rem;
}

.registration-form__button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	width: 100%;
	margin-bottom: 1.5rem;
}
.registration-form__button:visited {
	color: #ffffff;
}
.registration-form__button:hover:not(:disabled), .registration-form__button:focus, .registration-form__button:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.registration-form__button:disabled, .registration-form__button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.registration-form__button {
		border-radius: 0.25rem;
	}.restration-form__login-link a {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	text-transform: none;
	letter-spacing: 0;
}
.restration-form__login-link a::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.restration-form__login-link a:hover {
	color: #a25636;
}
.restration-form__login-link a:hover::after {
	background-color: #a25636;
}

.login-template__wrapper {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.login-template__wrapper {
		width: 35%;
		margin: 0 auto;
	}
}

.login-template__login-email,
.login-template__login-password-input {
	font-size: 0.9375rem;
}

.login-template__login-button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff !important;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90 !important;
	border: 1px solid #fc9f90 !important;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	width: 100%;
	margin: 1.5rem 0 1.5rem 0;
}
.login-template__login-button:visited, .login-template__login-button:hover {
	color: #ffffff !important;
}

.login-template__login-button:hover:not(:disabled), .login-template__login-button:focus, .login-template__login-button:active {
	color: #FFFFFF !important;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.login-template__login-button:disabled, .login-template__login-button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.login-template__login-button {
		border-radius: 0.25rem;
	}.login-template__login-label {
	padding-top: 0.5rem;
	margin-bottom: 4rem;
	text-align: center;
}
.login-template__login-label a {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	text-transform: none;
	letter-spacing: 0;
}
.login-template__login-label a::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.login-template__login-label a:hover {
	color: #a25636;
}
.login-template__login-label a:hover::after {
	background-color: #a25636;
}

.login-template__heading {
	margin-bottom: 2.5rem;
	font-size: var(--font-size-heading-2);
	text-align: center;
}

input.login-template__login-password-input {
	margin-bottom: 0.75rem;
}

.login-template__recover-password {
	display: block;
	font-size: 0.8203125rem;
	text-decoration: none;
}

.login-template__recover-password-heading {
	margin-bottom: 2.5rem;
	text-align: center;
}

.login-template__recover-note {
	margin-bottom: 0;
}

.login-template__recover-button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	width: 100%;
	margin: 1.5rem 0 1.5rem 0;
}
.login-template__recover-button:visited {
	color: #ffffff;
}
.login-template__recover-button:hover:not(:disabled), .login-template__recover-button:focus, .login-template__recover-button:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.login-template__recover-button:disabled, .login-template__recover-button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.login-template__recover-button {
		border-radius: 0.25rem;
	}.login-template__action-recover-note {
	display: block;
	margin-bottom: 4rem;
	text-align: center;
}
.login-template__action-recover-note a {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	text-transform: none;
	letter-spacing: 0;
}
.login-template__action-recover-note a::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.login-template__action-recover-note a:hover {
	color: #a25636;
}
.login-template__action-recover-note a:hover::after {
	background-color: #a25636;
}

.reset-password__wrapper {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.reset-password__wrapper {
		width: 35%;
		margin: 0 auto;
	}
}

.reset-password__heading {
	margin-bottom: 2.5rem;
	font-size: var(--font-size-heading-2);
	text-align: center;
}

.reset-password__subtext {
	text-align: center;
}

.reset-password__button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	width: 100%;
	margin: 1.5rem 0 1.5rem 0;
}
.reset-password__button:visited {
	color: #ffffff;
}
.reset-password__button:hover:not(:disabled), .reset-password__button:focus, .reset-password__button:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.reset-password__button:disabled, .reset-password__button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.reset-password__button {
		border-radius: 0.25rem;
	}.cart-template__header {
	max-width: 1200px;
	margin: 2.5rem auto;
	margin: 0 auto 2.5rem;
	font-size: 0.9375rem;
	text-align: center;
}
.section-with-sidebar__wrapper .cart-template__header {
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.cart-template__header {
		margin: 0 auto 3.5rem;
	}
}

.cart-template__heading {
	margin: 0;
	text-align: center;
	padding: 0;
	margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
	.cart-template__heading {
		padding: 2.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .cart-template__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .cart-template__heading {
	padding-top: 0;
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.cart-template__heading {
		padding: 0;
	}
}

.cart-template__continue,
.cart-template__continue:visited {
	padding-bottom: 0.25rem;
	text-decoration: none;
	border-bottom: 1px solid #a25636;
	transition: ease-in-out 0.3s color, ease-in-out 0.3s border-color;
}
.cart-template__continue:hover, .cart-template__continue:focus,
.cart-template__continue:visited:hover,
.cart-template__continue:visited:focus {
	color: #a25636;
	border-color: #a25636;
}

.cart-template__empty {
	margin-top: 2.5rem;
}
@media screen and (min-width: 576px) {
	.cart-template__empty {
		margin-top: 3.5rem;
	}
}

.cart-template__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.cart-template__items {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	margin: 1.5rem 0;
	border-top: 1px solid #a25636;
	border-bottom: 1px solid #a25636;
}
@media screen and (min-width: 768px) {
	.cart-template__items {
		padding-top: 0;
		padding-bottom: 2rem;
		margin-bottom: 1.5rem;
		border-top: 0;
	}
}

.cart-item {
	display: grid;
	grid-template-areas: "info qty-remove";
	grid-template-rows: 1fr;
	grid-template-columns: 6rem 1fr;
	gap: 0 1rem;
	margin-bottom: 2rem;
}
.cart-item:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.cart-item {
		grid-template-areas: "info price quantity total";
		grid-template-rows: 1fr;
		grid-template-columns: 50% 1fr 6.5rem 1fr;
		gap: 0 2.5rem;
		padding-top: 2rem;
		margin-bottom: 0;
	}
}
.cart-item.cart-item--titles {
	display: none;
}
@media screen and (min-width: 768px) {
	.cart-item.cart-item--titles {
		display: grid;
		padding-top: 0;
		padding-bottom: 1.5rem;
		font-size: 0.9375rem;
		font-weight: 700;
		text-align: center;
		border-bottom: 1px solid #a25636;
	}
}

.cart-item__info {
	display: flex;
	flex-direction: column;
	grid-area: info;
	align-items: flex-start;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.cart-item__info {
		flex-direction: row;
		align-items: center;
	}
}
.cart-item__info h2 {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.2890625rem;
}
.cart-item__info h2,
.cart-item__info p {
	display: none;
}
@media screen and (min-width: 768px) {
	.cart-item__info h2,
.cart-item__info p {
		display: block;
		margin: 0;
	}
}
.cart-item__info .cart-item__remove {
	display: none;
	text-decoration: none;
	transition: color 0.2s;
	position: relative;
}
.cart-item__info .cart-item__remove::after {
	position: absolute;
	bottom: 0.05rem;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background-color: #a25636;
	opacity: 0;
	transition: opacity 0.2s ease;
}
.cart-item__info .cart-item__remove:hover::after {
	opacity: 1;
}
@media screen and (min-width: 768px) {
	.cart-item__info .cart-item__remove {
		display: inline-block;
		padding-top: 1rem;
	}
}

.cart-item__image {
	width: 100%;
}

.cart-item__image-link {
	position: relative;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.cart-item__image-link {
		max-width: 33.3333%;
		margin-right: 2.5rem;
	}
}

.cart-item__variants {
	font-size: 0.703125rem;
}
@media screen and (min-width: 768px) {
	.cart-item__variants {
		font-size: initial;
	}
}

.cart-item__selling-plan {
	font-size: 0.76171875rem;
}
.cart-info .cart-item__selling-plan {
	display: none;
}
@media screen and (min-width: 768px) {
	.cart-info .cart-item__selling-plan {
		display: block;
	}
}

.cart-item__properties {
	margin: 0;
}

.cart-item__price {
	display: none;
}
@media screen and (min-width: 768px) {
	.cart-item__price {
		display: flex;
		flex-direction: column;
		grid-area: price;
		justify-content: center;
		text-align: center;
	}
}

.cart-item__unit-price {
	font-size: 0.76171875rem;
}

.cart-item__quantity {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.cart-item__quantity {
		flex-direction: column;
		flex-wrap: initial;
		grid-area: quantity;
		justify-content: center;
	}
}
.cart-item__quantity .cart-item__remove {
	display: block;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.cart-item__quantity .cart-item__remove {
		display: none;
	}
}

.cart-item__quantity-top {
	display: flex;
	width: 100%;
	grid-area: top;
}

.cart-item__quantity-bottom {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	grid-area: bottom;
}

.cart-item__quantity--left {
	align-self: flex-start;
	width: 50%;
	margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
	.cart-item__quantity--left {
		display: none;
		margin-bottom: 0;
	}
}
.cart-item__quantity--left p {
	margin-bottom: 0.25rem;
}

.cart-item__quantity--right {
	align-self: flex-start;
	justify-content: space-between;
	width: 50%;
	text-align: right;
}
@media screen and (min-width: 768px) {
	.cart-item__quantity--right {
		display: none;
		width: auto;
		text-align: center;
	}
}

.cart-item__quantity-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	max-height: 3rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 0.5rem;
	justify-content: center;
	width: 6.5rem;
}
.cart-item__quantity-wrapper input {
	width: 33.3333%;
	padding: 0.75rem 0;
	margin: 0.5rem 0;
	text-align: center;
	border: 0;
	-moz-appearance: textfield;
}
.cart-item__quantity-wrapper input::-webkit-inner-spin-button, .cart-item__quantity-wrapper input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.cart-item__quantity-wrapper button {
	position: relative;
	display: flex;
	justify-content: center;
	width: 33.3333%;
	font-size: 0;
	cursor: pointer;
	background-color: #fc9f90;
	border: 0;
	border-radius: 0.5rem;
}
.cart-item__quantity-wrapper button::after {
	position: absolute;
	top: 50%;
	height: 11px;
	transform: translateY(-50%);
}
.cart-item__quantity-wrapper .quantity--plus::after {
	content: url('data:image/svg+xml,%3Csvg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M5 10.5C5 10.7761 5.22386 11 5.5 11C5.77614 11 6 10.7761 6 10.5V6H10.5C10.7761 6 11 5.77614 11 5.5C11 5.22386 10.7761 5 10.5 5H6V0.5C6 0.223858 5.77614 0 5.5 0C5.22386 0 5 0.223858 5 0.5V5H0.5C0.223858 5 0 5.22386 0 5.5C0 5.77614 0.223858 6 0.5 6H5V10.5Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.no-js .cart-item__quantity-wrapper .quantity--plus {
	display: none;
}
.cart-item__quantity-wrapper .quantity--minus::after {
	padding-top: 11px;
	content: url('data:image/svg+xml,%3Csvg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0 0.5C0 0.223858 0.223858 0 0.5 0H10.5C10.7761 0 11 0.223858 11 0.5C11 0.776142 10.7761 1 10.5 1H0.5C0.223858 1 0 0.776142 0 0.5Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.no-js .cart-item__quantity-wrapper .quantity--minus {
	display: none;
}
@media screen and (min-width: 768px) {
	.cart-item__quantity-wrapper {
		width: 100%;
	}
}
.cart-item__quantity-wrapper input {
	padding: 0.75rem 0;
	margin: 0;
}

.cart-template__discounts {
	display: inline-block;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.cart-template__order-subtotal {
	font-weight: 700;
}

.cart-item__total {
	display: none;
}
@media screen and (min-width: 768px) {
	.cart-item__total {
		display: flex;
		flex-direction: column;
		grid-area: total;
		justify-content: center;
		text-align: right;
	}
}

.cart-item__title {
	text-decoration: none;
}
.cart-item__title h2 {
	color: #a25636;
}
@media screen and (min-width: 768px) {
	.cart-item__title h2 {
		margin: 0;
		font-size: 1.2890625rem;
	}
}

.cart-template__quantity {
	display: flex;
	align-items: center;
	margin: 1rem 0;
}
.cart-template__quantity input {
	width: auto;
	margin: 0 0 0 0.75rem;
}

@media screen and (min-width: 768px) {
	.cart-template__subtotal {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (min-width: 768px) {
	.cart-template__notes {
		width: 50%;
	}
}

.cart-template__terms {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 1rem 0 0;
}
.cart-template__terms input {
	margin-right: 0.75rem;
	height: 1rem;
	width: 1rem;
}
.cart-template__terms label p {
	margin: 0;
}

.cart-template__checkout {
	text-align: right;
}
@media screen and (min-width: 768px) {
	.cart-template__checkout {
		width: 50%;
	}
}
.cart-template__checkout p {
	margin-bottom: 0.25rem;
}

.cart-template__cart-total {
	font-size: 1.2890625rem;
}

.cart-template__minor-text {
	font-size: 0.76171875rem;
}

.cart-template__checkout-buttons {
	float: right;
	width: 50%;
	margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
	.cart-template__checkout-buttons {
		width: 30%;
	}
}
.no-js .cart-template__checkout-buttons {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.no-js .cart-template__checkout-buttons {
		display: flex;
		align-items: flex-end;
		float: none;
		width: 70%;
		margin-left: auto;
	}
}

.cart-template__add-to-cart {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	width: 100%;
}
.cart-template__add-to-cart:visited {
	color: #ffffff;
}
.cart-template__add-to-cart:hover:not(:disabled), .cart-template__add-to-cart:focus, .cart-template__add-to-cart:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.cart-template__add-to-cart:disabled, .cart-template__add-to-cart.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.cart-template__add-to-cart {
		border-radius: 0.25rem;
	}@media screen and (min-width: 768px) {
	.no-js .cart-template__add-to-cart {
		flex: 0 1 50%;
	}
}

@media screen and (min-width: 768px) {
	.cart-update-noscript {
		flex: 0 1 50%;
		margin-right: 0.5rem;
	}
}

.cart-template__update-cart {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	color: #fc9f90;
	background-color: transparent;
	border: 1px solid #fc9f90;
	width: 100%;
	margin-bottom: 0.5rem;
}
.cart-template__update-cart:visited {
	color: #ffffff;
}
.cart-template__update-cart:hover:not(:disabled), .cart-template__update-cart:focus, .cart-template__update-cart:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.cart-template__update-cart:disabled, .cart-template__update-cart.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}
.cart-template__update-cart:visited {
	color: #fc9f90;
}
.cart-template__update-cart:hover:not(:disabled), .cart-template__update-cart:focus, .cart-template__update-cart:active {
	color: #ffffff;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
}.cart-template__update-cart {
		border-radius: 0.25rem;
	}@media screen and (min-width: 768px) {
	.cart-template__update-cart {
		flex: 0 1 50%;
		margin-bottom: 0;
	}
}

.applied-discount {
	color: #a25636;
}
.applied-discount .applied-discount__title {
	font-weight: 700;
}

.discount-wrap {
	white-space: nowrap;
}

.password-page__background {
	color: #ffffff;
	background-color: #2a2a2a;
}

.password-page {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.password-page a,
.password-page a:hover {
	color: #ffffff;
}

.password-page__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.password-page__shop-title {
	font-family: "Playfair Display",serif;
	font-style: normal;
	font-weight: 700;
	margin: 0;
	font-size: 0.9375rem;
	color: #ffffff;
	text-transform: uppercase;
}

.password-page__opening-message {
	margin: 0.5rem auto 1rem 0;
	color: #ffffff;
}

.password-page__message {
	font-size: 0.9375rem;
}

.password-page__logo-img {
	max-width: var(--password-page-logo-width);
	margin: 0 auto;
}

.password-page__follow {
	margin-top: 4.5rem;
	margin-bottom: 0;
	font-size: var(--font-size-heading-4);
	color: #ffffff;
}

.password-page .newsletter-form {
	max-width: 25rem;
	padding: 1.5rem 0 1.5rem 0;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.password-page .newsletter-form__sign-up,
.password-page .newsletter-form__contact-email {
		margin: 0.5rem 0;
	}
}

.password-page__social {
	margin-bottom: 4.5rem;
}
.password-page__social .social-icons {
	justify-content: center;
}
.password-page__social .social-icons li {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

.password-page__footer {
	margin-top: 1.5rem;
	font-size: 0.76171875rem;
}

/* Password Page Modal CSS */
.password-page__controls {
	margin-top: 1rem;
	text-align: center;
}
@media screen and (min-width: 576px) {
	.password-page__controls {
		position: relative;
		display: block;
		margin: 1rem 2rem 1rem auto;
		text-align: right;
	}
}
.password-page__controls a {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	color: #ffffff;
	text-transform: none;
	letter-spacing: 0;
}
.password-page__controls a::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.password-page__controls a:hover {
	color: #a25636;
}
.password-page__controls a:hover::after {
	background-color: #a25636;
}
.password-page__controls a:hover {
	color: #ffffff;
}
.password-page__controls a::after,
.password-page__controls a:hover::after {
	background-color: #ffffff;
}

.password-page__modalbox {
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: center;
}
@media screen and (min-width: 576px) {
	.password-page__modalbox {
		position: absolute;
		top: 1rem;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2001;
		height: 100%;
		padding: 0;
	}
}

.password-page__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	visibility: hidden;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0;
	transition: all 0.5s ease;
}

.password-page__close-me {
	z-index: 2002;
	display: block;
	text-align: right;
}
.password-page__close-me a {
	color: #000;
}
@media screen and (min-width: 576px) {
	.password-page__close-me {
		margin: 0;
	}
}

.password-page__close-icon {
	padding: 0;
	margin: 1rem;
	color: #000;
	cursor: pointer;
	background-color: transparent;
	border: none;
}

.password-page__overlay-open {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.5s;
}

.password-page__modalbox-inputbox {
	position: absolute;
	top: 50%;
	left: 50%;
	display: table;
	max-width: 80%;
	margin: 0 auto;
	color: #000;
	text-align: center;
	transform: translate(-50%, -50%);
}
.password-page__modalbox-inputbox form {
	margin-bottom: 1.25rem;
}

.password-page__modalbox-password {
	display: block;
}

.password-page__form-actions {
	margin-top: 0.5rem;
	margin-left: 0.5rem;
}

.password-page__form-wrapper {
	display: flex;
}

.password-page__owner {
	margin-top: 1rem;
	font-size: 0.8203125rem;
	opacity: 0.8;
}

.password-page__button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
}
.password-page__button:visited {
	color: #ffffff;
}
.password-page__button:hover:not(:disabled), .password-page__button:focus, .password-page__button:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.password-page__button:disabled, .password-page__button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.password-page__button {
		border-radius: 0.25rem;
	}.shopify a {
	padding-left: 1.25rem;
	color: #af1f31;
	text-decoration: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
}

.error-page__heading {
	margin: 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.error-page__heading {
		padding: 2.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .error-page__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .error-page__heading {
	padding-top: 0;
	margin-top: 0;
}
.main-content--section-headings-left .error-page__heading, .main-content--section-headings-right .error-page__heading {
	text-align: center;
}

.error-page__content-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.error-page__quote {
	font-size: 16px;
	font-style: italic;
}

.error-page__continue-shopping a {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	text-transform: none;
	letter-spacing: 0;
}
.error-page__continue-shopping a::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.error-page__continue-shopping a:hover {
	color: #a25636;
}
.error-page__continue-shopping a:hover::after {
	background-color: #a25636;
}

.search-template {
	margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
	.search-template {
		margin: 3rem 24px;
	}
}
@media screen and (min-width: 768px) and (min-width: 576px) {
	.search-template {
		margin: 3rem 32px;
	}
}
@media screen and (min-width: 768px) and (min-width: 768px) {
	.search-template {
		margin: 3.5rem 40px;
	}
}
@media screen and (min-width: 768px) and (min-width: 960px) {
	.search-template {
		margin: 3.5rem 56px;
	}
}

.search-template__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 24rem;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
	.search-template__header {
		margin-bottom: 3.5rem;
	}
}

.search-template__heading {
	margin: 0;
	font-size: var(--font-size-heading-2);
}

.search-template__description {
	margin-top: 0.75rem;
	margin-bottom: 0;
}

.search-template__form {
	width: 100%;
	margin-top: 1.5rem;
}

.search-template__form-field {
	position: relative;
}

input[type=text].search-template__form-input {
	padding-left: 3.5rem;
	margin-bottom: 0;
}

.search-template__form-submit {
	position: absolute;
	top: 50%;
	left: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0.125rem;
	color: #000000;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	transform: translateY(-50%);
}

.search-icon {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.search-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.search-template__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.search-template__results-count {
	padding-top: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: var(--font-size-heading-4);
	text-align: center;
}
@media screen and (min-width: 768px) {
	.search-template__results-count {
		margin-top: 1.5rem;
		font-size: var(--font-size-heading-3);
		border-top: 1px solid #a25636;
	}
}

.search-template__results-products,
.search-template__results-articles {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 24px;
}
.search-template__results-1-mobile-column .search-template__results-products,
.search-template__results-1-mobile-column .search-template__results-articles {
	grid-template-columns: 1fr;
}
.search-template__results-2-mobile-column .search-template__results-products,
.search-template__results-2-mobile-column .search-template__results-articles {
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
	.search-template__results-products,
.search-template__results-articles {
		grid-gap: 40px;
	}
	.search-template__results-2-column .search-template__results-products,
.search-template__results-2-column .search-template__results-articles {
		grid-template-columns: repeat(2, 1fr);
	}
	.search-template__results-3-column .search-template__results-products,
.search-template__results-3-column .search-template__results-articles {
		grid-template-columns: repeat(3, 1fr);
	}
	.search-template__results-4-column .search-template__results-products,
.search-template__results-4-column .search-template__results-articles {
		grid-template-columns: repeat(4, 1fr);
	}
}

.search-template__grid-heading {
	display: none;
	margin-bottom: 1rem;
	font-size: 0.9375rem;
	font-weight: 700;
}
.search-template__grid-wrapper--with-heading .search-template__grid-heading {
	display: block;
}

.search-template__grid-wrapper--spacer {
	margin-top: 40px;
}

.search-template__result-page-link {
	font-size: 0.9375rem;
	text-decoration: none;
}

.search-template__result-blog a,
.search-template__result-page a {
	color: #000000;
	text-decoration: none;
}
.search-template__result-blog a:hover, .search-template__result-blog a:visited,
.search-template__result-page a:hover,
.search-template__result-page a:visited {
	color: #000000;
}

.search-template__result-blog--title,
.search-template__result-page-link {
	font-size: 0.9375rem;
}

.search-template__result-blog--meta {
	font-size: 0.76171875rem;
}
.search-template__result-blog--meta span::before {
	padding: 0 0.25rem;
	content: "·";
}
.search-template__result-blog--meta span:first-child::before {
	display: none;
}

.search-template__result-blog--info {
	margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
	.search-template__result-blog--info {
		margin-top: 1rem;
	}
}

.search-template__result-blog--media-wrapper {
	position: relative;
}

.search-template--section-with-sidebar .search-template__wrapper {
	margin: 2.5rem 0 2.5rem;
}
@media screen and (min-width: 576px) {
	.search-template--section-with-sidebar .search-template__wrapper {
		margin: 3.5rem 0 3.5rem;
	}
}
@media screen and (min-width: 768px) {
	.search-template--section-with-sidebar .search-template__wrapper {
		flex: 1 1 auto;
		margin: 0 0 0 40px;
	}
}
@media screen and (min-width: 960px) {
	.search-template--section-with-sidebar .search-template__wrapper {
		margin: 0 0 0 40px;
	}
}

.search-template--sidebar {
	display: none;
}
@media screen and (min-width: 768px) {
	.search-template--sidebar {
		display: block;
	}
}

/* Sections */
.article-template--width-wide {
	margin-top: 0;
  padding: 10px;
}
@media screen and (min-width: 576px) {
	.article-template--width-wide {
		margin-top: 0;
	}
}
@media screen and (min-width: 768px) {
	.article-template--width-wide {
		margin-top: 0;
	}
}
@media screen and (min-width: 960px) {
	.article-template--width-wide {
		margin-top: 0;
	}
}

/* 	START
	CUSTOMISATIONS
*/

.section-heading__descriptions,
.featured-collection__description {
	font-style: italic;
	color: var(--content-font-color);
}

.shopify-section--image-with-text {
	background-color: var(--section-bg-color);
}

.featured-promotions-section {
	/*padding: var(--section-padding);*/
    padding: 1px;
	background-color: var(--section-bg-color);
	padding-bottom: 2rem;
}

.featured-promotions__bg {
	position: absolute;
	width: 10%;
}

.decor__toy {
	left: -8%;
	top: -6%;
	width: 7%;
}

.decor__balloon {
	right: -6%;
	top: -10%;
	width: 7%;
}

.decor__aeroplane {
	left: -8%;
	bottom: -22%;
}

.decor__horse {
	right: -8%;
	bottom: -22%;
}

@media screen and (max-width: 575px) {
	.decor__toy {
		left: -6%;
		top: -8%;
		width: 12%;
	}

	.decor__balloon {
		right: -6%;
		top: -8%;
		width: 12%;
	}

	.decor__aeroplane {
		left: -6%;
		bottom: -9%;
	}

	.decor__horse {
		right: -6%;
		bottom: -9%;
	}

	.featured-promotions__bg {
		width: 20%;
	}
}

@media (min-width: 768px) and (max-width: 1366px) {
	.featured-promotions__bg {
		position: absolute;
		width: 8%;
	}

    .featured-promotions__bg.decor__balloon{
        width: 6%;
        top: -7%;
    }

	.decor__toy {
		left: -6%;
		top: -6%;
		width: 5%;
	}

	.decor__aeroplane {
		left: -6%;
		bottom: -22%;
	}

	.decor__horse {
		right: -6%;
		bottom: -22%;
	}

	.footer-top {
		min-height: 44vw !important;
	}
}

@media screen and (min-width: 600px) {
	.slideshow-slide__content {
		padding: 0 16%;
	}
}

.our-story__background {
	position: absolute;
	width: 22%;
}

.decor__temple_and_grains {
	top: 73%;
	left: 16%;
}

@media screen and (max-width: 575px) {
	.decor__temple_and_grains {
		top: 89%;
		left: 56%;
		width: 40%;
	}
}

.decor__bird1 {
	left: 14%;
    top: 16%;
    width: 6%;
}

.decor__bird2 {
	left: 36%;
    top: 4%;
    width: 8%;
}

.decor__bird3 {
	left: 40%;
    top: 30%;
    width: 6%;
}


/*	END
		CUSTOMISATIONS
*/

.shopify-section--collection-list .collection-list__header {
	display: flex;
	align-items: center;
	justify-content: center;
}

.article-template__banner {
	position: relative;
}
.article-template__banner .image-with-text-overlay--wide {
	margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
	.article-template__banner .image-with-text-overlay--wide {
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 768px) {
	.article-template__banner .image-with-text-overlay--wide {
		margin-bottom: 3rem;
	}
}
.article-template__banner .image-with-text-overlay__image {
	height: 100%;
  object-fit: contain;
}
.article-template__banner .image-with-text-overlay__content-wrapper {
	max-width: 800px;
}
.article-template__banner .image-with-text-overlay--text-position-center-center .image-with-text-overlay__content-wrapper {
	align-items: center;
	justify-content: center;
	text-align: center;
}
.article-template__banner .image-with-text-overlay__heading {
	font-family: "Playfair Display",serif;
	font-style: normal;
	font-weight: 400;
	font-size: var(--font-size-heading-2);
	line-height: 1.3;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 3px;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
	.article-template__banner .image-with-text-overlay__heading {
		font-size: 2.8125rem;
	}
}@media screen and (min-width: 768px) {
	.article-template__banner .image-with-text-overlay__heading {
		font-size: 2.8125rem;
	}
}
.article-template__banner .image-with-text-overlay__heading a {
	color: inherit;
	text-decoration: none;
}
.article-template__banner .image-with-text-overlay__heading a:visited, .article-template__banner .image-with-text-overlay__heading a:hover, .article-template__banner .image-with-text-overlay__heading a:focus, .article-template__banner .image-with-text-overlay__heading a:active {
	color: inherit;
}
.article-template__banner .image-with-text-overlay__preheading,
.article-template__banner .image-with-text-overlay__subheading {
	font-family: "Playfair Display",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9375rem;
	line-height: 1.5;
	text-decoration: none;
	text-transform: none;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
	.article-template__banner .image-with-text-overlay__preheading,
.article-template__banner .image-with-text-overlay__subheading {
		font-size: 0.9375rem;
	}
}

.article-template__breadcrumbs--no-sidebar {
	max-width: 100%;
	margin: 0 auto;
}

.article-template--section-with-sidebar .article-template__wrapper-content {
	margin: 2.5rem 0 2.5rem;
}
@media screen and (min-width: 576px) {
	.article-template--section-with-sidebar .article-template__wrapper-content {
		margin: 3.5rem 0 3.5rem;
	}
}
@media screen and (min-width: 768px) {
	.article-template--section-with-sidebar .article-template__wrapper-content {
		flex: 1 1 auto;
		margin: 0 0 0 40px;
	}
}
@media screen and (min-width: 960px) {
	.article-template--section-with-sidebar .article-template__wrapper-content {
		margin: 0 0 0 40px;
	}
}
.article-template--section-with-sidebar .article-template__wrapper {
	margin: 0;
}

.article-template__sidebar--hide-mobile {
	display: none;
}
@media screen and (min-width: 768px) {
	.article-template__sidebar--hide-mobile {
		display: block;
	}
}

.article-template__bottom-sidebar {
	display: block;
}
@media screen and (min-width: 768px) {
	.article-template__bottom-sidebar {
		display: none;
	}
}

.article-template__wrapper {
	/*max-width: 800px;*/
	margin: 0 auto;
}

.article-template__meta {
	margin: 0 auto 2.5rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.article-template__meta {
		margin: 3.5rem auto 2.5rem;
	}
	.article-template--section-with-sidebar .article-template__meta {
		margin-top: 0;
	}
}

.article-template__meta-banner-true {
	margin: 1.5rem 0 1rem 0;
	text-align: left;
}

.article-template__heading {
	margin: 0 auto;
}

.article-template__meta-date {
	margin-bottom: 0.25rem;
	font-size: 0.8203125rem;
}

.article-template__meta-author {
	margin-top: 0.5rem;
	font-size: 0.8203125rem;
}

.article-template__articles {
	max-width: 800px;
}

.article-template__image {
	position: relative;
	margin-bottom: 1.5rem;
}

.article-template__image img {
	width: 100%;
}

.article-template__content {
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	.article-template__content {
		margin-top: 0;
        margin-bottom: 1.5rem;
	}
}
.article-template__content blockquote {
	border-left: 0.5rem solid #a25636;
}
.article-template__content tr {
	border-color: #a25636;
}
.article-template__content td,
.article-template__content th {
	padding: 1rem 1rem 1rem 0;
	border-color: #a25636;
}

.article-template__tags {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}

.article-template__tag {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	margin: 0;
	font-size: 0.76171875rem;
	color: #000000;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 1.25rem;
	margin: 0 0.5rem 0.5rem 0;
}
.article-template__tag:visited {
	color: #000000;
}
.article-template__tag a {
	color: #000000;
	text-decoration: none;
}

.article-template__articles-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 32px 40px;
	padding: 0;
	list-style-type: none;
}
@media screen and (min-width: 576px) {
	.article-template__articles-wrapper.article-template__articles-wrapper--3-column {
		grid-template-columns: repeat(3, 1fr);
	}
	.article-template__articles-wrapper.article-template__articles-wrapper--2-column {
		grid-template-columns: repeat(2, 1fr);
	}
	.article-template__articles-wrapper.article-template__articles-wrapper--1-column {
		grid-template-columns: 1fr;
		max-width: 50%;
	}
}

.article-template__articles-header {
	max-width: 1200px;
	margin: 2.5rem auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 1rem auto;
}
.section-with-sidebar__wrapper .article-template__articles-header {
	margin-top: 0;
}

.article-template__articles--none {
	margin: 1rem auto;
	text-align: center;
}

.article-template__meta-comment-count {
	display: block;
	margin-top: 0.5rem;
}

.article-template__meta-comment-count-link {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	font-size: 0.76171875rem;
}
.article-template__meta-comment-count-link::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.article-template__meta-comment-count-link:hover {
	color: #a25636;
}
.article-template__meta-comment-count-link:hover::after {
	background-color: #a25636;
}

.article-info__comments {
	padding-top: 2rem;
	margin-top: 2rem;
	border-top: 1px solid #a25636;
}
.article-info__comments.article-info__comments--none {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

.article-template__new-comment {
	padding-top: 2rem;
	margin-top: 2rem;
	border-top: 1px solid #a25636;
}

.article-template__new-comment-title {
	margin-top: 0;
	margin-bottom: 2rem;
}

.article-template__new-comment-title,
.article-template__comment-count {
	font-size: var(--font-size-heading-3);
}

.article-template__comment-count {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.blog-comment {
	margin-top: 2rem;
}
.blog-comment:first-of-type {
	margin-top: 0;
}

.blog-comment__content {
	margin-bottom: 0.5rem;
}

.blog-comment__author-bio h3 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-size: 0.9375rem;
	font-weight: bold;
	text-transform: none;
}

.blog-comment__date {
	font-size: 0.8203125rem;
	opacity: 0.7;
}

.comment-form__submit input {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
}
.comment-form__submit input:visited {
	color: #ffffff;
}
.comment-form__submit input:hover:not(:disabled), .comment-form__submit input:focus, .comment-form__submit input:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.comment-form__submit input:disabled, .comment-form__submit input.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.comment-form__submit input {
		border-radius: 0.25rem;
	}.blog-posts .flickity-viewport {
	transition: height 0.4s ease-in-out;
}

.blog-posts__header {
	max-width: 1200px;
	margin: 2.5rem auto;
}
.section-with-sidebar__wrapper .blog-posts__header {
	margin-top: 0;
}

.blog-posts__heading {
	margin: 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.blog-posts__heading {
		padding: 2.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .blog-posts__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .blog-posts__heading {
	padding-top: 0;
	margin-top: 0;
}

.blog-posts__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 2.5rem;
	list-style-type: none;
}
@media screen and (min-width: 768px) {
	.blog-posts__wrapper {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 40px;
		justify-items: center;
		padding: 0;
	}
	.main-content--section-headings-left .blog-posts__wrapper {
		justify-items: start;
	}
}

.blog-posts__wrapper--2-column {
	grid-template-columns: repeat(2, 1fr);
}

.blog-posts__wrapper--3-column {
	grid-template-columns: repeat(3, 1fr);
}

.blog-template--width-wide {
	left: 50%;
	margin-left: calc(-50vw + var(--scrollbar-width) / 2);
	margin-right: calc(-50vw + var(--scrollbar-width) / 2);
	max-width: calc(100vw - var(--scrollbar-width));
	position: relative;
	right: 50%;
	width: calc(100vw - var(--scrollbar-width));
	margin-top: 0;
}
@media screen and (min-width: 576px) {
	.blog-template--width-wide {
		margin-top: 0;
	}
}
@media screen and (min-width: 768px) {
	.blog-template--width-wide {
		margin-top: 0;
	}
}
@media screen and (min-width: 960px) {
	.blog-template--width-wide {
		margin-top: 0;
	}
}

.blog-template__content-wrapper {
	margin: 1.5rem 24px;
  padding: 10px;
}
/*@media screen and (min-width: 576px) {
	.blog-template__content-wrapper {
		margin: 1.5rem 32px;
	}
}
@media screen and (min-width: 768px) {
	.blog-template__content-wrapper {
		margin: 2rem 40px;
	}
}
@media screen and (min-width: 960px) {
	.blog-template__content-wrapper {
		margin: 2rem 56px;
	}
}*/

.blog-template__sidebar--hide-mobile {
	display: none;
}
@media screen and (min-width: 768px) {
	.blog-template__sidebar--hide-mobile {
		display: block;
	}
}

.blog-template__bottom-sidebar {
	display: block;
}
@media screen and (min-width: 768px) {
	.blog-template__bottom-sidebar {
		display: none;
	}
}

.section-with-sidebar_wrapper .blog-template__blog-posts {
	margin: 2.5rem 0 2.5rem;
}
@media screen and (min-width: 576px) {
	.section-with-sidebar_wrapper .blog-template__blog-posts {
		margin: 3.5rem 0 3.5rem;
	}
}
@media screen and (min-width: 768px) {
	.section-with-sidebar_wrapper .blog-template__blog-posts {
		flex: 1 1 auto;
		margin: 0 0 0 40px;
	}
}
@media screen and (min-width: 960px) {
	.section-with-sidebar_wrapper .blog-template__blog-posts {
		margin: 0 0 0 40px;
	}
}

.blog-template__header {
	max-width: 1200px;
	margin: 2.5rem auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
    padding: 50px 0 0 0;
}
.section-with-sidebar__wrapper .blog-template__header {
	margin-top: 0;
}
.blog-template__header .breadcrumbs {
	margin: 0 auto;
}
.main-content--section-headings-left .blog-template__header .breadcrumbs {
	margin: 0;
}
@media screen and (min-width: 576px) {
	.blog-template__header .breadcrumbs {
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (min-width: 576px) {
	.blog-template__banner ~ .blog-template__header {
		margin: 2.5rem auto;
	}
}

.blog-template__tag-wrapper {
	width: 100%;
	margin: 0 0.75rem;
}
.main-content--section-headings-left .blog-template__tag-wrapper {
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 576px) {
	.blog-template__tag-wrapper {
		width: auto;
		margin: 0 auto;
	}
}

.blog-template__blog-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 0 0.5rem;
	margin: 0;
	list-style-type: none;
}
.main-content--section-headings-left .blog-template__blog-tags {
	justify-content: flex-start;
}
.blog-template__blog-tags li {
	margin: 0;
}

.blog-template__blog-tag {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	margin: 0;
	font-size: 0.76171875rem;
	color: #000000;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 1.25rem;
	margin: 0.75rem 0.5rem 0.5rem 0;
	color: #000000;
}
.blog-template__blog-tag:visited {
	color: #000000;
}
.blog-template__blog-tag:visited {
	color: #000000;
}
.blog-template__blog-tag:hover, .blog-template__blog-tag:focus {
	color: #000000;
}

.blog-template__content {
	width: 100%;
}

.blog-template__heading {
	margin: 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.blog-template__heading {
		padding: 2.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .blog-template__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .blog-template__heading {
	padding-top: 0;
	margin-top: 0;
}
@media screen and (min-width: 576px) {
	.blog-template__heading {
		padding-top: 0;
	}
}

.blog-template__text {
	text-align: center;
}

.blog-template__banner .image-with-text-overlay__heading {
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.blog-template__wrapper {
	width: 100%;
}

.blog-template__blog-posts {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-gap: 32px 24px;
	padding: 0;
	list-style-type: none;
}
@media screen and (min-width: 576px) {
	.blog-template__blog-posts {
		grid-gap: 40px 32px;
	}
}
.section-with-sidebar__wrapper .blog-template__blog-posts {
	margin: 1.5rem 0 2.5rem;
}
@media screen and (min-width: 576px) {
	.section-with-sidebar__wrapper .blog-template__blog-posts {
		margin: 1.5rem 0 3.5rem;
	}
}
@media screen and (min-width: 768px) {
	.section-with-sidebar__wrapper .blog-template__blog-posts {
		flex: 1 1 auto;
		margin: 0 0 0 40px;
	}
}
@media screen and (min-width: 960px) {
	.section-with-sidebar__wrapper .blog-template__blog-posts {
		margin: 40px 0 0 0px;
	}
}
.blog-template__blog-posts.blog-template__blog-posts--1-column {
	max-width: 800px;
}

@media screen and (min-width: 576px) {
	.blog-template__blog-posts--2-column {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 576px) {
	.blog-template__blog-posts--3-column {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Fix Blog page column start */
@media screen and (min-width: 426px) {
	.blog-template__blog-posts--3-column {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 769px) {
	.blog-template__blog-posts--3-column {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 768px) {
    .blog-template__header {
        padding: 0;
    }
}
/* Fix Blog page column End */

@media screen and (min-width: 576px) {
	.blog-template__blog-posts--4-column {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 768px) {
	.blog-template__blog-posts--4-column {
		grid-template-columns: repeat(4, 1fr);
	}
}

.collection-list__header {
	max-width: 1200px;
	margin: 2.5rem auto;
}
.section-with-sidebar__wrapper .collection-list__header {
	margin-top: 0;
}

.collection-list__heading {
	margin: 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.collection-list__heading {
		padding: 1.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .collection-list__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .collection-list__heading {
	padding-top: 0;
	margin-top: 0;
}

.collection-list__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-gap: 24px;
	padding: 0;
	list-style-type: none;
}
@media screen and (min-width: 576px) {
	.collection-list__wrapper {
		grid-gap: 80px 32px;
		grid-template-columns: 1fr;
        padding-bottom: 1.5rem;
	}
}

@media screen and (min-width: 768px) {
	.collection-list__wrapper--2-column {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.collection-list__wrapper--3-column {
		/* grid-template-columns: repeat(3, 1fr); */
		display: flex;
		justify-content: center;
		flex-flow: wrap;
	}
 .collection-list-card:nth-child(1){
    width:40%
  }
  .collection-list-card:nth-child(2){
   width:40%
  }
   .collection-list-card:nth-child(3){
   width:30%
  }
   .collection-list-card:nth-child(4){
   width:30%
  }
   .collection-list-card:nth-child(5){
   width:30%
  }
   .collection-list-card:nth-child(6){
   width:40%
  }
   .collection-list-card:nth-child(7){
   width:40%
  }
	/* .collection-list__wrapper--3-column .collection-list-card {
		max-width: 31%;
		min-width: 31%;
	} */
}

@media screen and (min-width: 768px) {
	.collection-list__wrapper--4-column {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.collection-list__wrapper--5-column {
		grid-template-columns: repeat(5, 1fr);
	}
}

.collection-list-page {
	margin: 3rem 24px;
}
@media screen and (min-width: 576px) {
	.collection-list-page {
		margin: 3rem 32px;
	}
}
@media screen and (min-width: 768px) {
	.collection-list-page {
		margin: 3.5rem 40px;
	}
}
@media screen and (min-width: 960px) {
	.collection-list-page {
		margin: 3.5rem 56px;
	}
}

.collection-list-page__header-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}

.collection-list-page__header {
	max-width: 1200px;
	margin: 2.5rem auto;
	margin: 0 auto;
}
.section-with-sidebar__wrapper .collection-list-page__header {
	margin-top: 0;
}

.collection-list-page__heading {
	margin: 0;
	text-align: center;
	font-size: var(--font-size-heading-2);
}
@media screen and (min-width: 768px) {
	.collection-list-page__heading {
		padding: 2.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .collection-list-page__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .collection-list-page__heading {
	padding-top: 0;
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.collection-list-page__heading {
		padding: 0;
	}
}

.collection-list-page__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-gap: 24px;
	padding: 0;
	list-style-type: none;
}
@media screen and (min-width: 576px) {
	.collection-list-page__wrapper {
		grid-gap: 40px 32px;
		grid-template-columns: 1fr;
	}
}

@media screen and (min-width: 768px) {
	.collection-list-page__wrapper--2-column {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.collection-list-page__wrapper--3-column {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.collection-list-page__wrapper--4-column {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.collection-list-page__wrapper--5-column {
		grid-template-columns: repeat(5, 1fr);
	}
}

.collection-page {
	margin: 1.5rem 24px;
}
@media screen and (min-width: 576px) {
	.collection-page {
		margin: 1.5rem 32px;
	}
}
@media screen and (min-width: 768px) {
	.collection-page {
		margin: 2rem 40px;
	}
}
@media screen and (min-width: 960px) {
	.collection-page {
		margin: 2rem 56px;
	}
}

.collection-page--with-sorting .section-with-sidebar__wrapper,
.collection-page--with-tag-filters .section-with-sidebar__wrapper {
	margin-top: 1.5rem;
}

.collection-page__header-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.collection-page--with-tag-filters .collection-page__header-wrapper {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.collection-page--with-tag-filters .collection-page__header-wrapper {
		margin-bottom: 2.5rem;
	}
}
.collection-page--with-sorting .collection-page__header-wrapper {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.collection-page--with-sorting .collection-page__header-wrapper {
		margin-bottom: 1.5rem;
	}
}

.collection-page__header {
	max-width: 1200px;
	margin: 2.5rem auto;
	margin: 0 auto;
}
.section-with-sidebar__wrapper .collection-page__header {
	margin-top: 0;
}

.collection-page__heading {
	margin: 0;
	text-align: center;
	font-size: var(--font-size-heading-2);
}
@media screen and (min-width: 768px) {
	.collection-page__heading {
		padding: 2.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .collection-page__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .collection-page__heading {
	padding-top: 0;
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.collection-page__heading {
		padding: 0;
	}
}

.collection-page__description {
	margin: 1rem 0 0;
	text-align: center;
}
.main-content--section-headings-left .collection-page__description {
	text-align: left;
}

.collection-page__filters {
	display: flex;
	justify-content: space-between;
	margin: 1.5rem 0 0.75rem;
}
@media screen and (min-width: 768px) {
	.collection-page__filters {
		margin: 0 0 0.75rem;
	}
}

.collection-page__tag-filter {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: -0.375rem;
	color: #000000;
	cursor: pointer;
	background-color: transparent;
	border: none;
}
.collection-page__tag-filter::before {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem;
	content: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M6.5 6.5C6.5 5.94772 6.94772 5.5 7.5 5.5C8.05228 5.5 8.5 5.94772 8.5 6.5C8.5 7.05228 8.05228 7.5 7.5 7.5C6.94772 7.5 6.5 7.05228 6.5 6.5ZM5.56203 6.99619C5.54171 6.9987 5.52101 7 5.5 7H2.5C2.22386 7 2 6.77614 2 6.5C2 6.22386 2.22386 6 2.5 6H5.5C5.52101 6 5.54171 6.0013 5.56203 6.00381C5.78273 5.13926 6.56671 4.5 7.5 4.5C8.43329 4.5 9.21727 5.13926 9.43797 6.00381C9.45829 6.0013 9.47899 6 9.5 6L21.5 6C21.7761 6 22 6.22386 22 6.5C22 6.77614 21.7761 7 21.5 7L9.5 7C9.47899 7 9.45829 6.9987 9.43797 6.99619C9.21727 7.86074 8.43329 8.5 7.5 8.5C6.56671 8.5 5.78273 7.86074 5.56203 6.99619ZM15.5 11.5C14.9477 11.5 14.5 11.9477 14.5 12.5C14.5 13.0523 14.9477 13.5 15.5 13.5C16.0523 13.5 16.5 13.0523 16.5 12.5C16.5 11.9477 16.0523 11.5 15.5 11.5ZM13.5 13C13.521 13 13.5417 12.9987 13.562 12.9962C13.7827 13.8607 14.5667 14.5 15.5 14.5C16.4333 14.5 17.2173 13.8607 17.438 12.9962C17.4583 12.9987 17.479 13 17.5 13L21.5 13C21.7761 13 22 12.7761 22 12.5C22 12.2239 21.7761 12 21.5 12L17.5 12C17.479 12 17.4583 12.0013 17.438 12.0038C17.2173 11.1393 16.4333 10.5 15.5 10.5C14.5667 10.5 13.7827 11.1393 13.562 12.0038C13.5417 12.0013 13.521 12 13.5 12L2.5 12C2.22386 12 2 12.2239 2 12.5C2 12.7761 2.22386 13 2.5 13L13.5 13ZM6.5 18.5C6.5 17.9477 6.94772 17.5 7.5 17.5C8.05228 17.5 8.5 17.9477 8.5 18.5C8.5 19.0523 8.05228 19.5 7.5 19.5C6.94772 19.5 6.5 19.0523 6.5 18.5ZM5.56203 18.9962C5.54171 18.9987 5.52101 19 5.5 19H2.5C2.22386 19 2 18.7761 2 18.5C2 18.2239 2.22386 18 2.5 18H5.5C5.52101 18 5.54171 18.0013 5.56203 18.0038C5.78273 17.1393 6.56671 16.5 7.5 16.5C8.43329 16.5 9.21727 17.1393 9.43797 18.0038C9.45829 18.0013 9.47899 18 9.5 18H21.5C21.7761 18 22 18.2239 22 18.5C22 18.7761 21.7761 19 21.5 19H9.5C9.47899 19 9.45829 18.9987 9.43797 18.9962C9.21727 19.8607 8.43329 20.5 7.5 20.5C6.56671 20.5 5.78273 19.8607 5.56203 18.9962Z" fill="%23ffffff"/%3E%3C/svg%3E');
  filter: invert(1);
}
@media screen and (min-width: 768px) {
	.collection-page__tag-filter {
		/* display: none; */
	}
}

.collection-page__sort-filter {
	position: relative;
	flex: 1 0 auto;
	text-align: right;
}
.collection-page__sort-filter .sort-filter {
	margin-right: -0.5rem;
}
.collection-page__sort-filter .sort-filter__list {
	top: 100%;
	right: 0;
	bottom: auto;
	z-index: 3;
	max-height: none;
	margin-top: 0.25rem;
}

.sort-filter__toggle-selected-text {
	position: absolute;
	left: -9999px;
}
@media screen and (min-width: 768px) {
	.sort-filter__toggle-selected-text {
		position: static;
		left: auto;
	}
}

@media screen and (min-width: 768px) {
	.collection-page--with-sorting .collection-page__sidebar {
		margin-top: calc(var(--filter-bar-height) + 0.75rem);
	}
}
@media screen and (min-width: 768px) {
	.collection-page--with-sub-collections .collection-page__sidebar {
		margin-top: 0;
	}
}

.collection-page__sidebar--hide-mobile {
	display: none;
}
@media screen and (min-width: 768px) {
	.collection-page__sidebar--hide-mobile {
		display: block;
	}
}

.collection-page__bottom-sidebar {
	margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
	.collection-page__bottom-sidebar {
		display: none;
	}
}

.collection-page__sidebar-tags {
	display: none;
}
@media screen and (min-width: 768px) {
	.collection-page__sidebar-tags {
		display: block;
	}
}

.collection-page__content {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.section-with-sidebar__wrapper .collection-page__content {
	margin: 1.5rem 0 1rem;
}
@media screen and (min-width: 576px) {
	.section-with-sidebar__wrapper .collection-page__content {
		margin: 1.5rem 0 3.5rem;
	}
}
@media screen and (min-width: 768px) {
	.section-with-sidebar__wrapper .collection-page__content {
		flex: 1 1 auto;
		margin: 0 0 0 40px;
	}
}
@media screen and (min-width: 960px) {
	.section-with-sidebar__wrapper .collection-page__content {
		margin: 0 0 0 40px;
	}
}

.collection-page__list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 24px;
	margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
	.collection-page__list {
		grid-gap: 40px;
	}
}

.collection-page__list--2-column-mobile {
	grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 768px) {
	.collection-page__list--2-column {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.collection-page__list--3-column {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.collection-page__list--4-column {
		grid-template-columns: repeat(4, 1fr);
	}
}

.image-with-text {
	margin: 3rem 24px;
}
@media screen and (min-width: 576px) {
	.image-with-text {
		margin: 3rem 32px;
	}
}
@media screen and (min-width: 768px) {
	.image-with-text {
		margin: 3.5rem 40px;
	}
}
@media screen and (min-width: 960px) {
	.image-with-text {
		margin: 3.5rem 56px;
	}
}

.image-with-text--fill-background {
	padding: 2.5rem 24px;
	margin: 3rem 0;
	/* background-color: var(--background-color); */
}
@media screen and (min-width: 576px) {
	.image-with-text--fill-background {
		padding: 2.5rem 32px;
		margin: 3rem 0;
	}
}
@media screen and (min-width: 768px) {
	.image-with-text--fill-background {
		padding: 3.5rem 40px;
		margin: 3.5rem 0;
	}
}
@media screen and (min-width: 960px) {
	.image-with-text--fill-background {
		padding: 3.5rem 56px;
		margin: 3.5rem 0;
	}
}

.image-with-text--wide {
	left: 50%;
	margin-left: calc(-50vw + var(--scrollbar-width) / 2);
	margin-right: calc(-50vw + var(--scrollbar-width) / 2);
	max-width: calc(100vw - var(--scrollbar-width));
	position: relative;
	right: 50%;
	width: calc(100vw - var(--scrollbar-width));
}
@media screen and (max-width: 767px) {
	.image-with-text--wide {
		padding: 0;
	}
}

.image-with-text__container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between; /* customisation */
	flex-direction: column;
	height: 100%;
}
@media screen and (min-width: 768px) {
	.image-with-text__container {
		flex-direction: row;
	}
}
.image-with-text--wide .image-with-text__container {
	max-width: none;
	margin: 0;
}
.image-with-text--image-position-right .image-with-text__container {
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.image-with-text--image-position-right .image-with-text__container {
		flex-direction: row-reverse;
	}
}

.image-with-text__image-wrapper {
	height: 100%;
}
.image-with-text--mobile-height-small .image-with-text__image-wrapper {
	height: 18.75rem;
}
.image-with-text--mobile-height-medium .image-with-text__image-wrapper {
	height: 25rem;
}
.image-with-text--mobile-height-large .image-with-text__image-wrapper {
	height: 31.25rem;
}
@media screen and (min-width: 768px) {
	.image-with-text__image-wrapper {
		flex: 0 0 50%;
		flex: 0 0 42%;
		position: relative;
		top: 2.5vw;
	}
	.image-with-text--desktop-height-original .image-with-text__image-wrapper {
		height: 100%;
		margin: 0 -4px 0 0; /* customisation */
	}
	.image-with-text--desktop-height-small .image-with-text__image-wrapper {
		height: 31.25rem;
	}
	.image-with-text--desktop-height-medium .image-with-text__image-wrapper {
		height: 37.5rem;
	}
	.image-with-text--desktop-height-large .image-with-text__image-wrapper {
		height: 43.75rem;
	}
}

.image-with-text__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-with-text__placeholder {
	background-color: rgba(0, 0, 0, 0.1);
	fill: rgba(0, 0, 0, 0.35);
}

.image-with-text__content {
	text-align: left;
}
@media screen and (min-width: 768px) {
	.image-with-text__content {
		flex: 0 0 50%;
	}
}

.image-with-text__content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 1.5rem 0 0;
}
@media screen and (min-width: 768px) {
	.image-with-text__content-wrapper {
		height: 100%;
		padding: 1.5rem 40px 1.5rem 56px;
	}
}
.image-with-text--wide .image-with-text__content-wrapper {
	padding: 1.5rem 24px;
}
@media screen and (min-width: 576px) {
	.image-with-text--wide .image-with-text__content-wrapper {
		padding: 1.5rem 32px;
	}
}
@media screen and (min-width: 768px) {
	.image-with-text--wide .image-with-text__content-wrapper {
		padding: 1.5rem 40px 1.5rem 56px;
	}
}
@media screen and (min-width: 768px) {
	.image-with-text--image-position-right .image-with-text__content-wrapper {
		padding: 1.5rem 56px 1.5rem 40px;
		padding: 1.5rem 56px 1.5rem 0;
	}
}
.image-with-text--text-align-center .image-with-text__content-wrapper {
	align-items: center;
	text-align: center;
}
.image-with-text--text-align-right .image-with-text__content-wrapper {
	align-items: flex-end;
	text-align: right;
}

.image-with-text__heading {
	margin: 0 0 1rem;
	color: inherit;
}

.image-with-text__button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	margin-top: 1.5rem;
}
.image-with-text__button:visited {
	color: #ffffff;
}
.image-with-text__button:hover:not(:disabled), .image-with-text__button:focus, .image-with-text__button:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.image-with-text__button:disabled, .image-with-text__button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.image-with-text__button {
		border-radius: 0.25rem;
	}.image-with-text-overlay {
	position: relative;
}

.image-with-text-overlay--wide {
	left: 50%;
	margin-left: calc(-50vw + var(--scrollbar-width) / 2);
	margin-right: calc(-50vw + var(--scrollbar-width) / 2);
	max-width: calc(100vw - var(--scrollbar-width));
	position: relative;
	right: 50%;
	width: calc(100vw - var(--scrollbar-width));
}
.shopify-section:first-child .image-with-text-overlay--wide {
	margin-top: 0;
}

.image-with-text__text {
	color: var(--content-font-color);
} /* CUSTOMISATION */

.image-with-text-overlay--height-small {
	height: 18.75rem;
}
@media screen and (min-width: 768px) {
	.image-with-text-overlay--height-small {
		height: 25rem;
	}
}

.image-with-text-overlay--height-medium {
	height: 25rem;
}
@media screen and (min-width: 768px) {
	.image-with-text-overlay--height-medium {
		height: 31.25rem;
	}
}

.image-with-text-overlay--height-large {
	height: 31.25rem;
}
@media screen and (min-width: 768px) {
	.image-with-text-overlay--height-large {
		height: 37.5rem;
	}
}

.image-with-text-overlay__container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.image-with-text-overlay--wide .image-with-text-overlay__container {
	max-width: none;
	margin: 0;
}
.shopify-section:first-child .image-with-text-overlay--wide .image-with-text-overlay__container {
	margin-top: 0;
}

.image-with-text-overlay__image-wrapper {
	height: 100%;
}

.image-with-text-overlay__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-with-text-overlay__placeholder {
	background-color: rgba(0, 0, 0, 0.1);
	fill: rgba(0, 0, 0, 0.35);
	display: block;
	height: 100%;
}

.image-with-text-overlay__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1.5rem;
}
@media screen and (min-width: 768px) {
	.image-with-text-overlay__content {
		padding: 2.5rem;
	}
}

.image-with-text-overlay__content-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	height: 100%;
}
.image-with-text-overlay--text-position-top-center .image-with-text-overlay__content-wrapper, .image-with-text-overlay--text-position-center .image-with-text-overlay__content-wrapper, .image-with-text-overlay--text-position-bottom-center .image-with-text-overlay__content-wrapper {
	align-items: center;
	text-align: center;
}
.image-with-text-overlay--text-position-top-right .image-with-text-overlay__content-wrapper, .image-with-text-overlay--text-position-center-right .image-with-text-overlay__content-wrapper, .image-with-text-overlay--text-position-bottom-right .image-with-text-overlay__content-wrapper {
	align-items: flex-end;
	text-align: right;
}
.image-with-text-overlay--text-position-center-left .image-with-text-overlay__content-wrapper, .image-with-text-overlay--text-position-center .image-with-text-overlay__content-wrapper, .image-with-text-overlay--text-position-center-right .image-with-text-overlay__content-wrapper {
	justify-content: center;
}
.image-with-text-overlay--text-position-bottom-left .image-with-text-overlay__content-wrapper, .image-with-text-overlay--text-position-bottom-center .image-with-text-overlay__content-wrapper, .image-with-text-overlay--text-position-bottom-right .image-with-text-overlay__content-wrapper {
	justify-content: flex-end;
}

.image-with-text-overlay__heading {
	font-family: "Playfair Display",serif;
	font-style: normal;
	font-weight: 400;
	font-size: var(--font-size-heading-2);
	line-height: 1.3;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 3px;
	margin: 0 0 0.5rem;
	color: inherit;
}
@media screen and (min-width: 768px) {
	.image-with-text-overlay__heading {
		font-size: 2.8125rem;
	}
}@media screen and (min-width: 768px) {
	.image-with-text-overlay__heading {
		font-size: 2.8125rem;
	}
}
.image-with-text-overlay__heading a {
	color: inherit;
	text-decoration: none;
}
.image-with-text-overlay__heading a:visited, .image-with-text-overlay__heading a:hover, .image-with-text-overlay__heading a:focus, .image-with-text-overlay__heading a:active {
	color: inherit;
}
@media screen and (min-width: 768px) {
	.image-with-text-overlay__heading {
		max-width: 600px;
		margin: 0 0 0.75rem;
	}
}

.image-with-text-overlay__text {
	font-family: "Playfair Display",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9375rem;
	line-height: 1.5;
	text-decoration: none;
	text-transform: none;
	max-width: 600px;
	margin: 0;
}
@media screen and (min-width: 768px) {
	.image-with-text-overlay__text {
		font-size: 0.9375rem;
	}
}

.image-with-text-overlay__button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	/* margin-top: 1rem; */
	margin-top: 0.2rem;
}
.image-with-text-overlay__button:visited {
	color: #ffffff;
}
.image-with-text-overlay__button:hover:not(:disabled), .image-with-text-overlay__button:focus, .image-with-text-overlay__button:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.image-with-text-overlay__button:disabled, .image-with-text-overlay__button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.image-with-text-overlay__button {
		border-radius: 0.25rem;
	}.image-with-text-overlay__button--style-secondary {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	color: #fc9f90;
	background-color: transparent;
	border: 1px solid #fc9f90;
}
.image-with-text-overlay__button--style-secondary:visited {
	color: #ffffff;
}
.image-with-text-overlay__button--style-secondary:hover:not(:disabled), .image-with-text-overlay__button--style-secondary:focus, .image-with-text-overlay__button--style-secondary:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.image-with-text-overlay__button--style-secondary:disabled, .image-with-text-overlay__button--style-secondary.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}
.image-with-text-overlay__button--style-secondary:visited {
	color: #fc9f90;
}
.image-with-text-overlay__button--style-secondary:hover:not(:disabled), .image-with-text-overlay__button--style-secondary:focus, .image-with-text-overlay__button--style-secondary:active {
	color: #ffffff;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
}.image-with-text-overlay__button--style-secondary {
		border-radius: 0.25rem;
	}.map-section {
	position: relative;
}

.map-section--width-wide {
	left: 50%;
	margin-left: calc(-50vw + var(--scrollbar-width) / 2);
	margin-right: calc(-50vw + var(--scrollbar-width) / 2);
	max-width: calc(100vw - var(--scrollbar-width));
	position: relative;
	right: 50%;
	width: calc(100vw - var(--scrollbar-width));
}

.map-section__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	position: static;
}
@media screen and (min-width: 768px) {
	.map-section__wrapper {
		position: relative;
	}
}
.map-section--width-wide .map-section__wrapper {
	max-width: none;
	margin: 0;
}

.map-section__info--text-align-right {
	text-align: right;
}

.map-section__info--text-align-center {
	text-align: center;
}

.map-section__map {
	position: relative;
	width: 100%;
}
.map-section--height-small .map-section__map {
	height: 18.75rem;
}
@media screen and (min-width: 768px) {
	.map-section--height-small .map-section__map {
		height: 25rem;
	}
}
.map-section--height-medium .map-section__map {
	height: 25rem;
}
@media screen and (min-width: 768px) {
	.map-section--height-medium .map-section__map {
		height: 31.25rem;
	}
}
.map-section--height-large .map-section__map {
	height: 31.25rem;
}
@media screen and (min-width: 768px) {
	.map-section--height-large .map-section__map {
		height: 37.5rem;
	}
}
.map-section__map .map-section__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.map-section__info {
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 768px) {
	.map-section__info {
		position: absolute;
		top: 2rem;
		left: 2rem;
	}
	.map-section--width-wide .map-section__info {
		left: 40px;
	}
	.map-section--info-top-center .map-section__info, .map-section--info-bottom-center .map-section__info {
		left: 50%;
		transform: translateX(-50%);
	}
	.map-section--info-top-right .map-section__info, .map-section--info-center-right .map-section__info, .map-section--info-bottom-right .map-section__info {
		right: 2rem;
		left: auto;
	}
	.map-section--info-center-right .map-section__info, .map-section--info-center-left .map-section__info {
		top: 50%;
		transform: translateY(-50%);
	}
	.map-section--info-bottom-left .map-section__info, .map-section--info-bottom-center .map-section__info, .map-section--info-bottom-right .map-section__info {
		top: auto;
		bottom: 2rem;
	}
	.map-section--info-center .map-section__info {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.map-section--width-wide.map-section--info-top-center .map-section__info, .map-section--width-wide.map-section--info-center .map-section__info, .map-section--width-wide.map-section--info-bottom-center .map-section__info {
		left: 50%;
	}
	.map-section--width-wide.map-section--info-top-right .map-section__info, .map-section--width-wide.map-section--info-center-right .map-section__info, .map-section--width-wide.map-section--info-bottom-right .map-section__info {
		right: 40px;
		left: auto;
	}
}
@media screen and (min-width: 960px) {
	.map-section--width-wide .map-section__info {
		left: 56px;
	}
	.map-section--width-wide.map-section--info-top-right .map-section__info, .map-section--width-wide.map-section--info-center-right .map-section__info, .map-section--width-wide.map-section--info-bottom-right .map-section__info {
		right: 56px;
		left: auto;
	}
}
@media screen and (min-width: 1312px) {
	.map-section--width-wide.map-section--info-top-left .map-section__info, .map-section--width-wide.map-section--info-center-left .map-section__info, .map-section--width-wide.map-section--info-bottom-left .map-section__info {
		left: calc(50% - (1200px / 2));
	}
	.map-section--width-wide.map-section--info-top-right .map-section__info, .map-section--width-wide.map-section--info-center-right .map-section__info, .map-section--width-wide.map-section--info-bottom-right .map-section__info {
		right: calc(50% - (1200px / 2));
		left: auto;
	}
}

.map-section__info-wrapper {
	margin: 1rem 0;
	color: #000000;
	background: #fffded;
}
@media screen and (min-width: 768px) {
	.map-section__info-wrapper {
		width: 20rem;
		padding: 2rem;
		margin: 0;
		box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
	}
}
.map-section--width-wide .map-section__info-wrapper {
	margin: 1rem 24px;
}
@media screen and (min-width: 576px) {
	.map-section--width-wide .map-section__info-wrapper {
		margin: 1rem 32px;
	}
}
@media screen and (min-width: 768px) {
	.map-section--width-wide .map-section__info-wrapper {
		margin: 0;
	}
}

.map-section__heading {
	padding-top: 0;
	padding-bottom: 1rem;
	margin: 0;
	font-size: var(--font-size-heading-3);
}
.map-section__info--text-align-right .map-section__heading {
	text-align: right;
}
.map-section__info--text-align-center .map-section__heading {
	text-align: center;
}

.map-section__address,
.map-section__hours {
	padding-bottom: 1rem;
}
.map-section__address p,
.map-section__hours p {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 0.25rem;
}

.map-section__link {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.5rem 0.75rem;
	font-size: 0.7875rem;
}
.map-section__link:visited {
	color: #ffffff;
}
.map-section__link:hover:not(:disabled), .map-section__link:focus, .map-section__link:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.map-section__link:disabled, .map-section__link.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.map-section__link {
		border-radius: 0.25rem;
	}.shopify-section--gallery {
	/*padding: var(--section-padding);*/
    padding: 1px;
	background-color: #fff9ef;
}

.gallery-section--homepage {
	margin: 0;
}

.gallery-background {
	position: absolute;
	width: 12%;
}

.decor__left {
	left: -4%;
	bottom: 0;
}

.decor__right {
	right: -4%;
	top: -7%;
}

.shopify-section--testimonials {
	/*padding: var(--section-padding);*/
    padding: 1px;
	background-color: var(--section-bg-color);
	background-image: url('/cdn/shop/files/testimonials_bg.jpg?v=1660404858');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.gallery-section__heading-wrapper,
.gallery-section__content-wrapper {
	margin: 3rem 24px;
}
@media screen and (min-width: 576px) {
	.gallery-section__heading-wrapper,
.gallery-section__content-wrapper {
		margin: 3rem 32px;
	}
}
@media screen and (min-width: 768px) {
	.gallery-section__heading-wrapper,
.gallery-section__content-wrapper {
		margin: 3.5rem 40px;
	}
}
@media screen and (min-width: 960px) {
	.gallery-section__heading-wrapper,
.gallery-section__content-wrapper {
		margin: 3.5rem 56px;
	}
}

@media screen and (min-width: 576px) {
	.gallery-section--width-wide {
		left: 50%;
		margin-left: calc(-50vw + var(--scrollbar-width) / 2);
		margin-right: calc(-50vw + var(--scrollbar-width) / 2);
		max-width: calc(100vw - var(--scrollbar-width));
		position: relative;
		right: 50%;
		width: calc(100vw - var(--scrollbar-width));
	}
	.gallery-section--width-wide .gallery-section__wrapper {
		max-width: none;
		margin: 0;
	}
	.gallery-section--width-wide .gallery-section__content {
		margin: 0;
	}
	.gallery-section--width-wide .gallery-section__content.gallery-section__content--layout-grid {
		grid-gap: 0;
		margin: 0;
	}
}
@media screen and (min-width: 576px) and (min-width: 576px) {
	.gallery-section--width-wide .gallery-section__content.gallery-section__content--layout-slideshow {
		margin: 0;
	}
}
@media screen and (min-width: 576px) {
	.gallery-section--width-wide .gallery-section__image {
		padding: 0;
	}
}

.gallery-section__header {
	max-width: 1200px;
	margin: 2.5rem auto;
}
.section-with-sidebar__wrapper .gallery-section__header {
	margin-top: 0;
}

.gallery-section__heading {
	margin: 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.gallery-section__heading {
		padding: 1.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .gallery-section__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .gallery-section__heading {
	padding-top: 0;
	margin-top: 0;
}

.gallery-section__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.gallery-section__content {
	display: block;
}
.gallery-section__content .flickity-button {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
	.gallery-section__content .flickity-button {
		display: block;
	}
}
.gallery-section__content .flickity-button::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5rem;
	height: 0.875rem;
	transform: translate(-50%, -50%);
}
.gallery-section__content .flickity-button.next {
	right: 0.5rem;
}
.gallery-section__content .flickity-button.next::after {
	margin-left: 1px;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.gallery-section__content .flickity-button.next:hover::after {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.gallery-section__content .flickity-button.previous {
	left: 0.5rem;
}
.gallery-section__content .flickity-button.previous::after {
	margin-right: 1px;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.gallery-section__content .flickity-button.previous:hover::after {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.gallery-section__content .flickity-button .flickity-button-icon {
	display: none;
}
.gallery-section__content .flickity-button:focus {
	border: 1px solid #a25636;
}
@media screen and (min-width: 576px) {
	.gallery-section__content.gallery-section__content--layout-slideshow {
		margin: 0 -1.25rem;
	}
}
.gallery-section__content::after {
	display: none;
	content: "flickity";
}
@media screen and (min-width: 576px) {
	.gallery-section__content.gallery-section__content--layout-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 40px 40px;
	}
	.gallery-section__content.gallery-section__content--layout-grid::after {
		content: "";
	}
}
@media screen and (min-width: 576px) {
	.gallery-section__content.gallery-section__content--layout-slideshow {
		margin: 0 -1.25rem;
	}
}
.gallery-section__content .flickity-viewport {
	transition: height 0.3s ease;
}
.gallery-section__content .flickity-button {
	display: none;
}
@media screen and (min-width: 576px) {
	.gallery-section__content .flickity-button {
		display: block;
	}
}

.gallery-section__content--layout-grid.gallery-section__content--2-column {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-section__content--layout-grid.gallery-section__content--3-column {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-section__content--layout-grid.gallery-section__content--4-column {
	grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 576px) {
	.gallery-section__content--layout-slideshow.gallery-section__content--2-column .gallery-section__image {
		width: 50%;
	}
}
@media screen and (min-width: 576px) {
	.gallery-section__content--layout-slideshow.gallery-section__content--3-column .gallery-section__image {
		width: 33.3333%;
	}
}
@media screen and (min-width: 576px) {
	.gallery-section__content--layout-slideshow.gallery-section__content--4-column .gallery-section__image {
		width: 25%;
	}
}

.gallery-section__image {
	position: relative;
	width: 90%;
	padding-right: 1rem;
	line-height: 0;
}
@media screen and (min-width: 576px) {
	.gallery-section__image {
		width: auto;
		padding: 0 1.25rem;
	}
}
.gallery-section__image img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 576px) {
	.gallery-section__content--layout-grid .gallery-section__image {
		padding: 0;
	}
}

.gallery-section__content .flickity-button.previous,
.gallery-section__content:hover .flickity-button.previous,
.gallery-section__content:focus-within .flickity-button.previous {
	left: 1.75rem;
}
.gallery-section__content .flickity-button.next,
.gallery-section__content:hover .flickity-button.next,
.gallery-section__content:focus-within .flickity-button.next {
	right: 1.75rem;
}

.slideshow {
	position: relative;
}
.slideshow .flickity-button {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
	.slideshow .flickity-button {
		display: block;
	}
}
.slideshow .flickity-button::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5rem;
	height: 0.875rem;
	transform: translate(-50%, -50%);
}
.slideshow .flickity-button.next {
	right: 0.5rem;
}
.slideshow .flickity-button.next::after {
	margin-left: 1px;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.slideshow .flickity-button.next:hover::after {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.slideshow .flickity-button.previous {
	left: 0.5rem;
}
.slideshow .flickity-button.previous::after {
	margin-right: 1px;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.slideshow .flickity-button.previous:hover::after {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.slideshow .flickity-button .flickity-button-icon {
	display: none;
}
.slideshow .flickity-button:focus {
	border: 1px solid #a25636;
}
.slideshow .flickity-viewport {
	transition: height 0.3s ease;
}
.slideshow .flickity-button {
	display: none;
}
@media screen and (min-width: 768px) {
	.slideshow .flickity-button {
		display: block;
	}
}
.slideshow .flickity-button.previous {
	left: -1.5rem;
}
@media screen and (min-width: 960px) {
	.slideshow .flickity-button.previous {
		left: -3rem;
	}
}
@media screen and (min-width: 1350px) {
	.slideshow .flickity-button.previous {
		left: -4.5rem;
	}
}
.slideshow .flickity-button.next {
	right: -1.5rem;
}
@media screen and (min-width: 960px) {
	.slideshow .flickity-button.next {
		right: -3rem;
	}
}
@media screen and (min-width: 1350px) {
	.slideshow .flickity-button.next {
		right: -4.5rem;
	}
}
.slideshow.slideshow--nav-style-dots .flickity-button {
	display: none;
}

.slideshow--width-wide {
	left: -3.9%;
	/* margin-left: calc(-50vw + var(--scrollbar-width) / 2); */
	margin-right: calc(-50vw + var(--scrollbar-width) / 2);
	max-width: 100%;
	position: relative;
	/* right: 50%; */
	width: 100%;
  /* top: 50px; */
}
/* .slideshow--width-wide .slick-slider{
  left: 50%;
} */
@media screen and (max-width: 767px) {
  .shopify-section:first-child .slideshow--width-wide {
    margin-top: 0;
  }
  .slideshow--width-wide {
	left: 0%;
    }
  /* .collection_banner{
    min-height:420px;
  } */
}
.slideshow--width-wide .flickity-button.previous {
	left: 0.75rem;
}
@media screen and (min-width: 1200px) {
	.slideshow--width-wide .flickity-button.previous {
		left: 1.5rem;
	}
}
.slideshow--width-wide .flickity-button.next {
	right: 0.75rem;
}
@media screen and (min-width: 1200px) {
	.slideshow--width-wide .flickity-button.next {
		right: 1.5rem;
	}
}

.slideshow__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
}
.slideshow--width-wide .slideshow__wrapper {
	max-width: none;
	margin: 0;
}

.slideshow-slide {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.flickity-enabled .slideshow-slide, .slideshow-slide:nth-of-type(1) {
	display: block;
}
.is-fade .slideshow-slide {
	opacity: 0 !important;
	transition: opacity 1s ease !important;
}
.is-fade .slideshow-slide.is-selected {
	opacity: 1 !important;
}
@media screen and (max-width: 767px) {
	.slideshow--height-mobile-small .slideshow-slide {
		height: 18.75rem;
	}
}
@media screen and (max-width: 767px) {
	.slideshow--height-mobile-medium .slideshow-slide {
		height: 25rem;
	}
}
@media screen and (max-width: 767px) {
	.slideshow--height-mobile-large .slideshow-slide {
		height: 31.25rem;
	}
}
@media screen and (max-width: 767px) {
	.slideshow--height-mobile-full .slideshow-slide {
		height: 100vh;
		min-height: 18.75rem;
	}
	.site-header--sticky .slideshow--height-mobile-full .slideshow-slide {
		height: calc(100vh - var(--header-height));
	}
}
@media screen and (min-width: 768px) {
	.slideshow--height-small .slideshow-slide {
		height: 25rem;
	}
}
@media screen and (min-width: 768px) {
	.slideshow--height-medium .slideshow-slide {
		height: 31.25rem;
	}
}
@media screen and (min-width: 768px) {
	.slideshow--height-large .slideshow-slide {
		height: 37.5rem;
	}
}
@media screen and (min-width: 768px) {
	.slideshow--height-full .slideshow-slide {
		height: 100vh;
		min-height: 18.75rem;
	}
	.site-header--sticky .slideshow--height-full .slideshow-slide {
		height: calc(100vh - var(--header-height));
	}
}

@media screen and (max-width: 767px) {
	.shopify-section:first-child .slideshow--height-mobile-full .slideshow-slide {
		height: calc(100vh - var(--announcement-height) - var(--header-height));
	}
}

@media screen and (min-width: 768px) {
	.shopify-section:first-child .slideshow--height-full .slideshow-slide {
		height: calc(100vh - var(--announcement-height) - var(--utility-height) - var(--header-height));
	}
	.main--transparent-header .shopify-section:first-child .slideshow--height-full .slideshow-slide {
		height: calc(100vh - var(--announcement-height));
	}
}

.slideshow-slide__background-link,
.slideshow-slide__image-wrapper {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
}

.slideshow-slide__background-link {
	cursor: pointer;
}

.slideshow-slide__image {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
  /* padding-top: 65px; */
}
@media screen and (min-width: 768px) {
	.slideshow-slide__image.slideshow-slide__image--mobile {
		display: none;
	}
}
.slideshow-slide__image.slideshow-slide__image--desktop {
	display: none;
}
@media screen and (min-width: 768px) {
	.slideshow-slide__image.slideshow-slide__image--desktop {
		display: block;
	}
}

.slideshow-slide__content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 2.5rem;
	margin: 0;
}
.slideshow--width-wide .slideshow-slide__content {
	padding: 2.5rem 16%;
}
@media screen and (max-width: 991px) {
	.slideshow--width-wide .slideshow-slide__content {
		padding: 2.5rem 12%;
	}
}
@media screen and (max-width: 767px) {
	.slideshow--width-wide .slideshow-slide__content {
		padding: 2.5rem 24px;
	}
}

@media screen and (min-width: 1200px) {
	.slideshow--width-wide .slideshow-slide__content {
		/*left: 65vw;
		max-width: 50vw;*/
		transform: translateX(-50%);
	}
}
.slideshow-slide--text-position-top-center .slideshow-slide__content, .slideshow-slide--text-position-center .slideshow-slide__content, .slideshow-slide--text-position-bottom-center .slideshow-slide__content {
	text-align: center;
}
.slideshow-slide--text-position-top-right .slideshow-slide__content, .slideshow-slide--text-position-center-right .slideshow-slide__content, .slideshow-slide--text-position-bottom-right .slideshow-slide__content {
	text-align: right;
}
.slideshow-slide--text-position-center-left .slideshow-slide__content, .slideshow-slide--text-position-center .slideshow-slide__content, .slideshow-slide--text-position-center-right .slideshow-slide__content {
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
	.slideshow--width-wide .slideshow-slide--text-position-center-left .slideshow-slide__content, .slideshow--width-wide .slideshow-slide--text-position-center .slideshow-slide__content, .slideshow--width-wide .slideshow-slide--text-position-center-right .slideshow-slide__content {
		/*transform: translate(-50%, -50%);*/
	}
}
.slideshow-slide--text-position-bottom-left .slideshow-slide__content, .slideshow-slide--text-position-bottom-center .slideshow-slide__content, .slideshow-slide--text-position-bottom-right .slideshow-slide__content {
	top: auto;
	bottom: 0;
}

.slideshow-slide__content-background-link {
	display: block;
	text-decoration: none;
}

.slideshow-slide__heading {
	font-family: "Playfair Display",serif;
	font-style: normal;
	font-weight: 400;
	font-size: var(--font-size-banner-heading);
	line-height: 1.3;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 3px;
	margin: 0 0 0.5rem;
	color: var(--slide-text-color);
}.slideshow-slide__heading a {
	color: inherit;
	text-decoration: none;
}
.slideshow-slide__heading a:visited, .slideshow-slide__heading a:hover, .slideshow-slide__heading a:focus, .slideshow-slide__heading a:active {
	color: inherit;
}

.slideshow-slide__subheading {
	/* font-family: "Playfair Display",serif; */
	font-style: normal;
	font-weight: 400;
	font-size: 0.9375rem;
	line-height: 1.5;
	text-decoration: none;
	text-transform: none;
	margin-bottom: 2rem;
	color: var(--color-body-text);
}

@media screen and (min-width: 768px) {
	.slideshow-slide__subheading {
		font-size: 0.9375rem;
	}
}

.slideshow-slide__button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .slideshow-slide__button {
     font-size: 14px;
  }
}

.slideshow-slide__button:visited {
	color: #ffffff;
}
.slideshow-slide__button:hover:not(:disabled), .slideshow-slide__button:focus, .slideshow-slide__button:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.slideshow-slide__button:disabled, .slideshow-slide__button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.slideshow-slide__button {
		border-radius: 0.25rem;
	}.slideshow-slide__button--secondary {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	color: #fc9f90;
	background-color: transparent;
	border: 1px solid #fc9f90;
}
.slideshow-slide__button--secondary:visited {
	color: #ffffff;
}
.slideshow-slide__button--secondary:hover:not(:disabled), .slideshow-slide__button--secondary:focus, .slideshow-slide__button--secondary:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.slideshow-slide__button--secondary:disabled, .slideshow-slide__button--secondary.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}
.slideshow-slide__button--secondary:visited {
	color: #fc9f90;
}
.slideshow-slide__button--secondary:hover:not(:disabled), .slideshow-slide__button--secondary:focus, .slideshow-slide__button--secondary:active {
	color: #ffffff;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
}.slideshow-slide__button--secondary {
		border-radius: 0.25rem;
	}.slideshow-slide__overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.slideshow-pagination {
	position: absolute;
  display:none;
	bottom: 0.75rem;
	left: 75%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	transform: translateX(65%);
}
@media screen and (min-width: 768px) {
	.slideshow-pagination {
		bottom: 1rem;
	}
}
@media screen and (min-width: 768px) {
	.slideshow--nav-style-buttons .slideshow-pagination {
		display: none;
	}
}

.slideshow-pagination__dot {
	display: inline-block;
	margin: 0;
}

.slideshow-pagination__button {
	width: 0.66rem;
	height: 0.66rem;
	padding: 0;
	margin: 0 0.375rem;
	overflow: hidden;
	cursor: pointer;
	background: var(--slide-text-color);
	border: none;
	border-radius: 50%;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}
.slideshow-pagination__button[data-selected=true] {
	cursor: default;
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.featured-collection--extra-space {
		margin-bottom: -3rem;
	}
}

.featured-collection__header,
.featured-promotions__header {
	max-width: 1200px;
	margin: 2.5rem auto;
	position: relative;
	text-align: center;
}
.featured-promotions__header {
	display: flex;
	align-items: flex-end;
}

@media screen and (max-width: 575px) {
	.featured-promotions__header {
		flex-direction: column;
		align-items: unset;
	}
}

.section-with-sidebar__wrapper .featured-collection__header,
.section-with-sidebar__wrapper .featured-promotions__header {
	margin-top: 0;
}
.main-content--section-headings-left .featured-collection__header,
.main-content--section-headings-left .featured-promotions__header {
	padding-bottom: 0;
	text-align: left;
}

.featured-collection__description {
	max-width: 600px;
	margin: 0.75rem auto 0;
	text-align: center;
}
.main-content--section-headings-left .featured-collection__description {
	margin: 1rem 0 0;
	text-align: left;
}

.featured-collection__heading,
.featured-promotions__heading {
	margin: 0;
	text-align: center;
	padding-bottom: 0;
}
@media screen and (min-width: 768px) {
	.featured-collection__heading,
	.featured-promotions__heading {
		padding: 1.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .featured-collection__heading,
.main-content--section-headings-left .featured-promotions__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .featured-collection__heading,
.section-with-sidebar__wrapper .featured-promotions__heading {
	padding-top: 0;
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.main-content--section-headings-left .featured-collection__heading,
	.main-content--section-headings-left .featured-promotions__heading {
		padding-right: 5rem;
		padding-bottom: 0;
	}
}

.featured-collection__view-all,
.featured-promotions__view-all {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	margin: 0.75rem auto;
	text-transform: none;
	letter-spacing: 0;
}
.featured-collection__view-all::after,
..featured-promotions__view-all::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.featured-collection__view-all:hover,
.featured-promotions__view-all:hover, {
	color: #a25636;
}
.featured-collection__view-all:hover::after,
.featured-promotions__view-all:hover::after {
	background-color: #a25636;
}
@media screen and (min-width: 768px) {
	.featured-collection__view-all,
	.featured-promotions__view-all {
		margin: 0 auto 0.75rem;
	}
}
.main-content--section-headings-left .featured-collection__view-all,
.main-content--section-headings-left .featured-promotions__view-all {
	margin: 0.75rem 0;
}
@media screen and (min-width: 768px) {
	.main-content--section-headings-left .featured-collection__view-all,
	.main-content--section-headings-left .featured-promotions__view-all {
		position: absolute;
		right: 0;
		padding-bottom: 0.75rem;
		margin: 0;
		transform: translateY(-100%);
	}
    .main-content--section-headings-left .featured-promotions__view-all {
    	padding-bottom: 0.5rem;
    }
    .blog-desc{
        margin: 1rem 0 0;
    }
}

.featured-collection__sidebar--true {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.featured-collection__sidebar--true {
		flex-direction: row;
	}
}

.featured-collection__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
    padding-bottom: 1.5rem;
}
.section-with-sidebar__wrapper .featured-collection__wrapper {
	margin: 2.5rem 0 2.5rem;
}
@media screen and (min-width: 576px) {
	.section-with-sidebar__wrapper .featured-collection__wrapper {
		margin: 3.5rem 0 3.5rem;
	}
}
@media screen and (min-width: 768px) {
	.section-with-sidebar__wrapper .featured-collection__wrapper {
		flex: 1 1 auto;
		margin: 0 0 0 40px;
	}
}
@media screen and (min-width: 960px) {
	.section-with-sidebar__wrapper .featured-collection__wrapper {
		margin: 0 0 0 40px;
	}
}

@media screen and (min-width: 768px) {
	.featured-collection__wrapper--layout-slideshow.featured-collection__wrapper--2-column .product-thumbnail {
		width: 50%;
	}
}
@media screen and (min-width: 768px) {
	.featured-collection__wrapper--layout-slideshow.featured-collection__wrapper--3-column .product-thumbnail {
		width: 33.3333%;
	}
}
@media screen and (min-width: 768px) {
	.featured-collection__wrapper--layout-slideshow.featured-collection__wrapper--4-column .product-thumbnail {
		width: 25%;
	}
}
.featured-collection__wrapper--layout-slideshow .product-thumbnail {
	width: 90%;
	margin: 0 0.375rem;
}
@media screen and (min-width: 768px) {
	.featured-collection__wrapper--layout-slideshow .product-thumbnail {
		width: auto;
		padding: 0 1.25rem;
		margin: 0;
	}
}
.featured-collection--extra-space .featured-collection__wrapper--layout-slideshow .product-thumbnail {
	padding-bottom: 3rem;
}

.featured-collection__slideshow-wrapper .flickity-button {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
	.featured-collection__slideshow-wrapper .flickity-button {
		display: block;
	}
}
.featured-collection__slideshow-wrapper .flickity-button::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5rem;
	height: 0.875rem;
	transform: translate(-50%, -50%);
}
.featured-collection__slideshow-wrapper .flickity-button.next {
	right: 0.5rem;
}
.featured-collection__slideshow-wrapper .flickity-button.next::after {
	margin-left: 1px;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.featured-collection__slideshow-wrapper .flickity-button.next:hover::after {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.featured-collection__slideshow-wrapper .flickity-button.previous {
	left: 0.5rem;
}
.featured-collection__slideshow-wrapper .flickity-button.previous::after {
	margin-right: 1px;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.featured-collection__slideshow-wrapper .flickity-button.previous:hover::after {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.featured-collection__slideshow-wrapper .flickity-button .flickity-button-icon {
	display: none;
}
.featured-collection__slideshow-wrapper .flickity-button:focus {
	border: 1px solid #a25636;
}
.featured-collection__slideshow-wrapper::after {
	display: none;
	content: "flickity";
}
@media screen and (min-width: 768px) {
	.featured-collection__slideshow-wrapper {
		margin: 0 -1.25rem;
	}
}
.featured-collection__slideshow-wrapper .flickity-button {
	display: none;
}
@media screen and (min-width: 768px) {
	.featured-collection__slideshow-wrapper .flickity-button {
		display: block;
	}
}
.featured-collection__slideshow-wrapper .flickity-button.previous, .featured-collection__slideshow-wrapper .flickity-button.next {
	transform: translateY(-3rem);
}
.featured-collection__slideshow-wrapper .flickity-button.previous {
	left: -2.25rem;
}
.featured-collection__slideshow-wrapper .flickity-button.next {
	right: -2.25rem;
}

.featured-collection__wrapper--layout-grid {
	display: grid;
	grid-gap: 24px 24px;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.featured-collection__wrapper--layout-grid {
		grid-template-columns: 1fr;
		grid-gap: 40px 40px;
	}
}

.featured-collection__wrapper--1-mobile-column {
	grid-template-columns: repeat(1, 1fr);
}

.featured-collection__wrapper--2-mobile-column {
	grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 768px) {
	.featured-collection__wrapper--2-column {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.featured-collection__wrapper--3-column {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.featured-collection__wrapper--4-column {
		grid-template-columns: repeat(4, 1fr);
	}
}

.featured-promotions__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-gap: 18px 24px;
}
@media screen and (min-width: 768px) {
	.featured-promotions__wrapper {
		grid-gap: 40px 40px;
	}
}

@media screen and (min-width: 768px) {
	.featured-promotions__wrapper--2-column {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.featured-promotions__wrapper--3-column {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 960px) {
	.featured-promotions__wrapper--3-column {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.featured-promotions__wrapper--4-column {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 960px) {
	.featured-promotions__wrapper--4-column {
		grid-template-columns: repeat(4, 1fr);
	}
}

.featured-promotions__image {
	position: relative;
	line-height: 0;
}
.featured-promotions__image img {
	width: 100%;
}

.featured-promotions__content-wrapper {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1.5rem 1rem;
}
.featured-promotions__content-wrapper h2 {
	margin: 0 0 0.5rem;
	color: #a25636;
}
.featured-promotions__content-wrapper p {
	margin: 0 0 0.5rem;
	color: #000000;
}

.featured-promotions__content-wrapper--overlay-gradient {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: transparent;
}

.featured-promotions__content-wrapper--overlay-solid {
	background: rgba(0, 0, 0, 0.35);
}

.featured-promotions__content-wrapper--position-top {
	align-items: flex-start;
}

.featured-promotions__content-wrapper--position-center {
	align-items: center;
}

.featured-promotions__content-wrapper--position-bottom {
	align-items: flex-end;
}

.featured-promotions__content-wrapper--align-left {
	text-align: left;
}

.featured-promotions__content-wrapper--align-center {
	text-align: center;
}

.featured-promotions__content-wrapper--align-right {
	text-align: right;
}

.featured-promotions__content {
	padding: 1rem;
	width: 100%;
	line-height: initial;
}
.featured-promotions__content.featured-promotions__content--background-true {
	background-color: #fffded;
}
.featured-promotions__content.featured-promotions__content--background-false h2, .featured-promotions__content.featured-promotions__content--background-false p {
	color: #fff;
}

.featured-promotions__button {
	margin: 0.5rem 0.375rem 0;
	text-align: center;
}
.featured-promotions__button:first-child {
	margin-left: 0;
}

.featured-promotions__button--primary,
.featured-promotions__button--tertiary {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.5rem 0.75rem;
	font-size: 0.7875rem;
}
.featured-promotions__button--primary:visited,
.featured-promotions__button--tertiary:visited {
	color: #ffffff;
}
.featured-promotions__button--primary:hover:not(:disabled), .featured-promotions__button--primary:focus, .featured-promotions__button--primary:active,
.featured-promotions__button--tertiary:hover:not(:disabled),
.featured-promotions__button--tertiary:focus,
.featured-promotions__button--tertiary:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.featured-promotions__button--primary:disabled, .featured-promotions__button--primary.disabled,
.featured-promotions__button--tertiary:disabled,
.featured-promotions__button--tertiary.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.featured-promotions__button--primary,
.featured-promotions__button--tertiary {
		border-radius: 0.25rem;
	}.featured-promotions__button--secondary {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.5rem 0.75rem;
	font-size: 0.7875rem;
	color: #fc9f90;
	background-color: transparent;
	border: 1px solid #fc9f90;
}
.featured-promotions__button--secondary:visited {
	color: #ffffff;
}
.featured-promotions__button--secondary:hover:not(:disabled), .featured-promotions__button--secondary:focus, .featured-promotions__button--secondary:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.featured-promotions__button--secondary:disabled, .featured-promotions__button--secondary.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}
.featured-promotions__button--secondary:visited {
	color: #fc9f90;
}
.featured-promotions__button--secondary:hover:not(:disabled), .featured-promotions__button--secondary:focus, .featured-promotions__button--secondary:active {
	color: #ffffff;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
}.featured-promotions__button--secondary {
		border-radius: 0.25rem;
	}.featured-promotions__button--tertiary {
	color: #fffded;
	background-color: transparent;
	border: 1px solid #fffded;
}
.featured-promotions__button--tertiary:visited {
	color: #fffded;
}
.featured-promotions__button--tertiary:hover:not(:disabled), .featured-promotions__button--tertiary:focus {
	color: #000000;
	background-color: #fffded;
	border: 1px solid #fffded;
}
.featured-promotions__content--background-true .featured-promotions__button--tertiary {
	color: #000000;
	background-color: transparent;
	border: 1px solid #000000;
}
.featured-promotions__content--background-true .featured-promotions__button--tertiary:visited {
	color: #000000;
}
.featured-promotions__content--background-true .featured-promotions__button--tertiary:hover:not(:disabled), .featured-promotions__content--background-true .featured-promotions__button--tertiary:focus {
	color: #fffded;
	background: #000000;
	border: 1px solid #000000;
}

.footer-section {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0;
	font-size: 0.875rem;
	color: #666666;
}

.footer-top {
	background-color: #fff7e2;
	background-image: url("/cdn/shop/files/Asset_2delivery3dsf.png?v=1659187525");
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 90vw;
	min-height: 44vw;
	margin: unset !important;
}

@media screen and (max-width: 575px) {
	.footer-top {
		background-size: 100vw ;
	}
}

.footer-text__patch {
	color: #a25636 !important;
	font-weight: bolder;
}

@media screen and (min-width: 576px) {
	.footer-section {
		/* margin-top: 4rem; */ /* customisation */
	}
}
.footer-section a,
.footer-section a:visited {
	color: #666666;
	text-decoration: none;
	transition: ease-out 0.2s color, ease-out 0.2s border-color;
}
.footer-section a:hover, .footer-section a:focus,
.footer-section a:visited:hover,
.footer-section a:visited:focus {
	color: #a25636;
	text-decoration: none;
	border-bottom: 1px solid #a25636;
}

.footer-top {
	padding: 2rem 0 0;
	margin: 0 24px;
}
@media screen and (max-width: 575px) {
	.footer-top {
		padding: 2rem 2rem;
	}
}

@media screen and (min-width: 576px) {
	.footer-top {
		padding: 0 0 4rem;
		margin: 0 32px 0;
	}
}
@media screen and (min-width: 768px) {
	.footer-top {
		margin: 0 40px 0;
	}
}
@media screen and (min-width: 960px) {
	.footer-top {
		margin: 0 56px 0;
	}
}

.footer-top__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.25fr;
	grid-gap: 0;
}
@media screen and (min-width: 576px) {
	.footer-top__wrapper {
		grid-gap: 40px 32px;
	}
}
@media screen and (min-width: 768px) {
	.footer-top__wrapper {
		grid-gap: 10px 2.5rem;
	}
}

.footer-top__wrapper--2-column {
	grid-template-columns: 1fr;
}
@media screen and (min-width: 576px) {
	.footer-top__wrapper--2-column {
		grid-template-columns: repeat(2, 0.25fr);
	}
}

.footer-top__wrapper--3-column {
	grid-template-columns: 1fr;
}
@media screen and (min-width: 576px) {
	.footer-top__wrapper--3-column {
		grid-template-columns: repeat(3, 0.25fr);
	}
}

.footer-top__wrapper--4-column {
	grid-template-columns: 1fr;
}
@media screen and (min-width: 576px) {
	.footer-top__wrapper--4-column {
		grid-template-columns: repeat(4, 1fr);
		grid-template-columns: repeat(4, 20% 20% 20% 30%);
	}
}

.footer-top__block {
	padding-bottom: 1rem;
}
@media screen and (min-width: 576px) {
	.footer-top__block {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 575px) {
	.footer-top__block.active .footer-top__block-heading::after {
		/* content: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M2 8.5C2 8.22386 2.22386 8 2.5 8H12.5C12.7761 8 13 8.22386 13 8.5C13 8.77614 12.7761 9 12.5 9H2.5C2.22386 9 2 8.77614 2 8.5Z" fill="%23a25636"/%3E%3C/svg%3E'); */
	}
	.footer-top__block.active .footer-top__block-menu {
		padding-top: 1rem;
	}
	.footer-top__block p {
		padding-top: 1rem;
	}
}
.footer-top__block:not(.footer-top__block--newsletter_form) {
	/* border-bottom: 1px solid #a25636; */
}
@media screen and (min-width: 576px) {
	.footer-top__block:not(.footer-top__block--newsletter_form) {
		border-bottom: 0;
	}
}

.footer-top__block--newsletter_form p {
	margin-top: 0.5rem;
	color: #a25636;
}
@media screen and (min-width: 576px) {
	.footer-top__block--newsletter_form p {
		margin-top: initial;
	}
}
.footer-top__block--newsletter_form .newsletter-form__bottom-half {
	display: block;
}
.footer-top__block--newsletter_form .newsletter-form__bottom-half input {
	width: 100%;
}
.footer-top__block--newsletter_form .newsletter-form__bottom-half input[type=email] {
	margin-top: 0;
	border-color: rgba(0, 0, 0, 0.4);
}
.footer-top__block--newsletter_form .newsletter-form__bottom-half input[type=email]:focus {
	border-color: #000000;
}
.footer-top__block--newsletter_form .success {
	padding: 12px;
}

.footer-top__block-menu {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
@media screen and (min-width: 576px) {
	.footer-top__block-menu {
		margin: initial;
	}
}

.footer-top__block-heading {
	margin: 0;
	text-align: center;
	padding: 0;
	margin-top: 1rem;
	margin-bottom: 0;
	color: #a25636;
	text-align: left;
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	.footer-top__block-heading {
		padding: 2.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .footer-top__block-heading {
	text-align: left;
}
.section-with-sidebar__wrapper .footer-top__block-heading {
	padding-top: 0;
	margin-top: 0;
}
@media screen and (min-width: 576px) {
	.footer-top__block-heading {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 5rem;
		margin-bottom: 1rem;
		font-size: var(--font-size-heading-6);
		font-weight: bold;
	}
}
.footer-top__block-heading:not(.footer-top__block-heading--newsletter_form) {
	position: relative;
	cursor: pointer;
}
.footer-top__block-heading:not(.footer-top__block-heading--newsletter_form)::after {
	position: absolute;
	right: 0;
	width: 1rem;
	height: 1rem;
	/* content: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M7 13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V9H12.5C12.7761 9 13 8.77614 13 8.5C13 8.22386 12.7761 8 12.5 8H8V3.5C8 3.22386 7.77614 3 7.5 3C7.22386 3 7 3.22386 7 3.5V8H2.5C2.22386 8 2 8.22386 2 8.5C2 8.77614 2.22386 9 2.5 9H7V13.5Z" fill="%23a25636"/%3E%3C/svg%3E'); */
}
@media screen and (min-width: 576px) {
	.footer-top__block-heading:not(.footer-top__block-heading--newsletter_form) {
		cursor: auto;
	}
	.footer-top__block-heading:not(.footer-top__block-heading--newsletter_form)::after {
		content: "";
	}
}

.footer-top__block-content {
	/* display: none; */
	/* max-height: 0; */
	/* visibility: hidden; */
	/* opacity: 0; */
	/* transition: 1s opacity, 1s max-height; */
	letter-spacing: 2px;
}
.footer-top__block-content[data-animation-state=open] {
	display: block;
	max-height: 500vh;
	visibility: visible;
	opacity: 1;
}
.footer-top__block-content[data-animation="open=>closed"] {
	display: block;
}
.footer-top__block-content[data-animation="closed=>open"] {
	display: block;
}
@media screen and (min-width: 576px) {
	.footer-top__block-content {
		display: block;
		max-height: 500vh;
		visibility: visible;
		opacity: 1;
		transition: none;
	}
}
.footer-top__block-content .accordion dt a:focus, .footer-top__block-content .accordion dt a:hover,
.footer-top__block-content .accordion dt a:visited:focus,
.footer-top__block-content .accordion dt a:visited:hover {
	color: #666666;
	border: 0;
}

.footer-bottom {
	padding: 0 0 2rem;
	padding-bottom: 0 !important; /* customisations */
	margin: 0 24px;
}
@media screen and (min-width: 576px) {
	.footer-bottom {
		padding: 0 0 2rem;
		margin: 0 32px;
	}
}
@media screen and (min-width: 768px) {
	.footer-bottom {
		margin: 0 40px;
	}
}
@media screen and (min-width: 960px) {
	.footer-bottom {
		margin: 0 56px;
	}
}

.footer-bottom__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	/* padding-top: 1.5rem; */
}
@media screen and (min-width: 576px) {
	.footer-bottom__wrapper {
		flex-direction: row;
		/* padding-top: 2rem; */
		/* border-top: 1px solid #a25636; */
	}
}
.footer-bottom__wrapper form {
	display: flex;
	width: 100%;
	padding-bottom: 1rem;
}
@media screen and (min-width: 576px) {
	.footer-bottom__wrapper form {
		width: initial;
	}
}
.footer-bottom__wrapper form .selectors-form__item {
	margin-right: 0.75rem;
	border: 1px solid rgba(102, 102, 102, 0.4);
	border-radius: 8px;
}
.footer-bottom__wrapper form .selectors-form__item button {
	color: #666666;
}
.footer-bottom__wrapper form .selectors-form__item button::after {
	content: url('data:image/svg+xml,%3Csvg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9.35355 1.35355C9.54882 1.15829 9.54882 0.841709 9.35355 0.646447C9.15829 0.451184 8.84171 0.451184 8.64645 0.646447L9.35355 1.35355ZM5 5L4.64645 5.35355C4.84171 5.54882 5.15829 5.54882 5.35355 5.35355L5 5ZM1.35355 0.646447C1.15829 0.451184 0.841708 0.451184 0.646446 0.646447C0.451184 0.841709 0.451184 1.15829 0.646446 1.35355L1.35355 0.646447ZM8.64645 0.646447L4.64645 4.64645L5.35355 5.35355L9.35355 1.35355L8.64645 0.646447ZM5.35355 4.64645L1.35355 0.646447L0.646446 1.35355L4.64645 5.35355L5.35355 4.64645Z" fill="%23666666"/%3E%3C/svg%3E');
}
.footer-bottom__wrapper form .selectors-form__item[aria-expanded=true] {
	border-color: #666666;
}
.footer-bottom__wrapper form .selectors-form__item a {
	color: #000000;
}
.footer-bottom__wrapper form .selectors-form__item a:hover, .footer-bottom__wrapper form .selectors-form__item a:focus {
	border-bottom: 1px solid #000000;
}
.footer-bottom__wrapper form .disclosure__toggle {
	line-height: 1.25rem;
}
.footer-bottom__wrapper .social-icons {
	width: 100%;
	padding: 0 0 1.5rem;
}
@media screen and (min-width: 576px) {
	.footer-bottom__wrapper .social-icons {
		align-items: flex-start;
		justify-content: flex-end;
		width: initial;
	}
}
.footer-bottom__wrapper .social-icons a {
	padding: 0.75rem 1.5rem 0.75rem 0;
}
.footer-bottom__wrapper .social-icons a:hover, .footer-bottom__wrapper .social-icons a:focus {
	border-bottom: 0;
}
@media screen and (min-width: 576px) {
	.footer-bottom__wrapper .social-icons a {
		padding: 0.5rem 0.75rem;
	}
}

.footer-bottom__left,
.footer-bottom__right {
	width: 100%;
}
@media screen and (min-width: 576px) {
	.footer-bottom__left,
.footer-bottom__right {
		max-width: 50%;
	}
}

.footer-bottom__credits {
	padding: 0;
	margin: 0;
}
.footer-bottom__credits a {
	color: #666666;
	text-decoration: none;
}
.footer-bottom__credits a:hover, .footer-bottom__credits a:focus {
	color: #a25636;
	text-decoration: none;
}

.footer-bottom__payment-methods {
	padding-bottom: 2rem;
}
.footer-bottom__payment-methods svg {
	margin: 0.25rem 0.5rem 0.25rem 0;
}
@media screen and (min-width: 960px) {
	.footer-bottom__payment-methods svg {
		margin: 0.25rem;
	}
	.footer-bottom__payment-methods svg:first-child {
		margin-left: 0;
	}
	.footer-bottom__payment-methods svg:last-child {
		margin-right: 0;
	}
}

.testimonial {
	margin: 3rem 24px;
}
@media screen and (min-width: 576px) {
	.testimonial {
		margin: 3rem 32px;
	}
}
@media screen and (min-width: 768px) {
	.testimonial {
		margin: 3.5rem 40px;
	}
}
@media screen and (min-width: 960px) {
	.testimonial {
		margin: 3.5rem 56px;
	}
}

.testimonial__header {
	max-width: 1200px;
	margin: 2.5rem auto;
	margin-top: 3rem;
	margin-bottom: calc(2.5rem - 0.75rem);
}
.section-with-sidebar__wrapper .testimonial__header {
	margin-top: 0;
}

.testimonial__heading {
	margin: 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.testimonial__heading {
		padding: 1.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .testimonial__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .testimonial__heading {
	padding-top: 0;
	margin-top: 0;
}
.main-content--section-headings-left .testimonial__heading {
	text-align: center;
}

.testimonial__slideshow-wrapper {
	position: relative;
	width: 100%;
	max-width: 45rem;
	margin: 0 auto;
}

.testimonial__slideshow {
	width: 100%;
	max-width: 45rem;
	margin: 0 auto;
}
.testimonial__slideshow .flickity-button {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
	.testimonial__slideshow .flickity-button {
		display: block;
	}
}
.testimonial__slideshow .flickity-button::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5rem;
	height: 0.875rem;
	transform: translate(-50%, -50%);
}
.testimonial__slideshow .flickity-button.next {
	right: 0.5rem;
}
.testimonial__slideshow .flickity-button.next::after {
	margin-left: 1px;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.testimonial__slideshow .flickity-button.next:hover::after {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.testimonial__slideshow .flickity-button.previous {
	left: 0.5rem;
}
.testimonial__slideshow .flickity-button.previous::after {
	margin-right: 1px;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.testimonial__slideshow .flickity-button.previous:hover::after {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.testimonial__slideshow .flickity-button .flickity-button-icon {
	display: none;
}
.testimonial__slideshow .flickity-button:focus {
	border: 1px solid #a25636;
}
.testimonial__slideshow .flickity-button {
	display: none;
}
@media screen and (min-width: 768px) {
	.testimonial__slideshow .flickity-button {
		display: block;
	}
}
.testimonial__slideshow .flickity-button.next {
	right: calc(-2.5rem + 0.75rem - 2.5rem);
}
.testimonial__slideshow .flickity-button.previous {
	left: calc(-2.5rem + 0.75rem - 2.5rem);
}

.testimonial__slide {
	width: 100%;
	padding: 0.75rem;
	padding-bottom: 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.testimonial__slide {
		max-width: 45rem;
	}
}

.testimonial__body {
	position: relative;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	background-color: #fffded;
	border-radius: 0.5rem;
	box-shadow: 0 2px 16px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
	.testimonial__body {
		padding: 2rem;
		margin-bottom: 1.5rem;
	}
}
.testimonial__body::after {
	position: absolute;
	bottom: -0.75rem;
	z-index: 1;
	width: 0;
	height: 0;
	content: "";
	border-top: 0.75rem solid #fffded;
	border-right: 0.75rem solid transparent;
	border-left: 0.75rem solid transparent;
	transform: translateX(-50%);
}

.testimonial__image {
	position: relative;
	display: flex;
	max-width: 4rem;
	padding: 0;
	margin: 0.75rem 1.5rem;
	background-color: unset;
	border: 0;
	opacity: 0.5;
	transition: all 0.2s ease-in;
}
.testimonial__image.testimonial__image--circle img {
	border-radius: 50%;
}
.testimonial__image img {
	transition: box-shadow 0.2s ease-in;
}
.testimonial__image img:hover {
	cursor: pointer;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.2);
}
.is-nav-selected .testimonial__image {
	opacity: 1;
}

.testimonial__image--none {
	min-height: 4rem;
}

.testimonial__quote-icon {
	font-family: "Playfair Display",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.75rem;
	opacity: 0.4;
}

.testimonial__slideshow--secondary .flickity-viewport,
.testimonial__slideshow .flickity-viewport {
	transition: height 0.3s ease;
}

.testimonial__slideshow--secondary {
	max-width: calc(7rem * 3 - 0.5rem);
	margin-right: auto;
	margin-left: auto;
}
.testimonial__slideshow--secondary .flickity-page-dots {
	position: static;
	margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
	.testimonial__slideshow--secondary .flickity-page-dots {
		margin-top: 2rem;
	}
}
.testimonial__slideshow--secondary .dot:not(.is-selected) {
	opacity: 0.5;
}

.testimonial__name,
.testimonial__info {
	display: block;
	visibility: hidden;
}
.is-selected .testimonial__name,
.is-selected .testimonial__info {
	visibility: visible;
}

.testimonial__info {
	font-size: 0.8203125rem;
	opacity: 0.6;
}

.testimonial__stars {
	margin-top: 1.5rem;
}

.testimonial__star-container {
	display: inline-block;
}

.testimonial__slide--secondary {
	width: 12rem;
	text-align: center;
}

.contact-form__header {
	max-width: 1200px;
	margin: 2.5rem auto;
}
.section-with-sidebar__wrapper .contact-form__header {
	margin-top: 0;
}

.contact-form__heading {
	margin: 0;
	text-align: center;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.contact-form__heading {
		padding: 2.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .contact-form__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .contact-form__heading {
	padding-top: 0;
	margin-top: 0;
}

.contact-form__text {
	margin-bottom: 1.5rem;
}

.contact-form__image-wrapper {
	position: relative;
}

.contact-form__image {
	display: block;
	margin-bottom: 1rem;
}

.contact-form__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.contact-form__wrapper--center {
	max-width: 680px;
}

@media screen and (min-width: 960px) {
	.contact-form__wrapper--right,
.contact-form__wrapper--left {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0 32px;
	}
}

@media screen and (min-width: 960px) {
	.contact-form__wrapper--left {
		grid-template-areas: "form info";
	}
}

@media screen and (min-width: 960px) {
	.contact-form__wrapper--right {
		grid-template-areas: "info form";
	}
}

@media screen and (min-width: 576px) {
	.contact-form__form {
		display: grid;
		grid-template-areas: "result result" "name email" "message message";
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: max-content;
		grid-gap: 0 32px;
	}
}
.contact-form__form .success,
.contact-form__form .errors {
	grid-area: result;
}

.contact-form__information {
	grid-area: info;
}

.contact-form__subheading {
	margin-top: 0;
}

.contact-form__information--align-right {
	text-align: right;
}

.contact-form__information--align-center {
	text-align: center;
}

.contact-form__name {
	grid-area: name;
}

.contact-form__email {
	grid-area: email;
}

.contact-form__message {
	grid-area: message;
}

.contact-form__submit {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
}
.contact-form__submit:visited {
	color: #ffffff;
}
.contact-form__submit:hover:not(:disabled), .contact-form__submit:focus, .contact-form__submit:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.contact-form__submit:disabled, .contact-form__submit.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.contact-form__submit {
		border-radius: 0.25rem;
	}[data-video-playing=true] .video-section {
	height: 100%;
}

.video-section--width-wide-true {
	left: 50%;
	margin-left: calc(-50vw + var(--scrollbar-width) / 2);
	margin-right: calc(-50vw + var(--scrollbar-width) / 2);
	max-width: calc(100vw - var(--scrollbar-width));
	position: relative;
	right: 50%;
	width: calc(100vw - var(--scrollbar-width));
}
.shopify-section:first-child .video-section--width-wide-true {
	margin-top: 0;
}

.video-section__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
}
.video-section--width-wide-true .video-section__wrapper {
	max-width: none;
	margin: 0;
}

.video-section__overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.video-section--dark-overlay-enabled-true .video-section__overlay {
	background: rgba(0, 0, 0, 0.3);
}
[data-video-transitioning=true] .video-section__overlay, [data-video-playing=true] .video-section__overlay {
	pointer-events: none;
}

.video-section__overlay-image-wrapper {
	height: 100%;
}
[data-video-transitioning=true] .video-section__overlay-image-wrapper, [data-video-playing=true] .video-section__overlay-image-wrapper {
	opacity: 0;
	transition: opacity 200ms ease-in-out;
}
[data-video-playing=true] .video-section__overlay-image-wrapper {
	z-index: 0;
}

.video-section__overlay-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.video-section__overlay-header {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	padding: 0.5rem;
	margin: auto;
	background-color: var(--overlay-color);
}
.video-section--width-wide-true .video-section__overlay-header {
	padding: 1.5rem;
}
@media screen and (min-width: 768px) {
	.video-section--width-wide-true .video-section__overlay-header {
		padding: 2.5rem;
	}
}
@media screen and (min-width: 768px) {
	.video-section__overlay-header {
		padding: 2.5rem;
	}
}
.video-section--text-shadow-enabled-true .video-section__overlay-header {
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
[data-video-transitioning=true] .video-section__wrapper--show-text-while-playing-false .video-section__overlay-header, [data-video-playing=true] .video-section__wrapper--show-text-while-playing-false .video-section__overlay-header {
	opacity: 0;
	transition: opacity 200ms ease-in-out;
}
[data-video-playing=true] .video-section__wrapper--show-text-while-playing-false .video-section__overlay-header {
	z-index: 0;
}
.video-section__overlay-header.video-section__overlay-header--text-position-top-center, .video-section__overlay-header.video-section__overlay-header--text-position-center, .video-section__overlay-header.video-section__overlay-header--text-position-bottom-center {
	align-items: center;
	text-align: center;
}
.video-section__overlay-header.video-section__overlay-header--text-position-top-right, .video-section__overlay-header.video-section__overlay-header--text-position-center-right, .video-section__overlay-header.video-section__overlay-header--text-position-bottom-right {
	align-items: flex-end;
	text-align: right;
}
.video-section__overlay-header.video-section__overlay-header--text-position-top-left, .video-section__overlay-header.video-section__overlay-header--text-position-center-left, .video-section__overlay-header.video-section__overlay-header--text-position-bottom-left {
	align-items: flex-start;
	text-align: left;
}
.video-section__overlay-header.video-section__overlay-header--text-position-center-left, .video-section__overlay-header.video-section__overlay-header--text-position-center, .video-section__overlay-header.video-section__overlay-header--text-position-center-right {
	justify-content: center;
}
.video-section__overlay-header.video-section__overlay-header--text-position-bottom-left, .video-section__overlay-header.video-section__overlay-header--text-position-bottom-center, .video-section__overlay-header.video-section__overlay-header--text-position-bottom-right {
	justify-content: flex-end;
}

.video-section__overlay-heading {
	font-family: "Playfair Display",serif;
	font-style: normal;
	font-weight: 400;
	font-size: var(--font-size-heading-2);
	line-height: 1.3;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 3px;
	margin: 0 0 0.5rem;
	color: var(--overlay-text-color);
}
@media screen and (min-width: 768px) {
	.video-section__overlay-heading {
		font-size: 2.8125rem;
	}
}@media screen and (min-width: 768px) {
	.video-section__overlay-heading {
		font-size: 2.8125rem;
	}
}
.video-section__overlay-heading a {
	color: inherit;
	text-decoration: none;
}
.video-section__overlay-heading a:visited, .video-section__overlay-heading a:hover, .video-section__overlay-heading a:focus, .video-section__overlay-heading a:active {
	color: inherit;
}
@media screen and (min-width: 768px) {
	.video-section__overlay-heading {
		margin: 0 0 0.75rem;
	}
}

.video-section__overlay-subheading {
	font-family: "Playfair Display",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9375rem;
	line-height: 1.5;
	text-decoration: none;
	text-transform: none;
	margin: 0 0 0.5rem;
	color: var(--overlay-text-color);
}
@media screen and (min-width: 768px) {
	.video-section__overlay-subheading {
		font-size: 0.9375rem;
	}
}
@media screen and (min-width: 768px) {
	.video-section__overlay-subheading {
		margin: 0 0 0.75rem;
	}
}

.video-section__button-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
}
.video-section__overlay-header--text-position-top-right .video-section__button-wrapper, .video-section__overlay-header--text-position-center-right .video-section__button-wrapper, .video-section__overlay-header--text-position-bottom-right .video-section__button-wrapper {
	justify-items: flex-end;
}
.video-section__overlay-header--text-position-top-left .video-section__button-wrapper, .video-section__overlay-header--text-position-center-left .video-section__button-wrapper, .video-section__overlay-header--text-position-bottom-left .video-section__button-wrapper {
	justify-content: flex-start;
}

.video-section__play-button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1rem;
	line-height: 1;
}
.video-section__play-button:visited {
	color: #ffffff;
}
.video-section__play-button:hover:not(:disabled), .video-section__play-button:focus, .video-section__play-button:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.video-section__play-button:disabled, .video-section__play-button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.video-section__play-button {
		border-radius: 0.25rem;
	}[data-video-transitioning=true] .video-section__play-button, [data-video-playing=true] .video-section__play-button {
	opacity: 0;
	transition: opacity 200ms ease-in-out;
}
[data-video-playing=true] .video-section__play-button {
	display: none;
}

.video-section__play-icon {
	margin-right: 0.75rem;
	opacity: 1;
}
[data-video-loading=true] .video-section__play-icon {
	opacity: 0;
}

.video-section__play-button-text {
	opacity: 1;
}
[data-video-loading=true] .video-section__play-button-text {
	opacity: 0;
}

.video-section__loading-icon {
	--loading-icon-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	opacity: 0;
	transform: translate(-50%, -50%);
}
[data-video-loading=true] .video-section__loading-icon {
	opacity: 1;
	transition: opacity 200ms ease-in-out;
}

.video-section__loading-icon-animation {
	position: relative;
	left: -32px;
	width: 10px;
	height: 10px;
	color: #ffffff;
	border-radius: 5px;
	box-shadow: 16px 0 0 0 #ffffff, 32px 0 0 0 #ffffff, 48px 0 0 0 #ffffff;
	animation: dotTyping 1.5s infinite linear;
}

.video-section__call-to-action {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	color: #fc9f90;
	background-color: transparent;
	border: 1px solid #fc9f90;
	padding: 0.75rem 1rem;
	text-align: center;
	pointer-events: auto;
}
.video-section__call-to-action:visited {
	color: #ffffff;
}
.video-section__call-to-action:hover:not(:disabled), .video-section__call-to-action:focus, .video-section__call-to-action:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.video-section__call-to-action:disabled, .video-section__call-to-action.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}
.video-section__call-to-action:visited {
	color: #fc9f90;
}
.video-section__call-to-action:hover:not(:disabled), .video-section__call-to-action:focus, .video-section__call-to-action:active {
	color: #ffffff;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
}.video-section__call-to-action {
		border-radius: 0.25rem;
	}[data-video-transitioning=true] .video-section__call-to-action, [data-video-playing=true] .video-section__call-to-action {
	opacity: 0;
	transition: opacity 200ms ease-in-out;
}
[data-video-playing=true] .video-section__call-to-action {
	z-index: 0;
	margin-left: 0;
}
.video-section--call-to-action-enabled-true .video-section__call-to-action {
	margin-left: 1rem;
}
@media screen and (min-width: 576px) {
	.video-section--call-to-action-enabled-true .video-section__call-to-action {
		margin-top: 0;
	}
}
[data-video-playing=true] .video-section--call-to-action-enabled-true .video-section__call-to-action {
	margin-top: 0;
	margin-left: 0;
}
.video-section__wrapper--show-text-while-playing-true .video-section__call-to-action {
	z-index: 1;
	opacity: 1;
}

.video-section__video--youtube,
.video-section__video--vimeo {
	position: relative;
	height: 0;
}
.video-section__wrapper--aspect-ratio-16-9 .video-section__video--youtube,
.video-section__wrapper--aspect-ratio-16-9 .video-section__video--vimeo {
	padding-bottom: 56.25%;
}
.video-section__wrapper--aspect-ratio-4-3 .video-section__video--youtube,
.video-section__wrapper--aspect-ratio-4-3 .video-section__video--vimeo {
	padding-bottom: 75%;
}

.video-section__wrapper--aspect-ratio-16-9 .video-section__video--html5 {
	padding-bottom: 56.25%;
}
.video-section__wrapper--aspect-ratio-4-3 .video-section__video--html5 {
	padding-bottom: 75%;
}
.video-section--placeholder-image-enabled-true .video-section__video--html5 {
	height: 0;
}
.video-section--placeholder-image-enabled-false .video-section__video--html5 {
	padding-bottom: 0;
}
[data-video-playing=true] .video-section__video--html5 {
	height: 100%;
	padding-bottom: 0;
}
.video-section__video--html5 .plyr--video {
	height: 100%;
}
.video-section__video--html5 .plyr__video-wrapper {
	height: 100%;
}
.video-section__video--html5 .plyr video {
	width: 100%;
	height: 100%;
}

.video-section--placeholder-image-enabled-true .video-section__video {
	visibility: hidden;
}
[data-video-transitioning=true] .video-section__video, [data-video-playing=true] .video-section__video {
	z-index: 1;
	visibility: visible;
}
.video-section__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-section__video .plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: none;
}

.product-recommendations__header {
	max-width: 1200px;
	margin: 2.5rem auto;
}
.section-with-sidebar__wrapper .product-recommendations__header {
	margin-top: 0;
}

.product-recommendations__heading {
	margin: 0;
	text-align: center;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.product-recommendations__heading {
		padding: 2.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .product-recommendations__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .product-recommendations__heading {
	padding-top: 0;
	margin-top: 0;
}

.product-recommendations__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.product-recommendations__wrapper .flickity-button {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
	.product-recommendations__wrapper .flickity-button {
		display: block;
	}
}
.product-recommendations__wrapper .flickity-button::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5rem;
	height: 0.875rem;
	transform: translate(-50%, -50%);
}
.product-recommendations__wrapper .flickity-button.next {
	right: -2.5rem;
}
.product-recommendations__wrapper .flickity-button.next::after {
	margin-left: 1px;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.product-recommendations__wrapper .flickity-button.next:hover::after {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.product-recommendations__wrapper .flickity-button.previous {
	left: -2.5rem;
}
.product-recommendations__wrapper .flickity-button.previous::after {
	margin-right: 1px;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.product-recommendations__wrapper .flickity-button.previous:hover::after {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.product-recommendations__wrapper .flickity-button .flickity-button-icon {
	display: none;
}
.product-recommendations__wrapper .flickity-button:focus {
	border: 1px solid #a25636;
}
.product-recommendations__wrapper .flickity-button.previous {
	/* left: 0.5rem; */
}
.product-recommendations__wrapper .flickity-button.next {
	/* right: 0.5rem; */
}
.product-recommendations__wrapper .flickity-button.next::after {
	right: 0;
}

@media screen and (min-width: 576px) {
	.product-recommendations__slider-wrapper {
		margin: 0 -1.25rem;
	}
}

.product-recommendations__wrapper--grid-layout {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 32px 24px;
}
@media screen and (min-width: 576px) {
	.product-recommendations__wrapper--grid-layout {
		grid-gap: 40px 32px;
	}
}

.product-recommendations__wrapper--1-mobile-column {
	grid-template-columns: repeat(1, 1fr);
}

.product-recommendations__wrapper--2-mobile-column {
	grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 768px) {
	.product-recommendations__wrapper--2-column {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.product-recommendations__wrapper--3-column {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.product-recommendations__wrapper--4-column {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.product-recommendations__wrapper--extra-space {
		margin-bottom: -3rem;
	}
}

.product-recommendations--hidden {
	display: none;
}

.product-recommendations-container--hidden {
	display: none;
}

.product-recommendations__wrapper--slider-layout .product-thumbnail {
	width: 85%;
	padding-right: 2.5rem;
}
@media screen and (min-width: 576px) {
	.product-recommendations__wrapper--slider-layout .product-thumbnail {
		width: 20rem;
		padding: 0 1.25rem;
	}
}
.product-recommendations__wrapper--slider-layout.product-recommendations__wrapper--products-count-1 .product-thumbnail {
	width: 100%;
	padding-right: 0;
}
@media screen and (min-width: 576px) {
	.product-recommendations__wrapper--slider-layout.product-recommendations__wrapper--2-column .product-thumbnail {
		width: 50%;
	}
}
@media screen and (min-width: 576px) {
	.product-recommendations__wrapper--slider-layout.product-recommendations__wrapper--3-column .product-thumbnail {
		width: 33.35%;
	}
}
@media screen and (min-width: 576px) {
	.product-recommendations__wrapper--slider-layout.product-recommendations__wrapper--4-column .product-thumbnail {
		width: 25%;
	}
}
.product-recommendations__wrapper--extra-space .product-thumbnail {
	padding-bottom: 3rem;
}

/* .site-header__outer-wrapper {
	position: sticky;
	top: calc((var(--announcement-height, 0)) * -1);
	z-index: 900;
	opacity: 1;
	transition: opacity 0.4s ease-out;
}
@media screen and (min-width: 768px) {
	.site-header__outer-wrapper {
		position: static;
	}
} */
.no-js .site-header__outer-wrapper, .site-header__outer-wrapper.site-header__outer-wrapper--loaded {
	opacity: 1;
}
@media screen and (min-width: 768px) {
	.site-header__outer-wrapper.site-header__outer-wrapper--transparent {
		position: absolute;
		top: 0;
		width: 100%;
		box-shadow: none;
	}
}

/* .site-header--sticky .site-header__outer-wrapper {
	position: fixed;
    top: 0;
} */
/* .site-header--sticky.body--scrolled .site-header__outer-wrapper {
    top: calc((var(--announcement-height, 0) + var(--utility-height, 0)) * -1);
}
.site-header--sticky.body--scrolled .site-header__outer-wrapper {
	box-shadow: 0 2px 16px 1px rgba(0, 0, 0, 0.1);
} */

@media screen and (min-width: 768px) {
	.site-header--sticky #main-content {
		margin-top: calc(var(--full-header-height, 0) - -21px);
	}
}

.shopify-policy__container{padding-top:40px;}

.site-announcement {
	text-align: center;
}

.site-announcement__link,
.site-announcement__text {
	display: block;
	padding: 0.5rem 24px;
	font-size: 0.8203125rem;
	color: var(--text-color);
	text-decoration: none;
	background-color: var(--background-color);
}
.site-announcement__link:visited, .site-announcement__link:hover,
.site-announcement__text:visited,
.site-announcement__text:hover {
	color: var(--text-color);
}
@media screen and (max-width: 991px) {
	.site-announcement__link,.site-announcement__text {
		padding: 0.5rem 16px;
	}
}
@media screen and (max-width: 768px) {
	.site-announcement__link,.site-announcement__text {
		padding: 0.5rem 8px;
	}
}

.site-header-utility {
	display: none;
	padding: 0;
	background-color: #fff7e2;
	border-bottom: 1px solid var(--border-color);
}
@media screen and (min-width: 768px) {
	.site-header-utility {
		display: block;
		padding: 0 40px;
	}
}
@media screen and (min-width: 960px) {
	.site-header-utility {
		padding: 0 56px;
	}
}
.site-header__outer-wrapper--transparent .site-header-utility {
	background-color: transparent;
	border-bottom: 1px solid var(--transparent-border-color);
}

.site-header-utility__wrapper {
	position: relative;
	right: -0.75rem;
	display: flex;
	justify-content: flex-end;
	max-width: 1200px;
	margin: 0 auto;
}
.site-header-utility__wrapper .social-icons a {
	color: #a25636;
}
.site-header-utility__wrapper .social-icons a:visited {
	color: #a25636;
}
.site-header-utility__wrapper .social-icons a:hover, .site-header-utility__wrapper .social-icons a:focus {
	color: #a25636;
}
.site-header__outer-wrapper--transparent .site-header-utility__wrapper .social-icons a {
	color: #a25636;
}
.site-header__outer-wrapper--transparent .site-header-utility__wrapper .social-icons a:visited {
	color: #a25636;
}
.site-header__outer-wrapper--transparent .site-header-utility__wrapper .social-icons a:hover, .site-header__outer-wrapper--transparent .site-header-utility__wrapper .social-icons a:focus {
	color: #a25636;
}

.site-header-utility__cross-border {
	display: flex;
	align-items: center;
}
.site-header-utility__cross-border .disclosure {
	--disclosure-text-color: #a25636;
	--disclosure-text-color-hover: #a25636;
	--disclosure-background-color: #fff7e2;
	--disclosure-border-color: #fff7e2;
	--disclosure-toggle-text-color: #a25636;
	--disclosure-toggle-background-color: transparent;
	--disclosure-toggle-border-color: transparent;
	--disclosure-toggle-svg-color: #a25636;
}
.site-header__outer-wrapper--transparent .site-header-utility__cross-border .disclosure {
	--disclosure-toggle-text-color: #a25636;
	--disclosure-toggle-svg-color: #a25636;
}
.site-header-utility__cross-border .disclosure__toggle::after {
	content: url('data:image/svg+xml,%3Csvg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9.35355 1.35355C9.54882 1.15829 9.54882 0.841709 9.35355 0.646447C9.15829 0.451184 8.84171 0.451184 8.64645 0.646447L9.35355 1.35355ZM5 5L4.64645 5.35355C4.84171 5.54882 5.15829 5.54882 5.35355 5.35355L5 5ZM1.35355 0.646447C1.15829 0.451184 0.841708 0.451184 0.646446 0.646447C0.451184 0.841709 0.451184 1.15829 0.646446 1.35355L1.35355 0.646447ZM8.64645 0.646447L4.64645 4.64645L5.35355 5.35355L9.35355 1.35355L8.64645 0.646447ZM5.35355 4.64645L1.35355 0.646447L0.646446 1.35355L4.64645 5.35355L5.35355 4.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.site-header__outer-wrapper--transparent .site-header-utility__cross-border .disclosure__toggle::after {
	content: url('data:image/svg+xml,%3Csvg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9.35355 1.35355C9.54882 1.15829 9.54882 0.841709 9.35355 0.646447C9.15829 0.451184 8.84171 0.451184 8.64645 0.646447L9.35355 1.35355ZM5 5L4.64645 5.35355C4.84171 5.54882 5.15829 5.54882 5.35355 5.35355L5 5ZM1.35355 0.646447C1.15829 0.451184 0.841708 0.451184 0.646446 0.646447C0.451184 0.841709 0.451184 1.15829 0.646446 1.35355L1.35355 0.646447ZM8.64645 0.646447L4.64645 4.64645L5.35355 5.35355L9.35355 1.35355L8.64645 0.646447ZM5.35355 4.64645L1.35355 0.646447L0.646446 1.35355L4.64645 5.35355L5.35355 4.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.site-header-utility__cross-border form {
	display: flex;
}
.site-header-utility__cross-border .selectors-form__item {
	margin: 0;
}
.site-header-utility__cross-border .disclosure-list {
	top: 100%;
	bottom: auto;
	margin-top: 0.25rem;
}

.site-header {
	padding: 0.75rem 24px;
	background-color: #fff7e2;
	border-bottom: 1px solid var(--border-color);
	transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 576px) {
	.site-header {
		padding: 0.75rem 32px;
	}
}
@media screen and (min-width: 768px) {
	.site-header {
		padding: 0 40px;
	}
}
@media screen and (min-width: 960px) {
	.site-header {
		padding: 0 15px;
	}
}
@media screen and (min-width: 768px) {
	.site-header__outer-wrapper--transparent .site-header {
		background-color: transparent;
		background-color: #fff7e2;
		border-bottom: 1px solid var(--transparent-border-color);
	}
}
.body--scrolled .site-header {
	border: none;
}

.site-header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

.site-header__heading {
	font-family: "Playfair Display",serif;
	font-style: normal;
	font-weight: 700;
	flex: 1 0 auto;
	margin: 0;
	font-size: 1.875rem;
	color: #a25636;
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	.site-header__outer-wrapper--transparent .site-header__heading {
		color: #ffffff;
	}
}
.site-header__heading a {
	display: block;
}
@media screen and (min-width: 768px) {
	.site-header__heading {
		flex: 0 0 auto;
		margin: 0 1.5rem 0 0;
	}
	.site-header__wrapper--logo-center .site-header__heading {
		flex: 1 0 auto;
	}
}

.site-header__logo {
	position: relative;
	display: block;
	width: var(--mobile-logo-width);
	text-align: center;
}
@media screen and (min-width: 768px) {
	.site-header__logo {
		width: var(--desktop-logo-width);
		margin: 1rem 0;
	}
	.site-header__wrapper--logo-left .site-header__logo {
		text-align: left;
	}
}
.site-header__logo img {
	display: block;
	width: 100%;
}

.site-header__logo-image,
.site-header__transparent-image,
.site-header__mobile-image {
	width: 100%;
}

.site-header__logo--has-image .site-header__site-name {
	display: none;
}

@media screen and (max-width: 767px) {
	.site-header__logo--has-mobile-logo .site-header__site-name {
		display: none;
	}
}
.site-header__logo--has-mobile-logo .site-header__logo-image {
	display: none;
}
@media screen and (min-width: 768px) {
	.site-header__logo--has-mobile-logo .site-header__logo-image {
		display: block;
	}
}
.site-header__logo--has-mobile-logo .site-header__mobile-image {
	display: block;
}
@media screen and (min-width: 768px) {
	.site-header__logo--has-mobile-logo .site-header__mobile-image {
		display: none;
	}
}
.site-header__logo--has-mobile-logo .site-header__transparent-image {
	display: none;
}

.site-header__logo--has-transparent-logo .site-header__transparent-image {
	display: none;
}
.site-header__outer-wrapper--transparent .site-header__logo--has-transparent-logo .site-header__logo-image {
	display: none;
}
@media screen and (min-width: 768px) {
	.site-header__outer-wrapper--transparent .site-header__logo--has-transparent-logo .site-header__transparent-image {
		display: block;
	}
}

.site-header__navigation {
	display: none;
}
@media screen and (min-width: 1025px) {
	.site-header__navigation {
		display: block;
		flex: 1 1 auto;
	}
	.site-header__wrapper--logo-center .site-header__navigation {
		flex: 0 1 auto;
		width: calc(50% - (var(--desktop-logo-width) / 2) + 1rem);
		padding-right: 2rem;
		margin-left: -1rem;
	}
}

.header-controls {
	display: flex;
	flex: 0 0 auto;
	margin-left: 1rem;
}

.header-controls__search,
.header-controls__account,
.header-controls__cart {
	display: block;
	padding: 0.75rem;
	color: #a25636;
	text-decoration: none;
}
.header-controls__search svg,
.header-controls__account svg,
.header-controls__cart svg {
	display: block;
}
.header-controls__search:visited,
.header-controls__account:visited,
.header-controls__cart:visited {
	color: #a25636;
}
.header-controls__search:hover, .header-controls__search:focus,
.header-controls__account:hover,
.header-controls__account:focus,
.header-controls__cart:hover,
.header-controls__cart:focus {
	color: #a25636;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.site-header__outer-wrapper--transparent .header-controls__search,
.site-header__outer-wrapper--transparent .header-controls__account,
.site-header__outer-wrapper--transparent .header-controls__cart {
		color: #a25636;
	}
	.site-header__outer-wrapper--transparent .header-controls__search:visited,
.site-header__outer-wrapper--transparent .header-controls__account:visited,
.site-header__outer-wrapper--transparent .header-controls__cart:visited {
		color: #a25636;
	}
	.site-header__outer-wrapper--transparent .header-controls__search:hover, .site-header__outer-wrapper--transparent .header-controls__search:focus,
.site-header__outer-wrapper--transparent .header-controls__account:hover,
.site-header__outer-wrapper--transparent .header-controls__account:focus,
.site-header__outer-wrapper--transparent .header-controls__cart:hover,
.site-header__outer-wrapper--transparent .header-controls__cart:focus {
		color: #a25636;
	}
}

.header-controls__search {
	display: none;
}
@media screen and (min-width: 768px) {
	.header-controls__search {
		display: block;
	}
}

.header-controls__account {
	display: none;
}
@media screen and (min-width: 768px) {
	.header-controls__account {
		display: block;
	}
}

.header-controls__cart {
	display: flex;
	align-items: center;
	padding: 0.75rem 0 0.75rem;
}
@media screen and (min-width: 768px) {
	.header-controls__cart {
		padding: 0.75rem 0 0.75rem 0.75rem;
	}
}

.header-controls__cart-count {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.375rem;
	height: 1.375rem;
	margin-left: 0.25rem;
	font-size: 0.76171875rem;
	text-align: center;
	background-color: rgba(162, 86, 54, 0.1);
	border-radius: 50%;
}
@media screen and (min-width: 768px) {
	.site-header__outer-wrapper--transparent .header-controls__cart-count {
		background-color: rgba(162, 86, 54, 0.1);
	}
}

.mobile-header-controls {
	display: flex;
	align-items: center;
	width: calc(50% - (var(--mobile-logo-width) / 2) + 0.5rem);
	margin-left: -0.5rem;
}
/*ggg  */
@media screen and (min-width: 1025px) {
	.mobile-header-controls {
		display: none;
	}
}
@media screen and  (max-width: 1024px){
.mobile-header-controls {
		display: flex;
	}
  .predictive-search__form{
  /* display:none; */
  }
  .frcp-wishlist-nav-link-wrapper{
  display:none !important;
  }
}
/*ggg  */
.mobile-header-controls__menu,
.mobile-header-controls__search {
	display: block;
	padding: 0.75rem 0.5rem;
	color: #a25636;
	text-decoration: none;
}
.mobile-header-controls__menu svg,
.mobile-header-controls__search svg {
	display: block;
}
.mobile-header-controls__menu:visited,
.mobile-header-controls__search:visited {
	color: #a25636;
}
.mobile-header-controls__menu:hover, .mobile-header-controls__menu:focus,
.mobile-header-controls__search:hover,
.mobile-header-controls__search:focus {
	color: #a25636;
	text-decoration: none;
}

.section-with-sidebar__wrapper .static-page {
	margin: 2.5rem 0 2.5rem;
}
@media screen and (min-width: 576px) {
	.section-with-sidebar__wrapper .static-page {
		margin: 3.5rem 0 3.5rem;
	}
}
@media screen and (min-width: 768px) {
	.section-with-sidebar__wrapper .static-page {
		flex: 1 1 auto;
		margin: 0 0 0 40px;
	}
}
@media screen and (min-width: 960px) {
	.section-with-sidebar__wrapper .static-page {
		margin: 0 0 0 40px;
	}
}

.static-page__header {
	max-width: 800px;
	margin: 3rem auto;
}
@media screen and (min-width: 576px) {
	.static-page__header {
		margin: 3.5rem auto;
	}
}
.static-page--width-wide .static-page__header {
	max-width: 1200px;
}
.static-page--width-narrow .static-page__header {
	max-width: 680px;
}
.section-with-sidebar .static-page__header {
	margin-top: 0;
}

.static-page__heading {
	margin: 0;
	text-align: center;
	padding: 0;
	margin: 1.5rem 0;
}
@media screen and (min-width: 768px) {
	.static-page__heading {
		padding: 2.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .static-page__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .static-page__heading {
	padding-top: 0;
	margin-top: 0;
}
@media screen and (min-width: 576px) {
	.static-page__heading {
		padding: 0;
		margin: 3.5rem 0;
	}
}

.static-page__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1rem;
	/* max-width: 800px; */
}
.static-page--width-wide .static-page__wrapper {
	max-width: 1200px;
	max-width: 100%;
}
.static-page--width-narrow .static-page__wrapper {
	max-width: 680px;
}

@media screen and (min-width: 768px) {
	.static-page__wrapper--2-column {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.static-page__wrapper--3-column {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.static-page__wrapper--4-column {
		grid-template-columns: repeat(4, 1fr);
	}
}

.faq__wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.quote-section .section__wrapper {
	max-width: 800px;
}

.logo-bar {
	margin-bottom: 0;
}

.logo-bar__header {
	max-width: 1200px;
	margin: 2.5rem auto;
}
.section-with-sidebar__wrapper .logo-bar__header {
	margin-top: 0;
}

.logo-bar__heading {
	margin: 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.logo-bar__heading {
		padding: 2.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .logo-bar__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .logo-bar__heading {
	padding-top: 0;
	margin-top: 0;
}

.logo-bar__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/* margin-bottom: 3.5rem; */
}

.logo-bar__item {
	position: relative;
	width: 50%;
	padding: 0 0.75rem;
	margin: 0.75rem 0;
}
@media screen and (min-width: 576px) {
	.logo-bar__item {
		width: 33%;
	}
}
@media screen and (min-width: 768px) {
	.logo-bar__item {
		width: 20%;
	}
}
.logo-bar__item img {
	display: block;
	margin: 0 auto;
}

.divider {
	opacity: 0;
	color: #a25636;
}
.divider.divider--true {
	opacity: 1;
}

.divider-wrapper {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
	.divider-wrapper {
		margin-right: 3.5rem;
		margin-left: 3.5rem;
	}
}

.richtext-section__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 0;
	background-color: var(--richtext-background-color);
}
@media screen and (min-width: 768px) {
	.richtext-section__wrapper {
		padding: 3.5rem 0;
	}
}
.richtext-section--wide-true .richtext-section__wrapper {
	max-width: none;
	margin: 0;
}
.richtext-section--image-true .richtext-section__wrapper {
	padding-top: 0;
}
@media screen and (min-width: 768px) {
	.richtext-section--image-true .richtext-section__wrapper {
		padding-top: 0;
	}
}

.richtext-section--wide-true {
	left: 50%;
	margin-left: calc(-50vw + var(--scrollbar-width) / 2);
	margin-right: calc(-50vw + var(--scrollbar-width) / 2);
	max-width: calc(100vw - var(--scrollbar-width));
	position: relative;
	right: 50%;
	width: calc(100vw - var(--scrollbar-width));
}

.richtext-section__content {
	max-width: 800px;
	margin: 0 auto;
}
.richtext-section--background-true .richtext-section__content, .richtext-section--wide-true .richtext-section__content {
	margin: 0 24px;
}
@media screen and (min-width: 576px) {
	.richtext-section--background-true .richtext-section__content, .richtext-section--wide-true .richtext-section__content {
		margin: 0 32px;
	}
}
@media screen and (min-width: 768px) {
	.richtext-section--background-true .richtext-section__content, .richtext-section--wide-true .richtext-section__content {
		margin: 0 40px;
	}
}
@media screen and (min-width: 960px) {
	.richtext-section--background-true .richtext-section__content, .richtext-section--wide-true .richtext-section__content {
		margin: 0 auto;
	}
}

.richtext-section__image {
	position: relative;
	margin-bottom: 2rem;
}
.richtext-section__image img {
	display: block;
	margin: 0 auto;
}

.richtext-section__heading {
	margin-top: 0;
}

.richtext-section__content--featured_text {
	font-size: 1.171875rem;
}

.richtext-section__button {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	text-transform: none;
	letter-spacing: 0;
}
.richtext-section__button::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.richtext-section__button:hover {
	color: #a25636;
}
.richtext-section__button:hover::after {
	background-color: #a25636;
}

.newsletter-section--wide-true {
	left: 50%;
	margin-left: calc(-50vw + var(--scrollbar-width) / 2);
	margin-right: calc(-50vw + var(--scrollbar-width) / 2);
	max-width: calc(100vw - var(--scrollbar-width));
	position: relative;
	right: 50%;
	width: calc(100vw - var(--scrollbar-width));
}

.newsletter-section--wide-false.newsletter-section--background-color-true {
	background-color: var(--newsletter-background-color);
}

.newsletter-section__heading {
	margin: 0;
	text-align: center;
	color: var(--newsletter-text-color);
}
@media screen and (min-width: 768px) {
	.newsletter-section__heading {
		padding: 2.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .newsletter-section__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .newsletter-section__heading {
	padding-top: 0;
	margin-top: 0;
}
.newsletter-section_alignment--center .newsletter-section__heading {
	text-align: center;
}
.newsletter-section_alignment--left .newsletter-section__heading {
	text-align: left;
}
.newsletter-section_alignment--right .newsletter-section__heading {
	text-align: right;
}
@media screen and (min-width: 768px) {
	.newsletter-section__heading {
		padding-top: 0;
		margin-bottom: 0;
	}
}

.newsletter-section__subheading {
	padding-top: 1rem;
	text-align: center;
}
.newsletter-section_alignment--left .newsletter-section__subheading {
	text-align: left;
}
.newsletter-section_alignment--right .newsletter-section__subheading {
	text-align: right;
}
@media screen and (min-width: 768px) {
	.newsletter-section__subheading {
		padding-top: 0;
	}
}

.newsletter-section__richtext {
	margin-bottom: 1rem;
	text-align: center;
}
.newsletter-section_alignment--left .newsletter-section__richtext {
	text-align: left;
}
.newsletter-section_alignment--right .newsletter-section__richtext {
	text-align: right;
}

.newsletter-section__wrapper {
	max-width: 680px;
	padding: 2.5rem;
	margin: 0 auto;
}

.newsletter-form {
	margin-top: 1rem;
}

input.newsletter-form__first-name,
input.newsletter-form__last-name,
input.newsletter-form__contact-email {
	height: 3.5em;
	margin-bottom: 0.75rem;
}

.newsletter-form__top-half {
	display: grid;
}
@media screen and (min-width: 768px) {
	.newsletter-form__top-half {
		grid-gap: 0.75rem;
	}
}

.newsletter-form__both-names-enabled {
	grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
	.newsletter-form__both-names-enabled {
		grid-template-columns: 1fr 1fr;
	}
}

.newsletter-form__bottom-half {
	display: grid;
	grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
	.newsletter-form__bottom-half {
		grid-template-columns: 5fr 1fr;
		grid-gap: 0.75rem;
	}
}

.newsletter-form__sign-up {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
}
.newsletter-form__sign-up:visited {
	color: #ffffff;
}
.newsletter-form__sign-up:hover:not(:disabled), .newsletter-form__sign-up:focus, .newsletter-form__sign-up:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.newsletter-form__sign-up:disabled, .newsletter-form__sign-up.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.newsletter-form__sign-up {
		border-radius: 0.25rem;
	}@media screen and (min-width: 768px) {
	.newsletter-form__sign-up {
		margin: 0.5rem 0 0.75rem;
	}
}

.featured-product__header {
	max-width: 1200px;
	margin: 2.5rem auto;
}
.section-with-sidebar__wrapper .featured-product__header {
	margin-top: 0;
}

.featured-product__heading {
	margin: 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.featured-product__heading {
		padding: 2.5rem 0 0.75rem;
	}
}
.main-content--section-headings-left .featured-product__heading {
	text-align: left;
}
.section-with-sidebar__wrapper .featured-product__heading {
	padding-top: 0;
	margin-top: 0;
}

.product__add-to-cart-button--onboarding {
	margin-top: 2rem;
}

.featured-product--onboarding-true .product-gallery {
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.featured-product--onboarding-true .product-gallery {
		margin-bottom: 0;
	}
}

/* Snippets */
.blog-article {
	display: block;
	width: 100%;
	margin: 0;
}
.blog-posts__wrapper--1-column .blog-article {
	margin: 0;
}

.blog-article__image {
	position: relative;
	display: block;
	margin: 0 0 1.5rem;
}
.blog-article__image img {
	display: block;
	width: 100%;
}

.blog-article__tags {
	display: flex;
	flex-wrap: wrap;
	margin: 1.5rem 0 0.5rem;
}

.blog-article__tag {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	margin: 0;
	font-size: 0.76171875rem;
	color: #000000;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 1.25rem;
	margin: 0 0.5rem 0.5rem 0;
}
.blog-article__tag:visited {
	color: #000000;
}

.blog-article__title {
	margin: 0;
	font-size: var(--font-size-heading-3);
}

.blog-article__meta {
	display: flex;
	flex-wrap: wrap;
	margin: 0.5rem 0 0;
	font-size: 0.8203125rem;
}
.blog-article__meta span {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}
.blog-article__meta span::after {
	position: relative;
	margin: 0 0.5rem;
	content: "·";
}
.blog-article__meta span:last-child::after {
	content: none;
}

.blog-article__comments {
	color: #000000;
	text-decoration: none;
}
.blog-article__comments:hover {
	color: #000000;
}

.blog-article__excerpt {
	margin: 1rem 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-article__link {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	margin: 1.5rem 0 0;
	font-size: 0.9375rem;
}
.blog-article__link::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.blog-article__link:hover {
	color: #a25636;
}
.blog-article__link:hover::after {
	background-color: #a25636;
}

.comment-form__info {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.comment-form__info {
		flex-direction: row;
	}
}

.comment-form__name {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.comment-form__name {
		width: 50%;
		margin-right: 1rem;
	}
}

.comment-form__email {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.comment-form__email {
		width: 50%;
	}
}

.comment-form__error,
.comment-form__success {
	margin: 0.75rem 0 0.75rem;
}

.collection-list-card__image {
	text-decoration: none;
}

.collection-list-card__image-wrapper {
	position: relative;
}

.collection-list-card__image-wrapper img {
	display: block;
	width: 86%;
    margin-left: 7%;
}

.collection-list-card__image,
.collection-list-card__image-wrapper,
.collection-list-card__image .placeholder-svg {
	display: block;
}

.collection-list-card__info {
	margin-top: 1rem;
	color: #000000;
}

.collection-list-card__title {
	/* font-family: "Playfair Display",serif; */
    min-height: 70px;
  display: block;
	font-family: 'BabyForestFont';
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	color: var(--content-font-color);
	text-decoration: none;
	text-transform: none;
	letter-spacing: 2px;
	font-size: var(--font-size-heading-3);
}
.collection-list-card__title a {
	color: inherit;
	text-decoration: none;
}
.collection-list-card__title a:visited, .collection-list-card__title a:hover, .collection-list-card__title a:focus, .collection-list-card__title a:active {
	color: inherit;
}

.collection-list-card__product-count {
	display: block;
	font-size: 0.9375rem;
}

.main-nav,
.main-nav__tier-2,
.main-nav__tier-3 {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.main-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -1.25rem 0 0;
}
.site-header__wrapper--logo-center .main-nav {
	justify-content: flex-start;
	margin: 0;
}

@keyframes menu-fade-in {
	from {
		opacity: 0;
		transform: translateY(0.25rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.main-nav__tier-2,
.main-nav__tier-3 {
	position: absolute;
	z-index: 901;
	display: none;
	padding: 1rem 0;
	background-color: #fff7e2;
	border-radius: 0.5rem;
	box-shadow: 0 2px 16px 1px rgba(0, 0, 0, 0.1);
}
.main-nav__tier-2.open,
.main-nav__tier-3.open {
	display: block;
	animation-name: menu-fade-in;
	animation-duration: 0.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

/* .main-nav__tier-2 {
	margin-left: 1rem;
} */
.main-nav__tier-2.alternate-drop {
	right: 0;
}

.main-nav__tier-3 {
	top: 0;
	left: 100%;
	display: none;
}
.main-nav__tier-3.alternate-drop {
	right: 100%;
	left: auto;
}

.main-nav__tier-1-item,
.main-nav__tier-2-item,
.main-nav__tier-3-item {
	margin: 0;
}

.main-nav__tier-2-item {
	position: relative;
}

.main-nav__tier-1-link,
.main-nav__tier-2-link,
.main-nav__tier-3-link {
	display: flex;
	align-items: center;
	padding: 0.75rem 9px;
	color: #a25636;
	text-decoration: none;
	white-space: nowrap;
}
.main-nav__tier-1-link:visited,
.main-nav__tier-2-link:visited,
.main-nav__tier-3-link:visited {
	color: #a25636;
}
.main-nav__tier-1-link:hover, .main-nav__tier-1-link:focus,
.main-nav__tier-2-link:hover,
.main-nav__tier-2-link:focus,
.main-nav__tier-3-link:hover,
.main-nav__tier-3-link:focus {
	color: #a25636;
	text-decoration: none;
}
.main-nav__tier-1-link svg,
.main-nav__tier-2-link svg,
.main-nav__tier-3-link svg {
	margin-left: 0.5rem;
}

.main-nav__tier-1-link {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	position: relative;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.main-nav__tier-1-link::after {
	position: absolute;
	bottom: 0.25rem;
	left: 1rem;
	width: calc(100% - 2rem);
	height: 1px;
	content: "";
	background-color: #a25636;
	opacity: 0;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.main-nav__tier-1-link:hover::after {
	opacity: 1;
	transform: translateY(-0.25rem);
}
.site-header__outer-wrapper--transparent .main-nav__tier-1-link {
	color: #a25636;
}
.site-header__outer-wrapper--transparent .main-nav__tier-1-link:visited {
	color: #a25636;
}
.site-header__outer-wrapper--transparent .main-nav__tier-1-link:hover, .site-header__outer-wrapper--transparent .main-nav__tier-1-link:focus {
	color: #a25636;
}

.main-nav__tier-2-link,
.main-nav__tier-3-link {
	position: relative;
	padding: 0.25rem 1.5rem;
}
.main-nav__tier-2-link span,
.main-nav__tier-3-link span {
	position: relative;
	display: inline-block;
}
.main-nav__tier-2-link span:hover::after, .main-nav__tier-2-link span:focus::after,
.main-nav__tier-3-link span:hover::after,
.main-nav__tier-3-link span:focus::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	border-bottom: 1px solid #a25636;
}
.main-nav__tier-2-link svg,
.main-nav__tier-3-link svg {
	margin-left: 1rem;
}

.main-nav__tier-2-link span {
	pointer-events: none;
}

.no-js .site-header__navigation details[open] > .main-nav__tier-2,
.no-js .site-header__navigation details[open] > .main-nav__tier-3 {
	display: block;
}

.site-header__navigation details > summary::-webkit-details-marker {
	display: none;
}

.site-header__navigation summary {
	list-style: none;
	cursor: pointer;
}

.navigation-mobile {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
}
.navigation-mobile[data-open=true] {
	display: flex;
}

.navigation-mobile__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
}
.navigation-mobile__overlay[data-animation] {
	transition: opacity 250ms ease;
}
.navigation-mobile__overlay[data-animation-state=open] {
	opacity: 0.7;
}

.navigation-mobile__flyout {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 19rem;
	height: 100%;
	overflow: hidden;
	background-color: #fff7e2;
	/* transform: translateX(-100%); */
}
.navigation-mobile__flyout[data-animation] {
	transition: transform 250ms ease;
}
.navigation-mobile__flyout[data-animation-state=open] {
	transform: translateX(0);
}
.navigation-mobile[data-child-open=true] .navigation-mobile__flyout {
	overflow: hidden;
}

.navigation-mobile__flyout-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #a25636;
}

.navigation-mobile__flyout-title {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	flex: 1 0 auto;
	margin: 1rem 0 1rem 2.875rem;
	font-size: 0.9375rem;
	color: #a25636;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.navigation-mobile__account {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 1.5rem;
	font-size: 0.8203125rem;
	color: #a25636;
}

.navigation-mobile__account-link {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: flex;
	align-items: center;
	padding: 1rem 0;
	margin-right: 0.25rem;
	font-size: 0.9375rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.navigation-mobile__account-link:visited {
	color: #a25636;
}
.navigation-mobile__account-link svg {
	display: block;
	margin-right: 0.5rem;
}

.navigation-mobile__sign-out {
	color: #a25636;
	white-space: nowrap;
}

.navigation-mobile__close-button {
	display: block;
	padding: 1rem;
	color: #a25636;
	cursor: pointer;
	background-color: transparent;
	border: none;
}
.navigation-mobile__close-button svg {
	display: block;
}

.mobile-menu {
	flex: 1 1 auto;
	overflow: auto;
}

.mobile-menu,
.mobile-menu__tier-2-menu,
.mobile-menu__tier-3-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
  padding-left:12px;
  padding-right: 12px;
}

.mobile-menu__tier-1-item,
.mobile-menu__tier-2-item,
.mobile-menu__tier-3-item {
	margin: 0;
    text-align: left;
    display: flex;
    align-items: center;
}

.mobile-menu__tier-1-link,
.mobile-menu__tier-2-link,
.mobile-menu__tier-3-link {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: block;
	padding: 18px 10px;
	font-size: 0.9375rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.mobile-menu__tier-1-link:visited, .mobile-menu__tier-1-link:hover, .mobile-menu__tier-1-link:focus, .mobile-menu__tier-1-link:active,
.mobile-menu__tier-2-link:visited,
.mobile-menu__tier-2-link:hover,
.mobile-menu__tier-2-link:focus,
.mobile-menu__tier-2-link:active,
.mobile-menu__tier-3-link:visited,
.mobile-menu__tier-3-link:hover,
.mobile-menu__tier-3-link:focus,
.mobile-menu__tier-3-link:active {
	color: #a25636;
}

.mobile-menu__tier-1-button,
.mobile-menu__tier-2-button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	position: relative;
	display: block;
	width: 100%;
	padding: 1rem 1.5rem;
	font-size: 0.9375rem;
	color: #a25636;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: transparent;
	border: none;
}
.mobile-menu__tier-1-button svg,
.mobile-menu__tier-2-button svg {
	position: absolute;
	top: 50%;
	right: 1rem;
	display: block;
	pointer-events: none;
	transform: translateY(-50%);
}

.mobile-menu__tier-2,
.mobile-menu__tier-3 {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}
.mobile-menu__tier-2[data-open=true],
.mobile-menu__tier-3[data-open=true] {
	display: block;
}

.mobile-menu__tier-2 {
	z-index: 2;
}

.mobile-menu__tier-3 {
	z-index: 3;
}

.mobile-menu__tier-2-overlay,
.mobile-menu__tier-3-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #a25636;
	opacity: 0;
}
.mobile-menu__tier-2-overlay[data-animation],
.mobile-menu__tier-3-overlay[data-animation] {
	transition: opacity 200ms ease;
}
.mobile-menu__tier-2-overlay[data-animation-state=open],
.mobile-menu__tier-3-overlay[data-animation-state=open] {
	opacity: 0.2;
}

.mobile-menu__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #a25636;
}

.mobile-menu__back-button {
	padding: 1rem 1.5rem;
	color: #a25636;
	cursor: pointer;
	background-color: transparent;
	border: none;
}
.mobile-menu__back-button svg {
	display: block;
	transform: rotate(180deg);
}

.mobile-menu__heading {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: block;
	padding: 1rem 0;
	margin: 0 0.75rem;
	font-size: 0.9375rem;
	color: #a25636;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.mobile-menu__heading:visited, .mobile-menu__heading:hover, .mobile-menu__heading:focus, .mobile-menu__heading:active {
	color: #a25636;
}

.mobile-menu__close-button {
	display: block;
	padding: 1rem;
	color: #a25636;
	cursor: pointer;
	background-color: transparent;
	border: none;
}
.mobile-menu__close-button svg {
	display: block;
}

.mobile-menu__tier-2-flyout,
.mobile-menu__tier-3-flyout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #fff7e2;
	transform: translateX(100%);
}
.mobile-menu__tier-2-flyout[data-animation],
.mobile-menu__tier-3-flyout[data-animation] {
	transition: transform 250ms ease;
}
.mobile-menu__tier-2-flyout[data-animation-state=open],
.mobile-menu__tier-3-flyout[data-animation-state=open] {
	transform: translateX(0);
}

.mobile-menu__tier-2[data-child-open=true] .mobile-menu__tier-2-flyout {
	overflow: hidden;
}

.navigation-mobile__footer {
	padding: 0.75rem;
	border-top: 1px solid #a25636;
}
.navigation-mobile__footer .social-icons a {
	color: #a25636;
}
.navigation-mobile__footer .social-icons a:visited {
	color: #a25636;
}
.navigation-mobile__footer .shopify-localization-form {
	display: flex;
	margin-top: 0.25rem;
}
.navigation-mobile__footer .disclosure {
	--disclosure-text-color: #a25636;
	--disclosure-background-color: #fff7e2;
	--disclosure-border-color: #fff7e2;
	--disclosure-toggle-text-color: #a25636;
	--disclosure-toggle-background-color: transparent;
	--disclosure-toggle-border-color: transparent;
	--disclosure-toggle-svg-color: #a25636;
	--disclosure-toggle-svg: url('data:image/svg+xml,%3Csvg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9.35355 1.35355C9.54882 1.15829 9.54882 0.841709 9.35355 0.646447C9.15829 0.451184 8.84171 0.451184 8.64645 0.646447L9.35355 1.35355ZM5 5L4.64645 5.35355C4.84171 5.54882 5.15829 5.54882 5.35355 5.35355L5 5ZM1.35355 0.646447C1.15829 0.451184 0.841708 0.451184 0.646446 0.646447C0.451184 0.841709 0.451184 1.15829 0.646446 1.35355L1.35355 0.646447ZM8.64645 0.646447L4.64645 4.64645L5.35355 5.35355L9.35355 1.35355L8.64645 0.646447ZM5.35355 4.64645L1.35355 0.646447L0.646446 1.35355L4.64645 5.35355L5.35355 4.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.navigation-mobile__footer .disclosure__toggle {
	font-size: 0.76171875rem;
}

.mobile-menu-filters {
	margin: 0 1.5rem;
	overflow: unset;
}

.navigation-mobile__filters--active {
	padding: 1.5rem;
	border-bottom: 1px solid #a25636;
}

/* .navigation-mobile-filters {
	justify-content: flex-end;
} */

.navigation-mobile-filters__flyout {
	overflow: auto;
	/* transform: translateX(100%); */
}
.navigation-mobile-filters__flyout[data-animation-state=open] {
	transform: translateX(0);
}

.navigation-mobile-filters__link {
	position: relative;
	padding: 1rem 0 1rem 1.5rem;
}
.navigation-mobile-filters__link:hover, .navigation-mobile-filters__link:focus {
	text-decoration: none;
}
.navigation-mobile-filters__link::before {
	position: absolute;
	top: 1.2rem;
	left: 0;
	content: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="8" cy="8" r="7.5" fill="white" stroke="%23a25636"/%3E%3C/svg%3E');
}
.navigation-mobile-filters__link.navigation-mobile-filters__link--active::before {
	content: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="8" cy="8" r="7.5" stroke="%23a25636"/%3E%3Ccircle cx="7.99996" cy="7.99996" r="5.33333" fill="%23a25636"/%3E%3C/svg%3E');
}

/* #Flickity v2.2.1 https://flickity.metafizzy.co
================================================== */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: 0;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	background: hsla(0deg, 0%, 100%, 0.75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: #fff;
	cursor: pointer;
}

.flickity-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: 0.6;
}

.flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
	pointer-events: none;
	z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
	pointer-events: auto;
	z-index: 1;
}

@keyframes plyr-progress {
	to {
		background-position: 25px 0;
	}
}
@keyframes plyr-popup {
	0% {
		opacity: 0.5;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes plyr-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.plyr {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
	direction: ltr;
	font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
	font-variant-numeric: tabular-nums;
	font-weight: 500;
	line-height: 1.7;
	max-width: 100%;
	min-width: 200px;
	position: relative;
	text-shadow: none;
	transition: box-shadow 0.3s ease;
}

.plyr audio, .plyr video {
	border-radius: inherit;
	height: auto;
	vertical-align: middle;
	width: 100%;
}

.plyr button {
	font: inherit;
	line-height: inherit;
	width: auto;
}

.plyr:focus {
	outline: 0;
}

.plyr--full-ui {
	box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
	box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
	touch-action: manipulation;
}

.plyr__badge {
	background: #4a5764;
	border-radius: 2px;
	color: #fff;
	font-size: 9px;
	line-height: 1;
	padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
	display: none;
}

.plyr__captions {
	animation: plyr-fade-in 0.3s ease;
	bottom: 0;
	color: #fff;
	display: none;
	font-size: 14px;
	left: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	transition: transform 0.4s ease-in-out;
	width: 100%;
}

.plyr__captions .plyr__caption {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 185%;
	padding: 0.2em 0.5em;
	white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
	display: inline;
}

.plyr__captions span:empty {
	display: none;
}

@media (min-width: 480px) {
	.plyr__captions {
		font-size: 16px;
		padding: 20px;
	}
}
@media (min-width: 768px) {
	.plyr__captions {
		font-size: 18px;
	}
}
.plyr--captions-active .plyr__captions {
	display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
	transform: translateY(-40px);
}

.plyr__control {
	background: 0 0;
	border: 0;
	border-radius: 3px;
	color: inherit;
	cursor: pointer;
	flex-shrink: 0;
	overflow: visible;
	padding: 7px;
	position: relative;
	transition: all 0.3s ease;
}

.plyr__control svg {
	display: block;
	fill: currentColor;
	height: 18px;
	pointer-events: none;
	width: 18px;
}

.plyr__control:focus {
	outline: 0;
}

.plyr__control.plyr__tab-focus {
	box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
	outline: 0;
}

a.plyr__control {
	text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
	display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
	display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	color: #fff;
}

.plyr__control--overlaid {
	background: rgba(0, 179, 255, 0.8);
	border: 0;
	border-radius: 100%;
	color: #fff;
	display: none;
	left: 50%;
	padding: 15px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.plyr__control--overlaid svg {
	left: 2px;
	position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
	background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
	opacity: 0;
	visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block;
}

.plyr--full-ui ::-webkit-media-controls {
	display: none;
}

.plyr__controls {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	text-align: center;
}

.plyr__controls .plyr__progress__container {
	flex: 1;
	min-width: 0;
}

.plyr__controls .plyr__controls__item {
	margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
	margin-left: 0;
	margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
	padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
	padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
	padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
	padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
	padding-right: 0;
}

.plyr__controls:empty {
	display: none;
}

.plyr--audio .plyr__controls {
	background: #fff;
	border-radius: inherit;
	color: #4a5764;
	padding: 10px;
}

.plyr--video .plyr__controls {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 20px 5px 5px;
	position: absolute;
	right: 0;
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
	z-index: 3;
}

@media (min-width: 480px) {
	.plyr--video .plyr__controls {
		padding: 35px 10px 10px;
	}
}
.plyr--video.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
	display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
	display: inline-block;
}

.plyr__menu {
	display: flex;
	position: relative;
}

.plyr__menu .plyr__control svg {
	transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
	transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
	display: none;
}

.plyr__menu__container {
	animation: plyr-popup 0.2s ease;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	color: #4a5764;
	font-size: 16px;
	margin-bottom: 10px;
	position: absolute;
	right: -3px;
	text-align: left;
	white-space: nowrap;
	z-index: 3;
}

.plyr__menu__container > div {
	overflow: hidden;
	transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
	border: 4px solid transparent;
	border-top-color: rgba(255, 255, 255, 0.9);
	content: "";
	height: 0;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 0;
}

.plyr__menu__container [role=menu] {
	padding: 7px;
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
	margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
	margin-top: 0;
}

.plyr__menu__container .plyr__control {
	align-items: center;
	color: #4a5764;
	display: flex;
	font-size: 14px;
	padding: 4px 11px;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
}

.plyr__menu__container .plyr__control > span {
	align-items: inherit;
	display: flex;
	width: 100%;
}

.plyr__menu__container .plyr__control::after {
	border: 4px solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
	padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
	border-left-color: rgba(74, 87, 100, 0.8);
	right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
	border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
	font-weight: 500;
	margin: 7px;
	margin-bottom: 3px;
	padding-left: 28px;
	position: relative;
	width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
	border-right-color: rgba(74, 87, 100, 0.8);
	left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
	background: #c1c9d1;
	box-shadow: 0 1px 0 #fff;
	content: "";
	height: 1px;
	left: 0;
	margin-top: 4px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
	border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
	padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
	border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
	background: rgba(0, 0, 0, 0.1);
	content: "";
	display: block;
	flex-shrink: 0;
	height: 16px;
	margin-right: 10px;
	transition: all 0.3s ease;
	width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
	background: #fff;
	border: 0;
	height: 6px;
	left: 12px;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
	background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
	background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: -5px;
	overflow: hidden;
	padding-left: 25px;
	pointer-events: none;
}

.plyr--full-ui input[type=range] {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 26px;
	color: #00b3ff;
	display: block;
	height: 19px;
	margin: 0;
	padding: 0;
	transition: box-shadow 0.3s ease;
	width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 5px;
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-user-select: none;
	user-select: none;
	background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
	background: #fff;
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
	height: 13px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 13px;
	-webkit-appearance: none;
	margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 5px;
	-moz-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
	background: #fff;
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
	height: 13px;
	position: relative;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
	background: currentColor;
	border-radius: 2.5px;
	height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 5px;
	-ms-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	user-select: none;
	color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 5px;
	-ms-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 5px;
	-ms-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	user-select: none;
	background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
	background: #fff;
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
	height: 13px;
	position: relative;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 13px;
	margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
	display: none;
}

.plyr--full-ui input[type=range]:focus {
	outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
	border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
	box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
	outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
	box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
	outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
	box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
	outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
	background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
	background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
	background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
	background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
	background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
	background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.2s ease;
	width: 100%;
	z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
	opacity: 1;
}

.plyr__time {
	font-size: 14px;
}

.plyr__time + .plyr__time::before {
	content: "⁄";
	margin-right: 10px;
}

@media (max-width: 767px) {
	.plyr__time + .plyr__time {
		display: none;
	}
}
.plyr--video .plyr__time {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	color: #4a5764;
	font-size: 14px;
	font-weight: 500;
	left: 50%;
	line-height: 1.3;
	margin-bottom: 10px;
	opacity: 0;
	padding: 5px 7.5px;
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 10px) scale(0.8);
	transform-origin: 50% 100%;
	transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
	white-space: nowrap;
	z-index: 2;
}

.plyr__tooltip::before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(255, 255, 255, 0.9);
	bottom: -4px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
	opacity: 1;
	transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
	z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
	left: 0;
	transform: translate(0, 10px) scale(0.8);
	transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
	left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
	left: auto;
	right: 0;
	transform: translate(0, 10px) scale(0.8);
	transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
	left: auto;
	right: 16px;
	transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
	transform: translate(0, 0) scale(1);
}

.plyr--video {
	background: #000;
	overflow: hidden;
}

.plyr--video.plyr--menu-open {
	overflow: visible;
}

.plyr__video-wrapper {
	background: #000;
	border-radius: inherit;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
	height: 0;
	padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
	padding-bottom: 240%;
	position: relative;
	transform: translateY(-38.28125%);
}

.plyr__progress {
	left: 6.5px;
	margin-right: 13px;
	position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
	margin-left: -6.5px;
	margin-right: -6.5px;
	width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
	position: relative;
	z-index: 2;
}

.plyr__progress .plyr__tooltip {
	font-size: 14px;
	left: 0;
}

.plyr__progress__buffer {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 100px;
	height: 5px;
	left: 0;
	margin-top: -2.5px;
	padding: 0;
	position: absolute;
	top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
	background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
	background: currentColor;
	border-radius: 100px;
	min-width: 5px;
	-webkit-transition: width 0.2s ease;
	transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
	background: currentColor;
	border-radius: 100px;
	min-width: 5px;
	-moz-transition: width 0.2s ease;
	transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
	border-radius: 100px;
	-ms-transition: width 0.2s ease;
	transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
	color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
	animation: plyr-progress 1s linear infinite;
	background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
	background-repeat: repeat-x;
	background-size: 25px 25px;
	color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
	background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
	background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
	align-items: center;
	display: flex;
	flex: 1;
	position: relative;
}

.plyr__volume input[type=range] {
	margin-left: 5px;
	position: relative;
	z-index: 2;
}

@media (min-width: 480px) {
	.plyr__volume {
		max-width: 90px;
	}
}
@media (min-width: 768px) {
	.plyr__volume {
		max-width: 110px;
	}
}
.plyr--is-ios .plyr__volume {
	display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
	display: none !important;
}

.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:-webkit-full-screen video {
	height: 100%;
}

.plyr:fullscreen video {
	height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
	display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
	display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
	cursor: none;
}

@media (min-width: 1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: 21px;
	}

	.plyr:fullscreen .plyr__captions {
		font-size: 21px;
	}
}
.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:-webkit-full-screen video {
	height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
	display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none;
}

@media (min-width: 1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: 21px;
	}
}
.plyr:-moz-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:-moz-full-screen video {
	height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
	display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
	cursor: none;
}

@media (min-width: 1024px) {
	.plyr:-moz-full-screen .plyr__captions {
		font-size: 21px;
	}
}
.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:-ms-fullscreen video {
	height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
	display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none;
}

@media (min-width: 1024px) {
	.plyr:-ms-fullscreen .plyr__captions {
		font-size: 21px;
	}
}
.plyr--fullscreen-fallback {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000000;
}

.plyr--fullscreen-fallback video {
	height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
	display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
	cursor: none;
}

@media (min-width: 1024px) {
	.plyr--fullscreen-fallback .plyr__captions {
		font-size: 21px;
	}
}
.plyr__ads {
	border-radius: inherit;
	bottom: 0;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
	height: 100%;
	position: absolute;
	width: 100%;
}

.plyr__ads::after {
	background: rgba(35, 41, 47, 0.8);
	border-radius: 2px;
	bottom: 10px;
	color: #fff;
	content: attr(data-badge-text);
	font-size: 11px;
	padding: 2px 6px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	z-index: 3;
}

.plyr__ads::after:empty {
	display: none;
}

.plyr__cues {
	background: currentColor;
	display: block;
	height: 5px;
	left: 0;
	margin: -2.5px 0 0;
	opacity: 0.8;
	position: absolute;
	top: 50%;
	width: 3px;
	z-index: 3;
}

.plyr__preview-thumb {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	margin-bottom: 10px;
	opacity: 0;
	padding: 3px;
	pointer-events: none;
	position: absolute;
	transform: translate(0, 10px) scale(0.8);
	transform-origin: 50% 100%;
	transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
	z-index: 2;
}

.plyr__preview-thumb--is-shown {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(255, 255, 255, 0.9);
	bottom: -4px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}

.plyr__preview-thumb__image-container {
	background: #c1c9d1;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.plyr__preview-thumb__image-container img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.plyr__preview-thumb__time-container {
	bottom: 6px;
	left: 0;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 3;
}

.plyr__preview-thumb__time-container span {
	background-color: rgba(0, 0, 0, 0.55);
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	padding: 3px 6px;
}

.plyr__preview-scrubbing {
	bottom: 0;
	filter: blur(1px);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
	opacity: 1;
}

.plyr__preview-scrubbing img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%;
}

.plyr--no-transition {
	transition: none !important;
}

.plyr__sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	border: 0 !important;
	height: 1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.plyr [hidden] {
	display: none !important;
}

.shopify-model-viewer-ui {
	position: relative;
	display: block;
	cursor: pointer;
}

.shopify-model-viewer-ui model-viewer {
	transform: translateZ(0);
	z-index: 1;
}

.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
	pointer-events: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
	position: relative;
	width: 100vw;
	height: 100vh;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
	display: block;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
	display: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused .shopify-model-viewer-ui__controls-area, .shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover .shopify-model-viewer-ui__controls-area {
	opacity: 1;
}

.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop) .shopify-model-viewer-ui__controls-area {
	display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
	display: flex;
	flex-direction: column;
	background: #fff;
	opacity: 0;
	border: 1px solid rgba(0, 0, 0, 0.05);
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
	transition: opacity 0.1s linear;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
	display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
	color: #3a3a3a;
	border-radius: 0;
	border: none;
	margin: 0;
	cursor: pointer;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
	outline: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
	padding: 0;
	height: 44px;
	width: 44px;
	background: 0 0;
	position: relative;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
	color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
	color: rgba(0, 0, 0, 0.55);
	background: rgba(0, 0, 0, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
	position: absolute;
	content: "";
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	width: 28px;
	bottom: 0;
	right: 8px;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
	width: 44px;
	height: 44px;
	fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
	background: #fff;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, 0.05);
	top: 50%;
	left: 50%;
	padding: 0;
	transform: translate3d(-50%, -50%, 0);
	height: 62px;
	width: 62px;
	z-index: 1;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover {
	color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
	width: 60px;
	height: 60px;
	z-index: 1;
	fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
	display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
	display: block;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
	display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.product-gallery {
	display: grid;
}
.product-gallery .flickity-viewport {
	width: 100%;
}
.product-gallery:hover .flickity-prev-next-button {
	opacity: 1;
}
.product-gallery .flickity-page-dots {
	position: static;
	margin: 1rem 0;
}
@media screen and (min-width: 768px) {
	.product-gallery.product__sidebar-enabled--false.product-gallery--thumbnails-enabled-always.product-gallery__thumbnails--left-thumbnails {
		grid-template-columns: 0.15fr 0.85fr;
		grid-column-gap: 1.5rem;
	}
}
@media screen and (min-width: 768px) {
	.product-gallery.product__sidebar-enabled--false.product-gallery--thumbnails-enabled-always.product-gallery__thumbnails--left-thumbnails.product-gallery--media-size-many {
		grid-template-columns: 0.25fr 0.75fr;
	}
}
@media screen and (min-width: 768px) {
	.product-gallery.product__sidebar-enabled--false.product-gallery--thumbnails-enabled-desktop.product-gallery__thumbnails--left-thumbnails {
		grid-template-columns: 0.15fr 0.85fr;
		grid-column-gap: 1.5rem;
	}
}
@media screen and (min-width: 768px) {
	.product-gallery.product__sidebar-enabled--false.product-gallery--thumbnails-enabled-desktop.product-gallery__thumbnails--left-thumbnails.product-gallery--media-size-many {
		grid-template-columns: 0.25fr 0.75fr;
	}
}
@media screen and (min-width: 768px) {
	.product-gallery.product__sidebar-enabled--false.product-gallery--thumbnails-enabled-desktop.product-gallery__thumbnails--right-thumbnails {
		grid-template-columns: 0.85fr 0.15fr;
		grid-column-gap: 1.5rem;
	}
}
@media screen and (min-width: 768px) {
	.product-gallery.product__sidebar-enabled--false.product-gallery--thumbnails-enabled-desktop.product-gallery__thumbnails--right-thumbnails.product-gallery--media-size-many {
		grid-template-columns: 0.75fr 0.25fr;
	}
}
@media screen and (min-width: 768px) {
	.product-gallery.product__sidebar-enabled--false.product-gallery--thumbnails-enabled-always.product-gallery__thumbnails--right-thumbnails {
		grid-template-columns: 0.85fr 0.15fr;
		grid-column-gap: 1.5rem;
	}
}
@media screen and (min-width: 768px) {
	.product-gallery.product__sidebar-enabled--false.product-gallery--thumbnails-enabled-always.product-gallery__thumbnails--right-thumbnails.product-gallery--media-size-many {
		grid-template-columns: 0.75fr 0.25fr;
	}
}
.product-gallery.product-gallery--media-size-1 {
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
	.product-gallery.product-gallery--media-size-1 {
		margin-bottom: 0;
	}
}

.product-gallery__main {
	opacity: 1;
	transition: ease-in-out 0.2s opacity;
}
.product-gallery__main .flickity-button {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
	.product-gallery__main .flickity-button {
		display: block;
	}
}
.product-gallery__main .flickity-button::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5rem;
	height: 0.875rem;
	transform: translate(-50%, -50%);
}
.product-gallery__main .flickity-button.next {
	right: 0.5rem;
}
.product-gallery__main .flickity-button.next::after {
	margin-left: 1px;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.product-gallery__main .flickity-button.next:hover::after {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.product-gallery__main .flickity-button.previous {
	left: 0.5rem;
}
.product-gallery__main .flickity-button.previous::after {
	margin-right: 1px;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.product-gallery__main .flickity-button.previous:hover::after {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.product-gallery__main .flickity-button .flickity-button-icon {
	display: none;
}
.product-gallery__main .flickity-button:focus {
	border: 1px solid #a25636;
}
.no-js .product-gallery__main {
	opacity: 1;
}
.product-gallery__main.flickity-enabled {
	opacity: 1;
}
@media screen and (min-width: 768px) {
	.product-gallery__main .flickity-page-dots {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.product__sidebar-enabled--false.product-gallery--thumbnails-enabled-always.product-gallery__thumbnails--left-thumbnails .product-gallery__main, .product__sidebar-enabled--false.product-gallery--thumbnails-enabled-desktop.product-gallery__thumbnails--left-thumbnails .product-gallery__main {
		order: 1;
		height: max-content;
	}
}
@media screen and (min-width: 768px) {
	.product__sidebar-enabled--false.product-gallery--thumbnails-enabled-desktop.product-gallery__thumbnails--right-thumbnails .product-gallery__main, .product__sidebar-enabled--false.product-gallery--thumbnails-enabled-always.product-gallery__thumbnails--right-thumbnails .product-gallery__main {
		order: 0;
		height: max-content;
	}
}

@media screen and (min-width: 768px) {
	.product-gallery__arrows--false .flickity-prev-next-button {
		display: none;
	}
}

.product-gallery__thumbnails {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-right: -1rem;
	margin-bottom: 0.25rem;
}
.product-gallery__thumbnails .flickity-button {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
	.product-gallery__thumbnails .flickity-button {
		display: block;
	}
}
.product-gallery__thumbnails .flickity-button::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5rem;
	height: 0.875rem;
	transform: translate(-50%, -50%);
}
.product-gallery__thumbnails .flickity-button.next {
	right: 0.5rem;
}
.product-gallery__thumbnails .flickity-button.next::after {
	margin-left: 1px;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.product-gallery__thumbnails .flickity-button.next:hover::after {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.product-gallery__thumbnails .flickity-button.previous {
	left: 0.5rem;
}
.product-gallery__thumbnails .flickity-button.previous::after {
	margin-right: 1px;
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.product-gallery__thumbnails .flickity-button.previous:hover::after {
	content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
}
.product-gallery__thumbnails .flickity-button .flickity-button-icon {
	display: none;
}
.product-gallery__thumbnails .flickity-button:focus {
	border: 1px solid #a25636;
}
.product-gallery__thumbnails.flickity-enabled {
	display: block;
}
.product-gallery__thumbnails .flickity-button {
	background-color: transparent;
	box-shadow: none;
}
.product-gallery__thumbnails .flickity-button.previous {
	left: 0;
}
.product-gallery__thumbnails .flickity-button.previous::after {
	left: initial;
}
.product-gallery__thumbnails .flickity-button.next {
	right: 0;
}
.product-gallery__thumbnails .flickity-button.next::after {
	right: 0;
	left: initial;
}
.product-gallery--thumbnails-enabled-desktop .product-gallery__thumbnails {
	display: none;
}
@media screen and (min-width: 768px) {
	.product-gallery--thumbnails-enabled-desktop .product-gallery__thumbnails {
		display: flex;
	}
}
.product-gallery--thumbnails-enabled-disabled .product-gallery__thumbnails {
	display: none;
}
@media screen and (min-width: 768px) {
	.product__sidebar-enabled--false.product-gallery--thumbnails-enabled-always.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnails, .product__sidebar-enabled--false.product-gallery--thumbnails-enabled-desktop.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnails, .product__sidebar-enabled--false.product-gallery--thumbnails-enabled-always.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnails, .product__sidebar-enabled--false.product-gallery--thumbnails-enabled-desktop.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnails {
		margin-right: 0;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 768px) {
	.product__sidebar-enabled--false.product-gallery--thumbnails-enabled-always.product-gallery--media-size-many.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnails, .product__sidebar-enabled--false.product-gallery--thumbnails-enabled-desktop.product-gallery--media-size-many.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnails, .product__sidebar-enabled--false.product-gallery--thumbnails-enabled-always.product-gallery--media-size-many.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnails, .product__sidebar-enabled--false.product-gallery--thumbnails-enabled-desktop.product-gallery--media-size-many.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnails {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 1rem;
	}
}
@media screen and (min-width: 768px) {
	.product-gallery__thumbnails--bottom-thumbnails .product-gallery__thumbnails, .product__sidebar-enabled--true.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnails, .product__sidebar-enabled--true.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnails {
		padding: 1rem 0 0 0;
	}
}
@media screen and (min-width: 768px) {
	.product-gallery--slider-enabled-true.product-gallery__thumbnails--bottom-thumbnails .product-gallery__thumbnails {
		padding: 1rem 1.5rem 0 2rem;
	}
}
@media screen and (min-width: 768px) {
	.product-gallery--slider-enabled-true.product-gallery__thumbnails--bottom-thumbnails.product-gallery__arrows--false .product-gallery__thumbnails, .product-gallery--slider-enabled-true.product-gallery__thumbnails--bottom-thumbnails.product-gallery--media-size-few .product-gallery__thumbnails {
		padding: 1rem 0 0;
	}
}

.product-gallery__thumbnail {
	position: relative;
	flex: 1 0 auto;
	max-width: 25%;
	padding-right: 1rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.product-gallery__thumbnail {
		max-width: 20%;
	}
}
.product-gallery__thumbnail img {
	display: block;
	width: 100%;
}
.product-gallery__thumbnails.flickity-enabled .product-gallery__thumbnail {
	width: 25%;
}
@media screen and (min-width: 768px) {
	.product-gallery__thumbnails.flickity-enabled .product-gallery__thumbnail {
		width: 20%;
	}
}
@media screen and (min-width: 768px) {
	.product-gallery__thumbnails--slider-enabled.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail, .product-gallery__thumbnails--slider-enabled.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail {
		cursor: auto;
	}
	.product-gallery__thumbnails--slider-enabled.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail:not(.is-selected), .product-gallery__thumbnails--slider-enabled.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail:not(.is-selected) {
		opacity: 1;
	}
}
@media screen and (min-width: 768px) {
	.product__sidebar-enabled--false.product-gallery--thumbnails-enabled-desktop.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail, .product__sidebar-enabled--false.product-gallery--thumbnails-enabled-always.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail, .product__sidebar-enabled--false.product-gallery--thumbnails-enabled-desktop.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail, .product__sidebar-enabled--false.product-gallery--thumbnails-enabled-always.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail {
		max-width: 100%;
		padding: 0;
		margin-bottom: 1rem;
	}
}

.product-gallery__thumbnail.is-nav-selected img {
	border: 1px solid #000000;
}
.product-gallery__thumbnails--slider-enabled .product-gallery__thumbnail.is-nav-selected {
	opacity: 1;
}

.product-gallery__slide {
	width: 100%;
	height: auto;
}
.product-gallery__slide:focus {
	outline: -webkit-focus-ring-color auto 5px;
}
.product-gallery__slide [data-rimg] {
	display: block;
	width: 100%;
}

.product-gallery__link {
	display: block;
	width: 100%;
}
.product-gallery__link:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: 0;
}

.product-gallery__slide model-viewer {
	min-height: 300px;
}
.product-gallery__slide model-viewer:focus {
	outline: -webkit-focus-ring-color auto 5px;
}

.product-gallery--fixed-height-enabled .product-gallery__slide model-viewer {
	margin: 0 auto;
}
.product-gallery--fixed-height-enabled .product-gallery__slide [data-rimg] {
	object-fit: contain;
}
.product-gallery--fixed-height-enabled .product-gallery__slide .plyr--html5 video {
	width: 100%;
}
.product-gallery--fixed-height-enabled .product-gallery__slide .plyr--youtube .plyr__video-embed {
	height: 100%;
}

/* #Product Media Custom Styles
================================================== */
.model__container {
	position: relative;
}
.model__container model-viewer {
	min-height: 300px;
}

.view-in-your-space {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 44px;
	background: #fff7ba;
	color: #000000;
	font: inherit;
	text-transform: none;
	border-radius: 0px;
	margin-top: 0;
}
.view-in-your-space:visited {
	color: #ffffff;
}
.view-in-your-space:hover:not(:disabled), .view-in-your-space:focus, .view-in-your-space:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.view-in-your-space:disabled, .view-in-your-space.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.view-in-your-space {
		border-radius: 0.25rem;
	}.view-in-your-space:active, .view-in-your-space:focus, .view-in-your-space:hover {
	background: #fff7ba;
	color: #000000;
}
.view-in-your-space svg {
	width: auto;
	height: auto;
	margin: 0;
}
.view-in-your-space svg path:first-child {
	stroke: #000000;
}
.view-in-your-space svg path:last-child {
	fill: #000000;
}

.plyr--video .plyr__controls {
	background: rgba(255, 253, 237, 0.6);
	padding: 10px;
}
.plyr--video .plyr__control {
	background: transparent;
	color: #000000;
}
.plyr--video .plyr__control:hover {
	background: #fffded;
	color: #000000;
}
.plyr--video .plyr__controls__item.plyr__time,
.plyr--video input[type=range],
.plyr--video .plyr__controls__item {
	color: #000000;
}
.plyr--video .plyr__progress input[type=range] + .thumb {
	background-color: #000000;
	color: #000000;
}
.plyr--video input[type=range]::-webkit-slider-thumb {
	background-color: #000000;
}
.plyr--video input[type=range]::-moz-range-thumb {
	background-color: #000000;
}
.plyr--video input[type=range]::-ms-thumb {
	background-color: #000000;
}
.plyr--video .plyr__progress__buffer,
.plyr--video .plyr__control[aria-expanded=true] {
	background-color: rgba(0, 0, 0, 0.6);
}
.plyr--video .plyr__control.plyr__tab-focus {
	background-color: #000000;
}
.plyr--video .plyr__control--overlaid {
	background: #fffded;
	padding: 4px;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.plyr--video .plyr__control--overlaid svg {
	left: auto;
}
.plyr--video .plyr__control--overlaid:hover {
	background: #fffded;
}
.plyr--video .plyr__control--overlaid:hover .play-icon-button-control rect {
	opacity: 0.75;
}
.plyr--video .plyr__control .play-icon-button-control {
	width: 52px;
	height: 52px;
}
.plyr--video .plyr__control .play-icon-button-control rect {
	fill: #fffded;
}
.plyr--video .plyr__control .play-icon-button-control path {
	fill: #000000;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
	padding-right: 10px;
	padding-left: 10px;
}

.plyr--full-ui .plyr__volume {
	background-color: rgba(255, 253, 237, 0.25);
	border-radius: 5px;
	bottom: 105px;
	height: 40px;
	opacity: 0;
	padding: 10px 15px !important;
	position: absolute;
	transform: rotate(270deg);
	transition: visibility 0.4s linear 0.4s, opacity 0.4s linear 0.3s;
	width: 140px;
}
.plyr--full-ui .plyr__volume:before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(255, 253, 237, 0.25);
	bottom: 18px;
	content: "";
	left: -6px;
	position: absolute;
	transform: rotate(90deg);
	z-index: 2;
}
.plyr--full-ui .plyr__volume:hover {
	opacity: 1;
	visibility: visible;
}
.plyr--full-ui .plyr__volume.plyr__volume--is-visible {
	opacity: 1;
	transition: visibility 0.4s linear, opacity 0.4s linear;
}
.plyr--full-ui .plyr__volume input[type=range] {
	color: #000000;
	margin: 0 auto;
}

.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-thumb {
	box-shadow: none;
}

.plyr--full-ui .plyr__volume input[type=range]::-ms-fill-upper,
.plyr--full-ui .plyr__volume input[type=range]::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
	box-shadow: none;
}

.plyr--audio .plyr--full-ui .plyr__volume {
	bottom: 125px;
	right: -37px;
}

.plyr--is-ios .plyr__volume {
	display: none !important;
}

.plyr__control[data-plyr=mute]:hover + .plyr__volume {
	opacity: 1;
	transition: visibility 0.4s linear, opacity 0.4s linear;
}

@media screen and (min-width: 576px) {
	.plyr--full-ui .plyr__volume input[type=range] {
		max-width: 90px;
	}
}
@media screen and (min-width: 576px) {
	.plyr--full-ui .plyr__volume input[type=range] {
		max-width: 110px;
	}
}
.plyr--is-touch .plyr__volume {
	display: none !important;
}
@media screen and (min-width: 768px) {
	.plyr--is-touch .plyr__volume {
		display: block;
	}
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
	color: #000000;
	background: #fffded;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button[hidden] {
	display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
	color: rgba(0, 0, 0, 0.55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
	background: #fffded;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child)::after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.shopify-model-viewer-ui model-viewer {
	margin: 0 auto;
	--progress-bar-height: 2px;
	--progress-bar-color: #000000;
}

.plyr.plyr--stopped .plyr__controls {
	display: none;
}

.product-gallery__thumbnail-image-wrapper {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	background-color: transparent;
	border: 0;
}
.product-gallery__thumbnail-image-wrapper:focus {
	outline: 1px auto Highlight;
}
.product-gallery__thumbnail-image-wrapper .media-badge {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.56rem;
	min-width: 1.25rem;
	max-width: 33%;
	height: 1.56rem;
	max-height: 33%;
}
.product-gallery__thumbnail-image-wrapper svg {
	width: 100%;
	height: 100%;
}
.product-gallery__thumbnail-image-wrapper path:first-child {
	fill: #fffded;
}
.product-gallery__thumbnail-image-wrapper path:last-child {
	fill: #000000;
}
.product-gallery__thumbnail-image-wrapper g path:first-child {
	stroke: #000000;
}
.product-gallery__thumbnail-image-wrapper .media-badge__outline {
	stroke: rgba(0, 0, 0, 0.05);
}

.rating {
	display: flex;
	align-items: center;
}

.rating__star-wrapper {
	display: flex;
	margin-bottom: 3px;
}

.icon-star-background {
	transform: scaleX(var(--rating-scale, 0));
}

.icon-star-reference {
	position: absolute;
	left: -9999;
	width: 0;
	height: 0;
}

.rating__star {
	width: 20px;
	height: auto;
}

.rating__star-1 {
	--rating-scale: calc(var(--rating-value));
}

.rating__star-2 {
	--rating-scale: calc(var(--rating-value) - 1);
}

.rating__star-3 {
	--rating-scale: calc(var(--rating-value) - 2);
}

.rating__star-4 {
	--rating-scale: calc(var(--rating-value) - 3);
}

.rating__star-5 {
	--rating-scale: calc(var(--rating-value) - 4);
}

.rating__text {
	display: none;
}

.rating__count {
	margin: 0 0 0 5px;
}

@media (forced-colors: active) {
	.rating__star-wrapper {
		display: none;
	}

	.rating__text {
		display: block;
	}
}
.social-icons,
.social-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.social-icons li,
.social-buttons li {
	margin: 0;
}
.social-icons a,
.social-buttons a {
	display: block;
	/* padding: 0.75rem; */
	padding: 0 0.75rem 0 0;
}
.social-icons svg,
.social-buttons svg {
	display: block;
}

.social-buttons a:first-child {
	padding-left: 0;
}

.shopify-cross-border {
	display: flex;
}

.no-js .selectors-form--no-js-hidden {
	display: none;
}

.disclosure {
	--disclosure-max-height: 300px;
	--disclosure-min-height: 92px;
	--disclosure-toggle-text-color: black;
	--disclosure-toggle-background-color: transparent;
	--disclosure-toggle-border-color: black;
	--disclosure-toggle-svg: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath class='icon-chevron-down-left' d='M4 4.5L7 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3Cpath class='icon-chevron-down-right' d='M4 4.5L1 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E");
	--disclosure-toggle-svg-color: black;
	--disclosure-text-color: black;
	--disclosure-background-color: white;
	--disclosure-border-color: black;
	position: relative;
	display: inline-block;
}
.disclosure > summary {
	list-style: none;
}
.disclosure > summary::-webkit-details-marker {
	display: none;
}

.disclosure__toggle {
	width: auto;
	padding: 5px 32px 4px 11px;
	color: black;
	background-color: transparent;
	border: 1px solid black;
	-webkit-appearance: none;
					appearance: none;
}
@supports (color: var(--disclosure-toggle-text-color)) {
	.disclosure__toggle {
		color: var(--disclosure-toggle-text-color);
		background-color: var(--disclosure-toggle-background-color);
		border: 1px solid var(--disclosure-toggle-border-color);
	}
}
.disclosure__toggle:hover {
	cursor: pointer;
}
.disclosure__toggle::after {
	position: absolute;
	top: 50%;
	right: 11px;
	width: 10px;
	height: 7.5px;
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath class='icon-chevron-down-left' d='M4 4.5L7 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3Cpath class='icon-chevron-down-right' d='M4 4.5L1 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E");
	content: "";
	transform: translateY(-50%);
}
@supports ((-webkit-mask-image: var(--disclosure-toggle-svg)) or (mask-image: var(--disclosure-toggle-svg))) {
	.disclosure__toggle::after {
		background-color: var(--disclosure-toggle-svg-color);
		background-image: none;
		-webkit-mask-image: var(--disclosure-toggle-svg);
						mask-image: var(--disclosure-toggle-svg);
		-webkit-mask-size: cover;
						mask-size: cover;
	}
}

.disclosure-list {
	position: absolute;
	bottom: 115%;
	display: none;
	max-height: 300px;
	min-height: 92px;
	max-width: 250px;
	min-width: 200px;
	padding: 11px 0;
	margin: 0;
	overflow-y: auto;
	list-style: outside none;
	background-color: white;
	border: 1px solid black;
	border-radius: 0;
}
@supports (max-height: var(--disclosure-max-height)) {
	.disclosure-list {
		max-height: var(--disclosure-max-height);
		min-height: var(--disclosure-min-height);
		background-color: var(--disclosure-background-color);
		border: 1px solid var(--disclosure-border-color);
	}
}
noscript .disclosure-list {
	width: max-content;
}

.disclosure-list--visible {
	display: block;
}

.disclosure-list--alternate-drop {
	right: 0;
}

.disclosure-list__item-wrapper {
	display: flex;
	align-items: center;
	margin-top: 1rem;
}
.disclosure-list__item-wrapper:first-child {
	margin-top: 0;
}

.disclosure-list__item--label {
	word-break: keep-all;
	margin-left: 5px;
}

.disclosure__submit {
	margin-top: 1rem;
}

.disclosure-list__item {
	display: block;
	padding: 5px 25px 4px 15px;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.disclosure-list__item.disclosure-list__item-wrapper {
	display: flex;
}
.disclosure-list__item:focus, .disclosure-list__item:hover {
	color: black;
	text-decoration: underline;
}
@supports (color: var(--disclosure-text-color)) {
	.disclosure-list__item:focus, .disclosure-list__item:hover {
		color: var(--disclosure-text-color);
	}
}

.disclosure-list__item--current {
	text-decoration: underline;
}

.disclosure-list__option {
	color: inherit;
	text-decoration: inherit;
}

.disclosure-list__option-code {
	white-space: nowrap;
}

.disclosure {
	--disclosure-text-color: #000000;
	--disclosure-max-height: 20rem;
}

.shopify-cross-border {
	flex-direction: row;
}
@media screen and (max-width: 575px) {
	.shopify-cross-border {
		flex-direction: column;
	}
}
.shopify-cross-border .selectors-form__item {
	display: flex;
	align-items: center;
}
.shopify-cross-border [data-disclosure-locale] .disclosure__toggle {
	white-space: nowrap;
}

.disclosure__submit {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.5rem 0.75rem;
	font-size: 0.7875rem;
	color: #fc9f90;
	background-color: transparent;
	border: 1px solid #fc9f90;
}
.disclosure__submit:visited {
	color: #ffffff;
}
.disclosure__submit:hover:not(:disabled), .disclosure__submit:focus, .disclosure__submit:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.disclosure__submit:disabled, .disclosure__submit.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}
.disclosure__submit:visited {
	color: #fc9f90;
}
.disclosure__submit:hover:not(:disabled), .disclosure__submit:focus, .disclosure__submit:active {
	color: #ffffff;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
}.disclosure__submit {
		border-radius: 0.25rem;
	}.disclosure__toggle {
	padding: 0.5rem 1.75rem 0.5rem 0.75rem;
	border: none;
}
.disclosure__toggle::after {
	right: 0.75rem;
	width: 0.5rem;
	height: auto;
	margin-top: -0.125rem;
	content: url('data:image/svg+xml,%3Csvg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9.35355 1.35355C9.54882 1.15829 9.54882 0.841709 9.35355 0.646447C9.15829 0.451184 8.84171 0.451184 8.64645 0.646447L9.35355 1.35355ZM5 5L4.64645 5.35355C4.84171 5.54882 5.15829 5.54882 5.35355 5.35355L5 5ZM1.35355 0.646447C1.15829 0.451184 0.841708 0.451184 0.646446 0.646447C0.451184 0.841709 0.451184 1.15829 0.646446 1.35355L1.35355 0.646447ZM8.64645 0.646447L4.64645 4.64645L5.35355 5.35355L9.35355 1.35355L8.64645 0.646447ZM5.35355 4.64645L1.35355 0.646447L0.646446 1.35355L4.64645 5.35355L5.35355 4.64645Z" fill="%23a25636"/%3E%3C/svg%3E');
	background-color: transparent;
	background-image: none;
	-webkit-mask-image: none;
	mask-image: none;
}
.disclosure__toggle .disclosure-list__option-code {
	color: var(--disclosure-toggle-text-color);
}

.disclosure-list {
	z-index: 1;
	padding: 1rem 1.5rem;
	margin-bottom: 0.25rem;
	border: none;
	border-radius: 0.5rem;
	box-shadow: 0 2px 16px 1px rgba(0, 0, 0, 0.1);
}

.disclosure-list li {
	margin: 0;
}

.disclosure-list__item {
	padding: 0.5rem 0;
	color: var(--disclosure-text-color);
	transition: ease-out 0.2s color, ease-out 0.2s border-color;
}
.disclosure-list__item:hover, .disclosure-list__item:focus {
	text-decoration: none;
	border-bottom: 1px solid var(--disclosure-text-color);
}
.disclosure-list__item.disclosure-list__item--current {
	text-decoration: none;
}

.disclosure-list__option {
	pointer-events: none;
}

.disclosure-list__option-code {
	color: var(--disclosure-text-color);
}

.predictive-search__overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 901;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.35);
	opacity: 0;
	overflow: hidden;
	transform: translateX(-100%);
}
.predictive-search__overlay[data-animation-state=open] {
	top: 0;
	opacity: 1;
	display: block;
}
.predictive-search__overlay[data-animation-state=closed] {
	display: none;
}
.predictive-search__overlay[data-animation] {
	display: block;
}
.predictive-search__overlay[data-animation="open=>closed"] {
	transition: opacity 1s;
}
.predictive-search__overlay[data-animation="closed=>open"] {
	transition: opacity 0.3s;
}
.predictive-search__overlay.predictive-search__overlay--active {
	transform: translateX(0);
}

.predictive-search {
	width: 100%;
	max-height: 0;
	background-color: #fff;
	overflow-y: scroll;
}
@media screen and (min-width: 576px) {
	.predictive-search {
		padding: 1rem;
	}
}
@media screen and (min-width: 1200px) {
	.predictive-search {
		padding: 0;
		overflow-y: initial;
	}
}
.predictive-search[data-animation-state=open] {
	max-height: 80vh;
}
.predictive-search[data-animation-state=open] .predictive-search__wrapper {
	opacity: 1;
}
.predictive-search[data-animation="open=>closed"] {
	transition: max-height 0.3s;
}
.predictive-search[data-animation="open=>closed"] .predictive-search__wrapper {
	transition: opacity 0.3s;
}
.predictive-search[data-animation="closed=>open"] {
	transition: max-height 1s;
}
.predictive-search[data-animation="closed=>open"] .predictive-search__wrapper {
	transition: opacity 1s;
}
.predictive-search .predictive-search__wrapper {
	opacity: 0;
}

.predictive-search__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 60vh;
	max-height: 80vh;
	overflow-y: scroll;
}
@media screen and (min-width: 576px) {
	.predictive-search__wrapper {
		min-height: initial;
		max-height: none;
		overflow-y: initial;
	}
}

.predictive-search__form {
	position: relative;
	padding: 0.75rem 0;
	margin: 0 1.5rem;
	border-bottom: 1px solid #a25636;
}
@media screen and (min-width: 576px) {
	.predictive-search__form {
		padding: 2rem 0;
		margin: 0;
		border-bottom: 0;
	}
}

input.predictive-search__input {
	padding: 0 3.5rem 0 2.5rem;
	margin: 0;
	font-size: 1.171875rem;
	border: 0;
	border-radius: 0;
     padding-left: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
@media screen and (min-width: 1200px) {
	input.predictive-search__input {
		font-size: 0.9375rem;
	}
}
input.predictive-search__input:focus, input.predictive-search__input:active {
	outline: 0;
}

.predictive-search__submit {
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 0;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	transform: translateY(-50%);
}

.predictive-search__close {
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 0;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	transform: translateY(-50%);
}

.predictive-search__message--show {
	padding: 2rem 1.5rem ;
  background:#ffffff;
}
@media screen and (min-width: 576px) {
	.predictive-search__message--show {
		padding: 0;
	}
}

.predictive-search__results {
	display: flex;
	flex-direction: column;
	padding: 1.5rem 1.5rem 2rem;
}
@media screen and (min-width: 576px) {
	.predictive-search__results {
		display: none;
		grid-template-areas: "products-title" "products";
		grid-template-rows: auto auto;
		grid-template-columns: 100%;
		gap: 1rem 2.5rem;
		max-height: none;
		padding: 0;
	}
}
.predictive-search__results.predictive-search__results--show .search-results__products-title,
.predictive-search__results.predictive-search__results--show .search-results__side-title {
	display: flex;
}
.predictive-search__results.predictive-search__results--show .search-results__products-title p,
.predictive-search__results.predictive-search__results--show .search-results__side-title p {
	margin: 0;
}
@media screen and (min-width: 576px) {
	.predictive-search__results.predictive-search__results--show {
		display: grid;
		padding-bottom: 2rem;
	}
}
.predictive-search__results.predictive-search__results--everything {
	grid-template-areas: "products-title side-title" "products side";
	grid-template-columns: 1fr 0.25fr;
}
.predictive-search__results.predictive-search__results--everything .search-results__products {
	grid-template-columns: repeat(4, 1fr);
}
.predictive-search__results.predictive-search__results-no-results {
	grid-template-rows: 0 0;
	gap: 0;
}
.predictive-search__results.predictive-search__results-no-results .search-results__products,
.predictive-search__results.predictive-search__results-no-results .search-results__products-title,
.predictive-search__results.predictive-search__results-no-results .search-results__side,
.predictive-search__results.predictive-search__results-no-results .search-results__side-title {
	display: none;
}
.predictive-search__results:not(.predictive-search__results--everything) .search-results__product:last-child {
	padding-bottom: 0;
}

[data-product-search-link],
[data-side-search-link] {
	border-bottom: 1px solid #a25636;
	text-decoration: none;
}
[data-product-search-link]:hover, [data-product-search-link]:focus,
[data-side-search-link]:hover,
[data-side-search-link]:focus {
	border-color: #a25636;
}

.search-results__products-title {
	display: none;
	grid-area: products-title;
	justify-content: space-between;
	order: 1;
	/* padding-bottom: 1.5rem; */
 padding: 1.5rem;
 background:#ffffff;
}
@media screen and (min-width: 576px) {
	.search-results__products-title {
		padding-bottom: 0;
	}
}

.search-results__side-title {
	display: none;
	grid-area: side-title;
	justify-content: space-between;
	order: 3;
    background: #ffffff;
    padding: 0 1.5rem;
	/* padding-bottom: 1.5rem; */
}
@media screen and (min-width: 576px) {
	.search-results__side-title {
		padding-bottom: 0;
	}
}

.search-results__products {
	order: 2;
  background:#ffffff;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 576px) {
	.search-results__products {
		display: grid;
		grid-area: products;
		grid-template-columns: repeat(5, 1fr);
		grid-gap: 1.5rem 1.5rem;
	}
}
.search-results__products .no-results {
	padding-bottom: 1rem;
}

.search-results__product {
	padding-bottom: 2rem;
}
@media screen and (min-width: 576px) {
	.search-results__product {
		padding-bottom: 0;
	}
}
.search-results__product .search-results__product-wrapper {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 576px) {
	.search-results__product .search-results__product-wrapper {
		display: block;
	}
}
.search-results__product a,
.search-results__product a:visited,
.search-results__product a:hover,
.search-results__product a:focus {
	color: #000000;
	text-decoration: none;
}
.search-results__product img {
	max-width: 6.5rem;
	padding-bottom: 0;
	margin-right: 1rem;
}
@media screen and (min-width: 576px) {
	.search-results__product img {
		max-width: 100%;
		padding-bottom: 1rem;
		margin-right: 0;
	}
}
.search-results__product .sale {
	color: #a25636;
}

.search-results__side {
	grid-area: side;
	order: 4;
   background: #ffffff;
    padding:0.1rem 0.7rem;
}
.search-results__side ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
.search-results__side li {
	margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
	.search-results__side li {
		margin-bottom: 0.75rem;
	}
}
.search-results__side a {
	text-decoration: none;
}
.search-results__side a:hover, .search-results__side a:focus {
	border-bottom: 1px solid;
}

.cart-drawer__overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2001;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.35);
	opacity: 0;
	transition: ease-in-out 0.3s opacity;
	transform: translateX(-100%);
	overflow-y: auto;
	display: none;
}
.cart-drawer__overlay.active {
	transform: translateX(0);
}
.cart-drawer__overlay[data-animation-state=open] {
	opacity: 1;
	display: block;
}
.cart-drawer__overlay[data-animation="open=>closed"] {
	transition: opacity 0.6s;
	display: block;
}
.cart-drawer__overlay[data-animation="closed=>open"] {
	transition: opacity 0.3s;
	display: block;
}

.cart-drawer {
	position: fixed;
	top: 0;
	right: -400px;
	z-index: 901;
	display: flex;
	flex-direction: column;
	width: 450px;
	max-width: calc(-40px + 100vw);
	height: 100vh;
	max-height: 100vh;
	padding: 0 2.5rem;
	overflow-y: auto;
	background-color: white;
	transition: right 0.3s ease-in-out 0s;
	will-change: right;
	outline: 0;
}
.cart-drawer[data-animation-state=open] {
	right: 0;
	box-shadow: 0 2px 16px 1px rgba(0, 0, 0, 0.1);
}
.cart-drawer[data-animation="open=>closed"] {
	transition: right 0.3s;
}
.cart-drawer[data-animation="closed=>open"] {
	transition: right 0.6s;
}

.cart-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 0;
	border-bottom: 1px solid #a25636;
}

.drawer-header__heading {
	margin: 0;
}

.drawer-header__close {
	padding: 0;
	line-height: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.cart-drawer__empty {
	margin-top: 2rem;
}

.cart-drawer__form {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
 /* overflow-y: auto;  */
}

.cart-drawer__items {
	padding-top: 2.5rem;
}

.cart-drawer__item {
	display: flex;
	padding-bottom: 2.5rem;
}

.drawer-item__image {
	position: relative;
	max-width: 6rem;
	margin-right: 1rem;
}

.drawer-item__info {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.item-info__top {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.item-info__title {
	width: 50%;
}
.item-info__title p {
	margin-bottom: 0.25rem;
}

.item-info__price {
	width: 50%;
	text-align: right;
}

.item-info__unit-price {
	font-size: 0.76171875rem;
}

.item-info__variants,
.item-info__selling-plan {
	font-size: 0.76171875rem;
}

.item-info__bottom {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 1rem;
}

.item-info__quantity-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	max-height: 3rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 0.5rem;
	width: 45%;
	margin-right: 1rem;
}
.item-info__quantity-wrapper input {
	width: 33.3333%;
	padding: 0.75rem 0;
	margin: 0.5rem 0;
	text-align: center;
	border: 0;
	-moz-appearance: textfield;
}
.item-info__quantity-wrapper input::-webkit-inner-spin-button, .item-info__quantity-wrapper input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.item-info__quantity-wrapper button {
	position: relative;
	display: flex;
	justify-content: center;
	width: 33.3333%;
	font-size: 0;
	cursor: pointer;
	background-color: #fc9f90;
	border: 0;
	border-radius: 0.5rem;
}
.item-info__quantity-wrapper button::after {
	position: absolute;
	top: 50%;
	height: 11px;
	transform: translateY(-50%);
}
.item-info__quantity-wrapper .quantity--plus::after {
	content: url('data:image/svg+xml,%3Csvg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M5 10.5C5 10.7761 5.22386 11 5.5 11C5.77614 11 6 10.7761 6 10.5V6H10.5C10.7761 6 11 5.77614 11 5.5C11 5.22386 10.7761 5 10.5 5H6V0.5C6 0.223858 5.77614 0 5.5 0C5.22386 0 5 0.223858 5 0.5V5H0.5C0.223858 5 0 5.22386 0 5.5C0 5.77614 0.223858 6 0.5 6H5V10.5Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.no-js .item-info__quantity-wrapper .quantity--plus {
	display: none;
}
.item-info__quantity-wrapper .quantity--minus::after {
	padding-top: 11px;
	content: url('data:image/svg+xml,%3Csvg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0 0.5C0 0.223858 0.223858 0 0.5 0H10.5C10.7761 0 11 0.223858 11 0.5C11 0.776142 10.7761 1 10.5 1H0.5C0.223858 1 0 0.776142 0 0.5Z" fill="%23ffffff"/%3E%3C/svg%3E');
}
.no-js .item-info__quantity-wrapper .quantity--minus {
	display: none;
}

.item-info__remove {
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	color: #a25636;
}
.item-info__remove:hover, .item-info__remove:focus {
	color: #a25636;
}

.cart-drawer__details {
	padding: 1.5rem 0;
	border-top: 1px solid #a25636;
}
.cart-drawer__details p {
	margin-bottom: 0.25rem;
}

.cart-drawer__discounts {
	display: inline-block;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.cart-drawer__discounts-heading,
.cart-drawer__subtotal {
	font-weight: 700;
}

.cart-drawer__cart-total {
	font-size: 1.2890625rem;
}

.cart-drawer__terms {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.cart-drawer__terms input {
	width: 1rem;
	height: 1rem;
	margin-right: 0.75rem;
}

.cart-drawer__checkout-buttons {
	margin-top: 1.25rem;
}

.cart-drawer__checkout {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	width: 100%;
}
.cart-drawer__checkout:visited {
	color: #ffffff;
}
.cart-drawer__checkout:hover:not(:disabled), .cart-drawer__checkout:focus, .cart-drawer__checkout:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.cart-drawer__checkout:disabled, .cart-drawer__checkout.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.cart-drawer__checkout {
		border-radius: 0.25rem;
	}.cart-drawer__view-cart {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	color: #fc9f90;
	background-color: transparent;
	border: 1px solid #fc9f90;
	width: 100%;
	margin-top: 0.75rem;
	text-align: center;
}
.cart-drawer__view-cart:visited {
	color: #ffffff;
}
.cart-drawer__view-cart:hover:not(:disabled), .cart-drawer__view-cart:focus, .cart-drawer__view-cart:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.cart-drawer__view-cart:disabled, .cart-drawer__view-cart.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}
.cart-drawer__view-cart:visited {
	color: #fc9f90;
}
.cart-drawer__view-cart:hover:not(:disabled), .cart-drawer__view-cart:focus, .cart-drawer__view-cart:active {
	color: #ffffff;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
}.cart-drawer__view-cart {
		border-radius: 0.25rem;
	}.newsletter-popup {
	position: fixed;
	right: 50%;
	bottom: -100vh;
	z-index: 2000;
	display: flex;
	width: calc(100vw - 3rem);
	max-height: 100%;
	visibility: hidden;
	background-color: #ffffff;
	box-shadow: 0 2px 16px 1px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: bottom 1.5s, opacity 1.8s;
	transform: translate(50%, 50%);
}
@media screen and (min-width: 576px) {
	.newsletter-popup {
		width: 23.5rem;
	}
}
.newsletter-popup[data-popup-opened=true] {
	visibility: visible;
}
.newsletter-popup[data-popup-opened=true].newsletter-popup--display-mobile-false {
	visibility: hidden;
}
@media screen and (min-width: 576px) {
	.newsletter-popup[data-popup-opened=true].newsletter-popup--display-mobile-false {
		visibility: visible;
	}
}
.newsletter-popup[data-animation-state=open] {
	opacity: 1;
}
.newsletter-popup[data-animation-state=open].newsletter-popup--position-bottom-right {
	bottom: 2.5rem;
	transform: translate(50%, 0);
}
@media screen and (min-width: 576px) {
	.newsletter-popup[data-animation-state=open].newsletter-popup--position-bottom-right {
		right: 2.5rem;
		transform: none;
	}
}
.newsletter-popup[data-animation-state=open].newsletter-popup--position-bottom-right.newsletter-popup--vertical-fit {
	bottom: 0;
}
.newsletter-popup[data-animation-state=open].newsletter-popup--position-center {
	bottom: 50%;
}
.newsletter-popup[data-animation-state=closed].newsletter-popup--position-bottom-right {
	transform: translate(50%, 0);
}
@media screen and (min-width: 576px) {
	.newsletter-popup[data-animation-state=closed].newsletter-popup--position-bottom-right {
		right: 2.5rem;
		transform: none;
	}
}
.newsletter-popup[data-animation] {
	display: flex;
	transition: bottom 1.5s, opacity 1.8s;
}
@media screen and (min-width: 576px) {
	.newsletter-popup.newsletter-popup--image-true {
		width: 39rem;
	}
	.newsletter-popup.newsletter-popup--image-true .popup__image,
    .newsletter-popup.newsletter-popup--image-true .popup__content{
		width: 100%;
	}

    .newsletter-popup.newsletter-popup--image-true .popup__content .registration-form__wrapper{
      width:76%;
      margin:0 auto !important;
    }
    .newsletter-popup.newsletter-popup--image-true .popup__content .registration-form{
      margin:0 !important;
    }

    .newsletter-popup.newsletter-popup--image-true .popup__content .registration-form__wrapper .registration-form__heading{
      display: none !important;
    }
    .newsletter-popup.newsletter-popup--image-true .popup__content .registration-form__wrapper .registration-form__accept-marketing{
      display: none !important;
    }
    .newsletter-popup.newsletter-popup--image-true .popup__content .registration-form__wrapper .registration-form__actions .registration-form__button{
      margin-top: 1.5rem;
      margin-bottom:1rem;
    }
    .newsletter-popup.newsletter-popup--image-true .popup__content .registration-form__wrapper .registration-form__actions p{
      display: none !important;
    }
    .newsletter-popup.newsletter-popup--image-true .popup__content .registration-form label{
      display: inline-block;
      width: 32%;
      text-align: left;
    }
    .newsletter-popup.newsletter-popup--image-true .popup__content .registration-form input[type=text],
    .newsletter-popup.newsletter-popup--image-true .popup__content .registration-form input[type=email],
    .newsletter-popup.newsletter-popup--image-true .popup__content .registration-form input[type=password]{
      display: inline-block;
      width: 66.6%;
    }
}



.popup__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 1rem;
	height: 1rem;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
	border: 0;
}

.popup__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem 1.5rem;
	color: #2a2a2a;
}
@media screen and (min-width: 576px) {
	.popup__content {
		padding: 2rem;
	}
}

.popup__heading {
	margin-top: 0;
	margin-bottom: 1.5rem;
	color: #2a2a2a;
}

.popup__text p {
	margin-bottom: 1.5rem;
}

.popup__link {
	display: inline-block;
	padding-bottom: 0.25rem;
	color: #a25636;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: color 0.2s ease-in-out;
	margin: 0;
	text-transform: none;
}
.popup__link::after {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	cursor: pointer;
	content: "";
	background-color: #a25636;
	transform: translateY(0.25rem);
}
.popup__link:hover {
	color: #a25636;
}
.popup__link:hover::after {
	background-color: #a25636;
}

.popup__text-newsletter {
	/*margin-bottom: 1.5rem;*/
    margin-bottom: 0;
}
.popup__text-newsletter .newsletter-form {
	margin: 0;
}
.popup__text-newsletter .newsletter-form__bottom-half {
	display: block;
}
.popup__text-newsletter .newsletter-form__bottom-half input {
	width: 100%;
	margin: 0;
}
.popup__text-newsletter .newsletter-form__bottom-half input[type=email] {
	margin-bottom: 0.5rem;
}

.popup__image {
	position: relative;
	display: none;
}
@media screen and (min-width: 576px) {
	.newsletter-popup--image-true .popup__image {
		display: block;
	}
}
.popup__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shipping-calculator {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	margin-top: 1.5rem;
}
@media screen and (min-width: 576px) {
	.shipping-calculator {
		padding-bottom: 0;
		border-top: 1px solid #a25636;
	}
}
.no-js .shipping-calculator {
	display: none;
}

.shipping-calculator__heading {
	padding-bottom: 1.5rem;
	margin: 0;
}
@media screen and (min-width: 576px) {
	.shipping-calculator__heading {
		padding-bottom: 2.5rem;
	}
}

.shipping-calculator__form {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 576px) {
	.shipping-calculator__form {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 2.5rem;
	}
}
.shipping-calculator__form p {
	margin-bottom: 0;
	font-weight: 700;
}
.shipping-calculator__form select,
.shipping-calculator__form input {
	margin-bottom: 0;
}
.shipping-calculator__form div {
	padding-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
	.shipping-calculator__form div {
		padding-bottom: 2.5rem;
	}
}
.shipping-calculator__form .form-field-select-wrapper {
	padding-bottom: 0;
}
.shipping-calculator__form .form-field-select-wrapper::after {
	top: 1.2rem;
}

.shipping-calculator__button-container {
	display: flex;
	align-items: flex-end;
}

.shipping-calculator__button {
	font-family: Lato,sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	line-height: 1.4;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	width: 100%;
}
.shipping-calculator__button:visited {
	color: #ffffff;
}
.shipping-calculator__button:hover:not(:disabled), .shipping-calculator__button:focus, .shipping-calculator__button:active {
	color: #FFFFFF;
	background-color: #fc9f90;
	border: 1px solid #fc9f90;
	box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.shipping-calculator__button:disabled, .shipping-calculator__button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4;
}.shipping-calculator__button {
		border-radius: 0.25rem;
	}.shipping-rates {
	display: none;
	padding: 1.5rem;
	border: 1px solid #a25636;
}
@media screen and (min-width: 576px) {
	.shipping-rates {
		padding: 2rem;
	}
}
.shipping-rates.shipping-rates--display-rates {
	display: block;
}
.shipping-rates.shipping-rates--display-error {
	display: block;
}
.shipping-rates.shipping-rates--display-error ul {
	display: none;
}
.shipping-rates p {
	font-weight: 700;
	margin-bottom: 0;
}
.shipping-rates ul {
	margin-bottom: 0;
}
.shipping-rates li {
	padding-left: 1rem;
}

/* #Content Creator
================================================== */
/* Slideshow */
.flickity-slider > li {
	width: 100%;
	text-align: center;
	list-style-type: none;
}

.flexslider .flickity-prev-next-button {
	opacity: 0;
	background: transparent;
	border: 1px solid #333;
	color: #333;
}
.flexslider:hover .flickity-prev-next-button.previous {
	left: 25px;
	opacity: 0.6;
}
.flexslider:hover .flickity-prev-next-button.next {
	right: 15px;
	opacity: 0.6;
}
.flexslider:hover .flickity-prev-next-button:hover {
	opacity: 1;
}
.flexslider .flickity-prev-next-button.arrow-is-inverse .flickity-button-icon {
	transform: scale(-1, 1);
}

.collections-filters__container {
	display: none;
}
@media screen and (min-width: 768px) {
	.collections-filters__container {
		display: block;
	}
}

.collection-filters__heading {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.collection-filters__filter-range {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.5rem;
}

.collection-filters__filter-range--from,
.collection-filters__filter-range--to {
	flex: 1 0 7rem;
}

.collection-filters__filter-range-label {
	font-weight: 400;
}

.collection-filters__filter-range-wrapper {
	position: relative;
}

.collection-filters__filter-range-currency {
	position: absolute;
	top: 50%;
	left: 0.5rem;
	transform: translateY(-50%);
}

.collection-filters__filter-range-input[type=number] {
	padding-left: 1.25rem;
}
.collection-filters__filter-range-input::placeholder {
	color: currentColor;
	opacity: 0.6;
}

.collection-filters__filter-link::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0C1.34315 0 0 1.34315 0 3V13C0 14.6569 1.34315 16 3 16H13C14.6569 16 16 14.6569 16 13V3C16 1.34315 14.6569 0 13 0H3ZM3 1C1.89543 1 1 1.89543 1 3V13C1 14.1046 1.89543 15 3 15H13C14.1046 15 15 14.1046 15 13V3C15 1.89543 14.1046 1 13 1H3Z' fill='%23a25636'/%3E %3C/svg%3E ");
}

.collection-filters__filter-link.collection-filters__filter-link--active::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4.5 3C3.67157 3 3 3.67157 3 4.5V11.5C3 12.3284 3.67157 13 4.5 13H11.5C12.3284 13 13 12.3284 13 11.5V4.5C13 3.67157 12.3284 3 11.5 3H4.5Z' fill='%23a25636'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0C1.34315 0 0 1.34315 0 3V13C0 14.6569 1.34315 16 3 16H13C14.6569 16 16 14.6569 16 13V3C16 1.34315 14.6569 0 13 0H3ZM3 1C1.89543 1 1 1.89543 1 3V13C1 14.1046 1.89543 15 3 15H13C14.1046 15 15 14.1046 15 13V3C15 1.89543 14.1046 1 13 1H3Z' fill='%23a25636'/%3E %3C/svg%3E ");
}

.collection-page__filters--active {
	display: none;
}
@media screen and (min-width: 768px) {
	.collection-page__filters--active {
		display: block;
	}
	.collection-page__empty .collection-page__filters--active {
		margin-bottom: 0.75rem;
	}
}

.active-filter-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.active-filter-group--remove-all,
.active-filter-group__item-wrapper {
	margin: 0;
}

.active-filter-group--remove-all-link {
	color: #000000;
	text-decoration: none;
}
.active-filter-group--remove-all-link:visited {
	color: #000000;
}
.active-filter-group--remove-all-link:hover {
	color: #a25636;
	text-decoration: underline;
}

.active-filter-group__item {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	margin: 0;
	font-size: 0.76171875rem;
	color: #000000;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 1.25rem;
	display: flex;
	gap: 0.25rem;
	align-items: center;
}
.active-filter-group__item:visited {
	color: #000000;
}
.active-filter-group__item::after {
	width: 11px;
	height: 11px;
	line-height: 1;
	content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 9L9 1M9 9L1 1" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.collection-filters__filter-link[data-disabled] {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}
.collection-filters__filter-link[data-disabled]:hover {
	text-decoration: none;
}

.search-filters__container {
	display: none;
}
@media screen and (min-width: 768px) {
	.search-filters__container {
		display: block;
	}
}

.search-filters__heading {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.search-filters__filter-range {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.5rem;
}

.search-filters__filter-range--from,
.search-filters__filter-range--to {
	flex: 1 0 7rem;
}

.search-filters__filter-range-label {
	font-weight: 400;
}

.search-filters__filter-range-wrapper {
	position: relative;
}

.search-filters__filter-range-currency {
	position: absolute;
	top: 50%;
	left: 0.5rem;
	transform: translateY(-50%);
}

.search-filters__filter-range-input[type=number] {
	padding-left: 1.25rem;
}
.search-filters__filter-range-input::placeholder {
	color: currentColor;
	opacity: 0.6;
}

.search-filters__filter-link::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0C1.34315 0 0 1.34315 0 3V13C0 14.6569 1.34315 16 3 16H13C14.6569 16 16 14.6569 16 13V3C16 1.34315 14.6569 0 13 0H3ZM3 1C1.89543 1 1 1.89543 1 3V13C1 14.1046 1.89543 15 3 15H13C14.1046 15 15 14.1046 15 13V3C15 1.89543 14.1046 1 13 1H3Z' fill='%23a25636'/%3E %3C/svg%3E ");
}

.search-filters__filter-link.search-filters__filter-link--active::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4.5 3C3.67157 3 3 3.67157 3 4.5V11.5C3 12.3284 3.67157 13 4.5 13H11.5C12.3284 13 13 12.3284 13 11.5V4.5C13 3.67157 12.3284 3 11.5 3H4.5Z' fill='%23a25636'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0C1.34315 0 0 1.34315 0 3V13C0 14.6569 1.34315 16 3 16H13C14.6569 16 16 14.6569 16 13V3C16 1.34315 14.6569 0 13 0H3ZM3 1C1.89543 1 1 1.89543 1 3V13C1 14.1046 1.89543 15 3 15H13C14.1046 15 15 14.1046 15 13V3C15 1.89543 14.1046 1 13 1H3Z' fill='%23a25636'/%3E %3C/svg%3E ");
}

.search-page__filters--active {
	display: none;
}
@media screen and (min-width: 768px) {
	.search-page__filters--active {
		display: block;
	}
	.search-page__empty .search-page__filters--active {
		margin-bottom: 0.75rem;
	}
}

.search-filters__filter-link[data-disabled] {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}
.search-filters__filter-link[data-disabled]:hover {
	text-decoration: none;
}

/* #Custom Styles Banner
====================================== */
.mobile_view_image{
display:none;
}
.desktop_view_image{
  display:block;
}
#shopify-section-template--15566307197117__16619250087ee9edb3{display:none;}
#shopify-section-template--16105314615485__16619250087ee9edb3{display:none;}
#shopify-section-template--16936266432701__16619250087ee9edb3{display:none}

.collection-banner-mainCont{background-size:cover;background-position:center bottom;width:100%;height:90vh;height:auto;}
.flex-cont{display:flex;width:100%;height:100%;justify-content:center;align-items:center;background-color:rgba(0,0,0,0.3);padding:0 10%;}
.flex-100{color:white !important;text-align:center;}
.flex-100 .heading1{color:white !important;font-size:3.4375rem !important;}

#insta-feed{padding:0 0 1rem 0 !important;margin-left: -8px !important;margin-right: -8px !important;}

.key-features-mainCont{display:flex;justify-content:center;margin-bottom:20px;}
.key-features-mainCont .key-features-cont{text-align:center;width:25%;max-width:25%;}
.key-features-mainCont .key-features-cont img{height:50px;margin-bottom:12px;}
.key-features-mainCont .key-features-cont p{padding:0 4px;font-size:0.9375rem;}

.accordionsCont{
  margin-top:24px;
  border-bottom:1px solid black;
}
.howToUseAccordion{
  background-color: transparent;
  color: black;
  cursor: pointer;
  padding: 12px 0;
  width: 100%;
  border: none;
  border-top:1px solid black;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.howToUseAccordion:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.howToUseAccordion.active:after {
  content: "\2212";
}
.howToUsePanel {
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panelCont{
  padding: 8px 0 12px 0;
}

#announcementBarCaro .owl-stage{
    color: var(--text-color);
    background-color: var(--background-color);
    display: flex;
    align-items: center;
}

.blogFlex{display:flex;margin-bottom:2rem;}
.blogFlex .blogFlex-imgCont{width:12%;max-width:12%;}
.blogFlex .blogFlex-imgCont img{width:75% !important;}
.blogFlex .blogFlex-textCont{width:88%;max-width:88%;}
.blogFlex .blogFlex-textCont h4{margin-top:0;margin-bottom:0.5rem;}

.availableOn-cont{display:block;margin-top:32px;}
.availableOn-cont .availableOn1{display:inline-block;width:75px;height:auto;margin-right:16px;}
.availableOn-cont .availableOn2{display:inline-block;width:85px;height:auto;}

.chatBot-box{position:fixed;bottom:25px;right:20px;padding:0;border:0;background-color:transparent;cursor:pointer;}
.chatBot-box img{width:56px;height:auto;}

.foundationFlex{display:flex;max-width:1080px;margin:auto;margin-top:4%;}
.foundationFlex50-text{width:50%;max-width:50%;background-color:#FFDFA5;padding:4rem;}
.foundationFlex50-text .image-with-text__button{background-color:#a25636;border:1px solid #a25636;}
.foundationFlex50-text .image-with-text__button:hover{background-color:#a25636;border:1px solid #a25636;}
.foundationFlex50-image{width:50%;max-width:50%;}
.foundationFlex50-image img{display:block;width:100%;height:auto;}

.foundationMenu p:first-child a{color:#a25636 !important;text-decoration:none !important;}

.product__add-to-cart-button--onboarding.collection-ATBBTN{margin-top:0.3rem !important;}

.header-controls .frcp-wishlist-nav-link__text{display:none;}
.header-controls .frcp-wishlist-nav-link__icon-count-wrapper{color: #a25636 !important;padding: 0.75rem;}
.header-controls .frcp-wishlist-nav-link__icon-count-wrapper .frcp-wishlist__icon{width:24px !important;height:24px !important;stroke-width: 1 !important;}
.product-form .frcp-wishlist-wrapper .frcp-wishlist-btn__icon{display:none;}
.product-form .frcp-wishlist-wrapper .frcp-wishlist-btn__text{text-transform: uppercase;margin:0;}
.product-form .frcp-wishlist-wrapper .frcp-wishlist-btn{padding:1rem 1.5rem;margin-top:8px;}

.restration-form__login-link .frcp-wishlist-nav-link-wrapper{display:none;} 
.footer-section .footer-text__patch p:nth-child(2) a,.footer-section .footer-text__patch p:nth-child(3) a{color:#a25636 !important;}

.newsletter-popup .popup__content .popup__text-newsletter .frcp-social-logins.frcp-social-logins--below{display:none;}

.notifyButtonStyle{padding: 1rem 1.5rem;text-transform: uppercase;letter-spacing: 0.1rem;margin-bottom: 30px !important;}

#phone-signin-button, #verify-otp-button, #verify{
    background-color: #fc9f90 !important;
	border: 1px solid #fc9f90 !important;
    color: white !important;
}

.site-features-mainCont{margin:3.5rem 56px;}
.site-features-mainCont .site-features-cont{display:flex;}
.site-features-mainCont .site-features-cont .feature-item{width:25%;max-width:25%;padding:2.5%;text-align:center;}
.site-features-mainCont .site-features-cont .feature-item .feature-image{width:40%;height:auto;}
.site-features-mainCont .site-features-cont .feature-item .feature-heading{margin:20px 0 16px 0;}
.site-features-mainCont .site-features-cont .feature-item .feature-text{font-size:12px;}

.cartProgressBarMainCont{padding:12px 0 6px 0;}
.cartProgressBarMainCont.cartPage{padding-left:42%;}
.cartProgressBarMainCont #cartProgressBarText{font-size:12px;line-height:1.6;margin-bottom:12px;}
.cartProgressBarMainCont.cartPage #cartProgressBarText{text-align:right;}
.cartProgressBarCont{border:1px solid #a25636;width:100%;height:7px}
.cartProgressBarCont #cartProgressBar{width:0%;height:5px;transition:width .25s ease;background-color:#a25636;}

.foundationFlex50-text.bff-customFont{padding:3rem;}
.foundationFlex50-text.bff-customFont p{font-size:12.5px;}
.foundationFlex50-text.bff-customFont .image-with-text__button{margin-top:0;}

.product-thumbnail--has-secondary-media-swap img{border-radius:50% 50% 0 0;}
#shopify-section-template--16105314615485__16576202345e9e6f7a .product-thumbnail--has-secondary-media-swap img{border-radius:0;}

#shopify-section-template--16105315041469__recommendations{padding:0 24px;}
#shopify-section-template--16105315041469__recommendations .product-thumbnail--has-secondary-media-swap img{border-radius:0;}

.customMenuOnlyOnMobile{display:none;}
.product__description p{margin-bottom:8px !important;}
#readMore{display:none;}
#readMoreBtn{border:0;background-color:transparent;padding:0;margin:0;letter-spacing:1px;font-weight:bold;color:#a25636;cursor:pointer;}

.bambooUtensils-mainCont{background-repeat:no-repeat;background-size:auto 75%;background-position:left bottom, right bottom;}
.bambooUtensils-mainCont .bambooUtensils-infoCont{padding:0 20% 2rem 20%;text-align:center;}

.faqs-mainCont{background-color:#fff7e2;padding:56px;    padding-bottom: 2px; width: 100%;}
.faqs-mainCont .faqs-container{max-width:1200px;margin:auto;text-align:center;}
.faqs-mainCont .faqs-container .info-cont{margin-bottom:56px;}
.faqAccordion{font-family:'BabyForestFont' !important;color:#a25636;text-align:left;background-color:#fffded;cursor:pointer;padding:16px 32px 16px 16px;width:100%;border:none;outline:none;transition:0.4s;font-size:1.1rem;border-radius:0.25rem;position:relative;margin:0;}
.faqAccordion:after{content:'\02795';font-size:12px;color:#a25636;position:absolute;top:0;right:16px;display:flex;height:100%;align-items:center;}
.faqAccordion.active, .faqAccordion:hover{background-color:#fffded;}
.faqAccordion.active:after{content:"\2796";}
.faqPanel{text-align:left;padding:0 16px;background-color:transparent;max-height:0;overflow:hidden;transition:max-height 0.2s ease-out;margin-bottom:16px;}

.static-page{padding-top:40px;}
.storeLocatorHeading{text-align:center;}
.storeLocatrIframe{width:100%;height:600px;}

.static-page__wrapper{padding-top:0;}

@media screen and (max-width: 1280px) {
  .product-content, .key-ingredients__wrapper .shopify-section{padding-left:40px;padding-right:40px;}
  #shopify-section-template--15566307623101__recommendations .product-recommendations__header{padding-left:40px;padding-right:40px;}
  #shopify-section-template--15566307623101__recommendations .product-recommendations__wrapper{padding-left:40px;padding-right:40px;}
  #shopify-section-template--15566307623101__1661737288193fc4a0 .product-app--container{padding-left:40px;padding-right:40px;}
}

@media screen and (max-width: 991px) {
  .collection-banner-mainCont{height:40vh;height:auto;}
  .flex-100 .heading1{font-size:2.9375rem !important;}

  .slideshow-slide__heading{font-size:2.55rem;}
  .slideshow-slide__subheading{margin-bottom:1.5rem;}
  .image-with-text__image-wrapper{top:2vh;}
  .decor__horse{right:-5%;bottom:-18%;}
  .decor__aeroplane{left:-5%;bottom:-18%;}
  .footer-top{min-height: 66vh !important;}
  .footer-top__wrapper{grid-gap: 0;display:flex;flex-wrap:wrap;margin:0 40px;}
  .footer-top__block{width: 50%;max-width: 50%;}

  .product-content, .key-ingredients__wrapper .shopify-section{padding-left:32px;padding-right:32px;}
  #shopify-section-template--15566307623101__recommendations .product-recommendations__header{padding-left:32px;padding-right:32px;}
  #shopify-section-template--15566307623101__recommendations .product-recommendations__wrapper{padding-left:32px;padding-right:32px;}
  #shopify-section-template--15566307623101__1661737288193fc4a0 .product-app--container{padding-left:32px;padding-right:32px;}

  .foundationFlex{width:80%;max-width:960px;flex-direction:column;}
  .foundationFlex50-text{width:100%;max-width:100%;padding:0 2.5rem 2.5rem;}
  .foundationFlex50-image{width:100%;max-width:100%;}

  .cartProgressBarMainCont.cartPage{padding-left:15%;}
  .key-features-mainCont .key-features-cont p{padding:0 6px;font-size:0.8875rem;}

  .bambooUtensils-mainCont{background-size:auto 45%;}

  .faqs-mainCont{padding:56px 40px;}

  .static-page{padding-top:30px;}
  .storeLocatrIframe{height:520px;}
}
/* banners css */
@media screen and (max-width: 767px) {
  .mobile_view_image{
  display:block;
}
  .desktop_view_image{
    display:none;
  }
  
  #shopify-section-template--15566307197117__16619250087ee9edb3{display:block;}
  #shopify-section-template--16105314615485__16619250087ee9edb3{display:block;}
  #shopify-section-template--16936266432701__16619250087ee9edb3{display:block;}
  #shopify-section-template--16936266432701__165762009860a7cf08{display:none;}
  #shopify-section-template--15566307197117__165762009860a7cf08{display:none;}
  #shopify-section-template--16105314615485__165762009860a7cf08{display:none;}
  
  
  .slideshow--width-wide{margin-top:0;}
  .slideshow-slide__heading{font-size:2.25rem;}
  .slideshow-slide__subheading{margin-bottom:1rem;}
  .collection-list__wrapper{grid-gap: 48px;}
  .image-with-text--fill-background{padding:3rem 24px;}
  .image-with-text__image-wrapper{top:0;}
  .featured-collection__header .featured-collection__heading{display:inline-block;width:73%;}
  .featured-collection__header .featured-collection__view-all{margin:0;padding:0;width:25%;text-align:end;}
  .main-content--section-headings-left .featured-collection__description{margin:0.5rem 0 0 0;}
  .featured-collection__header{margin-bottom:1.5rem;}
  .featured-collection__wrapper{padding-bottom:0;}
  .featured-promotions__wrapper{grid-gap: 24px;}
  .featured-promotions-section{padding-bottom: 1.5rem;}
  .featured-promotions__bg{width:15%;}
  .featured-promotions__bg.decor__horse{width:20%;}
  .featured-promotions__bg.decor__aeroplane{width:20%;}
  .decor__aeroplane{bottom:-6%;}
  .decor__horse{bottom:-6.5%;}
  .featured-promotions__header{margin-bottom:4rem;}
  .testimonial__slide{padding:0;}
  .testimonial__body{margin-bottom: 1rem;}
  .footer-top{min-height: auto !important;padding:3rem 24px 6rem 24px;font-size:14px !important;background-size:120vw;}
  .footer-top__wrapper{margin:0;}
  .footer-top__block.footer-top__block--newsletter_form{width:100%;max-width:100%;}
  .footer-top__block-heading{margin-top:0;}
  
  .collection-banner-mainCont{height:34vh;height:auto;}
  .flex-100 .heading1{font-size:2.4375rem !important;}
  #insta-feed{padding:0 !important;}
  .decor__right{right:-6%;top:-8%;}
  .decor__left{left:-6%;bottom:-10%;}

  .product-content, .key-ingredients__wrapper .shopify-section{margin-top:5.5rem;padding-left:24px;padding-right:24px;}
  #shopify-section-template--15566307623101__recommendations .product-recommendations__header{padding-left:24px;padding-right:24px;}
  #shopify-section-template--15566307623101__recommendations .product-recommendations__wrapper{padding-left:24px;padding-right:24px;}
  #shopify-section-template--15566307623101__1661737288193fc4a0 .product-app--container{padding-left:24px;padding-right:24px;}

  .key-ingredients__wrapper{margin:1.75rem 0 0 0;padding:1px 0 1rem 0;}
  .ingredients__wrapper{gap:0;}
  .ingredient{width:100%;max-width:100%;grid-template-columns:20% 75%;margin-bottom: 1.5rem;}

  .popup__content .popup__text-newsletter .registration-form{margin:0 !important;}
  .popup__content .popup__text-newsletter .registration-form .registration-form__wrapper .registration-form__heading{display:none !important;}
  .popup__content .popup__text-newsletter .registration-form .registration-form__wrapper{text-align: left;font-size: 14px;}
  .popup__content .popup__text-newsletter .registration-form .registration-form__wrapper .registration-form__actions .registration-form__accept-marketing{display:none;}
  .popup__content .popup__text-newsletter .registration-form .registration-form__wrapper .registration-form__actions p{display:none;}

  .blog-template__content-wrapper{margin-left:0;margin-right:0;}
  .blog-article__excerpt{max-height:66px;}
  .blogFlex{margin-bottom:1.5rem;}
  .blogFlex .blogFlex-imgCont{width:30%;max-width:30%;}
  .blogFlex .blogFlex-textCont{width:70%;max-width:70%;}
  .article-template__socials{margin-top:1.5rem;}

  .chatBot-box{bottom:20px;right:20px;z-index:1000;}
  .chatBot-box img{width:56px;}

  .foundationFlex{width:calc(100% - 40px);max-width:calc(100% - 40px);margin:40px auto;flex-direction:column-reverse;}
  .foundationFlex50-text{padding:0 20px 20px;}

  .product-thumbnail__title{min-height: 70px; font-size: 12px;}
  .header-controls .frcp-wishlist-nav-link-wrapper{display:none;}

  .navigation-mobile__flyout .navigation-mobile__account{margin-left:0;}
  .navigation-mobile__flyout .frcp-wishlist-nav-link-wrapper{margin-left: 1.5rem;}
  .navigation-mobile__flyout .frcp-wishlist-nav-link-wrapper .frcp-wishlist__icon{width:24px;height:24px;stroke-width: 1;}
  .navigation-mobile__flyout .frcp-wishlist-nav-link-wrapper .frcp-wishlist-nav-link__text{text-transform: uppercase;letter-spacing: 1px;font-size: 0.9375rem;}
  .navigation-mobile__flyout .navigation-mobile__account-link{margin-left: 1.5rem;}

  .site-features-mainCont{margin:3rem 0;}
  .site-features-mainCont .site-features-cont{flex-wrap:wrap;}
  .site-features-mainCont .site-features-cont .feature-item{width:100%;max-width:100%;padding:24px;}
  .site-features-mainCont .site-features-cont .feature-item .feature-image{width:25%;}
  .site-features-mainCont .site-features-cont .feature-item .feature-heading{margin:16px 0 12px 0;}

  .cartProgressBarMainCont.cartPage{padding-left:0%;}

  .foundationFlex50-text.bff-customFont p{font-size:13px;}
  .key-features-mainCont .key-features-cont p{padding:0 4px;font-size:0.8375rem;}
  .ingredient img{max-width:74%;}

  .customMenuOnlyOnMobile{display:block;background-color:#FFF7E2;overflow-x:auto;white-space:nowrap;padding:12px 0 16px 12px;}
  .customMenuOnlyOnMobile a{display:inline-block;padding:4px 8px;border:1px solid #a25636;margin-right:16px;text-decoration:none;font-size:13px;}

  .collection-list-card__image-wrapper img{width: 90%;margin-left: 5%;}

  .bambooUtensils-mainCont{background-size:33% auto;background-position:center 40px;padding-top:200px;}
  .bambooUtensils-mainCont .bambooUtensils-infoCont{padding:0 0 2.5rem 0;}

  .breadcrumbs-wrapper{padding:0 24px;}
  .breadcrumbs-wrapper .breadcrumbs{margin-top:0;}

  .faqs-mainCont{padding:20px 24px;}
  .faqAccordion{padding:12px 28px 12px 12px;}
  .faqAccordion:after{right:8px;}
  .faqPanel{padding:0 12px;background-color:#fffded;}
  .faqAccordion.active, .faqAccordion:hover{background-color:#fffded;}

  .static-page{padding-top:20px;}
  .storeLocatrIframe{height:480px;}
}
/*New Font Css H2 and H3 Covert start*/
.main-content--section-headings-left .collection-list__heading {
    font-size: 2.25rem !important;
}
.image-with-text__heading{
  font-size: 2.25rem !important;
}
.featured-collection__heading{
    font-size: 2.25rem !important;
}
.featured-promotions__heading{
font-size: 2.25rem !important;
}
.featured-promotions__content-wrapper--overlay-gradient{
  background:#00000073 !important;
}
.testimonial__heading{
    font-size: 2.25rem !important;  
}
.gallery-section__heading{
  font-size: 2.25rem !important;  
}
.registration-form__heading{
  font-size: 2.25rem !important;
}
@media only screen and (max-width: 767px) {
.main-content--section-headings-left .collection-list__heading {
    font-size: 1.7578125rem !important;
}
.image-with-text__heading{
  font-size: 1.7578125rem !important;
}
.featured-collection__heading{
    font-size: 1.7578125rem !important;
}
.featured-promotions__heading{
font-size: 1.7578125rem !important;
}
.testimonial__heading{
   font-size: 1.7578125rem !important; 
}
.gallery-section__heading{
  font-size: 1.7578125rem !important;   
}
.registration-form__heading{
  font-size: 1.7578125rem !important;  
}
}



  @media(min-width: 320px) and (max-width: 1024px){
      .modal.product__size-chart-modal{
            width: 83%;
      }
  }
/* for baby forest club widget */
  .center_left .widget-popup-btn{
  display:none;
  }
  div#loyaltyDiv{
  display:none;
  }
@media screen and (max-width: 767px) {
.shopify-section--recommended-products {
    padding: 0px 20px;
}
.shopify-section--recommended-products .product-thumbnail__header {
    display: flex;
    height: 50px;
  overflow:hidden;
}
}

/* contact page redesign css */
  .shopify-section.shopify-section--contact-template.banner-option{
  display:flex;
  align-items: center;
  justify-content: center;
}
.static-page__column{
    margin-bottom: 5.5rem;
}
.contact-form{
    border: 0.5px solid black; 
    padding: 4rem;
}
.contact-form__submit {
    width: 100%;
}    
@media(max-width : 767px){
  .shopify-section.shopify-section--contact-template.banner-option{
  flex-direction: column;
  }
  .static-page__column {
   margin: 0 7%;
}
  section{
  margin:0;
  }
  .contact-form{
    width: 95%;
    border: 0.5px solid black;
    padding: 1rem;
    margin-top:10%;
  }
  .static-page__column h1{
  margin:0;
  }
}  
.footer-top .contact-form {
    padding: 0 !important;
      border: none !important;
}
.instafeed-new-carousel-container .instafeed-new-arrow{
z-index:1 !important;
}
 @media screen and (max-width: 767px) {
    .footer-top__block {
        width: 100%;
        max-width: 100%;
    }
} 

.accordion dt{
border-color: transparent;
    margin-bottom: 0px;
    margin-top: 20px;
}