/** Shopify CDN: Minification failed

Line 4394:18 Unexpected "{"
Line 5170:5 Unexpected "{"
Line 5171:16 Expected ":"
Line 5174:1 Unexpected "{"
Line 5175:22 Expected identifier but found whitespace
Line 5176:9 Unexpected "{"
Line 5177:20 Expected ":"
Line 5184:5 Unexpected "{"
Line 5185:16 Expected ":"
Line 5290:9 Unexpected "{"
... and 1 more hidden warnings

**/
input,
:before,
:after,
* {
	box-sizing: border-box;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	display: none;
}

input[type='number'] {
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type='search']::-ms-clear {
	display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

body,html{
	overflow-x:hidden
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.hide,
.hidden {
	display: none;
}

.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

*:focus:not(:focus-visible) {
	outline: none !important;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.gutter--none {
	padding: 0;
}

.gutter--small {
	padding: var(--gutter-small);
}

.gutter--regular {
	padding: var(--gutter-regular);
}

.gutter--large {
	padding: var(--gutter-large);
}

.gutter--xlarge {
	padding: var(--gutter-xlarge);
}

.gutter-top--none {
	padding-top: 0 !important;
}

.gutter-top--small {
	padding-top: var(--gutter-small);
}

.gutter-top--regular {
	padding-top: var(--gutter-regular);
}

.gutter-top--large {
	padding-top: var(--gutter-large);
}

.gutter-top--xlarge {
	padding-top: var(--gutter-xlarge);
}

.gutter-bottom--none {
	padding-bottom: 0;
}

.gutter-bottom--small {
	padding-bottom: var(--gutter-small);
}

.gutter-bottom--regular {
	padding-bottom: var(--gutter-regular);
}

.gutter-bottom--large {
	padding-bottom: var(--gutter-large);
}

.gutter-bottom--xlarge {
	padding-bottom: var(--gutter-xlarge);
}

.spacing--xsmall>* {
	margin-bottom: 0.25em;
}

.spacing--xsmall>*.increased-spacing {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.spacing--small>* {
	margin-bottom: 0.5em;
}

.spacing--small>*.increased-spacing {
	margin-top: 1em;
	margin-bottom: 1em;
}

.spacing--large>* {
	margin-bottom: 0.75em;
}

.spacing--large>*.increased-spacing {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.spacing--xlarge>* {
	margin-bottom: 1em;
}

.spacing--xlarge>*.increased-spacing {
	margin-top: 2em;
	margin-bottom: 2em;
}

.panel,
.card {
	border: solid 1px var(--color-borders-cards);
	border-radius: var(--border-radius-cards);
	overflow: hidden;
	background-color: var(--color-background-cards);
	position: relative;
	color: var(--color-text-cards);
}

.card .button {
	color: var(--color-text-cards);
}

.card .button--outline {
	border-color: var(--color-text-cards);
}

.card .button--outline .button__icon svg path {
	fill: var(--color-text-cards);
}

.card .button--solid {
	background-color: var(--color-text-cards);
	border-color: var(--color-text-cards);
	color: var(--color-foreground-cards);
}

.card .button--solid .button__icon svg path {
	fill: var(--color-foreground-cards);
}

.no-touchevents .card .button.button--solid:hover,
.no-touchevents .card .button.button--outline-hover-solid:hover {
	background-color: var(--color-text-cards);
	border-color: var(--color-text-cards);
	color: var(--color-foreground-cards);
}

.no-touchevents .card .button.button--solid:hover span,
.no-touchevents .card .button.button--outline-hover-solid:hover span {
	color: var(--color-foreground-cards);
}

.no-touchevents .card .button.button--solid:hover path,
.no-touchevents .card .button.button--outline-hover-solid:hover path {
	fill: var(--color-foreground-cards);
}

.no-touchevents .card .button.button--outline:not(.button--outline-hover-solid):hover {
	border-color: var(--color-text-cards);
	color: var(--color-text-cards);
}

.no-touchevents .card .button.button--outline:not(.button--outline-hover-solid):hover span {
	color: var(--color-text-cards);
}

.no-touchevents .card .button.button--outline:not(.button--outline-hover-solid):hover path {
	fill: var(--color-text-cards);
}

.card a:not(.button) {
	color: var(--color-text-cards);
}

.card .text-animation--underline,
.card .text-animation--underline-thin,
.card .text-animation--underline-large {
	background-image: linear-gradient(to right,
			var(--color-text-cards),
			var(--color-text-cards));
}

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

	.sidebar-widget--outline .sidebar-widget__title,
	.text-size--small {
		font-size: calc(13px / 16 * var(--base-body-primary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {

	.sidebar-widget--outline .sidebar-widget__title,
	.text-size--small {
		font-size: calc(14px / 16 * var(--base-body-primary-size) + 0px);
	}
}

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

	.sidebar-widget--outline .sidebar-widget__title,
	.text-size--small {
		font-size: calc(15px / 16 * var(--base-body-primary-size) + 0px);
	}
}

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

	input,
	textarea,
	select,
	.text-size--regular {
		font-size: calc(15px / 16 * var(--base-body-primary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {

	input,
	textarea,
	select,
	.text-size--regular {
		font-size: calc(16px / 16 * var(--base-body-primary-size) + 0px);
	}
}

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

	input,
	textarea,
	select,
	.text-size--regular {
		font-size: calc(16px / 16 * var(--base-body-primary-size) + 0px);
	}
}

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

	.sidebar-widget__title,
	.shopify-challenge__container .shopify-challenge__message,
	.text-size--large {
		font-size: calc(16px / 16 * var(--base-body-primary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {

	.sidebar-widget__title,
	.shopify-challenge__container .shopify-challenge__message,
	.text-size--large {
		font-size: calc(18px / 16 * var(--base-body-primary-size) + 0px);
	}
}

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

	.sidebar-widget__title,
	.shopify-challenge__container .shopify-challenge__message,
	.text-size--large {
		font-size: calc(18px / 16 * var(--base-body-primary-size) + 0px);
	}
}

@media screen and (max-width: 474px) {
	.text-size--larger {
		font-size: calc(20px / 16 * var(--base-body-primary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
	.text-size--larger {
		font-size: calc(26px / 16 * var(--base-body-primary-size) + 0px);
	}
}

@media screen and (min-width: 1024px) {
	.text-size--larger {
		font-size: calc(26px / 16 * var(--base-body-primary-size) + 0px);
	}
}

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

	.sidebar-widget__content .product-price--original,
	.text-size--xlarge {
		font-size: calc(24px / 16 * var(--base-body-primary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {

	.sidebar-widget__content .product-price--original,
	.text-size--xlarge {
		font-size: calc(30px / 16 * var(--base-body-primary-size) + 0px);
	}
}

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

	.sidebar-widget__content .product-price--original,
	.text-size--xlarge {
		font-size: calc(36px / 16 * var(--base-body-primary-size) + 0px);
	}
}

.alert {
	display: inline-flex;
	padding: 0.875rem 1rem 0.75rem;
	margin-bottom: 1.125rem;
	margin-bottom: 1.125rem;
	border-radius: var(--border-radius-forms);
	border: 1px solid;
	line-height: 1.1;
	clear: left;
	align-items: center;
}

/*
 *  1.3. Typography
*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-stack-headings-primary);
	font-weight: var(--font-weight-headings-primary);
	font-style: var(--font-style-headings-primary);
	line-height: var(--base-headings-line);
	letter-spacing: var(--base-headings-spacing);
	margin-bottom: 1rem;
}

.rte h1:not(:first-child),
.rte h2:not(:first-child),
.rte h3:not(:first-child),
.rte h4:not(:first-child),
.rte h5:not(:first-child),
.rte h6:not(:first-child) {
	margin-top: 2rem;
}

@media screen and (max-width: 474px) {
	h1 {
		font-size: calc(34px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
	h1 {
		font-size: calc(46px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 1024px) {
	h1 {
		font-size: calc(60px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (max-width: 474px) {
	h2 {
		font-size: calc(28px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
	h2 {
		font-size: calc(38px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 1024px) {
	h2 {
		font-size: calc(42px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (max-width: 474px) {
	h3 {
		font-size: calc(24px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
	h3 {
		font-size: calc(30px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 1024px) {
	h3 {
		font-size: calc(36px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

h4 {
	font-size: calc(20px / 60 * var(--base-headings-primary-size) + 0px);
}

h5,
h6 {
	font-size: calc(18px / 60 * var(--base-headings-primary-size) + 0px);
}

a {
	color: var(--color-text-main);
}

body,
input,
textarea,
select {
	font-family: var(--font-stack-body-primary);
	font-weight: var(--font-weight-body-primary);
	font-style: var(--font-style-body-primary);
	line-height: var(--base-body-line);
}

body {
	background: var(--color-background-main);
	color: var(--color-text-main);
}

@media screen and (max-width: 474px) {
	body {
		font-size: calc(15px / 16 * var(--base-body-primary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
	body {
		font-size: calc(16px / 16 * var(--base-body-primary-size) + 0px);
	}
}

@media screen and (min-width: 1024px) {
	body {
		font-size: calc(16px / 16 * var(--base-body-primary-size) + 0px);
	}
}

.rte body:not(:first-child) {
	margin-top: 2rem;
}

input,
textarea,
select {
	font-size: calc(16px / 16 * var(--base-body-primary-size) + 0px);
}

.heading-size--xsmall {
	line-height: calc(var(--base-headings-line) * 1.1);
}

.heading-size--xsmall {
	font-size: calc(18px / 60 * var(--base-headings-primary-size) + 0px);
}

.heading-size--small {
	line-height: calc(var(--base-headings-line) * 1.1);
}

@media screen and (max-width: 474px) {
	.heading-size--small {
		font-size: calc(24px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
	.heading-size--small {
		font-size: calc(30px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 1024px) {
	.heading-size--small {
		font-size: calc(36px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

.heading-size--page-title {
	line-height: calc(var(--base-headings-line) * 1.1);
}

@media screen and (max-width: 474px) {
	.heading-size--page-title {
		font-size: calc(34px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
	.heading-size--page-title {
		font-size: calc(46px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 1024px) {
	.heading-size--page-title {
		font-size: calc(50px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (max-width: 474px) {
	.heading-size--regular {
		font-size: calc(34px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
	.heading-size--regular {
		font-size: calc(46px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 1024px) {
	.heading-size--regular {
		font-size: calc(60px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (max-width: 474px) {
	.heading-size--large {
		font-size: calc(40px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
	.heading-size--large {
		font-size: calc(60px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 1024px) {
	.heading-size--large {
		font-size: calc(80px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (max-width: 474px) {
	.heading-size--xlarge {
		font-size: calc(50px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
	.heading-size--xlarge {
		font-size: calc(80px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

@media screen and (min-width: 1024px) {
	.heading-size--xlarge {
		font-size: calc(120px / 60 * var(--base-headings-primary-size) + 0px);
	}
}

.text-font--primary {
	font-family: var(--font-stack-body-primary);
	font-weight: var(--font-weight-body-primary);
	font-style: var(--font-style-body-primary);
	line-height: var(--base-body-line);
}

.text-font--secondary {
	font-family: var(--font-stack-body-secondary);
	font-weight: var(--font-weight-body-secondary);
	font-style: var(--font-stack-body-secondary);
	line-height: 1.1;
}

@media screen and (max-width: 474px) {
	.text-font--secondary.text-size--regular {
		font-size: calc(16px / 18 * var(--base-body-secondary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
	.text-font--secondary.text-size--regular {
		font-size: calc(18px / 18 * var(--base-body-secondary-size) + 0px);
	}
}

@media screen and (min-width: 1024px) {
	.text-font--secondary.text-size--regular {
		font-size: calc(18px / 18 * var(--base-body-secondary-size) + 0px);
	}
}

@media screen and (max-width: 474px) {
	.text-font--secondary.text-size--large {
		font-size: calc(22px / 18 * var(--base-body-secondary-size) + 0px);
	}
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
	.text-font--secondary.text-size--large {
		font-size: calc(28px / 18 * var(--base-body-secondary-size) + 0px);
	}
}

@media screen and (min-width: 1024px) {
	.text-font--secondary.text-size--large {
		font-size: calc(30px / 18 * var(--base-body-secondary-size) + 0px);
	}
}

.text-font--heading {
	font-family: var(--font-stack-headings-primary);
	font-weight: var(--font-weight-headings-primary);
	font-style: var(--font-style-headings-primary);
	line-height: var(--base-headings-line);
	letter-spacing: var(--base-headings-spacing);
	display: block;
	margin-bottom: 1rem;
}

.text-weight--medium {
	font-weight: var(--font-weight-body-primary-medium);
}

.text-weight--bold {
	font-weight: var(--font-weight-body-primary-bold);
}

.text-color--opacity {
	opacity: 0.62;
}

.text-decoration--underline {
	text-decoration: underline;
}

.text-decoration--line-through {
	text-decoration: line-through;
}

.text-transform--uppercase {
	text-transform: uppercase;
}

.text-transform--none {
	text-transform: none;
}

.text-line-height--small {
	line-height: 1.1;
}

.text-line-height--medium {
	line-height: 1.25;
}

.text-style--italic {
	font-style: italic;
}

.text-style--normal {
	font-style: normal;
}

html[dir='rtl'] .text-align--left {
	text-align: right;
}

html[dir='ltr'] .text-align--left {
	text-align: left;
}

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

html[dir='rtl'] .text-align--right {
	text-align: left;
}

html[dir='ltr'] .text-align--right {
	text-align: right;
}

.text-animation--underline {
	background-image: linear-gradient(to right,
			var(--color-text-main),
			var(--color-text-main));
	background-size: 0% 2px;
	background-repeat: no-repeat;
	display: inline;
	padding-bottom: 3px;
	transition: all 175ms linear;
}

html[dir='rtl'] .text-animation--underline {
	background-position: right calc(1em + 6px);
}

html[dir='ltr'] .text-animation--underline {
	background-position: left calc(1em + 6px);
}

.no-touchevents a:hover .text-animation--underline,
.no-touchevents button:hover .text-animation--underline {
	background-size: 100% 2px;
}

@media screen and (max-width: 1023px) {
	a .text-animation--underline.underline-mobile {
		background-size: 100% 2px;
	}
}

.text-animation--underline-thin {
	background-image: linear-gradient(to right,
			var(--color-text-main),
			var(--color-text-main));
	background-size: 0% 1px;
	background-repeat: no-repeat;
	display: inline;
	padding-bottom: 3px;
	transition: all 175ms linear;
}

html[dir='rtl'] .text-animation--underline-thin {
	background-position: right calc(1em + 4px);
}

html[dir='ltr'] .text-animation--underline-thin {
	background-position: left calc(1em + 4px);
}

.no-touchevents a:hover .text-animation--underline-thin,
.no-touchevents button:hover .text-animation--underline-thin {
	background-size: 100% 1px;
}

@media screen and (max-width: 1023px) {
	a .text-animation--underline-thin.underline-mobile {
		background-size: 100% 1px;
	}
}

.text-line-height--small .text-animation--underline-thin {
	background-position: 0 calc(1em + 2px);
}

.text-animation--underline-large {
	background-image: linear-gradient(to right,
			var(--color-text-main),
			var(--color-text-main));
	background-size: 0% 3px;
	background-repeat: no-repeat;
	display: inline;
	padding-bottom: 3px;
	transition: all 175ms linear;
}

html[dir='rtl'] .text-animation--underline-large {
	background-position: right calc(1em + 10px);
}

html[dir='ltr'] .text-animation--underline-large {
	background-position: left calc(1em + 10px);
}

.no-touchevents a:hover .text-animation--underline-large,
.no-touchevents button:hover .text-animation--underline-large {
	background-size: 100% 3px;
}

@media screen and (max-width: 1023px) {
	a .text-animation--underline-large.underline-mobile {
		background-size: 100% 3px;
	}
}

.text-animation--underline-in-header {
	background-image: linear-gradient(to right,
			var(--color-text-header),
			var(--color-text-header));
	background-size: 0% 1px;
	background-repeat: no-repeat;
	display: inline;
	padding-bottom: 3px;
	transition: all 175ms linear;
}

html[dir='rtl'] .text-animation--underline-in-header {
	background-position: right calc(1em + 4px);
}

html[dir='ltr'] .text-animation--underline-in-header {
	background-position: left calc(1em + 4px);
}

.no-touchevents a:hover .text-animation--underline-in-header,
.no-touchevents button:hover .text-animation--underline-in-header {
	background-size: 100% 1px;
}

@media screen and (max-width: 1023px) {
	a .text-animation--underline-in-header.underline-mobile {
		background-size: 100% 1px;
	}
}

.text-with-icon {
	position: relative;
	color: var(--color-text-main);
	display: inline-flex;
	align-items: center;
	margin-inline-end: 1.25rem;
}

.text-with-icon svg * {
	fill: var(--color-text-main);
}

.text-with-icon .text-animation--underline-thin {
	background-position: 0 calc(1em + 4px);
	padding-bottom: 0;
}

.text-with-icon--compact {
	margin-inline-end: 1.875rem;
}

.text-with-icon--compact .text-with-icon__icon {
	margin-inline-end: 0.625rem;
}

.text-with-icon--tooltip {
	position: relative;
	width: 2rem;
	height: 2rem;
	margin-inline-end: 0.625rem;
}

.text-with-icon--tooltip .text-with-icon__label {
	position: absolute;
	top: -100%;
	left: 50%;
	width: max-content;
	transform: translateX(-50%);
	background: var(--color-text-main);
	color: var(--color-background-main);
	padding: 0.0625rem 0.4375rem;
	border-radius: clamp(0px, var(--border-radius-buttons), 5px);
	opacity: 0;
	transition: opacity 120ms linear;
	pointer-events: none;
}

.text-with-icon--tooltip .text-with-icon__label:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: var(--color-text-main);
	border-width: 0.3125rem;
	margin-inline-start: -0.3125rem;
}

.text-with-icon--tooltip:hover .text-with-icon__label {
	opacity: 1;
}

.text-with-icon__icon {
	display: flex;
	align-items: center;
	margin-inline-end: 0.5rem;
}

.text-with-icon--small svg {
	width: 1.375rem;
	height: 1.375rem;
}

.text-with-icon--large svg {
	width: 2rem;
	height: 2rem;
}

.mobile-menu-button,
.qty-button,
.show-more_toggler,
.facet-checkbox,
.pill--has-close,
a.text-with-icon,
a.icon-button {
	position: relative;
}

.mobile-menu-button:after,
.qty-button:after,
.show-more_toggler:after,
.facet-checkbox:after,
.pill--has-close:after,
a.text-with-icon:after,
a.icon-button:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	min-width: 2.75rem;
	height: 100%;
	min-height: 2.75rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

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

	.mobile-menu-button:after,
	.qty-button:after,
	.show-more_toggler:after,
	.facet-checkbox:after,
	.pill--has-close:after,
	a.text-with-icon:after,
	a.icon-button:after {
		min-width: 2.5rem;
		min-height: 2.5rem;
	}
}

#main a.text-link,
.rte a {
	color: var(--color-text-main);
	transition: all 175ms linear;
	border-bottom: 1px solid;
}

.no-touchevents #main a.text-link:hover,
.no-touchevents .rte a:hover {
	color: var(--color-text-main);
}

a.text-link {
	border-bottom: 1px solid;
	padding-bottom: 1px;
	transition: all 100ms linear;
}

.no-touchevents a.text-color--opacity:hover {
	opacity: 1;
}

.text-link--has-icon {
	border: 0;
	display: inline-flex;
	align-items: center;
	gap: var(--gutter-small);
	font-weight: var(--font-weight-body-primary-medium);
}

.text-link--has-icon svg path {
	fill: var(--color-text-main);
}

del {
	text-decoration: line-through;
	opacity: 0.54;
}

strong {
	font-weight: var(--font-weight-body-primary-bold);
}

em {
	font-style: italic;
}

p {
	margin-bottom: 1rem;
}

.rte {
	word-wrap: break-word;
}

.rte ul,
.rte ol {
	margin-top: 0.75rem;
	margin-bottom: 1em;
	margin-inline-start: 2em;
}

.rte ul li:not(:first-child),
.rte ol li:not(:first-child) {
	margin-top: 0.75rem;
}

.rte ul ul,
.rte ul ol,
.rte ol ul,
.rte ol ol {
	margin-inline-start: 2em;
}

.rte ul {
	list-style: disc outside;
}

.rte ul ul {
	list-style: circle outside;
}

.rte ul ul ul {
	list-style: square outside;
}

.rte ol {
	list-style: decimal outside;
}

.rte p:last-child {
	margin-bottom: 0;
}

.rte blockquote {
	padding: 0.75rem 1.125rem;
	border-left: 0.1875rem solid var(--color-borders-main);
}

.rte blockquote:not(:first-child) {
	margin-top: 1.5rem;
}

.rte blockquote:not(:last-child) {
	margin-bottom: 1.5rem;
}

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

.rte iframe[src*='youtube'],
.rte iframe[src*='vimeo'] {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

.rte table {
	width: 100%;
	border: 1px solid var(--color-borders-main);
}

html[dir='rtl'] .rte table {
	text-align: right;
}

html[dir='ltr'] .rte table {
	text-align: left;
}

.rte table tr {
	border-top: 1px solid var(--color-borders-main);
}

.rte table thead tr {
	border-top: none;
}

.rte table th,
.rte table td {
	min-height: 41px;
	padding: 10px 14px 8px;
}

html[dir='rtl'] .rte table th,
html[dir='rtl'] .rte table td {
	border-left: 1px solid var(--color-borders-main);
}

html[dir='ltr'] .rte table th,
html[dir='ltr'] .rte table td {
	border-right: 1px solid var(--color-borders-main);
}

.rte table td,
.rte table th {
	vertical-align: top;
}

.table-wrapper {
	overflow-x: auto;
}

.remove-line-height-space {
	margin-bottom: calc(1em * var(--base-body-line) / -2 + 0.3125rem);
}

.remove-line-height-space--small {
	margin-bottom: -0.55em;
}

.remove-line-height-space--medium {
	margin-bottom: calc(-0.625em + 0.3125rem);
}

.jdgm-widget select {
	background-image: none !important;
}

.container--small {
	margin: 0 auto;
	width: 100%;
	max-width: 667px;
	padding-left: var(--gutter-container);
	padding-right: var(--gutter-container);
}

.container--compact {
	margin: 0 auto;
	width: 100%;
	max-width: calc(var(--theme-max-width) * 920 / 1360);
	padding-left: var(--gutter-container);
	padding-right: var(--gutter-container);
}

.container--medium {
	margin: 0 auto;
	width: 100%;
	max-width: calc(var(--theme-max-width) * 1023 / 1360);
	padding-left: var(--gutter-container);
	padding-right: var(--gutter-container);
}

.container--large {
	margin: 0 auto;
	width: 100%;
	max-width: var(--theme-max-width);
	padding-left: var(--gutter-container);
	padding-right: var(--gutter-container);
}

.container--fullwidth {
	max-width: 100%;
	padding: 0;
}

.container--fullwidth-with-horizontal-space {
	max-width: 100%;
	padding-left: var(--gutter-container);
	padding-right: var(--gutter-container);
}

.container--vertical-space {
	margin-top: 150px;
}

.container--vertical-space-small {
	margin-top: clamp(2.5rem, var(--container-vertical-space), 4.375rem);
}

@media screen and (max-width: 767px) {
	.container--vertical-space-small {
		margin-top: clamp(1.25rem, var(--container-vertical-space) * 0.5, 2.5rem);
	}
}

.container--vertical-space-xsmall {
	margin-top: calc(var(--container-vertical-space) * 0.5);
}

.container--no-margin-if-not-first:not(:first-of-type) {
	margin-top: 0;
}

.container--remove-bottom-margin {
	margin-bottom: calc(var(--container-vertical-space) * -0.5);
}

.toggle-when-first:first-of-type .element--show-when-section-is-first,
.breadcrumb-main+.toggle-when-first .element--show-when-section-is-first {
	display: block !important;
}

.mount-slideshow:last-child .css-slider--bottom-navigation .css-slider-navigation-container {
	margin-bottom: -0.75rem;
}

#main .shopify-section:first-of-type .container--vertical-space:not(.container--fullwidth) {
	margin-top: clamp(24px, var(--container-vertical-space) / 2, 50px);
}

#html #main .shopify-section:first-of-type .container--fullwidth {
	margin-top: 0 !important;
}

.container--remove-margin-after+.container--remove-margin-before {
	margin-top: 0;
}

.section--remove-bottom-margin-after+.shopify-section>.container--vertical-space:first-of-type {
	margin-top: 0;
}

.shopify-section {
	position: relative;
}

.container--has-background {
	padding-top: var(--container-vertical-space);
	padding-bottom: var(--container-vertical-space);
}

@media screen and (max-width: 767px) {
	.container--has-background {
		padding-top: calc(var(--container-vertical-space) / 2);
		padding-bottom: calc(var(--container-vertical-space) / 2);
	}
}

.container--negative-margin {
	margin-bottom: calc(var(--container-vertical-space) * -1);
}

.container--negative-margin-small {
	margin-bottom: clamp(-2.5rem,
			var(--container-vertical-space) * -1,
			-4.375rem);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	#main>.shopify-section:first-of-type>.container--vertical-space-small:first-of-type,
	#main>.shopify-section:first-of-type>.container--vertical-space-xsmall:first-of-type,
	#main>.shopify-section:first-of-type>.container--vertical-space:first-of-type {
		margin-top: 2.1875rem !important;
	}

	#html #main .shopify-section:first-of-type>.container--vertical-space.reduce-margin-if-first {
		margin-top: 0 !important;
	}
}

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

	#main>.shopify-section:first-of-type>.container--vertical-space-small:first-of-type,
	#main>.shopify-section:first-of-type>.container--vertical-space-xsmall:first-of-type,
	#main>.shopify-section:first-of-type>.container--vertical-space:first-of-type {
		margin-top: 1.5625rem !important;
	}
}

.remove-empty-space>*:empty {
	display: none;
}

.remove-empty-space>*:first-child {
	margin-top: 0;
}

.remove-empty-space>*:last-child {
	margin-bottom: 0;
}

.gutter-bottom--page {
	margin-bottom: calc(var(--gutter-large) * 0.8);
}

.margin-bottom--regular {
	margin-bottom: var(--gutter-regular);
}

.margin-bottom--large {
	margin-bottom: var(--gutter-large);
}

.margin-top--regular {
	margin-top: var(--gutter-regular);
}

@media screen and (min-width: 1024px) {
	.spacing--custom>*:not(:last-child) {
		margin-bottom: var(--spacing);
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.spacing--custom>*:not(:last-child) {
		margin-bottom: calc(var(--spacing) / 1.5);
	}
}

@media screen and (max-width: 767px) {
	.spacing--custom>*:not(:last-child) {
		margin-bottom: calc(var(--spacing) / 2);
	}
}

.align-content {
	display: flex;
	height: 100%;
	position: relative;
}

.align-content--horizontal-left {
	justify-content: flex-start;
}

html[dir='rtl'] .align-content--horizontal-left {
	text-align: right;
}

html[dir='ltr'] .align-content--horizontal-left {
	text-align: left;
}

.align-content--horizontal-center {
	justify-content: center;
	text-align: center;
}

.align-content--horizontal-right {
	justify-content: flex-end;
}

html[dir='rtl'] .align-content--horizontal-right {
	text-align: left;
}

html[dir='ltr'] .align-content--horizontal-right {
	text-align: right;
}

.align-content--vertical-top {
	align-items: flex-start;
}

.align-content--vertical-middle {
	align-items: center;
}

.align-content--vertical-bottom {
	align-items: flex-end;
}

.element--opacity-30 {
	opacity: 0.3;
}

.element--opacity-1 {
	opacity: 1;
}

.element--height-small {
	min-height: 40vh;
}

@media screen and (orientation: portrait) {
	.element--height-small {
		min-height: 25vh;
	}
}

.element--height-regular {
	min-height: 60vh;
}

@media screen and (orientation: portrait) {
	.element--height-regular {
		min-height: 40vh;
	}
}

.element--height-large {
	min-height: 80vh;
}

@media screen and (orientation: portrait) {
	.element--height-large {
		min-height: 55vh;
	}
}

.element--body-bgc {
	background-color: var(--color-background-main);
}

.element--has-border {
	border-color: var(--color-borders-cards);
	border-width: 1px;
	border-style: solid;
}

.element--no-bg {
	background: none;
}

.element--has-border--body {
	border-color: var(--color-borders-main);
	border-width: 1px;
	border-style: solid;
}

.element--has-border-thin {
	border-width: 1px;
}

.element--no-border {
	border: 0;
}

@media screen and (max-width: 767px) {
	.element--no-border-on-small {
		border: 0;
	}
}

.element--border-radius {
	border-radius: var(--border-radius-cards);
	overflow: hidden;
}

.element--border-radius img {
	border-radius: var(--border-radius-cards);
}

.element--border-radius-top {
	border-radius: var(--border-radius-cards) var(--border-radius-cards) 0 0;
}

.element--border-radius-top img {
	border-radius: var(--border-radius-cards) var(--border-radius-cards) 0 0;
}

.element--border-width-clamped {
	border-style: solid;
	border-width: clamp(0px, 1px, 1px);
}

.element--no-radius {
	border-radius: 0;
}

.element--is-inline-block {
	display: inline-block;
}

.element--display-none {
	display: none;
}

.element--hide {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.element--hide-on-small {
		display: none !important;
	}
}

@media screen and (max-width: 1023px) {
	.element--hide-on-portable {
		display: none !important;
	}
}

@media screen and (min-width: 1024px) {
	.element--hide-on-portable-plus {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.element--hide-on-desk {
		display: none !important;
	}
}

.element--align-self-center {
	align-self: center;
}

.element--z-1 {
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.element--is-sticky {
		position: sticky !important;
		top: var(--col-gap);
	}
}

.element--overflow-hidden {
	overflow: hidden;
}

.element--horizontal-space--regular-x-2 {
	padding-left: calc(var(--gutter-regular) * 2);
	padding-right: calc(var(--gutter-regular) * 2);
}

.element--horizontal-space--large-x-2 {
	padding-left: calc(var(--gutter-large) * 2);
	padding-right: calc(var(--gutter-large) * 2);
}

.element--horizontal-space--xlarge-x-2 {
	padding-left: calc(var(--gutter-xlarge) * 2);
	padding-right: calc(var(--gutter-xlarge) * 2);
}

@keyframes reveal-image {
	0% {
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		transform: translateY(-0.625rem);
	}

	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		transform: translateY(0);
	}
}

@keyframes reveal-opacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.shopify-policy__container {
	width: 100%;
	max-width: var(--theme-max-width) !important;
	padding-left: var(--gutter-container) !important;
	padding-right: var(--gutter-container) !important;
	margin-top: clamp(2.5rem,
			var(--container-vertical-space),
			4.375rem) !important;
}

.shopify-policy__title {
	text-align: left !important;
}

@media screen and (max-width: 474px) {
	.product-item__text {
		padding-bottom: 0;
	}

	.product-item__text.spacing--xlarge>* {
		margin-bottom: 0.5em;
	}

	.product-item__ratings {
		margin-top: 5px;
	}
}

.grid {
	--col-gap: var(--grid-gap);
	--col-size: calc((100% - var(--col-gap) * (var(--visible-cols) - 1)) / var(--visible-cols));
	display: grid;
	align-items: start;
	grid-gap: var(--col-gap);
}

.grid--justify-center {
	justify-content: center;
}

.grid--justify-space-between {
	justify-content: end;
}

.grid--align-items-center {
	align-items: center;
}

.grid--align-items-stretch {
	align-items: stretch;
}

.grid-1 {
	--visible-cols: 1;
}

.grid-2 {
	--visible-cols: 2;
}

.grid-3 {
	--visible-cols: 3;
}

.grid-4 {
	--visible-cols: 4;
}

.grid-5 {
	--visible-cols: 5;
}

.grid-6 {
	--visible-cols: 6;
}

@media screen and (max-width: 1280px) {
	.grid-laptop-1 {
		--visible-cols: 1;
	}
}

@media screen and (max-width: 1280px) {
	.grid-laptop-2 {
		--visible-cols: 2;
	}
}

@media screen and (max-width: 1280px) {
	.grid-laptop-3 {
		--visible-cols: 3;
	}
}

@media screen and (max-width: 1280px) {
	.grid-laptop-4 {
		--visible-cols: 4;
	}
}

@media screen and (max-width: 1280px) {
	.grid-laptop-5 {
		--visible-cols: 5;
	}
}

@media screen and (max-width: 1280px) {
	.grid-laptop-6 {
		--visible-cols: 6;
	}
}

@media screen and (max-width: 1023px) {
	.grid-portable-1 {
		--visible-cols: 1;
	}
}

@media screen and (max-width: 1023px) {
	.grid-portable-2 {
		--visible-cols: 2;
	}
}

@media screen and (max-width: 1023px) {
	.grid-portable-3 {
		--visible-cols: 3;
	}
}

@media screen and (max-width: 1023px) {
	.grid-portable-4 {
		--visible-cols: 4;
	}
}

@media screen and (max-width: 1023px) {
	.grid-portable-5 {
		--visible-cols: 5;
	}
}

@media screen and (max-width: 1023px) {
	.grid-portable-6 {
		--visible-cols: 6;
	}
}

@media screen and (max-width: 767px) {
	.grid-lap-1 {
		--visible-cols: 1;
	}
}

@media screen and (max-width: 767px) {
	.grid-lap-2 {
		--visible-cols: 2;
	}
}

@media screen and (max-width: 767px) {
	.grid-lap-3 {
		--visible-cols: 3;
	}
}

@media screen and (max-width: 767px) {
	.grid-lap-4 {
		--visible-cols: 4;
	}
}

@media screen and (max-width: 767px) {
	.grid-lap-5 {
		--visible-cols: 5;
	}
}

@media screen and (max-width: 767px) {
	.grid-lap-6 {
		--visible-cols: 6;
	}
}

@media screen and (max-width: 474px) {
	.grid-palm-1 {
		--visible-cols: 1;
	}
}

@media screen and (max-width: 474px) {
	.grid-palm-2 {
		--visible-cols: 2;
	}
}

@media screen and (max-width: 474px) {
	.grid-palm-3 {
		--visible-cols: 3;
	}
}

@media screen and (max-width: 474px) {
	.grid-palm-4 {
		--visible-cols: 4;
	}
}

@media screen and (max-width: 474px) {
	.grid-palm-5 {
		--visible-cols: 5;
	}
}

@media screen and (max-width: 474px) {
	.grid-palm-6 {
		--visible-cols: 6;
	}
}

@media screen and (max-width: 374px) {
	.grid-tiny-1 {
		--visible-cols: 1;
	}
}

@media screen and (max-width: 374px) {
	.grid-tiny-2 {
		--visible-cols: 2;
	}
}

@media screen and (max-width: 374px) {
	.grid-tiny-3 {
		--visible-cols: 3;
	}
}

@media screen and (max-width: 374px) {
	.grid-tiny-4 {
		--visible-cols: 4;
	}
}

@media screen and (max-width: 374px) {
	.grid-tiny-5 {
		--visible-cols: 5;
	}
}

@media screen and (max-width: 374px) {
	.grid-tiny-6 {
		--visible-cols: 6;
	}
}

.grid--slider {
	grid-auto-flow: column;
	grid-template-columns: var(--col-size);
	grid-auto-columns: var(--col-size);
	position: relative;
}

.grid--layout {
	grid-template-columns: repeat(var(--visible-cols), var(--col-size));
	position: relative;
}

@media screen and (max-width: 1280px) {
	.laptop-hide {
		display: none !important;
	}

	.laptop-show {
		display: block;
	}
}

@media screen and (max-width: 1023px) {
	.portable-hide {
		display: none !important;
	}

	.portable-show {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.lap-hide {
		display: none !important;
	}

	.lap-show {
		display: block;
	}
}

@media screen and (max-width: 474px) {
	.palm-hide {
		display: none !important;
	}

	.palm-show {
		display: block;
	}
}

@media screen and (max-width: 374px) {
	.tiny-hide {
		display: none !important;
	}

	.tiny-show {
		display: block;
	}
}

.grid--gap-small {
	--col-gap: 18px;
}

.grid--gap-large {
	--col-gap: calc(var(--gutter-xlarge) * 0.6);
}

.grid--gap-xlarge {
	--col-gap: calc(var(--gutter-xlarge) * 0.8);
}

.grid--gap-none {
	--col-gap: 0px;
}

.grid--gap-bottom {
	row-gap: var(--gutter-xlarge);
}

.grid--no-stretch {
	align-items: start;
}

.grid--align-items-start {
	align-items: start;
}

.grid-offset-1 {
	grid-column-start: span 1;
}

.grid-offset-2 {
	grid-column-start: span 2;
}

.grid-offset-3 {
	grid-column-start: span 3;
}

.grid-offset-4 {
	grid-column-start: span 4;
}

.grid-offset-5 {
	grid-column-start: span 5;
}

.grid-offset-6 {
	grid-column-start: span 6;
}

@media screen and (max-width: 1280px) {
	.grid-offset-laptop-1 {
		grid-column-start: span 1;
	}
}

@media screen and (max-width: 1280px) {
	.grid-offset-laptop-2 {
		grid-column-start: span 2;
	}
}

@media screen and (max-width: 1280px) {
	.grid-offset-laptop-3 {
		grid-column-start: span 3;
	}
}

@media screen and (max-width: 1280px) {
	.grid-offset-laptop-4 {
		grid-column-start: span 4;
	}
}

@media screen and (max-width: 1280px) {
	.grid-offset-laptop-5 {
		grid-column-start: span 5;
	}
}

@media screen and (max-width: 1280px) {
	.grid-offset-laptop-6 {
		grid-column-start: span 6;
	}
}

@media screen and (max-width: 1023px) {
	.grid-offset-portable-1 {
		grid-column-start: span 1;
	}
}

@media screen and (max-width: 1023px) {
	.grid-offset-portable-2 {
		grid-column-start: span 2;
	}
}

@media screen and (max-width: 1023px) {
	.grid-offset-portable-3 {
		grid-column-start: span 3;
	}
}

@media screen and (max-width: 1023px) {
	.grid-offset-portable-4 {
		grid-column-start: span 4;
	}
}

@media screen and (max-width: 1023px) {
	.grid-offset-portable-5 {
		grid-column-start: span 5;
	}
}

@media screen and (max-width: 1023px) {
	.grid-offset-portable-6 {
		grid-column-start: span 6;
	}
}

@media screen and (max-width: 767px) {
	.grid-offset-lap-1 {
		grid-column-start: span 1;
	}
}

@media screen and (max-width: 767px) {
	.grid-offset-lap-2 {
		grid-column-start: span 2;
	}
}

@media screen and (max-width: 767px) {
	.grid-offset-lap-3 {
		grid-column-start: span 3;
	}
}

@media screen and (max-width: 767px) {
	.grid-offset-lap-4 {
		grid-column-start: span 4;
	}
}

@media screen and (max-width: 767px) {
	.grid-offset-lap-5 {
		grid-column-start: span 5;
	}
}

@media screen and (max-width: 767px) {
	.grid-offset-lap-6 {
		grid-column-start: span 6;
	}
}

@media screen and (max-width: 474px) {
	.grid-offset-palm-1 {
		grid-column-start: span 1;
	}
}

@media screen and (max-width: 474px) {
	.grid-offset-palm-2 {
		grid-column-start: span 2;
	}
}

@media screen and (max-width: 474px) {
	.grid-offset-palm-3 {
		grid-column-start: span 3;
	}
}

@media screen and (max-width: 474px) {
	.grid-offset-palm-4 {
		grid-column-start: span 4;
	}
}

@media screen and (max-width: 474px) {
	.grid-offset-palm-5 {
		grid-column-start: span 5;
	}
}

@media screen and (max-width: 474px) {
	.grid-offset-palm-6 {
		grid-column-start: span 6;
	}
}

@media screen and (max-width: 374px) {
	.grid-offset-tiny-1 {
		grid-column-start: span 1;
	}
}

@media screen and (max-width: 374px) {
	.grid-offset-tiny-2 {
		grid-column-start: span 2;
	}
}

@media screen and (max-width: 374px) {
	.grid-offset-tiny-3 {
		grid-column-start: span 3;
	}
}

@media screen and (max-width: 374px) {
	.grid-offset-tiny-4 {
		grid-column-start: span 4;
	}
}

@media screen and (max-width: 374px) {
	.grid-offset-tiny-5 {
		grid-column-start: span 5;
	}
}

@media screen and (max-width: 374px) {
	.grid-offset-tiny-6 {
		grid-column-start: span 6;
	}
}

.grid--flippable {
	grid-template-areas: 'left right';
}

@media screen and (max-width: 767px) {
	.grid--flippable {
		grid-template-areas: 'left''right';
	}
}

.grid--flippable-flipped {
	grid-template-areas: 'right left';
}

@media screen and (max-width: 767px) {
	.grid--flippable-flipped {
		grid-template-areas: 'left''right';
	}
}

.grid--flippable>div:first-child {
	grid-area: left;
}

.grid--flippable>div:last-child {
	grid-area: right;
}

.container--large {
	position: relative;
}

.container--large:empty {
	display: none;
}

:root {
	--gutter-small: 15px;
	--gutter-regular: 25px;
	--gutter-large: 50px;
	--gutter-xlarge: 80px;
	--gutter-container: 40px;
	--gutter-breadcrumbs: -35px;
	--sidebar-width: 420px;
	--sidebar-gutter: 30px;
	--full-height: 100vh;
	--button-padding: 0.875rem 0.9375rem;
	--input-padding: 0.75rem;
	--header-vertical-space: 30px;
	--container-vertical-space: var(--container-vertical-space-base);
	--grid-gap: var(--grid-gap-original-base);
	--color-background-cards: var(--color-background-main);
	--color-text-cards: var(--color-text-main);
	--color-foreground-cards: var(--color-foreground-main);
	--color-secondary-text-cards: var(--color-secondary-text-main);
	--color-accent-cards: var(--color-text-main);
	--color-foreground-accent-cards: var(--color-foreground-main);
	--color-borders-cards: var(--color-borders-main);
}

@media screen and (max-width: 1280px) {
	:root {
		--gutter-small: 12px;
		--gutter-regular: 20px;
		--gutter-large: 35px;
		--gutter-xlarge: 60px;
		--gutter-breadcrumbs: -40px;
		--container-vertical-space: calc(var(--container-vertical-space-base) * 0.8);
		--grid-gap: calc(var(--grid-gap-original-base) * 0.8);
	}
}

@media screen and (max-width: 1023px) {
	:root {
		--gutter-small: 9px;
		--gutter-regular: 15px;
		--gutter-large: 25px;
		--gutter-xlarge: 40px;
		--gutter-container: 30px;
		--gutter-breadcrumbs: -50px;
		--sidebar-width: 375px;
		--sidebar-gutter: 20px;
		--header-vertical-space: 20px;
		--container-vertical-space: calc(var(--container-vertical-space-base) * 0.6);
		--grid-gap: calc(var(--grid-gap-original-base) * 0.5);
	}
}

@media screen and (max-width: 767px) {
	:root {
		--button-padding: 0.6875rem 0.5625rem;
		--input-padding: 0.5rem;
		--gutter-container: 20px;
		--gutter-breadcrumbs: -10px;
		--header-vertical-space: 20px;
		--container-vertical-space: calc(var(--container-vertical-space-base) * 0.5);
	}
}

@media screen and (max-width: 474px) {
	:root {
		--sidebar-width: 100%;
		--gutter-container: 15px;
		--grid-gap: 15px;
		--gutter-xlarge: 30px;
		--container-vertical-space: calc(var(--container-vertical-space-base) * 0.4);
	}
}

.alert strong {
	text-transform: capitalize;
}

.alert a {
	text-decoration: underline;
}

.alert--error {
	background-color: #efe3e3;
	border-color: #e1d2d2;
	color: #000;
}

.alert--success {
	background-color: #eef3eb;
	border-color: #d8e1d2;
	color: #000;
}

.alert--blank {
	border-color: var(--color-borders-main);
}

.alert--note {
	background-color: var(--color-third-background-main);
	border-color: var(--color-borders-main);
	color: var(--color-text-main);
}

.alert--unstyled {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

.alert--circle {
	line-height: 1;
}

.alert--circle:before {
	content: '';
	display: inline-block;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 100%;
	margin-inline-end: 0.625rem;
	position: relative;
	top: 0.125rem;
	flex-shrink: 0;
	align-self: flex-start;
}

.alert--circle.alert--blank:before {
	border: 2px solid;
	opacity: 0.25;
}

.alert--circle.alert--note:before {
	border: 2px solid;
	opacity: 0.5;
}

.alert--circle.alert--success:before {
	background-color: #52c057;
}

.alert--circle.alert--error:before {
	background-color: #e56d6d;
}

.alert--circle.alert--circle-loading:before {
	animation: circle-bounce 0.4s linear infinite alternate;
}

.alert__icon {
	width: 1.3125rem;
	height: 1.3125rem;
	display: inline-flex;
	float: left;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: relative;
	top: 0;
	margin-inline-end: 0.75rem;
	flex-shrink: 0;
	align-self: flex-start;
}

.alert__icon svg * {
	fill: #fff !important;
	stroke: none !important;
}

.alert--error .alert__icon {
	background-color: #e56d6d;
}

.alert--success .alert__icon {
	background-color: #52c057;
}

.card .alert {
	color: var(--color-text-cards);
}

.alert[onclick] {
	cursor: pointer;
}

.alert--wide {
	width: 100%;
	display: flex;
}

@keyframes circle-bounce {
	0% {
		border-width: 2px;
		opacity: 0.5;
	}

	100% {
		border-width: 4px;
		opacity: 0.25;
	}
}

.button {
	text-align: center;
	padding: var(--button-padding);
	display: inline-block;
	border-style: solid;
	border-radius: var(--border-radius-buttons);
	border-width: var(--border-width-buttons);
	transition: all 175ms linear;
	font-weight: var(--font-weight-buttons);
	line-height: 1.25;
	cursor: pointer;
	border-width: var(--border-width-buttons);
	color: var(--color-text-main);
	transition: all 175ms linear;
}

.button--fullwidth {
	width: 100%;
}

.button__text {
	text-align: center;
	width: 100%;
	display: inline-block;
}

.button:not(.button--outline-hover-solid) .button__text {
	transition: transform 175ms ease, all 175ms linear;
}

html[dir='rtl'] .no-touchevents .button--fullwidth.button--icon:hover .button__text {
	width: fit-content;
}

html[dir='ltr'] .no-touchevents .button--fullwidth.button--icon:hover .button__text {
	width: 0;
}

.button--icon {
	align-items: center;
	position: relative;
}

html[dir='rtl'] .button--icon {
	text-align: right;
}

html[dir='ltr'] .button--icon {
	text-align: left;
}

@media screen and (min-width: 768px) {
	.button--icon {
		padding-left: 2.875rem;
		padding-right: 2.875rem;
	}

	.no-touchevents .button--icon:hover {
		padding-inline-end: 4.3125rem;
		padding-inline-start: 1.375rem;
	}

	.no-touchevents .button--icon:hover .button__icon {
		opacity: 1;
		transform: translate(-20px, -50%);
	}

	html[dir='rtl'] .no-touchevents .button--icon:hover .button__icon {
		transform: translate(0px, -50%) rotate(180deg);
	}
}

@media screen and (max-width: 767px) {
	.button--icon {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.button--icon span {
	line-height: 1;
}

.button--icon .button__icon {
	width: 22px;
	position: absolute;
	top: 50%;
	transform-origin: center right;
	transform: translate(-25px, -50%);
	pointer-events: none;
	align-items: center;
	opacity: 0;
	transition: opacity 175ms linear, transform 175ms ease;
}

html[dir='rtl'] .button--icon .button__icon {
	left: 0;
}

html[dir='ltr'] .button--icon .button__icon {
	right: 0;
}

html[dir='rtl'] .button--icon .button__icon {
	transform: translate(25px, -50%) rotate(180deg);
}

.button--icon .button__icon svg path {
	fill: var(--color-text-main);
}

.button--icon-left {
	padding-left: 2.25rem !important;
	padding-right: 0 !important;
}

.button--icon-left .button__icon {
	right: auto !important;
	left: 0 !important;
	opacity: 1;
	transform: translate(0, -50%) !important;
}

.button--icon .button__text {
	white-space: nowrap;
}

.button--icon svg {
	width: 22px;
	height: 100%;
}

html[dir='ltr'] .button--icon.button--fullwidth .button__icon {
	width: 40px;
}

.button--icon.button--fullwidth svg {
	width: 40px;
	height: 8px;
}

.button--loader {
	position: relative;
}

.button--loader .button__preloader {
	position: absolute;
	margin: 0;
	width: 20px;
	height: 20px;
	transform: translate3d(-50%, -50%, 0);
	top: 50%;
	left: 50%;
	display: none;
}

.button--loader .button__preloader-element {
	animation: rotate 3s linear infinite;
	height: 100%;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	margin: auto;
}

html[dir='rtl'] .button--loader .button__preloader-element {
	right: 0;
}

html[dir='ltr'] .button--loader .button__preloader-element {
	left: 0;
}

.button--loader .button__preloader-element circle {
	stroke-dasharray: 150, 200;
	stroke-dashoffset: -10;
	animation: dash 6s linear infinite;
	stroke-linecap: round;
}

.button--loader.button--outline circle {
	stroke: var(--color-text-main);
}

.button--loader.button--solid circle {
	stroke: var(--color-foreground-main);
}

.button--loader.card circle {
	stroke: var(--color-text-cards);
}

.button--loader.working {
	pointer-events: none;
}

.button--loader.working .button__text {
	opacity: 0;
}

.button--loader.working .button__preloader {
	display: block;
}

.button--outline {
	background-color: transparent;
	border-color: var(--color-borders-forms-primary);
}

.no-touchevents .button--outline:hover {
	border-color: var(--color-text-main);
}

.button--outline path {
	fill: var(--color-text-main);
}

.button--solid {
	background-color: var(--color-text-main);
	border-color: var(--color-text-main);
	color: var(--color-foreground-main);
}

.button--solid path,
.button--solid.button--icon .button__icon svg path {
	fill: var(--color-foreground-main);
}

.button--move {
	overflow: hidden;
}

.no-touchevents .button--move:hover .button__text {
	animation: move 350ms ease-in-out forwards;
}

.button--no-padding {
	padding: 0;
}

.button--no-border {
	border: 0;
}

.button:focus-visible {
	box-shadow: 0 0 0 3px var(--color-secondary-background-main);
}

.button--small {
	padding: 0.5rem 0.1875rem 0.5625rem;
}

.button--small .button__text {
	font-size: calc(14px / 16 * var(--base-body-primary-size) + 0px);
}

a.button__icon {
	padding-top: 1px;
}

.flex-buttons {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	width: calc(100% + 0.625rem);
	margin-inline-start: -0.3125rem;
	margin-top: 0.625rem !important;
}

.flex-buttons>* {
	margin: 0.625rem 0.3125rem 0;
	flex: auto;
	width: auto;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}

@keyframes move {
	0% {
		transform: translateY(0%);
	}

	49% {
		transform: translateY(-200%);
	}

	50% {
		transform: translateY(-200%);
		visibility: hidden;
	}

	51% {
		transform: translateY(200%);
	}

	52% {
		transform: translateY(200%);
		visibility: visible;
	}

	100% {
		transform: translateY(0%);
	}
}

.icon-link {
	display: inline-flex;
	align-items: center;
}

.pill {
	font-size: calc(12px / 16 * var(--base-body-primary-size) + 0px);
	background-color: var(--color-third-background-main);
	display: inline-block;
	padding: 0.375rem 0.75rem 0.3125rem;
	line-height: 1;
	border-radius: 1.25rem;
	border: 0;
	color: var(--color-secondary-text-main);
	transition: background-color 175ms ease, border 175ms ease;
}

.no-touchevents .pill:hover {
	background-color: var(--color-secondary-background-main);
}

.product-icons-list .pill {
	color: var(--color-text-main);
}

.pill--large {
	font-size: calc(14px / 16 * var(--base-body-primary-size) + 0px);
	padding: 0.4375rem 1.0625rem;
}

.pill--has-icon {
	display: flex;
	align-items: center;
	gap: 0.3125rem;
}

.pill--has-close {
	display: flex;
	align-items: center;
	gap: 0.3125rem;
	font-size: calc(15px / 16 * var(--base-body-primary-size) + 0px);
}

.pill--has-close svg {
	width: 0.9375rem;
	height: 0.9375rem;
}

.pill--compact {
	min-height: 1.8125rem;
}

.pill--no-bg {
	padding: 0;
	background-color: transparent;
}

.no-touchevents .pill--no-bg:hover {
	background-color: transparent;
}

.pill--outline {
	background-color: transparent;
	border: solid 1px var(--color-secondary-text-main);
	color: var(--color-text-main);
}

.pill--outline-active {
	border-color: transparent;
	background-color: var(--color-text-main);
	color: var(--color-foreground-main);
}

.no-touchevents .pill--outline:hover {
	background-color: transparent;
	border-color: var(--color-text-main);
}

.pill__icon {
	width: 1.125rem;
	height: 1.125rem;
	display: inline-block;
}

.product-icons-list .pill__icon {
	width: 1.4375rem;
	height: 1.4375rem;
}

.pill__icon svg,
.pill__icon img {
	width: 1.125rem;
	height: 1.125rem;
}

.product-icons-list .pill__icon svg,
.product-icons-list .pill__icon img {
	width: 1.4375rem;
	height: 1.4375rem;
}

.pill--discount {
	margin-top: 0.3125rem;
	display: flex !important;
	pointer-events: none;
	color: var(--color-text-main);
}

.pill--discount svg * {
	fill: transparent !important;
	stroke: var(--color-secondary-text-main);
}

.main-go-top {
	position: fixed;
	bottom: var(--gutter-regular);
	right: var(--gutter-regular);
	display: flex;
	width: 3.125rem;
	height: 3.125rem;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	z-index: 999;
	transform: translateY(200%);
	transition: 175ms linear transform;
}

.main-go-top:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0.5;
	z-index: -1;
	border-style: solid;
	border-width: var(--border-width-buttons);
	border-color: var(--color-borders-main);
	background: var(--color-background-main);
	border-radius: var(--border-radius-buttons);
	transition: opacity 175ms linear;
}

.no-touchevents .main-go-top:hover:before {
	opacity: 1;
}

.main-go-top__icon {
	margin-top: -0.0625rem;
}

.main-go-top__icon svg {
	transform: scaleY(-1);
	transform-origin: 0% 40%;
}

.main-go-top__icon path {
	fill: var(--color-text-main);
}

.main-go-top__text {
	font-size: calc(11px / 16 * var(--base-body-primary-size) + 0px);
	text-transform: uppercase;
	font-weight: var(--font-weight-body-primary-bold);
	margin-top: -0.1875rem;
}

.main-go-top.show {
	transform: translateY(0);
}

@media screen and (max-width: 767px) {
	.button--icon .button__text {
		white-space: normal;
	}
}

shopify-accelerated-checkout,
shopify-accelerated-checkout-cart {
	--shopify-accelerated-checkout-button-border-radius: var(--border-radius-buttons);
	--shopify-accelerated-checkout-skeleton-background-color: var(--color-text-main);
	--shopify-accelerated-checkout-button-block-size: 50px;
}

@media screen and (max-width: 767px) {
	shopify-accelerated-checkout-cart {
		--shopify-accelerated-checkout-button-block-size: 43px;
	}
}

.card {
	/*&__icon--is-img {
  	img {
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		transform: translate(-50%, -50%);
  		width: 50%;
  		height: 50%;
  	}
  }*/
}

.card--no-sideborders {
	border-left: 0;
	border-right: 0;
}

.card--no-radius {
	border-radius: 0;
}

.card--no-borders {
	border: 0;
}

.card--no-background {
	background: transparent;
}

.card--fullwidth {
	width: 100%;
}

.card[class*='opacity'] {
	transition: ease opacity 175ms;
}

.card[class*='opacity']:hover {
	opacity: 1;
}

.card__icon {
	width: 3.125rem;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 64px;
	height: 64px;
}

.card__icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.card__icon svg * {
	stroke: var(--color-text-cards);
}

.card__icon img {
	opacity: 0;
	transition: opacity 175ms linear;
}

.card__icon img.lazyloaded {
	opacity: 1;
}

.card__icon-crop--fit {
	width: 128px;
}

.card__icon-crop--fit img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
}

.card__image {
	height: 0;
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	z-index: 98;
}

.card__image svg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.08);
}

.card__image--background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
}

.card__image--background .video-component {
	z-index: 0;
}

.card__image--with-overlay:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: var(--color-background-cards);
	opacity: 0;
	border-radius: var(--border-radius-cards);
	pointer-events: none;
	transition: opacity 175ms linear;
}

.card__image--with-overlay-z-index:after {
	z-index: 9;
}

.card__image--with-overlay.lazy-image--revealed:after,
.card__image--with-overlay-forced:after {
	opacity: 0.36;
}

.card__text {
	z-index: 99;
	word-wrap: break-word;
}

.card__text>* {
	display: block;
}

.card__text .button {
	display: inline-block;
}

.card__whole-link {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 101;
}

.card__whole-link:focus-visible {
	outline: none;
}

.card__whole-link:focus-visible~.card__image,
.card__whole-link:focus-visible~.card__text {
	outline: auto 5px -webkit-focus-ring-color;
}

.card--animation .card__text {
	transition: all 175ms ease-out 50ms;
}

.no-touchevents .card--animation:hover .card__text {
	transform: translateY(-0.625rem);
}

.line-separator {
	height: 1px;
	border: 0;
	width: 100%;
	display: inline-block;
	position: relative;
	font-size: 0;
}

.line-separator hr {
	display: none;
	opacity: 0;
	visibility: none;
}

.line-separator::after {
	display: inline-block;
	width: 50px;
	background: var(--color-text-cards);
	content: '';
	height: 1px;
	transition: cubic-bezier(0.47, 1.64, 0.41, 0.8) width 500ms;
}

.line-separator--fullwidth::after {
	width: 100%;
}

.line-separator--body-color::after {
	background-color: var(--color-secondary-background-main);
}

a:hover .line-separator::after {
	width: 75px;
}

input,
textarea,
select {
	transition: all 100ms linear;
	background-color: var(--color-background-main);
	border: var(--border-width-forms) solid var(--color-borders-forms-primary);
	border-radius: var(--border-radius-forms);
	color: var(--color-text-main);
	resize: none;
	padding: var(--input-padding);
	vertical-align: middle;
	appearance: none;
	-webkit-appearance: none;
	outline: none !important;
	transition: all 100ms linear;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
	color: var(--color-text-main);
	opacity: 0.62;
	transition: all 100ms linear;
}

.no-touchevents input:hover,
input:focus,
.no-touchevents textarea:hover,
textarea:focus,
.no-touchevents select:hover,
select:focus {
	border-color: var(--color-borders-forms-secondary);
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	box-shadow: 0 0 0 0.1875rem var(--color-secondary-background-main);
}

.site-header-container input,
.site-header-container textarea,
.site-header-container select {
	color: var(--color-text-header);
	background: transparent;
}

textarea {
	height: 7.8125rem;
	line-height: 1.4;
	padding-top: 0.625rem;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):-webkit-autofill,
input:not([type='checkbox']):not([type='radio']):not([type='submit']):-webkit-autofill:hover,
input:not([type='checkbox']):not([type='radio']):not([type='submit']):-webkit-autofill:focus,
input:not([type='checkbox']):not([type='radio']):not([type='submit']):-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1.875rem var(--color-background-main) inset !important;
	-webkit-text-fill-color: var(--color-text-main) !important;
}

input[type='checkbox'],
input[type='radio'] {
	width: 20px;
	height: 20px;
}

input[type='checkbox']:not(.styled-checkbox) {
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

input[type='radio']:not(.styled-radio) {
	-moz-appearance: radio;
	-webkit-appearance: radio;
	appearance: radio;
}

.styled-checkbox,
.styled-radio {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	padding: 0;
	margin: 0;
	position: relative;
}

.styled-checkbox::before,
.styled-radio::before {
	content: '';
	clip-path: polygon(86% 11%, 39% 67%, 12% 43%, 0% 57%, 40% 95%, 100% 22%);
	transform-origin: top left;
	background-color: var(--color-background-main);
	background-size: contain;
	width: 70%;
	height: 70%;
	transform: scale(0) translate(-50%, -50%);
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: transform ease 175ms;
}

.styled-checkbox:checked,
.styled-radio:checked {
	background: var(--color-text-main);
}

.styled-checkbox:checked::before,
.styled-radio:checked::before {
	transform: scale(1) translate(-50%, -50%);
}

select {
	background-repeat: no-repeat;
	background-position: calc(100% - 1.5rem) center;
	background-size: 0.75rem 0.4375rem;
	padding: var(--input-padding) 3.3125rem var(--input-padding) 1rem;
	width: 100%;
	cursor: pointer;
	transition: border 100ms linear;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

html[dir='rtl'] select {
	text-align: right;
}

html[dir='ltr'] select {
	text-align: left;
}

html[dir='rtl'] select {
	background-position: 1.125rem center;
	padding: var(--input-padding) 1rem var(--input-padding) 1rem;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.form-field label {
	display: block;
	margin-bottom: 0.375rem;
}

.form-field input,
.form-field textarea {
	width: 100%;
}

.shopify-challenge__container {
	background-color: rgba(0, 0, 0, 0.01);
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 0.625rem;
	padding: var(--gutter-large) 0;
	margin-top: 100px !important;
}

.shopify-challenge__container .shopify-challenge__message {
	padding: var(--gutter-large) 0 var(--gutter-small);
}

.shopify-challenge__container input[type='submit'] {
	background-color: var(--color-text-main);
	border-color: var(--color-text-main);
	color: var(--color-foreground-main);
	margin-top: 1.25rem;
	cursor: pointer;
}

.form-row {
	width: 100%;
	display: block;
	padding-top: var(--gutter-small);
}

.form-row input {
	width: 100%;
}

.contact-form {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	padding: 0;
	gap: var(--gutter-regular);
	color: var(--color-text-main);
}

@media screen and (max-width: 1023px) {
	.contact-form {
		grid-template-columns: 100%;
		gap: var(--gutter-xlarge);
	}
}

.contact-form__row label {
	padding-bottom: 0.25rem;
	display: inline-block;
}

.contact-form__row input:not([type='checkbox']) {
	width: 100%;
}

.contact-form__row textarea {
	width: 100%;
	height: 14.25rem;
}

.contact-form__row:not(:last-child) {
	padding-bottom: var(--gutter-small);
}

.contact-form__row--flex {
	display: flex;
	align-items: center;
	gap: var(--gutter-small);
}

.contact-form__row--flex input {
	width: auto;
}

.contact-form__row--flex>* {
	flex: auto;
	width: auto;
}

.contact-form__row--checkbox {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.contact-form__row--checkbox label {
	padding-bottom: 0;
}

.contact-form__row--checkbox:first-child:last-child {
	padding-bottom: 0;
}

.lazy-image {
	position: relative;
}

.lazy-image:not(.lazy-image--no-transition):before,
.lazy-image:not(.lazy-image--no-transition):after {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	content: '';
	z-index: -1;
}

.lazy-image:not(.lazy-image--no-transition):before {
	background: var(--color-fourth-background-main);
}

.lazy-image:not(.lazy-image--no-transition):after {
	background: var(--color-third-background-main);
	animation: lazy-loading 4s linear infinite;
	opacity: 0.2;
}

.lazy-image.lazy-image--animation img {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transform: translateY(0);
	position: relative;
	top: 0;
	transition: top 175ms linear, clip-path 175ms linear;
}

.no-touchevents a:hover .lazy-image.lazy-image--animation img,
.no-touchevents .card--animation:hover .lazy-image.lazy-image--animation img {
	clip-path: polygon(0 0,
			100% 0,
			100% calc(100% - 0.625rem),
			0 calc(100% - 0.625rem));
	top: -10px;
}

.lazy-image.lazy-image--zoom-animation {
	overflow: hidden;
}

.lazy-image.lazy-image--zoom-animation img {
	transition: width 175ms linear, height 175ms linear, left 175ms linear,
		top 175ms linear, transform 175ms linear, opacity 350ms ease-out;
}

.no-touchevents a:hover .lazy-image.lazy-image--zoom-animation img {
	width: 102%;
	height: 102%;
	top: -1%;
	left: -1%;
}

.lazy-image.lazy-image--scale-animation {
	overflow: hidden;
}

.lazy-image.lazy-image--scale-animation img {
	transition: opacity 350ms, transform 175ms linear !important;
}

.no-touchevents a:hover .lazy-image.lazy-image--scale-animation img {
	transform: scale(1.05);
}

.lazy-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;
	position: relative;
	z-index: 9;
}

.lazy-image.lazy-image--to-reveal img {
	opacity: 0;
}

@media screen and (min-width: 768px) {
	.lazy-image.lazy-image--to-reveal img {
		transform: translateY(20px) scale(1.05);
	}
}

.lazy-image.lazy-image--to-reveal.lazy-image--revealed:before,
.lazy-image.lazy-image--to-reveal.lazy-image--revealed:after {
	display: none;
}

@media screen and (min-width: 768px) {
	.lazy-image.lazy-image--to-reveal.lazy-image--revealed img {
		animation: lazyanimation 0.5s linear forwards;
	}
}

@media screen and (max-width: 767px) {
	.lazy-image.lazy-image--to-reveal.lazy-image--revealed img {
		opacity: 1;
		transition: opacity 700ms ease-out;
	}
}

.lazy-image:not(.lazy-image--to-reveal) img {
	opacity: 0;
}

.lazy-image:not(.lazy-image--to-reveal).lazyloaded:before,
.lazy-image:not(.lazy-image--to-reveal).lazyloaded:after {
	display: none;
}

.lazy-image:not(.lazy-image--to-reveal).lazyloaded img {
	opacity: 1;
}

.lazy-image:not(.lazy-image--to-reveal) img {
	transition: opacity 350ms ease-out;
}

.lazy-image:not(.lazy-image--to-reveal).lazy-image--zoom-animation img {
	transition: width 175ms linear, height 175ms linear, left 175ms linear,
		top 175ms linear, opacity 350ms ease-out;
}

.lazy-image:not(.lazy-image--to-reveal).lazy-image--animation img {
	transition: top 175ms linear, clip-path 175ms linear, opacity 350ms ease-out;
}

.lazy-image.lazy-image--background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	z-index: 0;
	padding-top: 0 !important;
}

.lazy-image.lazy-image--background img,
.lazy-image.lazy-image--background video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.lazy-image.lazy-image--fit img {
	object-fit: contain !important;
	padding: var(--image-fit-padding);
}

.lazy-image.lazy-image--fit.lazy-image--small {
	background-color: var(--color-background-cart-card);
}

.lazy-image.lazy-image--fit.lazy-image--small img {
	padding: 5%;
}

.lazy-image[data-ratio] {
	height: 0;
}

.lazy-image[data-ratio] img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@keyframes lazy-loading {
	0% {
		height: 0;
		top: 0;
	}

	33% {
		height: 100%;
		top: 0;
	}

	66% {
		top: 100%;
		height: 0;
	}

	100% {
		top: 0;
		height: 0;
	}
}

.onboarding-svg {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
}

.onboarding-svg svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.svg-placeholder {
	display: block;
	font-size: 0;
	position: relative;
}

.svg-placeholder svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	fill: var(--color-secondary-text-main);
	width: 80%;
	height: 80%;
}

.svg-placeholder.svg-placeholder--background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: var(--color-secondary-background-main);
}

.svg-placeholder--foreground {
	background: var(--color-secondary-background-main);
}

.onboarding-video {
	padding-top: 56%;
	position: relative;
	display: block;
	height: 0;
}

.onboarding-video video {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	object-fit: cover;
}

@keyframes lazyanimation {
	0% {
		opacity: 0;
		transform: translateY(10px) scale(1.05);
	}

	50% {
		opacity: 1;
		transform: translateY(5px) scale(1.025);
	}

	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

body.modal-opened,
body.sidebar-opened {
	overflow: hidden;
}

.main-content {
	position: relative;
}

.search-page-form form {
	display: flex;
	gap: var(--gutter-regular);
}

.search-page-form form .site-search-handle {
	flex-grow: 1;
}

.search-page-form form input {
	width: 100%;
}

.search-title {
	font-weight: var(--font-weight-body-primary);
}

.search-item mark {
	background: var(--color-background-main-alternate);
	position: relative;
	z-index: -1;
}

.search-item.active {
	background-color: var(--color-third-background-main);
	outline: 0.625rem solid var(--color-third-background-main);
	border-radius: clamp(0px, var(--border-radius-cards), 1px);
}

.search-more.active {
	background-color: var(--color-text-main) !important;
	color: var(--color-foreground-main) !important;
	border-color: transparent !important;
}

.skip-to-content:focus {
	clip-path: none;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
	color: var(--color-text-main);
	background-color: var(--color-background-main);
	position: fixed;
	padding: 10px;
	opacity: 1;
	z-index: 10000;
	transition: none;
	top: 0;
}

html[dir='rtl'] .skip-to-content:focus {
	right: 0;
}

html[dir='ltr'] .skip-to-content:focus {
	left: 0;
}

.divider {
	display: inline-block;
	width: 100%;
	border-top: var(--divider-style) var(--divider-height) var(--divider-color);
	margin: var(--divider-vertical-space) 0;
	background-repeat: repeat-x;
	background-position: 0 center;
	background-size: contain;
}

.no-content-message {
	color: var(--color-text-main);
}

.panel--no-sideborders {
	border-left: 0;
	border-right: 0;
}

.panel--no-radius {
	border-radius: 0;
}

.panel--no-borders {
	border: 0;
}

.show-more {
	position: relative;
	display: block;
	padding-bottom: var(--gutter-regular);
	--height: 200px;
}

@media screen and (max-width: 767px) {
	.show-more {
		padding-bottom: 1.875rem;
	}
}

@media screen and (max-width: 767px) {
	.facets__wrapper .show-more:not(.disabled) {
		padding-bottom: 2.5rem;
	}
}

.show-more--active-not-active {
	padding-bottom: 0;
}

.show-more_toggler {
	position: absolute;
	top: calc(100% - 20px);
	left: 0;
	width: 100%;
	display: block;
	z-index: 1;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.facets__wrapper .show-more_toggler {
		top: calc(100% - 30px);
	}
}

.show-more_toggler.disabled {
	display: none;
}

.show-more_toggler.disabled+.show-more_panel {
	margin-bottom: 0;
}

.show-more_toggler.active+.show-more_panel:after {
	display: none;
}

.show-more_toggler:not(.init),
.show-more_toggler:not(.init)+.show-more_panel:after {
	visibility: hidden;
}

.show-more_panel {
	position: relative;
	z-index: 0;
	max-height: var(--height);
	overflow: hidden;
	transition: all ease 500ms;
}

.show-more_panel:after {
	display: inline-block;
	content: '';
	background: var(--color-background-main);
	background: linear-gradient(0deg,
			var(--color-background-main) 10%,
			var(--color-opacity-background-main) 100%);
	position: absolute;
	bottom: 0;
	display: inline-block;
	height: 1.25rem;
	width: 100%;
	z-index: 2;
}

html[dir='rtl'] .show-more_panel:after {
	right: 0;
}

html[dir='ltr'] .show-more_panel:after {
	left: 0;
}

.section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	color: var(--color-text-main);
}

.section-heading--center {
	text-align: center;
	display: block;
}

.section-heading--left.section-heading--two-rows {
	column-gap: var(--gutter-regular);
}

.section-heading__title {
	margin-bottom: 0;
	letter-spacing: 0;
	word-wrap: break-word;
}

.section-heading--two-rows .section-heading__title {
	display: block;
}

@media screen and (max-width: 767px) {
	.section-heading--one-row .section-heading__title {
		flex-basis: max-content;
		flex-shrink: 0;
		max-width: 50%;
		padding-inline-end: var(--gutter-regular);
	}
}

.section-heading__subheading {
	padding-inline-start: var(--gutter-regular);
}

html[dir='rtl'] .section-heading__subheading {
	border-right: solid 1px var(--color-borders-forms-primary);
}

html[dir='ltr'] .section-heading__subheading {
	border-left: solid 1px var(--color-borders-forms-primary);
}

.section-heading--two-rows .section-heading__subheading {
	display: inline-block;
	border: 0 !important;
	padding: var(--gutter-small) 0 0 !important;
}

.section-heading__subheading p {
	margin-bottom: 0;
}

.section-heading__text {
	padding-inline-end: 10%;
	display: flex;
	align-items: center;
	gap: var(--gutter-regular);
}

@media screen and (max-width: 767px) {
	.section-heading__text {
		gap: 0;
	}
}

@media screen and (max-width: 767px) {
	.section-heading__text {
		padding-inline-end: 0rem;
		width: 100%;
	}
}

.section-heading--two-rows .section-heading__text {
	display: block;
	padding-inline-end: 0;
}

.section-heading__actions {
	flex-shrink: 0;
}

.section-heading--center .section-heading__actions {
	margin-top: 1.125rem;
}

@media screen and (max-width: 767px) {
	.section-heading:not(.section-heading--single-line) {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}

.section-heading:empty {
	display: none;
}

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

@media screen and (max-width: 767px) {
	.section-footer .button {
		width: 100%;
	}
}

.section-footer__actions {
	padding-top: var(--gutter-xlarge);
}

.container--fullwidth .section-footer {
	padding-left: var(--gutter-container);
	padding-right: var(--gutter-container);
}

#element-main-collection-banner .section-heading {
	color: inherit;
}

.product-actions .sidebar-widget {
	margin-bottom: 0;
}

.sidebar-widget+.product-form {
	margin-top: -0.625rem;
}

.sidebar-widget__title {
	display: inline-block;
	font-weight: var(--font-weight-body-primary-bold);
	padding-bottom: var(--gutter-small);
}

.sidebar-widget__content {
	background-color: var(--color-background-main-alternate);
	border-radius: var(--border-radius-widgets);
	padding: var(--gutter-regular);
}

.sidebar-widget__content:empty {
	display: none;
}

.sidebar-widget--none .sidebar-widget__content {
	padding: 0;
	background-color: transparent;
}

.sidebar-widget--outline {
	position: relative;
}

.sidebar-widget--outline .sidebar-widget__title {
	font-weight: var(--font-weight-body-primary-medium);
	background-color: var(--color-background-main);
	position: absolute;
	padding: 0 var(--gutter-small);
	text-transform: uppercase;
	top: 0;
	transform: translateY(-50%);
	left: calc(var(--gutter-regular) - var(--gutter-small));
}

.sidebar-widget--outline .sidebar-widget__content {
	background-color: transparent;
	border: solid 1px var(--color-secondary-background-main);
}

product-recommendations.sidebar-widget {
	display: block !important;
}

.social-icons {
	display: flex;
	flex-wrap: wrap;
	margin-inline-start: -0.3125rem;
}

.social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0.4375rem;
	border: none;
	box-sizing: content-box;
}

.social-icons a .icon {
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-icons svg {
	height: 100%;
	width: 100%;
}

.social-icons svg path {
	fill: var(--color-text-main);
}

.social-icons img {
	width: 100%;
	height: 100%;
}

/*=================================================================
                  Custom CSS by ankita (22-07-2025)
===================================================================*/
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5, .link-list a span {
     font-family: 'Mrseavesroman' !important;
}
 body, html {
     background: #f8f7ef !important;
}
 .site-header .site-nav ul li a, mobile-navigation .site-nav ul a:not(.button):not(.menu-promotion-background-image), .area--menu-classic .site-nav.style--classic .menu-link {
     font-family: MrsEavesRoman;
     font-weight: 400;
     font-size: 16px;
     line-height: 120%;
     letter-spacing: 0;
     text-align: center;
     color: #222021;
}
 .site-header .site-nav.style--classic .menu-link {
     padding: 0.9375rem 0 0.9375rem 1.85rem;
}
 .site-header .site-nav .menu-link .icon {
     display: none;
}
 #site-header:not(:hover) .link-list>li>.menu-link, #site-header:not(:hover) .icon-button, #site-header:not(:hover) .mobile-menu-button svg path {
     --color-text-header: #000000;
}
 li.mega-link a.menu-link span {
     display: block;
     text-align: left;
	 text-transform: capitalize;
}
 .site-header .site-nav.style--classic .menu-link {
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 17px;
     line-height: 120%;
     letter-spacing: 0;
     text-align: center;
}
 .site-header--style-one-row .header__top--logo-center.no-custom-link.site-header--menu-classic .area--account, .header__top .area--search, .header__top .area--cart, .area--account.icon-button.icon-button--text-none, .area--cart.icon-button {
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 14px;
     line-height: 120%;
     letter-spacing: 0;
     text-align: center;
     color: #222021;
}
 .header__top .icon-button .button__icon svg {
     width: 15px;
     height: 15px;
}
.header__top .area--cart .icon-button__label {
    left: 28px;
    width: 17px;
    height: 17px;
    top: 6px;
	font-family: 'Instrument Sans';
    font-size: 10px;
	padding: 1px 0 0 ;
} 
 .header__top .icon-button.area--search {
     margin: 0 0 0 0.625rem;
}
 .rich-text__text .content-top-image-wrapper img {
     width: 60px;
     height: auto;
     display: inline-block;
}
/* collection list */
 .collection_list .lazy-image.lazy-image--background.lazy-image--zoom-animation.lazyloaded.lazy-image--revealed {
     background: url('/cdn/shop/files/cat-before.png?v=1753945623') no-repeat;
     background-size: cover;
}
 .collection_list .css-slide:hover .lazy-image.lazy-image--background.lazy-image--zoom-animation.lazyloaded.lazy-image--revealed {
     background: url('/cdn/shop/files/cat-after.png?v=1753945623') no-repeat;
     background-size: cover;
}

 .collection_list .css-slide:hover .text-line-height--medium{
	text-decoration:underline;
 }

 .collection_list .lazy-image[data-ratio] img {
     object-fit: contain;
}
 .collection_list span.text-line-height--medium span {
     font-family: MrsEavesRoman;
     font-weight: 400;
     font-size: 18px;
     line-height: 18px;
     letter-spacing: 0.3px;
     text-align: center;
}
/* collection list / */
/* image with social media */
 .image_with_social {
     background-color: #f8f6ef;
     padding: 40px 20px;
}
 .image_with_social .container {
     max-width: 1200px;
     margin: 0 auto;
}
 .image_with_social_wrapper {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
     gap: 10px;
}
 .logo_img {
     width: 300px;
     height: 95px;
}
/* Left: Logo + Subtitle + Social */
 .image_social_left {
     flex: 0 0 45%;
     min-width: 260px;
}
 .image_social_lwrap {
     width: 350px 
}
 .logo_img {
     width: 280px;
     height: 95px;
     display: flex;
     justify-content: center;
}
 .stackables-subtitle {
     margin-top: 8px;
     font-size: 0.9rem;
     color: #333;
     letter-spacing: 1px;
     font-family: serif;
}
.social_links {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    max-width: 280px;
}
 .social_links a {
     display: inline-block;
     margin-right: 15px;
     color: #0A142F;
     font-family: 'InstrumentSans' !important;
     font-weight: 400;
     font-size: 14px;
     line-height: 28px;
     letter-spacing: 0;
     text-decoration: underline;
     text-decoration-style: solid;
     text-decoration-thickness: 0%;
}
/* Right: Images */
 .image_social_right {
     flex: 0 0 52%;
     min-width: 350px;
}
 .image_social_rwrap {
     align-items: center;
     justify-content: space-between;
     display: flex;
}
 .image_grid_one {
     width: 350px;
}
 .image_grid_one, {
     max-width: 100%;
     flex: 0 0 65%;
}
 .image_grid_two {
     max-width: 100%;
     width: 210px;
}
 .image_grid_one img, .image_grid_two img {
     width: 100%;
     height: auto;
     display: block;
     border: 1px solid transparent;
}

/* image with social media/ */
/* footer */
 .footer-bottom {
     display: none;
}
 .main-footer .footer-item__newsletter button[type='submit'] {
     position: inherit;
}
 .main-footer {
     border-top: 0 
}
 .footer-item__title {
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 20px;
     line-height: 19.2px;
     letter-spacing: 0;
     text-transform: uppercase;
     color: #4F4F4F;
}
 .footer-item__content p, .footer-item__newsletter p {
     font-family: 'InstrumentSans' !important;
     font-weight: 400;
     font-size: 14px;
     line-height: 30px;
     letter-spacing: 0;
     color: #4F4F4F;
}
 .main-footer .footer-item__menu--unstyled a {
     font-family: 'InstrumentSans' !important;
     font-weight: 400;
     font-size: 14px;
     line-height: 30px;
     letter-spacing: 0;
     color: #4F4F4F;
}

.footer-top .footer-item:nth-child(2){
padding-left: 40px
}
 .main-footer .footer-item__menu span {
     min-height: 30px 
}
 .footer-item__newsletter input {
     font-family: MrsEavesRoman;
     font-weight: 400;
     font-size: 12.66px;
     line-height: 100%;
     letter-spacing: 0;
     vertical-align: middle;
     border: 0;
     border-bottom: var(--border-width-forms) solid var(--color-borders-forms-primary);
     border-radius: 0;
     margin-bottom: 15px 
}
 button#Subscribe-newsletter-footer-block {
     min-width: 290px;
     max-width: 262px;
     opacity: 1;
     padding-top: 10.08px;
     padding-right: 11.28px;
     padding-bottom: 6.53px;
     padding-left: 11.28px;
     border-width: 0.59px;
     border: 0.59px solid #4F4F4F;
     color: #4F4F4F;
     font-family: MrsEavesRoman;
     font-weight: 400;
     font-size: 11.8px;
     line-height: 20.2px;
     letter-spacing: 0.21px;
     text-align: center;
     text-transform: uppercase;
     margin-top: 30px;
}
 .main-footer .footer-item__menu--unstyled a {
     position: relative 
}
 .main-footer .footer-item__menu--unstyled a::before {
     background-repeat: no-repeat;
     display: inline;
     padding-bottom: 3px;
     transition: all 175ms linear;
     background-image: linear-gradient(to right, var(--color-text-main), var(--color-text-main));
     background-position: left calc(1em + 4px);
     opacity: 0;
     position: absolute;
     content: '' 
}
 .main-footer .footer-item__menu--unstyled:hover a::before {
     background-size: 100% 1px;
     opacity: 1 
}
 .main-footer .footer-item__menu--unstyled a:hover {
     color: #000 
}
/* footer/ */
 .tab_header_section ul {
     display: flex;
}
 .tab_header_section ul a {
     font-family: MrsEavesRoman;
     font-weight: 400;
     font-size: 18px;
     line-height: 18px;
     letter-spacing: 0;
     vertical-align: middle;
     display: block;
     padding: 0 30px 0 0;
     color: #1c1c1c;
}
 .tab_header_section ul a.active {
     color: #728363;
     text-decoration: underline;
}
 .tab_content_section .single_tab {
     display: none;
}
 .single_tab .flickity-page-dots, .single_tab .flickity-button {
     display: none 
}
 .tab_header_section {
     margin-bottom: 60px;
}
 .tab_content_section .single_tab.active {
     display: block;
}
 .site-header .button__icon svg path, .site-header .button__icon svg circle {
     fill: var(--color-text-header);
     stroke: var(--color-text-header);
}
/* 404 page */
 .btn--primary {
     display: inline-block;
     padding: 12px 24px;
     background-color: #5f6e4e;
     color: #fff;
     text-decoration: none;
     border-radius: 4px;
}
 .btn--primary:hover {
     background-color: #47533a;
}
 .custom-404-wrapper {
     text-align: center;
     padding: 60px 20px;
     max-width: 700px;
     margin: 0 auto;
}
 .custom-404-image {
     margin-bottom: 20px;
     width: 60px;
     height: auto;
}
 .custom-404-title {
     font-size: 1.5rem;
     margin-bottom: 10px;
     color: #222;
}
 .custom-404-subtitle {
     font-size: 1rem;
     margin-bottom: 20px;
     color: #555;
}
/* 404 page / */
 .area--cart .icon-button__label {
     width: 18px;
     height: 18px;
     left: 24px;
}
 .artisanal_sec h2 {
     /* font-family: DancingScript !important; */
	  font-family: 'Mrseavesroman' !important;
     font-weight: 400;
     font-size: 40px;
     line-height: 81.6px;
     letter-spacing: 0;
     text-align: center;
     color: #00000080;
     white-space:nowrap 
}

.artisanal_sec .rte  p{
	font-family: 'InstrumentSans' !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    vertical-align: middle;
}

.artisanal_sec .spacing--custom>*:not(:last-child){
	margin-bottom: 0
}

/* Design Stack (Home Page) */
 .home-stack .bundler-container .bundler {
     display: flex;
     align-items: center;
     justify-content: space-between;
	 border-radius:0
}
 .home-stack .bundler-product__text, .home-stack .bundler-container .bundler .bundler__header {
     display: none;
}
 .home-stack .bundler-container .bundler__content-products {
     flex-direction: row;
     gap: 2.1rem 
}
 .home-stack .bundler-product__image figure:not(:empty) {
     background: transparent;
}
 .home-stack .bundler-product__image {
     width: 9.4rem;
     height: 9.4rem;
     border-radius: 0;
}
 .home-stack .bundler-product__image img {
     border-radius: 0;
}
 .home-stack .bundler__content-products .bundler-product {
     position: relative;
}
 .home-stack .bundler__content-products .bundler-product::before {
     content: '+';
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     width: 30px;
     height: 30px;
     right: -28px;
     font-size: 20px;
}
 .home-stack .bundler__content-products .bundler-product:last-child::before {
     display: none 
}
 .home-stack .section-heading {
     padding-bottom: 20px 
}

/* Design Stack (Home Page)/ */
/* product content grid (Hero Sec) */
 .procontent-wrapper {
     padding: 0 0 60px;
     position: relative;
     min-height: 752px;
     margin-bottom: 150px;
     margin-bottom: 0;
     background: url('/cdn/shop/files/hero-bg.png?v=1754576387') no-repeat;
	 background-size: cover;
}
 .procontent-wrapper .container--large {
     margin-top: 0 !important 
}
 .procontent-top-img {
     text-align: center;
}
 .procontent-top-img img {
     max-width: 100px;
}
 .procontent-header-row {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     flex-wrap: wrap;
     gap: 20px;
     margin-bottom: 40px;
}
 .procontent-heading-text {
     flex: 1 1 60%;
     text-align: center;
}
 .procontent-cta-wrap {
     margin-top: 10px;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 12px;
}
 .procontent-btn {
     background-color: #728363;
     color: #fff;
     padding: 10px 12px;
     text-decoration: none;
     transition: background 0.3s;
     font-family: MrsEavesRoman;
     font-weight: 400;
     font-size: 16px;
     line-height: 19.29px;
     letter-spacing: 0;
     text-align: center;
     vertical-align: middle;
     display: flex;
     align-items: center;
     gap: 6px;
     min-width: 175px;
     justify-content: space-around;
}
 .procontent-btn:hover {
     background-color: #2f3c28;
}
 .procontent-product-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
     gap: 30px;
}
 .procontent-img-wrap {
     position: relative;
     overflow: hidden;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 10px 30px;
}
 .procontent-img-wrap::before {
     position: absolute;
     content: '';
     background: url('/cdn/shop/files/p-bg.png?v=1754578403') no-repeat;
     width: 100%;
     height: 100%;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
}
 .procontent-img-wrap:hover::before {
     background: url('/cdn/shop/files/p-bg-hovr.png?v=1754578403') 
}
 .procontent-img-wrap img {
     width: 100%;
     display: block;
     transition: transform 0.3s ease;
     position: relative;
	 height:auto;
     object-fit: contain;
}
 .procontent-subtext {
     position: absolute;
     top: 110px;
     right: 0;
     max-width: 460px;
     flex: 1 1 30%;
}
 .procontent-img-wrap:hover img {
     transform: scale(1.05);
}
 .procontent-name, .procontent-price {
     position: absolute;
     padding: 5px 20px;
     opacity: 0;
     left: 0;
     transition: opacity 0.3s ease;
}
 .procontent-name {
     bottom: 45px;
}
 .procontent-price {
     bottom: 16px;
}
 .product-name {
     font-size: 22px;
     line-height: 18px;
     letter-spacing: 0;
     font-family: 'MrsEavesRoman';
     font-weight: 400;
	 margin: 0;
    padding: 5px 15px;
}
 .product-price {
     font-size: 16px;
     line-height: 163%;
     color: #1c1c1c;
     font-family: 'MrsEavesRoman';
     font-weight: 400;
	 margin: 0;
    padding: 5px 15px;
}
 .procontent-img-wrap:hover .procontent-name, .procontent-img-wrap:hover .procontent-price {
     opacity: 1;
}
 /* .procontent-subtext p {
     font-family: DancingScript !important;
     font-weight: 400;
     font-size: 22px;
     line-height: 41px;
     text-align: center;
     color: #474747;
     opacity: 0.8;
} */
 .procontent-subtext p {
    font-family: 'Mrseavesroman' !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #474747;
    opacity: 0.8;
}
 .procontent-heading-text h2 {
     font-weight: 400;
     font-size: 32px;
     line-height: 44px;
     letter-spacing: 1px;
     text-align: center;
     margin-bottom: 10px;
     color: #202020;
}
 .procontent-cta-wrap span {
     font-family: 'InstrumentSans' !important;
     font-weight: 400;
     font-size: 14px;
     line-height: 15px;
     letter-spacing: 0;
     text-align: center;
     vertical-align: middle;
     margin-top: 4px;
}
 .procontent-product {
     position: absolute;
}
 .prodcon-1 {
     width: 325px;
	 top: 0;
	     height: 325px;
}
 .prodcon-2 {
     width: 310px;
     height: 265px;
     top: 420px;
     left: 6px;
}
 .prodcon-3 {
     width: 245px;
     height: 375px;
     top: 415px;
     /* left: 440px; */
     left: 400px;
}
 .prodcon-4 {
     width: 250px;
     height: 225px;
     top: 470px;
     left: 730px;
}
 .prodcon-5 {
     width: 330px;
     height: 410px;
     right: 0;
     top: 220px;
}
 /* .prodcon-3 .procontent-img-wrap:before {
     display: none;
}
 .prodcon-3 .procontent-img-wrap {
     padding: 0;
} */
 ul.loopingCollection {
     list-style: none;
     padding: 0;
     margin: 0;
     min-height: 40px;
    /* Ensure consistent height to prevent layout shifts */
     display: flex;
    /* Use flex to center the current item */
     justify-content: center;
     align-items: center;
}
 ul.loopingCollection li {
     display: none;
    /* Hidden by default */
     font-size: 1.25rem;
    /* text-xl */
     font-weight: 600;
    /* font-semibold */
     color: #1a202c;
    /* text-gray-900 */
     transition: opacity 0.5s ease-in-out;
    /* Smooth fade effect */
     opacity: 0;
     position: absolute;
    /* Position absolutely to allow smooth transitions without affecting layout flow */
     width: 100%;
}
 ul.loopingCollection li.active {
     display: block;
    /* Show active item */
     opacity: 1;
     position: static;
    /* Take up space when active */
}
/* product content grid (Hero Sec)/ */
/* img with products grid (Home page - craft sec) */
 .img-product_wrapper {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     align-items: center;
     margin: auto;
     max-width: 988px;
     justify-content: space-between;
}
 .img-product_wrapper .left-image {
     flex: 1 1 45%;
     max-width: 420px;
     height: 630px;
     opacity: 1;
     position: relative;
}
 .img-product_wrapper .left-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .img-product_wrapper .right-content {
     flex: 1 1 50%;
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
}
 .img-product_wrapper .products {
     display: flex;
     justify-content: center;
     gap: 30px;
     margin-bottom: 30px;
}
 .img-product_wrapper .product-card {
     position: relative;
     width: 237px;
     padding: 20px;
     border: 1px solid #eee;
     transition: all 0.3s ease;
     height: 312px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 0 
}
 .img-product_wrapper .product-card img {
     width: 100%;
     height: auto;
	object-fit: contain;
    max-height: 300px;
}
 .img-product_wrapper .product-info {
     position: absolute;
     bottom: 10px;
     left: 0;
     opacity: 1;
     transform: translateY(10px);
     transition: all 0.3s ease;
     padding: 10px;
     text-align: left 
}
 .img-product_wrapper .product-card:hover .product-info {
     opacity: 1;
     transform: translateY(0);
}
 .img-product_wrapper .para_con {
     max-width: 500px;
     margin: 20px 0 10px;
}
 .img-product_wrapper .button {
     display: inline-block;
     margin-bottom: 20px;
     color: #333;
     font-size: 14px;
     text-decoration: underline;
     transition: color 0.3s ease;
     border: 0;
}
 .img-product_wrapper .button:hover {
     color: #000;
}
 .img-product_wrapper .icon {
     height: auto;
}
 .img-product_wrapper .left-image::before {
     content: '';
     background: url('/cdn/shop/files/craft-bg.png?v=1753947955');
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9;
     mix-blend-mode: multiply;
}
 .img-product_wrapper .para_con p {
     font-family: InstrumentSans !important;
     font-weight: 400;
     font-size: 14px;
     line-height: 30px;
     letter-spacing: 0;
     text-align: center;
     vertical-align: middle;
}
 .btn-no_outline {
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 18px;
     line-height: 30px;
     letter-spacing: 0;
     vertical-align: middle;
     text-decoration: underline;
     text-decoration-style: solid;
     color: #728363;
	 transition: all ease-in-out 0.3s
}

.btn-no_outline:hover {
    color: #6B6B6B;
}

 .icon_box {
     margin-top: 20px;
}
/* img with products grid (Home page - craft sec)/ */
/* model with product grid */
 .stack-happiness-section {
     padding: 0 20px;
     background-color: #f9f8f3;
}
 .stack-happiness-left {
     flex: 1 1 25%;
     max-width: 309px;
     text-align: left;
}
 .stack-happiness-left img {
     height: auto;
     margin-bottom: 20px;
}
 .stack-happiness-left h2 {
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 20px;
     color: #222;
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 28px;
     line-height: 44px;
     letter-spacing: 0.3px;
}
 .stack-happiness-left a.button {
     display: inline-block;
     margin-top: 10px;
     font-size: 14px;
     text-decoration: underline;
     color: #222;
     transition: color 0.3s ease;
     border: 0;
}
 .stack-happiness-wrapper {
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .stack-happiness-left a.button:hover {
     color: #000;
}
 .stack-happiness-right {
     flex: 1 1 65%;
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     justify-content: center;
     align-items: flex-end;
}
 .model-image-block {
     position: relative;
     width: 412px;
     overflow: hidden;
     cursor: pointer;
     transition: transform 0.3s ease 
}
 .model-image-block img {
     transition: transform 0.3s ease 
}
 .model-image-block:hover img {
     transform: scale(1.05);
}
 .model-image-block::before {
     content: '';
     background: url('/cdn/shop/files/craft-bg.png?v=1753947955');
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9;
     mix-blend-mode: multiply;
}
 .model-image-block img {
     width: 100%;
     height: auto;
     display: block;
}
 .model-image-text {
     position: absolute;
     bottom: 20px;
     left: 0;
     right: 0;
     padding: 10px 12px;
     color: #fff;
     text-align: center;
}
 .model-image-text h3 {
     margin: 0 0 5px;
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 20px;
     line-height: 38px;
     letter-spacing: 0;
     text-transform: uppercase;
}
 .model-image-text p {
     margin: 0;
     font-family: Instrument Sans;
     font-weight: 400;
     font-size: 14px;
     line-height: 27.92px;
     letter-spacing: 0;
     text-align: center;
}
 .artisanal_sec .right_side_img::before {
     content: '';
     background: url('/cdn/shop/files/inner.png?v=1754042886') no-repeat center / cover;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 99;
     mix-blend-mode: multiply;
}
 .artisanal_sec .rich-text__container{
     gap: 9rem;
}
 .artisanal_sec .rich-text__image{
     max-width: 425px;
     max-height: 680px 
}
/* model with product grid/ */
 .content-top-image-wrapper .lazy-image:not(.lazy-image--to-reveal) img {
     top: auto;
     left: 0;
     right: auto;
     margin: auto;
     bottom: 0;
}
/* product and image with content */
 .feature-section- {
     {
         section.id 
    }
}
 {
     background-color: {
         {
             section.settings.background_color 
        }
    }
     ;
     padding: 50px 20px;
}
 .feature-section- {
     {
         section.id 
    }
}
 .feature-container {
     max-width: 1150px;
     margin: 0 auto;
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 40px;
     align-items: center;
}

.feature-container .product-price{
	padding:0
}
 .left-side-wrapper {
     display: flex;
     gap: 20px;
     align-items: center;
     width: 600px;
     justify-content: space-between;
}
/* Product Card */
 .product-card {
     position: relative;
     display: block;
     overflow: hidden;
     border-radius: 10px;
     text-decoration: none;
     color: inherit;
}
 .product-image {
     display: block;
     object-fit: contain;
}
 .product-column {
     background: url('/cdn/shop/files/bg_3eabecbb-202a-4777-8a7b-d40f229a12ce.png?v=1754054692') no-repeat;
     background-size: cover;
     width: 240px;
     height: 340px;
}
 .product-column:hover {
     background: url('/cdn/shop/files/bg-hover.png?v=1754054691') no-repeat;
}
 .product-meta {
     position: absolute;
     bottom: 0;
     left: 10px;
     padding: 8px 12px;
     border-radius: 6px;
     opacity: 0;
     transform: translateY(10px);
     transition: all 0.3s ease-in-out;
}
 .product-card:hover .product-meta {
     opacity: 1;
     transform: translateY(0);
}
 .product-title {
     font-size: 14px;
     margin: 0 0 4px;
}
.hopepro-card .product-price {
     font-size: 13px;
     color: #333;
     margin: 0;
	 padding: 0;
}
 .pro_price_wrapper {
     display: flex;
     width: 100%;
     justify-content: space-between;
     align-items: center;
}
/* Secondary Image */
 .secondary-image-wrapper img {
     display: block;
}
/* Right Content */
 .content-column {
     text-align: left;
     max-width: 400px;
     margin: auto;
}
 .content-icon {
     margin-bottom: 15px;
}
 .content-heading {
     margin-bottom: 12px;
     font-weight: 400;
     font-size: 28px;
     line-height: 44px;
     letter-spacing: 0.3px;
     color: #0C0C0D;
}
 .content-text p {
     font-family: Instrument Sans;
     font-weight: 400;
     font-size: 14px;
     line-height: 30px;
     letter-spacing: 0;
	 padding: 60px 0 0 40px;
}
 @media (max-width: 768px) {
     .feature-section- {
         {
             section.id 
        }
    }
     .feature-container {
         grid-template-columns: 1fr;
         text-align: center;
    }
  
}
/* product and image with content/ */
/* multicolumn */
 .custom-multicolumn .columns-wrapper {
     display: flex;
     justify-content: space-between;
     gap: 60px;
     text-align: center;
}
 .custom-multicolumn .column-block {
     max-width: 180px;
}
 .custom-multicolumn .column-block img {
     max-width: 100%;
}
 .custom-multicolumn .column-heading {
     font-size: 24px;
     font-weight: 600;
     margin-bottom: 6px;
     font-family: serif;
}
 .custom-multicolumn .column-text {
     font-size: 14px;
     color: #333;
}
 .multicolumn-section {
     max-width: 828px;
     margin: 150px auto 0;
}
/* multicolumn/ */
/* product image grid */
 .sp__inner {
     margin: 0 auto;
     display: flex;
     align-items: center;
     padding: 0 24px;
     justify-content: space-between;
}
 .sp__story-link.btn-no_outline {
     padding-top: 20px;
     display: block;
}
 .sp__left-img, .sp__product-img {
     width: 100%;
     height: auto;
     display: block;
}
 .sp__product {
     position: relative;
     display: block;
     overflow: hidden;
     text-decoration: none;
     color: inherit;
}
 .sp__right_proimg img {
     object-fit: contain;
     width: 425px;
     height: 285px;
     margin: auto 
}
 .sp__meta {
     position: absolute;
     left: 2px;
     bottom: 16px;
     padding: 10px 14px;
     opacity: 0;
     transform: translateY(8px);
     transition: opacity 260ms ease, transform 260ms ease;
     pointer-events: none;
}
 .sp__title {
     display: block;
     font-size: 14px;
     line-height: 1.4;
     margin-bottom: 4px;
}
 .sp__price {
     font-size: 13px;
	 padding: 5px 0;
}
 .sp__compare {
     margin-left: 6px;
     opacity: .6;
}
 .sp__product:hover .sp__meta, .sp__product:focus .sp__meta {
     opacity: 1;
     transform: translateY(0);
}
 .sp__placeholder {
     border: 1px dashed #ccc;
     padding: 40px;
     text-align: center;
     font-size: 14px;
}
 .sp__left {
     position: relative;
     width: 695px;
}
 .sp__left::before {
     content: '';
     background: url('/cdn/shop/files/bg.png?v=1753357971');
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9;
     mix-blend-mode: multiply;
}
 .sp__right_proimg {
     width: 480px;
     height: 285px;
     background: url('/cdn/shop/files/abt-bg.png?v=1754057960') no-repeat;
     background-size: cover;
}
 .sp__right_proimg:hover {
     background: url('/cdn/shop/files/abt-hover-bg.png?v=1754057958') no-repeat;
}
/* product image grid/ */
/* other css */
 div#shopify-section-template--17832716894294__collection_list_rYaxeF .lazy-image[data-ratio] img {
     max-width: 60%;
     right: 0;
     bottom: 0;
     margin: auto;
}
 .btn-primary {
     border: 1px solid #728363;
     background: #728363;
     min-width: 265px;
     height: 45px;
     opacity: 1;
     padding: 12px 30px;
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 14px;
     line-height: 15px;
     letter-spacing: 0.28px;
     text-align: center;
     text-transform: capitalize;
}
 .btn-primary:hover {
     border-color: #6D7B5F;
     background: #6D7B5F 
}
 .bundler .bundler__footer .button {
     background: #728363 !important;
}
 .site-header .header-container--top {
     border-bottom: 0.75px solid #A18A3A29;
}
 .no-touchevents .collection_list a:hover .lazy-image.lazy-image--zoom-animation img {
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
}

.template-index .bundler-product__remove{
	left: 8rem;
}

/* product list page */
 .main-collection-banner .container--vertical-space-xsmall {
     margin-top: 30px 
}
 .breadcrumb-main .breadcrumb span {
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 14px;
     line-height: 20px;
     letter-spacing: 0;
     text-align: center;
     vertical-align: middle;
     color: #1C1C1C;
}
 .breadcrumb-main .breadcrumb span a {
     color: #1C1C1C;
}
 .breadcrumb>span:not(:last-child) {
     margin-inline-end: .5rem !important;
}
 .breadcrumb-main .breadcrumb span.breadcrumb__current {
     color: #728363 
}
 .collection-highlight-section {
     padding: 0 20px;
}
 .collection-highlight-container {
     max-width: 425px;
     margin: 0 auto;
}
 .collection-img {
     position: relative;
	 max-height: 635px; 
}
 .collection-img::before {
     content: '';
     background: url('/cdn/shop/files/listing-bg.png?v=1754404657 ');
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9;
     mix-blend-mode: multiply;
}
 .collection-highlight-text {
     margin-top: 70px;
}
 .collection-highlight-title {
     margin-bottom: 10px;
     font-weight: 400;
     font-size: 28px;
     line-height: 44px;
     letter-spacing: 0;
     vertical-align: middle;
     color: #1C1C1C;
}
 .breadcrumb-main .breadcrumb {
     align-items: center;
     opacity: 1;
}
 .collection-highlight-description {
     color: #8C8A8A;
     max-width: 600px;
     margin: 0 auto;
     font-family: 'InstrumentSans' !important;
     font-weight: 400;
     font-size: 14px;
     line-height: 28px;
     letter-spacing: 0.8px;
     vertical-align: middle;
     /* padding-left: 32px; */
}

 .facets__form--horizontal {
     justify-content: flex-end !important 
}
 .collection-product-count {
     display: none 
}
 .button {
     border-radius: 0 
}
 .product-item:hover {
     background: url('/cdn/shop/files/design-hover.png?v=1754055712') no-repeat;
     background-size: cover;
}
 .product-item__quick-buy .product-form {
     opacity: 0 
}
 .product-item:hover .product-item__quick-buy .product-form {
     opacity: 1 
}
 .product-item__image-figure img {
     object-fit: contain !important;
}
 .template-collection .product-item__image {
     padding-top: 70.00048% !important;
}
 .product-item__text {
     padding: 20px 
}
 .product-item__title {
     font-family: 'MrsEavesRoman';
}
/* product list page/ */

/* product details page */
 .template-product .breadcrumb-main--scroll:before {
     display: none 
}
 .details_care_wrapper {
     display: flex;
     align-items: center;
     justify-content: space-around;
     max-width: 1300px;
}
 .details-care-section .container {
     display: flex;
     flex-wrap: wrap;
     gap: 40px;
     align-items: flex-start;
}
 .details-care-section .left {
     flex: 1 1 50%;
     max-width: 750px;
}
 .details-care-section .right {
     flex: 1 1 40%;
     width: 320px;
     height: 465px;
}
 .details-care-section img {
     max-width: 100%;
     height: auto;
     display: block;
}
 .details-care-section .main-description p {
     font-family: 'InstrumentSans';
     font-weight: 400;
     font-size: 14px;
     line-height: 30px;
     letter-spacing: 0;
     vertical-align: middle;
     color: #8C8A8A;
     margin-bottom: 80px;
}
 .details-care-section h2 {
     margin-bottom: 20px;
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 28px;
     line-height: 100%;
     letter-spacing: 0;
     vertical-align: middle;
     color: #1C1C1C 
}
 .add-to-cart.btn-primary {
     width: 100%;
     max-width: 220px;
     display: flex;
     align-items: center;
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 16px;
     line-height: 25px;
     letter-spacing: 0;
     vertical-align: middle;
     color: #fff;
     text-align: left;
     text-transform: capitalize;
     height: 45px;
     justify-content: space-between;
     padding: 10px 13px !important;
}
 .add-to-cart.btn-primary span {
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 16px;
     line-height: 25px;
     color: #fff;
	 white-space:nowrap 
}
 .add-to-cart.btn-primary .button__text {
     text-align: left;
     width: 50%;
}
 .product-text .product__title {
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 42px;
     line-height: 74px;
     letter-spacing: 1px;
     text-align: left;
     vertical-align: middle;
     color: #202020 
}
 .product-text .product__subtitle h6 {
     margin: 0 
}
 .product-text .product__subtitle h6 strong, .product-text .product__subtitle p strong {
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 16px;
     line-height: 30px;
     letter-spacing: 0;
     vertical-align: middle;
     color: #1C1C1C 
}
 .product-text .product__subtitle p {
     font-family: 'InstrumentSans';
     font-weight: 400;
     font-size: 14px;
     line-height: 30px;
     letter-spacing: 0;
     vertical-align: middle;
     color: #8C8A8A;
     border-bottom: 0.75px solid #DDDDDD;
     padding-bottom: 24px;
}
 .details-care-section .toggle {
     border-style: solid;
     border-color: #DDDDDD;
     border-width: 0.75px 0;
}
 .details-care-section .toggle__title{
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 18px;
     line-height: 37px;
     letter-spacing: 0;
}
 .sticky-add-to-cart{
     display: none !important;
}
 .product-recommendations .section-heading__text span{
     color: #1C1C1C;
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 32px;
     line-height: 44px;
     letter-spacing: 1px;
     text-align: center;
     vertical-align: middle;
}
 .product-recommendations .product-item.css-slide .card__text {
     padding-top: 0;
     padding-bottom: 20px;
}
 .product-recommendations .product-item__image{
     padding-top: 100% !important;
}
 .product-recommendations .product-item__link{
     max-height: 40px;
     display: none;
     align-items: center;
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 16px;
     line-height: 25px;
     letter-spacing: 0;
     text-align: center;
     vertical-align: middle;
}
 .product-recommendations .product-item{
     min-height:430px 
}
 .product-recommendations .product-item:hover .product-item__link{
     display:flex 
}
 .product-recommendations .pro_price_wrapper{
     margin-bottom: 30px;
}
 .template-product .product-gallery .product-gallery-item img{
     object-fit: contain !important 
}


	.toggle__content p{
		font-family: 'InstrumentSans';
		font-weight: 400;
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 0;
		vertical-align: middle;
		color: #8C8A8A;
		margin-bottom: 80px;
		padding-left: 10px
	}


/* product details page/ */

/* our story page */
/* gallery sec */
 .gallery-wrapper {
     display: flex;
     gap: 45px;
     justify-content: center;
     flex-wrap: wrap;
}
 .gallery-item {
     flex: 0 1 auto;
     max-width: 420px;
     position: relative 
}
 .gallery-item::before {
     content: '';
     background: url('/cdn/shop/files/gallery-bg.png?v=1755610834');
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9;
     mix-blend-mode: multiply;
}
 .gallery-item img {
     width: 100%;
     height: auto;
     display: block;
     object-fit: cover;
}


/* our story page/ */
 .img_fluid{
     max-width:100%;
     height: auto 
}
/* our story images with product */
 .hope-for-jewelry {
     overflow: hidden;
	 margin: 130px 0 0;
     padding: 50px 0;
     background: url('/cdn/shop/files/hero-bg.png?v=1754576387') no-repeat;
	 background-size: cover;
}
 .hope-top, .hope-bottom {
     display: flex;
}
 .crafted .heading-size--regular, .love .heading-size--regular, .birth .heading-size--regular{
     color: #202020;
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 28px;
     line-height: 33px;
     letter-spacing: 1.3px;
     vertical-align: middle;
}
 .crafted .rte.text-size--regular p, .inspiration .rte.text-size--regular p, .love .rte.text-size--regular p, .birth .rte.text-size--regular p, .hope-center p{
     font-family: 'InstrumentSans';
     font-weight: 400;
     font-size: 14px;
     line-height: 30px;
     letter-spacing: 0;
     vertical-align: middle;
     color: #1C1C1C;
}

.crafted .rte.text-size--regular p{
	max-width: 445px;
}
 .crafted .content-top-image {
     padding-top: 180px !important;
}
.inspiration.rich-text__image-caption p {
    color: #6D6D6D;
    font-family: 'DancingScript';
    font-weight: 400;
    font-size: 18px;
    line-height: 80px;
    letter-spacing: 0.3px;
    text-align: left;
    vertical-align: middle;
    padding: 18px 0 0;
}
 .inspiration .heading-size--regular, .hope-center h2 {
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 24px;
     line-height: 44px;
     letter-spacing: 1.3px;
     vertical-align: middle;
     color: #202020 
}

 .inspiration .rich-text__image{
height: 720px;
max-width: 481px;
}

.richtext_container{
	    margin: 0 auto 150px;
    width: 100%;
    max-width: var(--theme-max-width);
    padding-left: var(--gutter-container);
    padding-right: var(--gutter-container);
}
/* product img with model */
 .process-container {
     display: flex;
     align-items: center;
}
 .process-left {
     flex: 0 0 35%;
     position:relative 
}
 .process-heading {
     margin-bottom: 15px;
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 24px;
     line-height: 44px;
     letter-spacing: 1.3px;
     vertical-align: middle;
     color: #202020;
}
 .process-text {
	padding-right: 40px;
     position: relative;
     z-index: 9;
}
 .process-text p{
     color: #1C1C1C;
     font-family: 'InstrumentSans';
     font-weight: 400;
     font-size: 14px;
     line-height: 30px;
     letter-spacing: 0;
     vertical-align: middle;
}
 .process-right {
     flex: 0 0 65%;
     display: flex;
     gap: 55px;
     align-items: center;
}
 .process-image{
     position:relative;
}
 .process-image::before {
     content: '';
     background: url('/cdn/shop/files/craft-bg.png?v=1753947955');
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9;
     mix-blend-mode: multiply;
}
 .process-image img, .process-product img {
     width: 100%;
     height: auto;
     display: block;
}
 .process-product p {
     margin-top: 8px;
     font-size: 14px;
     text-align: center;
}
 .inspiration .rich-text__text {
     padding-top: 30%;
     padding-bottom: 27%;
    padding-left: 0px;
    margin-left: -50px;
}
 .rich-text__image.right_side_img:before {
     content: '';
     background: url('/cdn/shop/files/inner.png?v=1754042886') no-repeat center / cover;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 99;
     mix-blend-mode: multiply;
}
 .process-product {
     width: 290px;
     height: auto;
     background: url(/cdn/shop/files/bg_3eabecbb-202a-4777-8a7b-d40f229a12ce.png?v=1754054692) no-repeat;
     background-size: cover;
     position:relative 
}
 .process-product:hover {
     background: url('/cdn/shop/files/bg-hover.png?v=1754054691') no-repeat;
}
 .process-product:hover .product-meta {
     opacity: 1;
     transform: translateY(0);
}
 .love .rich-text__image.right_side_img:before, .birth .rich-text__image.right_side_img:before {
     display:none 
}
 .love .rich-text__image{
     width: 370px;
     height: 205px;
     margin: auto;
}
 .love .rte.text-size--regular{
     width:756px 
}
 .custom-gallery {
     padding-top: 70px;
}
 .hope-bottom .hope-grid-item {
     padding: 0 65px;
}
 .hope-bottom .hope-grid-item:first-child {
     margin-top: 120px;
}
 .hope-bottom .hope-grid-item:last-child {
     margin-top: 90px;
}
 .hope-top .hope-center {
     width: 60%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     padding: 0 50px;
     text-align: center;
}
 .hope-top{
     gap: 30px;
}
 .hope-top .hope-product {
     content: '';
     background: url('/cdn/shop/files/inner.png?v=1754042886') no-repeat center / cover;
     z-index: 99;
     mix-blend-mode: multiply;
}
 .hope-top .hope-product:last-child {
     position: relative;
     top: -110px;
}
 .hopepro-card{
     position:relative 
}
 .hopepro-card:hover .product-meta {
     opacity: 1;
     transform: translateY(0);
}

.hopepro-card .product-meta,
.process-product .product-meta{
	    bottom: 30px;
		transform: translateY(10px);
}
 .birth .rte.text-size--regular{
     max-width: 380px 
}
 .template-page-contact .heading-size--page-title{
     display:none 
}
 .birth .rich-text__image.right_side_img figure {
     max-width: 60%;
}
 .birth .rich-text__image.right_side_img {
     justify-content: center;
}
 .contact_img{
     display:flex;
     gap: 20px;
     position: relative;
}
 .contact_img img{
     object-fit:contain;
}
 .contact_img .contactimg {
     position:absolute;
}
 .contact_img .contactimg:first-child {
     top:0 
}
 .contact_img .contactimg:last-child {
     bottom: 0;
     right: 0;
}
 .contactimg::before {
     content: '';
     background: url('/cdn/shop/files/craft-bg.png?v=1753947955');
     width: 100%;
     height: 99%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9;
     mix-blend-mode: multiply;
}
 .contact-form__the-form .subheading p {
     font-family: Instrument Sans;
     font-weight: 400;
     font-size: 14px;
     line-height: 30px;
     letter-spacing: 0;
     vertical-align: middle;
     margin-bottom: 40px;
}
/* our story images with product/ */
/* nisha page */
 .slider-background__image .lazy-image{
     padding-top: 45% !important;
}
 .slider-background__image .lazy-image img{
     margin: auto;
     object-fit: contain;
     right: 0;
}
 .slider-background__image.lazy-image--revealed:after {
     opacity: 0 !important;
}
/* nisha page/ */
 .sidebar__title {
     font-family: 'Mrseavesroman' !important;
     color: #202020;
     font-weight: 400;
     text-transform:capitalize;
     font-size: 28px;
     line-height: 33px;
     letter-spacing: 0.3px;
     vertical-align: middle;
}
 .sidebar__body .cart-item__content .cart-item__title{
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 22px;
     line-height: 18px;
}
 .sidebar__body .cart-item{
     justify-content: space-around;
}
 .sidebar__body .cart-item__price {
     font-family: 'MrsEavesRoman';
     line-height: 163%;
     font-size: 13px;
     color: #333;
     margin: 5px 0;
}
 .sidebar__body .cart-item__price strong{
     font-weight: 500 !important;
}
 .nish-top .rich-text__container {
     width: 60%;
     margin: auto;
}
/* nisha recommand */
 .product-block {
     position: absolute;
     display: inline-block;
     overflow: hidden;
     transition: transform 0.3s ease-in-out;
}
 .product-block img {
     display: block;
     width: 100%;
     height: auto;
     object-fit: cover;
}
 .product-block .hover-overlay {
     position: absolute;
     inset: 0;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background: rgba(0, 0, 0, 0.5);
     opacity: 0;
     transition: opacity 0.3s ease-in-out;
}
 .product-block:hover .hover-overlay {
     opacity: 1;
}
 .product-block .hover-overlay span {
     color: #fff;
     font-size: 16px;
     font-weight: 600;
     margin: 2px 0;
     text-align: center;
}
 .nish-top .rich-text__container .gutter--xlarge {
     padding: 80px 20px 150px;
}
 .four-products .slider-background__image .lazy-image img{
     object-position: left;
     width: 1020px;
     height: 950px 
}
 .three-products .slider-background__image .lazy-image img{
     width: 910px;
     height: 900px;
}
 .crafted.nish-top .heading-size--regular{
     color:#1C1C1C;
     line-height: 44px;
}
 .crafted.nish-top .rte.text-size--regular p{
     color: #8C8A8A 
}
 .slider-vertical .text-font--heading{
     color: #EDE8D5;
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 28px;
     line-height: 74.2px;
     letter-spacing: 3%;
     text-align: center;
}
 slider-vertical{
     margin: 150px 0;
}
 .slider-vertical .button--solid{
     border: 1px solid #728363 !important;
     background: #728363 !important;
     opacity: 1;
     padding: 12px 30px;
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 14px;
     line-height: 15px;
     letter-spacing: 0.28px;
     text-align: center;
     text-transform: capitalize;
}
 .slider-vertical .button--solid:hover{
     border-color: #6D7B5F !important;
     background: #6D7B5F !important;
}
 .product-block .card__text .button {
     padding: 10px;
}
 .card__text.product-item__text.gutter-top--regular.gutter-bottom--regular.spacing--xlarge.remove-empty-space.text-align--left {
}
 .product-block .product-item__text {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     text-align: center !important;
     opacity: 0;
}
 .product-block:hover .product-item__text{
     opacity: 1;
}
 .slider-vertical__slides .internalscrlllsection{
     z-index: 9;
}
 .slider-background__image{
     position: relative 
}
/* .slider-background__image::before {
     content: '';
     background: url('/cdn/shop/files/nisha-slidebg.png?v=1755865976') no-repeat center / cover;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 99;
     mix-blend-mode: multiply;
}
 */
 .slider-vertical__slides .product-item {
     background: url('/cdn/shop/files/design-hover.png?v=1754055712') no-repeat;
     background-size: cover;
}
 .slider-vertical__slides .product-item:hover {
     background: url('/cdn/shop/files/p-bg-hovr.png?v=1754578403') 
}
 .two-products .slider-background__image .lazy-image img {
     object-position: right;
     width: 930px;
}
.two-products .slider-background__image .lazy-image img{
	max-width:max-content;
}
 .five-products .slider-background__image .lazy-image img {
     width: 1050px;
     height: 800px;
}
 .four-products .spacing--custom {
     position: absolute;
     left: 28%;
}
 .two-products .slider-background__image::before {
     width: 710px;
     left: 43%;
}
 .button--fullwidth{
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 16px;
     line-height: 25px;
     letter-spacing: 0;
     text-align: center;
     vertical-align: middle;
}
 .two-products .spacing--custom{
     right: 41%;
     position:absolute 
}

 .two-products .slider-background__image .lazy-image {
    padding-top: 65% !important;
}
/* nisha recommand/ */
/* contact us */
 .template-page-contact .section--remove-bottom-margin-after .main-page.container--large{
     margin: 65px 0 0;
}
 .contact-form__row button {
     width: 100%;
}
 .contact-form{
     grid-template-columns: 2fr 2fr;
     gap:100px 
}
 .contact-form__row input, .contact-form__row textarea {
     margin-bottom: 15px;
     background: #F1F0E5;
     border: 0;
     min-height: 40px;
	     border-radius: 0;
    padding: 15px;
}
 .contact-form__row textarea {
     max-height: 70px 
}
 .response_text{
     font-family: var(--font-stack-body-primary);
    ;
     font-weight: 400;
     font-size: 14px;
     line-height: 21px;
     letter-spacing: 0;
     vertical-align: middle;
     color: #696969;
     margin-top:10px 
}
 .contact-form__row .button {
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 15px;
     line-height: 15.2px;
     letter-spacing: 0.21px;
     text-align: center;
     text-transform: capitalize;
     border: 0.59px solid #999999;
     color: #4F4F4F;
	 padding: 12px 46px;
}

.contact-form__the-form .subheading {
    max-width: 425px;
}

 .contact-form__row label {
     padding-bottom: 0.25rem;
     display: inline-block;
     font-family: 'InstrumentSans';
     font-weight: 500;
     font-size: 13px;
     line-height: 22.5px;
     letter-spacing: 0;
     vertical-align: middle;
}
/* contact us / */
/* build your set */
 .template-page-build-your-set .build_set .product_bundle {
     display: grid;
     grid-template-columns: 2fr 1fr;
     gap: 35px;
}
 .template-page-build-your-set .build_set .single_tabbox {
     display: grid;
     grid-template-columns:repeat(3, 1fr);
     gap:32px;
}
 .template-page-build-your-set .product_bundle .bundler-container{
     margin-top: 50px;
	 top:70px;
	 left: 0;
	 align-self:start
}
 .template-page-build-your-set .single_tab .product-item{
     width:100%;
}
 .build_stack .heading-size--regular{
     color: #1C1C1C;
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 28px;
     line-height: 44px;
     letter-spacing: 1.3px;
     vertical-align: middle;
}
 .build_stack .rich-text__image{
     width: 348px;
     height: 419px;
}
 .build_stack .content-top-image-wrapper .content-top-image{
     padding-top: 0!important 
}
 .build_stack .card__text{
     max-width: 230px;
     margin: 0 0 0 auto;
}
 .build_stack .rte p{
     font-family: 'InstrumentSans';
     font-weight: 400;
     font-size: 14px;
     line-height: 30px;
     letter-spacing: 0%;
     vertical-align: middle;
     color: #8C8A8A 
}
 .build_set .bundler-product__image{
     background: #F2EFE8;
     border-radius: 0 !important;
}
 .build_set .bundler-product__image img {
     border-radius: 0;
}
 .bundler-product__remove {
     right: auto !important;
     left: 3rem;
     padding: 2px;
     background:#FFFFFF !important;
     border-radius: 0  !important
}
 .bundler-product__remove rect {
     fill: #000 !important;
     width: 15px;
}
 .build_set .bundler__header-title {
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 32px;
     line-height: 44px;
     letter-spacing: 1.3px;
     vertical-align: middle;
     color: #1C1C1C;
}
 .build_set .bundler__header-subtitle.text-size--small {
     font-family: 'InstrumentSans';
     font-weight: 400;
     font-size: 14px;
     line-height: 30px;
     letter-spacing: 0;
     vertical-align: middle;
     color: #8C8A8A;
}
 .build_set .bundler-product__image figure:not(:empty) {
     background: #F2EFE8;
}
 .bundler-product__text-title{
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 18px;
     line-height: 18px;
     letter-spacing: 1.3px;
}
/* build your set/ */
 .menu-promotion-content{
     position:absolute;
     bottom:25px;
     z-index:99;
     left: 50%;
     transform: translateX(-50%) 
}
 .menu-promotion-content p{
     font-family: 'MrsEavesRoman';
     font-weight: 400;
     font-size: 18px;
     line-height: 20.48px;
     letter-spacing: 0%;
     text-transform: uppercase;
     color: #fff 
}

/* mega menu list changes layout */
 .site-nav.style--classic .submenu.mega-menu .submenu-holder .mega-link:last-child{
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
	 padding-top: 25px;
	  left: 0 !important;
}

.site-nav.style--classic .submenu.mega-menu .submenu-holder .mega-link.has-babymenu:last-child{
	display:block;
	padding-top: 0
}
 /*
 ul.submenu.mega-menu .submenu-masonry li.mega-link:nth-child(3){
 	padding-bottom: 20px !important;
 }

 ul.submenu.mega-menu .submenu-masonry li.mega-link:nth-child(4) ,
 ul.submenu.mega-menu .submenu-masonry li.mega-link:nth-child(5) {
     left: 0 !important;
}

 ul.submenu.mega-menu .submenu-masonry li.mega-link:nth-child(5) {
	top: 216px !important;
 }

.link-list .has-submenu:nth-child(1) ul.submenu.mega-menu .submenu-masonry li.mega-link:nth-child(4) {
	top: 180px !important;
}
.link-list .has-submenu:nth-child(1) ul.submenu.mega-menu .submenu-masonry li.mega-link:nth-child(5) {
	top: 210px !important;
}


.link-list .has-submenu:nth-child(2) ul.submenu.mega-menu .submenu-masonry li.mega-link:nth-child(5) {
    top: 185px !important;
}
.link-list .has-submenu:nth-child(4) ul.submenu.mega-menu .submenu-masonry li.mega-link:nth-child(4) {
    top: 145px !important;
}
.link-list .has-submenu:nth-child(4) ul.submenu.mega-menu .submenu-masonry li.mega-link:nth-child(5) {
    top: 178px !important;
} */

 .single_tab .card__text.product-item__text {
     position: static;
}

.facets__form--horizontal{
	    gap: 3rem;
}

.facets__form--horizontal .button--fullwidth{
	border:0
}

.collection-filters__field {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: 'InstrumentSans';
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    text-decoration: underline;
    color: #222021;
}

.collection-filters__item .collection-filters__label{
	margin-bottom: 0
}

.collection-filters__field select.collection-filters__sort {
    border: 0;
	font-family: 'InstrumentSans';
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    color: #222021;
}

.collection-heading .button--fullwidth{
	font-family: 'InstrumentSans';
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0;
	text-decoration: underline;
	color:#222021;
	padding: 0;
	    margin-bottom: 12px;
		border: 0
}

.sidebar__body .collection-filters__field{
	display:none
}

.mobileBtnView{
	display: none
}

.pagination{
	text-align:center !important
}

.product-gallery__thumbnails-holder{
	justify-content: center
}

.menu-promotion-background-image{
	position:relative
}

.menu-promotion-background-image::before {
    content: '';
    background: url(/cdn/shop/files/inner.png?v=1754042886) no-repeat center / cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    mix-blend-mode: multiply;
}

/* .site-header--style-one-row .header__top--logo-center.no-custom-link.site-header--menu-classic{
	    height: calc(var(--header-logo) + 25px) !important;
} */
 

.template-index .bundler__content {
    max-width: 900px;
    overflow-x: auto;
}

/* Chrome, Edge, Safari  scroll bar color change */
.template-index .bundler__content::-webkit-scrollbar {
  width: 10px;
}
.template-index .bundler__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.template-index .bundler__content::-webkit-scrollbar-thumb {
  background-color:rgb(197, 191, 175);
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.cart__total.cart__details--row  {
    font-family: 'Mrseavesroman';
}
.cart__total.cart__details--row strong {
    font-weight: 500;
    color: #333;
}

.cart_btnwrap .btn-primary{
	min-width:auto
}

.cart_btnwrap .button--outline {
    font-family: 'MrsEavesRoman';
    font-weight: 400;
    font-size: 16px;
    line-height: 13px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    height: 45px;
}

.template-cart  .section-heading__title.text-font--secondary.text-size--large {
    text-align: left;
}

.home-stack .bundler__footer .totalWrapper span{
	font-weight: 400
}

.product-form .button {
	padding: .5rem .9375rem !important;
}

 .template-product .mount-product-page {
     position: relative;
     background: url('/cdn/shop/files/hero-bg.png?v=1754576387') no-repeat;
	background-size:cover
	}

.template-product .mount-product-page .container--large.container--vertical-space-xsmall{
	margin-top: 0;
}

.template-product .mount-product-page .container.container--large.container--vertical-space-small{	
	padding-top:calc(var(--container-vertical-space) * 0.5);
	margin-top: 0;
}

.show-more_toggler{
	padding-top:50px
}

.header__top .icon-button.area--search {
    margin: 0 0 0 20px;
}

.inspiration.rich-text__image-caption {
    background: #F3F0DC4D;
    margin-top: 0;
    width: 100%;
    position: absolute;
    bottom: -110px;
    max-height: 135px!important;
}

.inspiration .rich-text__container{
	position: relative;
    z-index: 9;
}

.template-page-build-your-set .bundler-product{
	padding-bottom: 24px;
}

.template-page-build-your-set .bundler-product__image {
    width: 110px;
    height: 122px;
}

.template-page-build-your-set .bundler-product__remove{
	    left: 5.6rem;
}

.procontent-heading-text .procontent-top-img.display-xs {
	display:none;
}

.footer-menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.content_btnwrap {
    text-align: left;
    margin-top: 25px;
    padding-left: 40px;
    max-width: 400px;
}

.details-care-section .toggle:last-child{
	    border-top: 0;
}

.process-product .product-price{
	padding: 0
}
button#Subscribe-newsletter-footer-block:hover{
    background: #728363;
    text-align: center !important;
    border: 0.59px solid #728363;
    color: #fff;
}

.template-collection #Filter-filter-p-m-custom-product_collection_name-drawer{
	display:none
}

.collect-all #Filter-filter-p-m-custom-product_collection_name-drawer{
	display:block
}

.collect-all #Filter-filter-p-m-custom-product_category-drawer{
	display:none
}

.facets__form--vertical .collection-filters__item.sorting {
    margin-bottom: 0 !important;
}

.artisanal_sec .content-top-image-wrapper {
    margin-bottom: 5px !important;
}

.content_columnimg {
    text-align: center;
    padding-right: 110px;
}

.contact-form__row label span{
	color: #f00
}

.template-index .product_bundle .bundler{
background: url('/cdn/shop/files/bg_6b674807-2ad5-43fd-aa54-4b99b2891dc3.png?v=1758030392') no-repeat center;
background-size:cover
}

.template-page-nisha-recommends .product-block .card__text .button {
    padding: 5px;
}

.template-page-nisha-recommends .slider-vertical   .lazy-image:not(.lazy-image--to-reveal).lazy-image--zoom-animation img {
    max-height: 190px;
}

.template-page-nisha-recommends .pro_price_wrapper  span {
    font-size: 15px;
}

.template-page-nisha-recommends .pro_price_wrapper .product-price{
	padding:5px
}

.template-page-nisha-recommends .pro_price_wrapper {
    margin: 0 0 5px;
}

.right-content  .add-to-cart.btn-primary{
	text-align: center;
	justify-content: center;
}

#CollectionProductGrid .grid--layout:has(.no-content-message) {
  grid-template-columns: 1fr !important;
}

.inspiration{
	max-height: 720px;
}

.footer-item__content  .social-icons{
	display:none;
}

html[dir=ltr] #zoom.opened {
	    background: #f8f7ef;
}

/* new changes (30-10-2025) */
.stack_title h2 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 0.3px;
    color: #0C0C0D;
}

.site-header{
	padding-top: 0 !important
}

.header__bottom .icon-button .button__icon svg {
    width: 15px;
    height: 15px;
}

.site-nav.style--classic{
	width: 85%;
}

section.procontent-wrapper.collection-head {
    padding: 0;
    background: none;
    min-height: auto;
    margin: 0;
}

.hero-con .procontent-cta-wrap{
	    max-width: 630px;
    	margin: auto;
	    flex-wrap: wrap;
}

.hero-con  .procontent-cta-wrap span{
	line-height:22px
}

section.procontent-wrapper.collection-head .container--large {
    padding-bottom: 0;
}

.site-nav.style--classic .submenu.mega-menu .submenu-masonry{
	    max-width: 450px;
}

.site-nav.style--classic .submenu.mega-menu .submenu-holder{
	    padding-left: 60px;
		padding-right: 30px;
}

/* signature component */
.signature_content {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    padding: 4px 0;
    width: 262px;
    justify-content: center;
    margin-top: 100px;
}

 .section-footer .signature_content:hover {
     text-decoration: none
 }

 .signature_content span {
     padding-bottom: 2px
 }

 .signature_content img {
     padding: 0 !important;   
	  width: 200px;
    height: 26px;
 }

 /* .signature_content:hover img {
     border-bottom: 1px solid #000;
 } */

.signature_content span {
    color: #0F1D07;
    font-family: "Satoshi";
    font-size: 16px;
    font-weight: 300;
    line-height: 25.758px;
    letter-spacing: -0.32px;
    text-transform: capitalize;
}
/* signature component/ */
/*===================================responsive======================================*/
/* HD Desktop */
 @media (min-width: 5061px) {
}
/* */
 @media (min-width: 2561px) {

	.artisanal_sec{
   		 max-height: 880px;	
	}
}
/* 50% */
 @media only screen and (min-width: 2100px) {
		.artisanal_sec .rich-text__text{
		max-height: 640px;
	}


}
 @media only screen and (min-width: 1550px) and (max-width: 2099px) {
	.artisanal_sec .rich-text__text{
		max-height: 690px;
	}
		.artisanal_sec .rich-text__image {
		max-height: 642px;
	}
}
 @media screen and (min-width: 1799px) {
}

 @media only screen and (min-width: 1599px) {
	 .template-page-nisha-recommends .slider-vertical   .lazy-image:not(.lazy-image--to-reveal).lazy-image--zoom-animation img {
    max-height: 230px;
}
	
}
/* 80% */
 @media only screen and (min-width: 1599px) and (max-width: 1649px) {

	.artisanal_sec .rich-text__image {
		max-height: 670px;
	}
}


/* Large Desktop */
 @media only screen and (min-width: 1400px) and (max-width: 1549px) {
}
 @media screen and (min-width: 1400px) {
}
/* desktop 1200px to 1399px */
 @media only screen and (min-width: 1200px) and (max-width: 1399px) {

}
 @media only screen and (min-width: 992px) {
}
 @media only screen and (min-width: 992px) and (max-width: 1100px){

	.artisanal_sec .rich-text__container {
    	gap: 0;
	}

	.artisanal_sec .rich-text__image{
		    max-height: 573px;
	}
}
/* normal desktop */
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
		.footer-top .grid-4 {
    		--visible-cols: 2;}

			.footer-top .footer-item:nth-child(2) {
			padding-left: 0;
		}

		.details-care-section .left {
		padding-right: 60px;
	}

	.inspiration .rich-text__text{
		 margin-left: 45px;
	}

	.hope-bottom .hope-grid-item {
		padding: 0 25px;
	}

	.hope-for-jewelry{
		margin: 60px 0 0;
	}
}
/* tablet view */
 @media only screen and (min-width: 768px) and (max-width: 991px) {
  	

	.procontent-subtext{
		max-width: 270px;
	}

	.procontent-subtext p{
		font-size: 19px;
    	line-height: 30px;
	}

	 .prodcon-1 {
	width: 205px;
        height: 190px;
	}

	.prodcon-2 {
    width: 250px;
    height: 220px;   
	 top: 345px;
	}

	.prodcon-3 {
		width: 185px;
		height: 250px;
		top: 408px;
		left: 282px;
	}

	.prodcon-4 {
		width: 200px;
		height: 206px;
		top: 450px;
		left: 505px;
	}

	.prodcon-5 {
		width: 208px;
		height: 190px;
		top: 230px;
	}
	.procontent-heading-text h2{
			font-size: 28px;
	}

	.procontent-wrapper{
		min-height: 610px;
		margin-bottom: 100px;
	}

	.artisanal_sec .rich-text__container {
		gap: 0;
	}

	.artisanal_sec h2{
		font-size: 28px;
		line-height: 90px;
	}

	.product_bundle .single_tab .product-item {
		width: 33%;
		min-width: 33%;
	}

	.details-care-section .left{
		    padding-right: 60px;
	}

	.custom-multicolumn .columns-wrapper{
		 justify-content: space-around;
    	gap: 0;	
	}

	.template-page-build-your-set .build_set .single_tabbox {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.template-page-build-your-set .product_bundle .single_tab .product-item {
		width: 100%;
		min-width: 100%;
	}

	.template-page-build-your-set	.product-item__text .pro_price_wrapper{
		flex-wrap: wrap;
		margin-bottom: 12px;
	}

	.template-page-build-your-set .product-item__price{
		width: 100%
	}

	.template-page-build-your-set .product-price{
		padding: 9px 0
	}

	.template-page-build-your-set .product-item{
		background: url('/cdn/shop/files/design-hover.png?v=1754055712') no-repeat;
		background-size: cover;
	}

	.template-page-build-your-set .product-item .product-item__quick-buy .product-form {
    	opacity: 1;
	}

	.left-side-wrapper{
		margin: auto;
	}

	.feature-container{
		grid-template-columns: 1fr;
		justify-content: center;
	}

	.hopepro-card {
		max-width: 275px;
	}

	.hope-top .hope-product{
		    max-height: 195px;
	}

	.template-page-nisha-recommends .slider-vertical   .lazy-image:not(.lazy-image--to-reveal).lazy-image--zoom-animation img {
		max-height: 160px;
	}

	.hope-top .hope-center{
		padding: 0;
	}

	.hope-bottom .hope-grid-item {
		padding: 0 16px;
	}

	.hope-for-jewelry{
		    margin: 80px 0 0;        padding: 0;
	}

	.hope-top .hope-product:last-child{
		top: -30px;
	}
	.hope-center p{
		font-size: 13px;
    	line-height: 26px;
	}

	.hope-for-jewelry .container--vertical-space {
		margin-top: 115px;
	}

	.gallery-item {
    flex: 0 0 50%;
    max-width: 300px;}

	.love .rte.text-size--regular {
    width: 660px;
	}

	.process-right {
		flex: 0 0 100%;   
		gap: 45px;
	}

	.process-container{
		    flex-wrap: wrap;
	}

	.inspiration .rich-text__text{
		margin-left: 30px;
	}

	.nish-top .rich-text__container {
    	width: 100%;
        margin: 40px 0 150px;
	}

	.three-products .slider-background__image .lazy-image img {
    width: 795px;}

	.two-products .spacing--custom {
    right: 30%;}

	
	.supports-absolute-header slider-vertical {
		margin: 0;
	}

	.four-products .slider-background__image .lazy-image img{
		    width: 625px;
	}


	.five-products .slider-background__image .lazy-image img {
   		 width: 820px;}

		 .sidebar{
			    z-index: 999999;
		 }

		.template-page-nisha-recommends .internalscrlllsection .product-block{
			    width: 25% !important;
		}

		.five-products [data-variant-id="42551264903254"]{
    		left: 73% !important;
		}

		.four-products [data-variant-id="42915686154326"]{
			    left: 72% !important;
		}

		.five-products [data-variant-id="42817591214166"]{
			    top: 7% !important;
		}

		.process-left {
    	flex: 0 0 100%;}

			.artisanal_sec .rich-text__image{
				    max-height: 475px;
			}

			.artisanal_sec .content-top-image-wrapper .lazy-image{
				    padding-top: 66.951807% !important;
			}

			.img-product_wrapper .left-image{
				    max-width: 460px;
			}

			.img-product_wrapper{
				justify-content:center
			}

			.model-image-block{
				width: 295px;
			}

			.stack-happiness-right {
    			flex: 0 0 100%;}

				.stack-happiness-left {
					flex: 0 0 100%;
					max-width: 100%;
					text-align: center;
				}

				.stack-happiness-wrapper{
					flex-wrap: wrap;
   					 gap: 50px;
				}

				.feature-container .product-image{
					    height: 300px !important;
				}

				.feature-container .product-card{
					height: 100%
				}

				.feature-container .product-meta{
					text-align: left;
					bottom: 10px;
				}

				.sp__right_proimg img{
					    width: 245px;
    					height: 210px;
				}

				.sp__right_proimg {
					width: 255px;
					height: 215px;}

					.sp__inner{
						    padding: 0;gap: 30px;
					}

					.bundler__footer .btn-primary {
					min-width: 150px;
				}

				.totalWrapper span {
					font-size: 28px;
					line-height: 28px;
				}

				.two-products .slider-background__image .lazy-image img{
					width: 790px;
				}

				.two-products .slider-background__image .lazy-image{
					    transform: translateY(-190px) !important;
				}

				.template-page-nisha-recommends .internalscrlllsection .product-block[data-variant-id="42915686154326"]{
					    left: 70% !important;}

}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
}
 @media only screen and (min-width: 768px) {
}
/* mobile view */
@media only screen and (max-width: 767px) {
  /* home page */
  .artisanal_sec .rich-text__container {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .artisanal_sec .bannerSmallImg {
    padding-top: 10% !important;
  }

  .artisanal_sec h2 {
    font-size: 27px;
    line-height: 40px;
  }

  .home-stack .bundler-container .bundler {
    flex-wrap: wrap;
  }

  .img-product_wrapper .product-card {
    width: 163px;
    height: 210px;
  }

  .img-product_wrapper .left-image,
  .img-product_wrapper .left-image img {
    height: 450px;
  }

  .stack-happiness-wrapper {
    flex-wrap: wrap;
  }

  .stack-happiness-section {
    padding: 0;
  }

  .model-image-block {
    width: 100%;
  }

  .stack-happiness-right {
    flex: 0 0 100%;
    margin-top: 34px;
	}
	
	.template-index .left-side-wrapper .product-image {
    max-height: 320px;
	}

	.template-index .left-side-wrapper .product-meta {
    text-align: left;
	bottom: 15px;
	}

	.procontent-heading-text .procontent-top-img.display-xs {
	display:block;
    margin-bottom: 0;
    top: 0;
    position: relative;
	opacity: 1;
	}

  .feature-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .product-column {
    width: 320px;
    height: 320px;
  }

  .product-meta {
    opacity: 1;
  }

  .process-text {
    margin-right: 0;
    margin-left: 25px;
  }

  product-bundler.opened .bundler__footer {
    flex-direction: row-reverse;
    width: 100%;
    align-items: center;
    gap: 20px;
  }

  product-bundler.opened .bundler__footer .totalWrapper p {
    display: none;
  }

  product-bundler.opened .bundler__footer .totalWrapper h4 span {
    display: flex;
    flex-direction: row;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }

  .bundler .bundler__footer {
    background: #728363 !important;
    opacity: 0.36;
    pointer-events: none;
  }

  .button--icon .button__text {
    text-align: left;
  }

  .bundler-full .bundler__footer:has(button[data-js-add-bundle-to-cart]) {
    opacity: 1;
  }

  product-bundler.opened .bundler__footer .totalWrapper {
    margin: 0;
    padding: 0 20px;
  }

  product-bundler.opened .bundler__footer .totalWrapper h4 {
    margin: 0;
    font-size: 14px;
  }

  .template-index .bundler .bundler__footer .button {
    min-width: 120px;
  }

  .left-side-wrapper {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .left-side-wrapper .product-column {
        width: 100%;}

	.secondary-image-wrapper img{
			    width: 100%;
		}

  .sp__inner {
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    gap: 18px;
  }

  .sp__left-img {
    height: 100%;
    object-fit: cover;
  }

  .home-stack .bundler-product__image {
    width: 4.4rem;
    height: 4.4rem;
  }

  .home-stack .bundler-product {
    min-width: 25vw;
    max-width: 22vw;
  }

  .home-stack .bundler-container .bundler__content-products {
    gap: 0.8rem;
  }

  .home-stack .bundler__content-products .bundler-product::before {
    width: 20px;
    height: 20px;
    right: -16px;
    font-size: 15px;
  }

  section.procontent-wrapper .container--large {
    display: flex;
    flex-direction: column-reverse;
  }

  section.procontent-wrapper .procontent-subtext {
    max-width: 145px;
    flex: 0 0 100%;
    top: 125px;
    right: 10px;
  }

  .procontent-heading-text h2 {
    margin: 22px 0 10px;
    font-size: 21px;
    line-height: 120%;
  }

  .procontent-subtext p {
    font-size: 10px;
    line-height: 20px;
  }

  section.procontent-wrapper .procontent-product-grid {
    position: relative;
  }

  section.procontent-wrapper .procontent-product.prodcon-1 {
    position: static;
    width: 180px;
    height: 180px;
  }

  .procontent-header-row {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #f6f5eb;
  }

  section.procontent-wrapper {
    min-height: 1100px;
    margin-bottom: 0;
  }

  .procontent-product.prodcon-2 {
    top: 450px;
    left: auto;
    right: 0;
    width: 183px;
    height: 202px;
  }

  .procontent-product.prodcon-3 {
    top: 700px;
    z-index: 99;
    left: 0;
    width: 230px;
    height: 277px;
  }

  .procontent-product.prodcon-4 {
    left: 0;
    top: 1120px;
    width: 158px;
    height: 178px;
  }

  .procontent-wrapper .container--large {
    padding-left: 0;
    padding-right: 0;
  }

  .procontent-product.prodcon-5 {
    width: 180px;
    height: 178px;
    right: 0;
    top: 1000px;
  }

  section.procontent-wrapper .procontent-top-img {
    top: 90px;
    position: sticky;
    margin-bottom: 750px;
	opacity: 0!important;
    pointer-events: none;
  }

  .template-index .single_tab .product-item {
    width: 75%;
  }

  .sp__left {
    width: 100%;
    height: 487px;
  }

  .sp__right_proimg,
  .sp__right_proimg img {
    width: 100%;
  }

  .sp .container--large {
	margin-top: 70px;
  }

  .sp__product:hover .sp__meta, .sp__product:focus .sp__meta {
    opacity: 1;
    
	}

  .multicolumn-section{
	    margin: 70px auto 0;
  }

  .img-product_wrapper .products {
    gap: 12px;
	    margin-bottom: 28px;
  }

  .section-heading--one-row .section-heading__title{
	        max-width: 100%;
  }

  .product-recommendations .product-item .product-item__link{
	display:block;
	opacity: 1
  }

	.product-recommendations .container--vertical-space {
		margin-top: 120px;
	}

  .template-index product-bundler .bundler-container {
    padding-top: 0;
  }

  .template-index .product-image {
    width: 100%;
  }


  .procontent-img-wrap .procontent-name, .procontent-img-wrap .procontent-price {
    	opacity: 1;
	}

	.product-name {
		font-size: 12px;
		line-height: 6px;
	}

	.product-price {
    	font-size: 12px;
		padding: 9px 0
	}

	.template-index .home-stack {
    	margin-top: 95px;
	}

	.template-index .tabable_section .product-item__image{
		padding-top: 85.00048% !important;
	}

	.template-index  .home-stack .product-item {
		background: url('/cdn/shop/files/design-hover.png?v=1754055712') no-repeat;
		background-size: cover;
	}

	.img-product_wrapper .product-card .product-info {
		opacity: 1;
	}
	.img-product_wrapper .para_con p{
		    max-width: 315px;
	}

	.content-text p {
		font-size: 12px;
		line-height: 22px;
		padding: 0;
	}

	.secondary-image-wrapper{
		width: 100%;
	}

	.footer-top .footer-item:nth-child(2) {
   		 padding-left: 0;
	}

	 .footer-menu-grid {
    	grid-template-columns: 1fr 1fr; 
  	}
  /* home page /*/

  /* product list page */
  .template-collection .collection-highlight-description {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }

  .template-collection .mount-quick-buy {
    margin-top: 70px;
  }

  .template-collection .collection-highlight-text {
    margin-top: 38px;
  }

  .template-collection .pro_price_wrapper .text-size--large,
  .template-collection .pro_price_wrapper .product-item__price span {
    font-size: 14px;
  }

  .template-collection .collection-heading {
    justify-content: flex-end;
  }

  .product-item__quick-buy .product-form {
    margin-top: 0.8rem;
    opacity: 1;
  }

  .product-form .button {
    padding: 0.05rem 0.9375rem !important;
  }

  .template-collection .product-item__text {
    padding: 0 12px;
  }

  .product-item:hover {
    background: none;
  }
  .sidebar__body .collection-filters__field {
    display: block;
  }

  .collection-filters__field select {
    border: var(--border-width-forms) solid var(--color-borders-forms-primary);
  }
  /* product list page /*/

  /* product details page */
  .template-product .main-product {
    display: flex;
    flex-direction: column-reverse;
  }

  .details_care_wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

	.details-care-section .left {
		padding: 45px 8px 10px;
	}

	.details-care-section h2{
			margin-bottom: 12px;
	}
  .custom-multicolumn .columns-wrapper {
    padding: 0 30px;
    gap: 25px;
  }

  .custom-multicolumn .column-block {
    max-width: 62px;
    height: 53px;
  }
	.product-recommendations .product-item {
		min-height: auto;
	}

	.product-gallery__thumbnails-holder {
    	justify-content: flex-start;
	}	

	.add-to-cart.btn-primary{
		max-width:100%;
		margin-right: 0
	}

	.img-product_wrapper .para_con{
		    margin: 0 0 10px;
	}
  /* product details page/ */

  /* footer */
  .image_with_social_wrapper {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }

  .image_social_right {
    justify-content: center;
    gap: 20px;
    min-width: auto;
  }

  .image_social_left {
    padding-bottom: 20px;
  }

  .image_social_lwrap {
    width: 100%;
  }

  .logo_img {
    width: 220px;
    margin: auto;
  }

  .image_social_rwrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
	gap: 18px;
  }

  .image_with_social {
    padding: 20px;
  }

  .social_links {
    display: flex;
    justify-content: center;
  }

  .image_grid_one {
    width: 250px;
  }

  .image_social_rwrap .image_grid_two,
  .image_social_rwrap .image_grid_one {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    max-width: 100%;
  }

  /* footer/ */

  /* our story */
  .crafted .content-top-image {
    padding-top: 75px !important;
  }

  .inspiration .rich-text__text {
    padding-top: 30px;
	    margin-left: 0;
  }

  /* our story/ */

  /* build your set */
  .template-page-build-your-set .build_set .product_bundle {
    display: unset;
  }

  .template-page-build-your-set .build_set .single_tabbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .tab_header_section ul a {
    font-size: 16px;
    line-height: 18px;
    padding: 0 12px 0 0;
  }

  .build_stack .rich-text__image .lazyloaded {
    padding-top: 119.910555% !important;
  }

  .build_stack .rich-text__image {
    margin-bottom: 50px;
  }

  	.build_stack .card__text {
		max-width: 320px;
		margin: 0;
	}

	.build_stack .rte p{
		    padding-left: 40px;
	}

	.build_stack .rich-text__text{
		padding: 30px 10px;
	}

	.template-page-build-your-set .build_set .container--vertical-space{
   		 margin-top: 50px;
	}

	.template-page-build-your-set .build_set .single_tabbox .product-item__image
    {
		    padding-top: 75% !important;
	}

	.template-page-build-your-set .product-item .product-item__image-no-slider, .product-item .product-item__image-no-slider img {
		border-radius: 0;
		padding: 0;
	}

	.template-page-build-your-set .pro_price_wrapper{
		align-items: flex-start;
		flex-direction: column;
	}

	.template-page-build-your-set .product-price{
		padding: 10px 0 5px;
	}

	.template-page-build-your-set .single_tab .product-item{
			margin-right: 0 !important;
	}

	.template-page-build-your-set .single_tab .card__text.product-item__text{
		    padding: 15px 5px;
	}

	.template-page-build-your-set .bundler-product__remove{
		left: 3.6rem;
		width: 1rem;
    	height: 1rem;
	}

	.template-page-build-your-set .bundler .bundler__footer{
		        overflow: hidden;
	}

	.template-page-build-your-set  .button--icon .button__text{
		text-align: right !important;
	}

		.template-page-build-your-set .bundler-product__image {
		width: 70px;
		height: 90px;
	}

	.template-page-build-your-set .bundler-product__text-title{
			font-size: 15px;
	}

	.template-page-build-your-set .bundler__content-products{
		gap: 1rem
	}

	.template-page-build-your-set product-bundler .bundler-container{
		padding-top: initial
	}


	.build_set .bundler__header-title{
		font-size: 20px;
		line-height: 28px;
	}
  /* build your set/ */

  /* contact us */
  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact_img .contactimg {
    position: relative;
    width: 100%;
  }

  .contact_img img {
    width: 100%;
  }

  .contact_img {
    flex-wrap: wrap;
  }

  .contact-form__row .button{
	    background: #728363;
    text-align: center !important;
	border: 0.59px solid #728363;
    color: #fff;
  }

	.contact-form__row  .button--icon .button__text {
		text-align: center;
	}

  /* contact us/ */

  /* our story */
  .crafted .rich-text__image {
    height: 450px;
  }

  .crafted .rich-text__image figure {
    height: 100%;
  }

  .inspiration .rich-text__image-caption p {
    font-size: 24px;
    line-height: 40px;
  }

  .process-container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .process-right {
    gap: 18px;
    flex-wrap: wrap;
  }

  .process-product {
    width: 100%;
  }
  .process-left {
    padding: 35px 0 0;
  }

  .love .rte.text-size--regular {
    width: auto;
  }

  .gallery-item {
    max-width: 420px;
  }

  .hope-grid-item img {
    height: 550px;
	}

  .birth .rich-text__container--image-right {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .birth .rte.text-size--regular {
    margin-bottom: 24px;
  }

  .crafted .rte.text-size--regular p,
  .inspiration .rte.text-size--regular p,
  .love .rte.text-size--regular p,
  .birth .rte.text-size--regular p,
  .hope-center p {
    font-size: 12px;
    line-height: 24px;
  }

  .hope-top,
  .hope-bottom {
    flex-wrap: wrap;
  }

  .birth .container--vertical-space {
    margin-top: 60px;
  }

  .hope-top .hope-center {
    width: 100%;
    padding: 0;
	position: relative;
    top: 560px;
  }

	.hope-center h2 {    margin: 0;}

  .hope-for-jewelry {
    position: relative;
  }

  .hope-top .hope-product:last-child {
    position: relative;
    top: 535px;
  }

	.hope-bottom .hope-grid-item {
		padding: 0;
	}

	.hope-bottom .hope-grid-item:nth-child(2) {
		margin-top: 565px;
	}

	.hope-bottom .hope-grid-item:last-child {
		margin-top: 40px;
		display: none;
	}

	section.hope-for-jewelry {
		padding: 0;
		margin: 0
	}

	.hope-bottom .hope-grid-item:first-child {
		margin-top: -585px;
	}

	.crafted .heading-size--regular, .love .heading-size--regular, .birth .heading-size--regular{
			font-size: 24px;
		line-height: 28px;
	}

	.template-page-about  .crafted .rte.text-size--regular p{
			padding-left: 37px;
	}

	.template-page-about .inspiration .rich-text__image {
		height: 380px;}

		.template-page-about .crafted .heading-size--regular{
		max-width: 260px;
		}

		.template-page-about .inspiration .rich-text__image figure{
				padding-top: 110% !important;
		}

		.inspiration.rich-text__image-caption p{
			line-height: 30px;
			margin: 0;
			padding: 18px 0;
		}

		.inspiration.rich-text__image-caption{
			margin-top: 40px;
			padding: 0 10px;
			position: inherit;
    		bottom: 0;
		}

		.inspiration .container--vertical-space {
			margin-top: 10px;
		}

		.inspiration .spacing--custom>*:not(:last-child){
			margin: 0 
		}

		.process-section .container--vertical-space {
			margin-top: 40px;
		}

	.merged-section:has(.inspiration) {
		display: flex;
		flex-direction: column-reverse;
	}

	.process-right .process-product p{
		    padding: 0;
			margin: 0 
	}

	.process-right .product-meta{
		    bottom: 25px;
	}

	.richtext_container {
   	 margin: 0 auto ;}

	.inspiration .container--vertical-space {
    	margin-top: 0;
	}

	.love .rich-text__image {
    	width: 300px;
	}

	.custom-gallery {
		padding-top: 15px;
	}

	.birth.container--vertical-space {
		margin-top: 130px;
	}

	.birth .element--height-small {
		min-height: 64vh;
	}

	.hope-for-jewelry .container--vertical-space {
		margin-top: 80px;
	}
  /* our story/ */

  /* nisha recommends */
  .nish-top .rich-text__container {
    width: 100%;
  }

  .slider-background__image .lazy-image img {
    width: 100%;
    object-fit: cover;
  }

  .two-products .slider-background__image .lazy-image img {
    object-position: center;
    width: 100%;
    object-fit: cover;
  }

  .slider-vertical__slides .internalscrlllsection {
    position: static;
  }

  .slider-vertical__slides .internalscrlllsection .product-block {
    position: relative;
  }

  body#nisha-recommends .slider-vertical__slides {
    margin-top: 0;
  }

  body#nisha-recommends slider-vertical {
    padding: 0;
    margin: 0;
  }

  body#nisha-recommends .slider-vertical__text {
    height: max-content;
  }

  body#nisha-recommends .slider-vertical__slides {
    min-height: max-content;
  }

  .two-products .spacing--custom {
    position: static;
  }

	body#nisha-recommends .mobiview span {
		text-align: center;
	}

	body#nisha-recommends .mobiview {position: absolute;bottom: 0;left: 0;right: 0;width: 170px !important;margin: auto;min-width: 0;}

  .desktoSectionvw {
    display: none;
  }
  .mobileBtnView {
    position: relative;
    z-index: 99999;
  }
  .slider-vertical__slides .internalscrlllsection .product-block {
    position: relative;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    width: 100% !important;
  }

  .slider-vertical__slides .internalscrlllsection {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mobileBtnView {
    grid-column: 1 / 3;
    text-align: center;
    display: block;
  }

  .slider-vertical__slides .internalscrlllsection {
    gap: 40px;
  }

  .slider-vertical__slides .internalscrlllsection .mobileBtnView {
    margin: 120px 0;
  }

  body#nisha-recommends slider-vertical {
    margin: 40px 20px;
  }

  .slider-vertical.two-products .internalscrlllsection .mobileBtnView {
    order: 2;
  }

  .slider-vertical.four-products
    .slider-vertical__slides
    .internalscrlllsection
    .mobileBtnView {
    order: 3;
  }
  .slider-vertical.three-products
    .slider-vertical__slides
    .internalscrlllsection
    .mobileBtnView {
    order: 3;
  }
  .slider-vertical.five-products
    .slider-vertical__slides
    .internalscrlllsection
    .mobileBtnView {
    order: 3;
  }

  .four-products .slider-background__image .lazy-image img {
    height: auto;
    width: auto;
  }

  .crafted .rich-text__image figure{
	    padding-top: 130.821429% !important;
  }

  .nish-top .rich-text__container .gutter--xlarge {
    padding: 30px 0 50px;
	}

	.crafted.nish-top .heading-size--regular{
		margin-top: 20px;
	}

	.slider-vertical__slides .internalscrlllsection .product-block[data-variant-id="42551259562070"]{
			left: 133% !important;

	}
  /* nisha recommends/ */

	.main-product .element--is-sticky {
		width: 100%;
	}

 	.template-page-about  .crafted .rich-text__image figure {
    	padding-top: 100.821429% !important;
	}

	.details-care-section .container--vertical-space {
		margin-top: 100px;
	}

	.template-index .bundler-product__remove {
    left: 4rem;
	}

	.image_social_left {
    flex: 0 0 100%;   
    margin: auto;
	}

	.tab_content_section .single_tab.active .product-item {
		margin-right: 20px;
	}

	section.procontent-wrapper .procontent-top-img.display-xs{
		opacity:1!important
	}

	.content_btnwrap{
		    padding-left: 0;
	}

	button#Subscribe-newsletter-footer-block {
    min-width: 100%;}

	.right_wrapper, .details-care-section img{
		    width: 100%;
	}

	.inspiration.container--vertical-space{
		margin: 0
	}

	.five-products .slider-background__image .lazy-image img {
    	width: auto;}

	.three-products .slider-background__image .lazy-image img {
    	width: auto;
	}

	.product-recommendations .section-heading__text span{
		font-size: 25px;
    	line-height: 36px;
		text-align: left;
	}

	.product-item__text.spacing--xlarge .pro_price_wrapper{
		flex-wrap: wrap;
		margin-bottom: 12px;
	}

	.product-recommendations .product-item__link{
		font-size: 14px;
    	line-height: 20px;
		padding: 10px;
	}

	.product-item__text .button--icon .button__text{
		justify-content: center;
    	display: flex
	}

	.product-item__text .product-item__price {
    	width: 100%;
	}

	 .sidebar,	 .sidebar.sidebar--opened, .stacked-popups{
			    z-index: 999999;
		 }

	.procontent-product  .product-price {
		padding: 9px 14px;
	}

	.slider-vertical__slides .internalscrlllsection .product-block{
		z-index: 9!important
	}

	.procontent-wrapper.collection-head .procontent-top-img {
		top: 5px;
		position: relative;
		margin-bottom: 0;
		pointer-events: none;
	}

	.procontent-wrapper.collection-head .procontent-header-row{
		margin-bottom: 0
	}

	.template-index .collection_list  .container--large{
		margin-top: 0
	}

	.single_tab {
   		 margin-bottom: 25px;
	}

	.product-card .product-info .product-name{
		padding: 0
	}

	.submenu-holder .submenu-masonry {
		display: flex;
		flex-direction: column;
	}

	.mega-link[data-link="4"] {
		order: 999; 
	}

	.signature_content{
		margin-top: 20px;
	}
}

 @media only screen and (min-width: 400px) {
	.secondary-image-wrapper img{
	        height: 500px;
	}
 }

 @media only screen and (max-width: 400px)  {
	.gallery-item {
    max-width: 346px;
	}

	.hope-bottom .hope-grid-item:first-child {
    margin-top: -520px;
	}

	.hope-top .hope-center{
		top: 416px;
	}

	.hope-top .hope-product:last-child{
		        top: 395px;
	}

	.hope-center p {
        font-size: 11px;
        line-height: 20px;
    }

	.hope-grid-item img {
    height: 400px;
	}

	.hope-bottom .hope-grid-item:nth-child(2) {
    margin-top: 430px;
	}
 }
 @media only screen and (max-width: 350px)  {
	section.procontent-wrapper .procontent-product.prodcon-1{
		        width: 145px;
	}

	.gallery-item {
		max-width: 290px;
		}

	.hope-bottom .hope-grid-item:first-child {
		margin-top: -480px;
	}

	.hope-bottom .hope-grid-item:nth-child(2) {
		margin-top: 420px;
	}

	.hope-center p {
        font-size: 11px;
        line-height: 20px;}

		.hope-top .hope-product:last-child {
			position: relative;
			top: 395px;
		}
		.hope-top .hope-center {
			position: relative;
			top: 420px;
		}
		.hope-center h2{
			line-height: 30px;
		}
 }