/** Shopify CDN: Minification failed

Line 9514:25 Unexpected "{"

**/
/*Collage*/
.collage-wrapper-title {
	margin-top: 0;
	margin-bottom: 3rem;
}

.collage {
	display: grid;
}

.collage__item>* {
	width: 100%;
}

.collage__item .card__content {
	flex-grow: initial;
}

@media screen and (max-width: 749px) {
	.collage {
		grid-column-gap: var(--grid-mobile-horizontal-spacing);
		grid-row-gap: var(--grid-mobile-vertical-spacing);
	}

	.collage--mobile {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.collage--mobile .collage__item--left:nth-child(3n - 2) {
		grid-column: span 2;
	}

	.collage--mobile .collage__item--left:nth-child(3n - 2):nth-last-child(2) {
		grid-column: span 1;
	}

	.collage--mobile .collage__item--left:nth-child(3n) {
		grid-column-start: 2;
	}

	.collage--mobile .collage__item--right:nth-child(3n - 2) {
		grid-column-start: 1;
	}

	.collage--mobile .collage__item--right:nth-child(3n - 2):last-child {
		grid-column: span 2;
	}

	.collage--mobile .collage__item--right:nth-child(3n - 1) {
		grid-column-start: 2;
	}

	.collage--mobile .collage__item--right:nth-child(3n) {
		grid-column: 1 / span 2;
	}
}

@media screen and (min-width: 750px) {
	.collage {
		grid-auto-flow: column;
		grid-column-gap: var(--grid-desktop-horizontal-spacing);
		grid-row-gap: var(--grid-desktop-vertical-spacing);
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.collage__item--left:nth-child(3n - 2) {
		grid-column: 1 / span 2;
		grid-row: span 2;
	}

	.collage__item--left:nth-child(3n - 2):last-child {
		grid-column: 1 / span 3;
	}

	.collage__item--left:nth-child(3n - 1),
	.collage__item--left:nth-child(3n) {
		grid-column-start: 3;
	}

	.collage__item--left:nth-child(3n - 1):last-child {
		grid-row: span 2;
	}

	.collage__item--right:nth-child(3n - 2) {
		grid-column: 1 / span 1;
		grid-row: span 1;
	}

	.collage__item--right:nth-child(3n - 2):last-child {
		grid-column: 1 / span 3;
	}

	.collage__item--right:nth-child(3n - 1) {
		grid-column-start: 1;
	}

	.collage__item--right:nth-child(3n-1):last-child {
		grid-column: span 2;
	}

	.collage__item--right:nth-child(3n) {
		grid-column: 2 / span 2;
		grid-row: span 2;
	}

	.collage__item--collection:only-child,
	.collage__item--product:only-child {
		justify-self: center;
		max-width: 73rem;
		width: 100%;
	}
}

.collage-card {
	background: var(--card-background);
	height: 100%;
	position: relative;
	border-radius: var(--border-radius);
	padding: var(--image-padding);
	border: var(--border-card-width) solid rgba(var(--border-card-color), var(--border-card-opacity));
}

.collage-card:after {
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
	width: calc(var(--border-width) * 2 + 100%);
	height: calc(var(--border-width) * 2 + 100%);
	top: calc(var(--border-width) * -1);
	left: calc(var(--border-width) * -1);
}

.collage-card.product-card-wrapper {
	--border-radius: var(--product-card-corner-radius);
	--border-width: var(--product-card-border-width);
	--border-opacity: var(--product-card-border-opacity);
	--shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
	--shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
	--shadow-blur-radius: var(--product-card-shadow-blur-radius);
	--shadow-opacity: var(--product-card-shadow-opacity);
	--shadow-visible: var(--product-card-shadow-visible);
	--image-padding: var(--product-card-image-padding);
}

.collage-card .media {
	height: 100%;
	overflow: hidden;
	border-radius: calc(var(--border-radius) - var(--border-width) - var(--image-padding));
}

.collage-card .deferred-media {
	height: 100%;
	overflow: visible;
}

.collage-card__link {
	display: block;
	height: 100%;
}

.collage-card .deferred-media__poster {
	background-color: transparent;
	border: 0;
}

.collage-card .deferred-media__poster:after {
	content: "";
	position: absolute;
	z-index: 1;
	outline-offset: 0.3rem;
	bottom: calc(var(--border-width) * -1);
	left: calc(var(--border-width) * -1);
	right: calc(var(--border-width) * -1);
	top: calc(var(--border-width) * -1);
}

.collage-card .deferred-media__poster:focus:after {
	outline: 1px solid rgb(var(--color-foreground));
}

.collage-card .deferred-media__poster:focus-visible:after {
	outline: 1px solid rgb(var(--color-foreground));
}

.collage-card .deferred-media__poster:focus:not(:focus-visible),
.collage-card .deferred-media__poster:focus:not(:focus-visible):after {
	outline: 1px solid rgb(var(--color-foreground));
	box-shadow: none;
}

.collage-card .deferred-media__poster:focus {
	outline: 1px solid rgb(var(--color-foreground));
	box-shadow: none;
}

/*Collapsible Content*/
.collapsible-content {
	position: relative;
	z-index: 0;
}

.collapsible-section-layout {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

@media screen and (min-width: 750px) {
	.collapsible-section-layout {
		padding-bottom: 7rem;
		padding-top: 7rem;
	}
}

.collapsible-content__media--small {
	height: 19.4rem;
}

.collapsible-content__media--large {
	height: 43.5rem;
}

@media screen and (min-width: 750px) {
	.collapsible-content__media--small {
		height: 31.4rem;
	}

	.collapsible-content__media--large {
		height: 69.5rem;
	}
}

@media screen and (min-width: 750px) {
	.collapsible-content__grid--reverse {
		flex-direction: row-reverse;
	}
}

.collapsible-content-wrapper-narrow {
	margin: 0 auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	max-width: 73.4rem;
}

.collapsible-content__header {
	word-break: break-word;
}

.collapsible-content__heading {
	margin-bottom: 2rem;
	margin-top: 0;
}

@media screen and (min-width: 750px) {
	.collapsible-content__heading {
		margin-bottom: 3rem;
	}
}

.collapsible-none-layout .accordion+.accordion {
	border-top: 0;
}

.collapsible-row-layout .accordion:not(:first-child):not(.color-background-1) {
	margin-top: 1rem;
}

.caption-with-letter-spacing+h2 {
	margin-top: 1rem;
}

@media screen and (min-width: 750px) {
	.collapsible-content .accordion {
		margin-top: 0;
	}
}

.collapsible-row-layout .accordion {
	border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
	margin-bottom: 1.5rem;
}

.collapsible-row-layout .accordion summary,
.collapsible-row-layout .accordion .accordion__content {
	padding: 1.5rem;
}

.collapsible-row-layout .accordion .accordion__content {
	padding-top: 0;
}

.collapsible-content summary:hover {
	background: rgba(var(--color-foreground), 0.04);
}

.collapsible-content summary:hover .accordion__title {
	text-decoration: none;
	text-underline-offset: 0.3rem;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
	@media screen and (min-width: 750px) {

		.collapsible-content__grid:not(.collapsible-content__grid--reverse) .grid__item:last-child,
		.collapsible-content__grid--reverse .collapsible-content__grid-item {
			padding-left: 5rem;
			padding-right: 0;
		}
	}

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

		.collapsible-content__grid:not(.collapsible-content__grid--reverse) .grid__item:last-child,
		.collapsible-content__grid--reverse .collapsible-content__grid-item {
			padding-left: 7rem;
		}
	}
}

/*Customer*/
.customer {
	text-align: start;
}

.customer:not(.account):not(.order) {
	margin: 0 auto;
	max-width: 33.4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
	.customer:not(.account):not(.order) {
		max-width: 500px;
	}
}

.customer>h1,
.customer__title {
	margin-top: 0;
}

.customer form {
	margin-top: 2rem;
}

.customer button {
	margin: 1rem 0 1rem;
}

.customer ul {
	padding-left: 4.4rem;
	text-align: left;
	margin-bottom: 4rem;
}

.customer ul a {
	display: inline;
}

.customer strong {
	font-weight: normal;
	color: rgb(var(--color-foreground));
}

.customer h2.form__message {}

@media only screen and (min-width: 750px) {
	.customer h2.form__message {}
}

.customer .field {
	margin: 2rem 0 0 0;
}

.customer .field:first-of-type {
	margin-top: 0;
}

/* Customer Table */
.customer table {
	table-layout: auto;
	border-collapse: collapse;
	border-bottom: 0.01rem solid rgba(var(--color-foreground), 0.08);
	box-shadow: none;
	width: 100%;
	position: relative;
}

@media screen and (min-width: 750px) {
	.customer table {
		border: none;
		box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.08);
	}
}

@media screen and (forced-colors: active) {
	.customer table {
		border-top: 0.1rem solid transparent;
		border-bottom: 0.1rem solid transparent;
	}
}

.customer tbody {
	color: rgba(var(--color-foreground), var(--alpha-font-opacity));
}

.customer th,
.customer td {
	font-weight: 400;
	line-height: 1;
	border: none;
	padding: 0;
}

@media screen and (min-width: 750px) {
	.customer td {
		padding-right: 2.2rem;
	}
}

.customer tbody td {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.customer td:empty {
	display: initial;
}

.customer thead th {}

.customer tbody td:first-of-type {
	padding-top: 4rem;
}

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

	.customer th,
	.customer td:first-of-type {
		text-align: left;
		padding-left: 0;
		padding-right: 2.2rem;
	}

	.customer thead th,
	.customer tbody td {
		padding-top: 2.4rem;
		padding-bottom: 2.4rem;
	}

	.customer th:first-of-type,
	.customer td:first-of-type {
		padding-left: 2.2rem;
	}

	.customer tbody td {
		vertical-align: top;
	}

	.customer tbody td:first-of-type {
		padding-top: 2.4rem;
	}
}

.customer tbody td:last-of-type {
	padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
	.customer tbody td:last-of-type {
		padding-bottom: 0;
	}
}

.customer tbody tr {
	border-top: 0.01rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 750px) {
	.customer tbody tr:first-of-type {
		border-top: none;
	}
}

@media screen and (forced-colors: active) {
	.customer tbody tr {
		border-top: 0.1rem solid transparent;
	}
}

.customer tfoot td:first-of-type,
.customer tfoot td {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.customer tfoot td:first-of-type {
	text-align: left;
}

.customer tfoot tr:first-of-type td {
	padding-top: 4rem;
}

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

	.customer tfoot tr:first-of-type td,
	.customer tfoot tr:first-of-type th {
		padding-top: 2.4rem;
	}
}

.customer tfoot tr:last-of-type td {
	padding-bottom: 4rem;
}

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

	.customer tfoot tr:last-of-type td,
	.customer tfoot tr:last-of-type th {
		padding-bottom: 2.4rem;
	}
}

/* works around colspan phantom border issues */
.customer thead::after,
.customer tfoot::before {
	content: " ";
	height: 0.1rem;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	background: rgba(var(--color-foreground), 0.08);
}

@media screen and (forced-colors: active) {

	.customer thead::after,
	.customer tfoot::before {
		background: CanvasText;
	}
}

/* mobile table overrides */
@media screen and (max-width: 749px) {

	.customer thead,
	.customer th,
	.customer tfoot td:first-of-type {
		display: none;
	}

	.customer td {
		display: flex;
		text-align: right;
	}

	.customer td::before {
		color: rgba(var(--color-foreground), 0.75);
		content: attr(data-label);
		padding-right: 2rem;
		flex-grow: 1;
		text-align: left;
	}

	.customer td:first-of-type {
		display: flex;
		align-items: center;
	}

	.customer tr {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
	}
}

/* Pagination */
.customer .pagination {
	margin-top: 5rem;
	margin-bottom: 7rem;
}

@media screen and (min-width: 990px) {
	.customer .pagination {
		margin-top: 7rem;
		margin-bottom: 10rem;
	}
}

.customer .pagination ul {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
}

.customer .pagination li {
	flex: 1 1;
	max-width: 4rem;
}

.customer .pagination li:not(:last-child) {
	margin-right: 1rem;
}

.customer .pagination li :first-child {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 4rem;
	width: 100%;
	padding: 0;
	text-decoration: none;
}

.customer .pagination li :first-child svg {
	height: 0.6rem;
}

.customer .pagination li:first-of-type svg {
	margin-left: -0.2rem;
	transform: rotate(90deg);
}

.customer .pagination li:last-of-type svg {
	margin-right: -0.2rem;
	transform: rotate(-90deg);
}

.customer .pagination li [aria-current]::after {
	content: "";
	display: block;
	width: 2rem;
	height: 0.01rem;
	position: absolute;
	bottom: 0.08rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: currentColor;
}

/* Login */
.login a {
	display: block;
	width: fit-content;
}

.login a[href="#recover"] {
	margin-left: 0;
	margin-right: 0;
}

.login .field+a {
	margin-top: 1rem;
}

.login p {
	margin: 1.5rem 0;
}

.login h3 {
	margin-top: 1.5rem;
	text-align: left;
}

#customer_login_guest button {
	margin-top: 0;
}

#recover,
#recover+div {
	display: none;
}

#recover:target {
	display: block;
}

#recover:target+div {
	display: block;
}

#recover:target~#login,
#recover:target~#login+div {
	display: none;
}

#recover,
#login {
	scroll-margin-top: 20rem;
}

#recover {
	margin-bottom: 0;
}

.activate button[name="decline"],
.addresses li>button,
.addresses form button[type] {
	background-color: rgba(var(--color-background), var(--alpha-button-background));
	color: rgb(var(--color-link));
}

@media only screen and (min-width: 750px) {
	.activate button[name="decline"] {
		margin-top: inherit;
		margin-left: 1rem;
	}
}

/* Account/Order */
:is(.account, .order) {
	margin: 0 auto;
	max-width: var(--page-width);
	padding-left: 2rem;
	padding-right: 2rem;
}

@media screen and (min-width: 750px) {
	:is(.account, .order) {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media screen and (min-width: 990px) {
	:is(.account, .order)>div:nth-of-type(2) {
		display: flex;
		margin-top: 5rem;
	}
}

@media screen and (min-width: 990px) {
	:is(.account, .order)>div:nth-of-type(2)>div:first-of-type {
		flex-grow: 1;
		padding-right: 3.2rem;
	}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.order>div:nth-of-type(2)>div:last-of-type {
		display: flex;
	}

	.order>div:nth-of-type(2)>div:last-of-type div {
		padding-right: 3.2rem;
	}
}

:is(.account, .order) p {
	margin: 0 0 2rem;
}

:is(.account, .order) h1 {
	margin-bottom: 1rem;
}

:is(.account, .order) h2 {
	margin-top: 4rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
	:is(.account, .order) h2 {
		margin-top: 0;
	}
}

.account h1+a {
	display: inline-flex;
	align-items: center;
}

.account a svg {
	width: 1.5rem;
	margin-bottom: -0.03rem;
	margin-right: 1rem;
}

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

	.account thead th:last-child,
	.account td:last-child {
		text-align: right;
	}

	.account table td:first-of-type {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
	}
}

.account table td:first-of-type a {
	padding: 1.1rem 1.5rem;
	text-decoration: none;
	box-shadow: 0 0 0 0.1rem rgba(var(--color-link), 0.2);
	border: 0.1rem solid transparent;
}

.account table td:first-of-type a:hover {
	box-shadow: 0 0 0 0.2rem rgba(var(--color-link), 0.2);
}

.order td:first-of-type {
	align-items: initial;
}

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

	.order thead th:nth-last-child(-n + 3),
	.order td:nth-last-child(-n + 3) {
		text-align: right;
	}
}

.order tfoot tr:last-of-type td,
.order tfoot tr:last-of-type th {
	padding-top: 1.5rem;
	padding-bottom: 4rem;
}

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

	.order tfoot tr:last-of-type td,
	.order tfoot tr:last-of-type th {
		padding-bottom: 2.4rem;
	}
}

.order tfoot tr:last-of-type td:before {}

.order table p,
.order>div:nth-of-type(2)>div:first-of-type h2,
.order>div:nth-of-type(2)>div:last-of-type h2+p {
	margin-bottom: 0;
}

.order>div:nth-of-type(2)>div:first-of-type h2~p {
	margin-bottom: 0;
}

.order>div:nth-of-type(2)>div:first-of-type h2~p:last-of-type {
	margin-bottom: 3rem;
}

.order .item-props {
	margin-top: 0.05px;
	display: flex;
	flex-direction: column;
}

.order .item-props>span {
	word-break: break-all;
}

.order .fulfillment {
	width: fit-content;
	border: 0.01rem solid rgba(var(--color-foreground), 0.2);
	padding: 1rem;
	margin-top: 1rem;
	text-align: left;
}

.order .fulfillment a {
	margin: 0.7rem 0;
}

.order .fulfillment span {
	display: block;
}

.order .cart-discount {
	display: block;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

@media screen and (min-width: 750px) {
	.order td .cart-discount {
		display: none;
	}
}

.order tbody ul {
	list-style: none;
	text-align: right;
	padding-left: 0;
	margin-top: 1rem;
	margin-bottom: 0;
}

@media screen and (min-width: 750px) {
	.order tbody ul {
		text-align: left;
	}
}

.order table a {}

.order tbody tr:first-of-type td:first-of-type>div {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

@media screen and (min-width: 750px) {
	.order tbody tr:first-of-type td:first-of-type>div {
		align-items: flex-start;
	}
}

.order .properties {
	margin-top: 1rem;
}

.order .properties span {
	display: block;
}

.order svg {
	width: 1.1rem;
	color: rgb(var(--color-base-accent-2));
	margin-right: 0.5rem;
}

.order dl {
	margin: 0;
}

.order dd {
	margin-left: 0;
}

.order dd s {
	color: rgba(var(--color-foreground), 0.7);
}

.order .unit-price {
	letter-spacing: inherit;
	margin-top: 0.2rem;
	text-transform: uppercase;
	color: rgba(var(--color-foreground), var(--alpha-font-opacity));
}

.order .regular-price {}

/* Addresses */
.addresses li>button {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.addresses li>button+button,
.addresses form button+button {
	margin-top: 0rem;
}

@media screen and (min-width: 750px) {
	.addresses li>button:first-of-type {
		margin-top: 3rem;
	}
}

.addresses form button:first-of-type {
	margin-right: 1rem;
}

label[for="AddressCountryNew"],
label[for="AddressProvinceNew"] {
	display: block;
	margin-bottom: 0.6rem;
}

.addresses form {
	display: flex;
	flex-flow: row wrap;
}

.addresses form>div {
	width: 100%;
	text-align: left;
}

.addresses ul {
	list-style: none;
	padding-left: 0;
	text-align: center;
}

li[data-address] {
	margin-top: 5rem;
}

.addresses [aria-expanded="false"]~div[id] {
	display: none;
}

.addresses [aria-expanded="true"]~div[id] {
	display: block;
}

.addresses h2 {
	text-align: left;
}

li[data-address]>h2 {
	text-align: center;
	margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
	li[data-address]>h2 {}
}

.addresses ul p {
	margin-bottom: 0;
}

.addresses input[type="checkbox"] {
	margin-top: 2rem;
	margin-left: 0;
}

@media only screen and (min-width: 750px) {
	.addresses form>div:nth-of-type(1) {
		margin-right: 2rem;
	}

	.addresses form>div:nth-of-type(2) {
		margin-top: 0;
	}

	.addresses form>div:nth-of-type(1),
	.addresses form>div:nth-of-type(2) {
		box-sizing: border-box;
		flex-basis: calc(50% - 1rem);
	}
}

.addresses form>div:nth-of-type(7),
.addresses form>div:nth-of-type(7)+div[id] {
	margin-top: 1.5rem;
}

/*Disclosure*/
.disclosure {
	position: relative;
}

.disclosure__button {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 4rem;
	padding: 0 1.5rem 0 1.5rem;
	background-color: transparent;
}

.disclosure__list-wrapper {
	border-width: var(--popup-border-width);
	border-style: solid;
	border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
	overflow: hidden;
	position: absolute;
	bottom: 100%;
	transform: translateY(-1rem);
	z-index: 2;
	background: rgb(var(--color-background));
	border-radius: var(--popup-corner-radius);
	box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.disclosure__list {
	position: relative;
	overflow-y: auto;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	scroll-padding: 0.5rem 0;
	min-height: 8.2rem;
	max-height: 19rem;
	max-width: 22rem;
	min-width: 12rem;
	width: max-content;
}

.disclosure__item {
	position: relative;
}

.disclosure__link {
	display: block;
	padding: 0.5rem 2.2rem;
	text-decoration: none;
}

/*Newsletter*/
.newsletter__wrapper {
	padding-right: 4rem;
	padding-left: 4rem;
}

@media screen and (min-width: 750px) {
	.newsletter__wrapper {
		padding-right: 9rem;
		padding-left: 9rem;
	}
}

.newsletter__wrapper>* {
	margin-top: 0;
	margin-bottom: 0;
}

.newsletter__wrapper>*+* {
	margin-top: 2rem;
}

.newsletter__wrapper>*+.newsletter-form {
	margin-top: 3rem;
}

.newsletter__subheading {
	max-width: 70rem;
	margin-left: auto;
	margin-right: auto;
}

.newsletter__wrapper .newsletter-form__field-wrapper {
	max-width: 36rem;
}

.newsletter-form__field-wrapper .newsletter-form__message {
	margin-top: 1.5rem;
}

.newsletter__button {
	margin-top: 3rem;
	width: fit-content;
}

@media screen and (min-width: 750px) {
	.newsletter__button {
		flex-shrink: 0;
		margin: 0 0 0 1rem;
	}
}

/*Quick Add*/
.quick-add {
	position: relative;
	grid-row-start: 4;
	margin: 0;
	z-index: 1;
}

.card--card .quick-add {
	margin: 0 1.3rem 1rem;
}

.quick-add-modal {
	box-sizing: border-box;
	opacity: 0;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(var(--color-foreground), 0.2);
	height: 100%;
	transition-duration: 0.1s;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.quick-add-modal[open] {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.quick-add-modal[open] .quick-add-modal__content {
	opacity: 1;
	border-radius: 1rem;
}

.quick-add-modal__content {
	--modal-height-offset: 20px;
	margin: var(--modal-height-offset) auto 0;
	width: 100%;
	background: rgb(var(--color-background));
	overflow: hidden;
	max-width: var(--page-width);
	width: calc(100% - 3rem);
	border-radius: 4px;
	max-height: 90vh;
	overflow-y: auto;
	overflow-x: hidden;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 750px) {
	.quick-add-modal__content {
		--modal-height-offset: 10rem;
		margin-top: var(--modal-height-offset);
		width: 80%;
		overflow-y: auto;
	}

	quick-add-modal .quick-add-modal__toggle {
		top: 2rem;
		right: 2rem;
	}
}

@media screen and (min-width: 990px) {
	.quick-add-modal__content {
		width: 75%;
	}
}

.quick-add-modal__content img {
	max-width: 100%;
}

.quick-add-modal__content-info {
	--modal-padding: 0.5rem;
	padding-right: 4.4rem;
	display: inherit;
	overflow-y: auto;
	padding: var(--modal-padding);
	height: 100%;
}

.quick-add-modal__content-info>* {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

@media screen and (max-width: 749px) {
	quick-add-modal .slider .product__media-item.grid__item {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}

	.quick-add-modal__content {
		bottom: var(--modal-height-offset);
	}

	.quick-add-modal__content-info>* {
		max-height: 100%;
	}

	quick-add-modal .product--mobile-columns .product__media-item {
		width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
	}
}

.quick-add-modal__toggle {
	background: rgb(var(--color-background));
	border: 0px solid rgba(var(--color-foreground), 1);
	border-radius: 50%;
	color: rgba(var(--color-foreground), 1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 5px;
	z-index: 5;
	width: 28px;
	position: fixed;
	top: 1.5rem;
	right: 1.5rem;
	height: 28px;
}

.quick-add-modal__toggle:hover {
	color: rgba(var(--color-foreground), 0.75);
}

.quick-add-modal__toggle .icon {
	height: auto;
	margin: 0;
	width: 2.2rem;
}

quick-add-modal .product:not(.featured-product) .product__view-details {
	display: block;
}

quick-add-modal .quick-add-hidden,
quick-add-modal .product__modal-opener:not(.product__modal-opener--image),
quick-add-modal .product__media-item:not(:first-child) {
	display: none !important;
}

quick-add-modal .slider.slider--mobile {
	overflow: visible;
}

quick-add-modal .product__column-sticky .product__media-list {
	margin-bottom: 0;
}

quick-add-modal .product__media-list .deferred-media {
	display: block;
	width: 100%;
}

quick-add-modal .product__column-sticky {
	top: 0;
	position: relative;
}

@media screen and (min-width: 750px) {
	quick-add-modal .product:not(.product--no-media) .product__media-wrapper {
		max-width: 45%;
		width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	quick-add-modal .product:not(.product--no-media) .product__info-wrapper {
		padding-left: 4rem;
		max-width: 54%;
		width: calc(54% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	quick-add-modal .product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
		max-width: 100%;
		width: 100%;
	}

	quick-add-modal .thumbnail-slider .thumbnail-list.slider--tablet-up {
		display: none;
	}
}

quick-add-modal .page-width {
	padding: 0;
}

quick-add-modal .product__title>h1 {
	display: none;
}

quick-add-modal .product__title>a {
	display: block;
	text-decoration: none;
}

quick-add-modal .product__title>a:hover {
	color: rgb(var(--color-foreground));
	text-decoration: underline;
	text-underline-offset: 0.2rem;
	text-decoration-thickness: 0.3rem;
}

quick-add-modal .product-form__buttons {
	max-width: initial;
}

.quick-add__submit {
	padding: 0.8rem;
	min-width: 100%;
	box-sizing: border-box;
}

quick-add-modal .product-media-container.constrain-height {
	--viewport-offset: calc((var(--modal-height-offset) + var(--modal-padding) + var(--popup-border-width)) * 2);
}

@media screen and (min-width: 750px) {
	quick-add-modal .product-media-container.constrain-height {
		--constrained-min-height: 400px;
	}
}

/*Quick View*/
#quick-view {
	display: flex;
	height: 100%;
	justify-content: flex-end;
	flex-wrap: wrap;
	position: relative;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

#quick-view .qv-product-images {
	width: 40%;
	height: auto;
	display: inline-block;
	position: absolute;
	margin: 0 auto;
	left: 30px;
	top: 0;
	height: 100%;
}

#quick-view .slick-list,
#quick-view .slick-track {
	height: calc(100% - 12px);
}

#quick-view .slick-initialized .slick-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#quick-view .slick-slide {
	padding: 0 50px;
	height: 100%;
	position: relative;
}

#quick-view .slick-slide img {
	margin: 0 auto;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#quick-view .slick-dots {
	right: auto;
	left: 50%;
	bottom: 10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#quick-view .slick-dots li {
	margin: 0 8px 0 0;
}

#quick-view .slick-dots li button {
	background-color: #cacaca;
	width: 12px;
	height: 12px;
}

#quick-view .slick-dots li.slick-active button {
	background-color: #f00000;
}

#quick-view .qv-content {
	width: 56%;
	display: inline-flex;
	float: right;
	flex-direction: row;
	justify-content: space-between;
	height: calc(100% - 40px);
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	flex-wrap: wrap;
	overflow: auto;
	box-sizing: border-box;
}

#quick-view .qv-content>* {
	width: calc(100% - 25px);
	box-sizing: border-box;
}

#quick-view .qv-product-title {
	padding-right: 20px;
	margin-bottom: 0;
	color: inherit;
}

#quick-view .qv-product-type {
	color: inherit;
}

#quick-view .qv-product-price,
#quick-view .qv-product-original-price {
	display: inline-block;
	color: inherit;
	margin-bottom: 0;
}

#quick-view .qv-product-original-price {
	margin-left: 8px;
	text-decoration: line-through;
	color: inherit;
}

#quick-view .option-selection-title {
	display: none;
}

#quick-view hr {
	border-top: 1px solid #f5f5dc;
	margin: 15px 0 20px;
}

#quick-view .quantity-quickview {
	margin-bottom: 25px;
}

#quick-view .quantity-quickview span {
	display: inline-block;
	min-width: 100px;
}

#quick-view .quantity-quickview input[type="number"] {
	text-align: center;
	-moz-appearance: textfield;
	padding: 4px;
	border: 0px solid #d3d3d3;
}

#quick-view .quantity-quickview input[type="number"]:focus {
	outline: 1px solid rgb(var(--color-foreground));
	display: inline-block;
}

#quick-view .quantity-quickview input[type="number"]::-webkit-inner-spin-button,
#quick-view .quantity-quickview input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#quick-view .qv-product-options>div {
	margin-bottom: 8px;
}

#quick-view .qv-product-options span {
	display: inline-block;
	min-width: 100px;
}

#quick-view .qv-add-button:focus {
	background-color: #3a3a3a;
	outline: 1px solid rgb(var(--color-foreground));
}

#quick-view .qv-add-button:disabled {
	background-color: #ccc;
}

#quick-view .qv-add-to-cart-response {
	margin-top: 20px;
	display: none;
}

.qv-add-to-cart-response.success,
.qv-add-to-cart-response.error {
	display: block;
	padding: 8px;
	border: 1px solid;
}

.qv-add-to-cart-response.success {
	border-color: rgb(var(--color-foreground));
	color: rgb(var(--color-foreground));
}

.qv-add-to-cart-response.success a {
	color: rgb(var(--color-foreground));
	text-decoration: underline;
}

#quick-view .qv-add-to-cart-response.error {
	border-color: rgb(var(--color-foreground));
	color: rgb(var(--color-foreground));
}

.qv-product-description {
	padding: 20px 0 30px;
}

.view-product {
	display: inline-block;
	letter-spacing: 0.05em;
}

.view-product span {
	color: #5a5a5a;
	border-bottom: 2px solid #5a5a5a;
}

.view-product:hover span {
	color: rgb(var(--color-foreground));
	border-bottom: 2px solid rgb(var(--color-foreground));
}

.quick-view-button {
	text-align: center;
}

.quick-view-button a {
	width: 100%;
	display: block;
	padding: 10px;
	background: #000;
	color: #fff;
	margin-bottom: 10px;
	max-width: 50px;
}

@media (max-width: 1200px) {

	#quick-view .qv-product-images,
	#quick-view .qv-content {
		width: 50%;
	}

	#quick-view .qv-content {
		padding-left: 60px;
	}

	.slick-slide {
		padding: 0;
	}
}

@media (max-width: 900px) {
	#quick-view {
		display: block;
		height: calc(100% - 40px);
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	#quick-view .qv-product-images {
		top: 0;
		left: 0;
		height: 50%;
		max-height: 350px;
		position: relative;
		width: 100%;
	}

	#quick-view .slick-slide {
		position: relative;
	}

	#quick-view .slick-slide img {
		width: auto;
		display: inline-block;
		max-width: 300px;
	}

	#quick-view .slick-slide img {
		max-height: 300px;
		margin: 0 auto;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		transform: none;
		height: 100%;
		width: auto;
	}

	#quick-view .slick-dots {
		bottom: 0;
	}

	#quick-view .qv-content {
		width: 100%;
		height: auto;
		padding: 0 10px 10px 30px;
		overflow: auto;
		-webkit-transform: none;
		transform: none;
	}

	#quick-view .slick-initialized .slick-slide {
		display: block;
		text-align: center;
	}
}

/*Blog Post*/
.article-template>*:first-child:not(.article-template__hero-container) {
	/*margin-top: 5rem;*/
}

@media screen and (min-width: 750px) {
	.article-template>*:first-child:not(.article-template__hero-container) {
		/*margin-top: calc(5rem + var(--page-width-margin));*/
	}
}

.article-template__hero-container {
	max-width: 130rem;
	margin: 0 auto;
}

.article-template__hero-small {
	height: 11rem;
}

.article-template__hero-medium {
	height: 22rem;
}

.article-template__hero-large {
	height: 33rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.article-template__hero-small {
		height: 22rem;
	}

	.article-template__hero-medium {
		height: 44rem;
	}

	.article-template__hero-large {
		height: 66rem;
	}
}

@media screen and (min-width: 990px) {
	.article-template__hero-small {
		height: 27.5rem;
	}

	.article-template__hero-medium {
		height: 55rem;
	}

	.article-template__hero-large {
		height: 82.5rem;
	}
}

.article-template header {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (min-width: 750px) {
	.article-template header {
		margin-top: 20px;
	}
}

.article-template__title {
	margin: 0;
	display: none;
}

.article-template__title:not(:only-child) {
	margin-bottom: 10px;
}

.article-template__link {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.article-template__link .icon-wrap {
	display: flex;
	margin-right: 1rem;
	transform: rotate(180deg);
}

.article-template__content {
	margin-top: 10px;
	margin-bottom: 10px;
}

.article-template__social-sharing {
	margin-top: 10px;
}

.article-template__social-sharing+header,
.article-template__social-sharing+.article-template__content {
	margin-top: 10px;
}

.article-template__comment-wrapper {
	margin-top: 10px;
	padding: 20px 0;
}

@media screen and (min-width: 750px) {
	.article-template__comment-wrapper {
		margin-top: 10px;
		padding: 20px 0;
	}
}

.article-template__comment-wrapper h2 {
	margin-top: 0;
}

.article-template__comments {
	margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
	.article-template__comments {
		margin-bottom: 10px;
	}
}

.article-template__comments-fields {
	margin-bottom: 10px;
}

.article-template__comments-comment {
	color: rgba(var(--color-foreground), 0.75);
	background: rgb(var(--color-background));
	margin-bottom: 1.5rem;
	padding: 2rem 2rem 1.5rem;
}

@media screen and (min-width: 750px) {
	.article-template__comments-comment {
		padding: 20px;
	}
}

.article-template__comments-comment p {
	margin: 0 0 1rem;
}

.article-template__comment-fields>* {
	margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
	.article-template__comment-fields {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 20px;
	}
}

.article-template__comment-warning {
	margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
	.article-template__comments .pagination-wrapper {
		margin: 5rem 0 8rem;
	}
}

.article-template__back:last-child {
	margin-bottom: 3.2rem;
}

/*Collection List*/
.collection-list {
	margin-top: 0;
	margin-bottom: 0;
}

.collection-list-title {
	margin: 0;
}

@media screen and (max-width: 749px) {
	.collection-list:not(.slider) {
		padding-left: 0;
		padding-right: 0;
	}
}

.collection-list__item:only-child {
	max-width: 100%;
	width: 100%;
}

@media screen and (max-width: 749px) {
	.slider.collection-list--1-items {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 750px) and (max-width: 989px) {

	.slider.collection-list--1-items,
	.slider.collection-list--2-items,
	.slider.collection-list--3-items,
	.slider.collection-list--4-items {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 750px) {
	.collection-list__item a:hover {
		box-shadow: none;
	}
}

@media screen and (max-width: 989px) {
	.collection-list.slider .collection-list__item {
		max-width: 100%;
	}
}

.collection-list-view-all {
	margin-top: 2rem;
}

/*Contact Form*/
.contact img {
	max-width: 100%;
}

.contact .form__message {
	align-items: flex-start;
}

.contact .icon-success {
	margin-top: 0.2rem;
}

.contact .field {
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 750px) {
	.contact .field {
		margin-bottom: 2rem;
	}
}

.contact__button {
	margin-top: 10px;
}

@media screen and (min-width: 750px) {
	.contact__button {
		margin-top: 10px;
	}
}

@media screen and (min-width: 750px) {
	.contact__fields {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 2rem;
	}
}

/*Email Signup Banner*/
.email-signup-banner .newsletter-form,
.email-signup-banner .newsletter-form__field-wrapper {
	display: inline-block;
}

@media only screen and (min-width: 750px) {
	.email-signup-banner:not(.banner--desktop-transparent) .email-signup-banner__box {
		width: 100%;
	}
}

.email-signup-banner__box .email-signup-banner__heading {
	margin-bottom: 0;
}

.email-signup-banner__box>*+.newsletter__subheading {
	margin-top: 2rem;
}

.email-signup-banner__box .newsletter__subheading p {
	margin: 0;
}

.email-signup-banner-background {
	width: 100%;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 749px) {
	.email-signup-banner:not(.banner--mobile-bottom) .banner__box:not(.email-signup-banner__box--no-image) {}
}

@media only screen and (min-width: 750px) {
	.banner--desktop-transparent .email-signup-banner__box--no-image * {
		color: rgb(var(--color-foreground));
	}

	.banner--desktop-transparent .email-signup-banner__box .field__input {
		background-color: transparent;
	}

	.banner--desktop-transparent .email-signup-banner__box--no-image .field__input {
		box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
	}

	.banner--desktop-transparent .email-signup-banner__box--no-image .field__input:focus {
		outline: 1px solid rgb(var(--color-foreground));
	}

	.banner--desktop-transparent .email-signup-banner__box--no-image .field__button:focus-visible {
		outline: 1px solid rgb(var(--color-foreground));
	}
}

@media only screen and (min-width: 750px) {
	.email-signup-banner-background-mobile {
		display: none;
	}
}

@media only screen and (max-width: 749px) {
	.email-signup-banner-background:not(.email-signup-banner-background-mobile) {
		display: none;
	}
}

.email-signup-banner .banner__media {
	overflow: hidden;
}

@media screen and (max-width: 749px) {
	.banner--mobile-content-align-left .newsletter-form__message {
		justify-content: flex-start;
	}

	.banner--mobile-content-align-right .newsletter-form__message {
		justify-content: right;
	}
}

@media screen and (min-width: 750px) {
	.banner--content-align-center .newsletter-form__message {
		justify-content: center;
	}

	.banner--content-align-right .newsletter-form__message {
		justify-content: right;
	}
}

/*Featured Blog*/
.blog-placeholder {
	margin: 0 1.5rem;
	background: rgb(var(--color-background));
}

@media screen and (min-width: 750px) {
	.blog-placeholder {
		text-align: center;
		width: 50%;
		margin: 0;
	}
}

.blog-placeholder__content {
	padding: 3rem;
	background: rgba(var(--color-foreground), 0.04);
}

.blog-placeholder .placeholder {
	position: relative;
}

.blog-placeholder h2 {
	margin: 0;
}

.blog-placeholder .rte-width {
	margin-top: 1.2rem;
}

@media screen and (min-width: 990px) {
	.grid--1-col-desktop .article-card .card__content {
		text-align: center;
	}
}

.blog__title {
	margin: 0;
}

.blog__posts.articles-wrapper {
	margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
	.blog__posts.articles-wrapper {
		margin-bottom: 0;
	}
}

.blog__posts.articles-wrapper .article {
	scroll-snap-align: start;
}

@media screen and (max-width: 749px) {
	.blog__post.article {
		width: calc(100% - 3rem);
	}
}

.background-secondary .blog-placeholder__content {
	background: rgb(var(--color-background));
}

.blog__posts .card-wrapper {
	width: 100%;
}

.blog__button {
	margin-top: 3rem;
}

@media screen and (min-width: 750px) {
	.blog__button {
		margin-top: 5rem;
	}
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
	@media screen and (min-width: 750px) {
		.blog__posts .article+.article {
			margin-left: var(--grid-desktop-horizontal-spacing);
		}
	}
}

/*Featured Product*/
.featured-product .product__media-list {
	width: 100%;
	margin: 0;
	padding-bottom: 0;
}

.featured-product .product-media-container {
	margin-bottom: var(--media-shadow-vertical-offset);
	max-width: 100%;
}

.featured-product .product__media-item {
	padding-left: 0;
	width: 100%;
}

.featured-product .product__media-item:not(:first-child) {
	display: none;
}

.background-secondary .featured-product {
	padding: 2.5rem;
}

.featured-product .share-button:nth-last-child(2) {
	display: inline-flex;
}

.share-button+.product__view-details {
	display: inline-flex;
	float: right;
	align-items: center;
}

.share-button+.product__view-details::after {
	content: "";
	clear: both;
	display: table;
}

@media screen and (min-width: 750px) {
	.featured-product .product__media-item {
		padding-bottom: 0;
	}

	.background-secondary .featured-product {
		padding: 5rem;
	}
}

@media screen and (min-width: 990px) {
	.background-secondary .featured-product:not(.product--no-media)>.product__info-wrapper {
		padding: 0 0 0 var(--grid-desktop-horizontal-spacing);
	}

	.background-secondary .featured-product:not(.product--no-media).product--right>.product__info-wrapper {
		padding: 0 var(--grid-desktop-horizontal-spacing) 0 0;
	}

	.featured-product:not(.product--no-media)>.product__info-wrapper {
		padding: 0 2rem;
	}

	.background-secondary .featured-product {
		padding: 6rem 7rem;
		position: relative;
		z-index: 1;
	}
}

/*Footer*/
.footer {
	border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.footer:not(.color-background-1) {
	border-top: none;
}

.footer__content-top {
	padding-bottom: 5rem;
	display: block;
}

@media screen and (max-width: 749px) {
	.footer .grid {
		display: block;
	}

	.footer-block.grid__item {
		padding: 0;
		margin: 0rem 0;
		width: 100%;
	}

	.footer-block.grid__item:first-child {
		margin-top: 0;
	}

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

@media screen and (min-width: 750px) {
	.footer__content-top .grid {
		row-gap: 6rem;
		margin-bottom: 0;
	}
}

.footer__content-bottom {
	border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
}

.footer__content-bottom:only-child {
	border-top: 0;
}

.footer__content-bottom-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
}

@media screen and (max-width: 749px) {
	.footer__content-bottom {
		flex-wrap: wrap;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		row-gap: 1.5rem;
	}

	.footer__content-bottom-wrapper {
		flex-wrap: wrap;
		row-gap: 1.5rem;
	}
}

.footer__localization:empty+.footer__column--info {
	align-items: center;
}

@media screen and (max-width: 749px) {
	.footer__localization:empty+.footer__column {
		padding-top: 1.5rem;
	}
}

.footer__column {
	width: 100%;
	align-items: flex-end;
}

.footer__column--info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media screen and (min-width: 750px) {
	.footer__column--info {
		padding-left: 0;
		padding-right: 0;
		align-items: flex-end;
	}
}

.footer-block:only-child:last-child {
	text-align: center;
	max-width: 76rem;
	margin: 0 auto;
}

@media screen and (min-width: 750px) {
	.footer-block {
		display: block;
	}
}

.footer-block:empty {
	display: none;
}

.footer-block--newsletter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	margin-top: 20px;
}

.footer-block--newsletter:only-child {
	margin-top: 0;
}

.footer-block--newsletter>* {
	flex: 1 1 100%;
}

@media screen and (max-width: 749px) {
	.footer-block.footer-block--menu:only-child {
		text-align: left;
	}
}

@media screen and (min-width: 750px) {
	.footer-block--newsletter {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.footer-block__heading {
	margin-top: 0;
}

@media screen and (min-width: 990px) {
	.footer-block__heading {}
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
	display: none;
}

.footer__list-social.list-social:only-child {
	justify-content: center;
}

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

.newsletter-form__field-wrapper {
	max-width: 36rem;
}

@media screen and (min-width: 750px) {
	.footer-block__newsletter:not(:only-child) {
		text-align: left;
	}

	.footer-block__newsletter:not(:only-child) .footer__newsletter {
		justify-content: flex-start;
		margin: 0;
	}

	.footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
		left: auto;
	}
}

.footer-block__newsletter+.footer__list-social {
	margin-top: 20px;
}

@media screen and (max-width: 749px) {
	.footer__list-social.list-social {
		justify-content: center;
	}
}

@media screen and (min-width: 750px) {
	.footer-block__newsletter+.footer__list-social {
		margin-top: 0;
	}
}

.footer__localization {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	padding: 1rem 1rem 0;
}

.footer__localization:empty {
	display: none;
}

.localization-form {
	display: flex;
	flex-direction: column;
	flex: auto 1 0;
	padding: 1rem;
	margin: 0 auto;
}

.localization-form:only-child {
	display: inline-flex;
	flex-wrap: wrap;
	flex: initial;
	padding: 0rem 0;
}

.localization-form:only-child .button,
.localization-form:only-child .localization-form__select {
	margin: 0rem;
	flex-grow: 1;
}

.footer__localization h2 {
	margin: 0rem;
	color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 750px) {
	.footer__localization {
		padding: 0.4rem 0;
		justify-content: flex-start;
	}

	.localization-form {
		padding: 0;
	}

	.localization-form:first-of-type {
		padding-left: 0;
	}

	.localization-form:only-child {
		justify-content: start;
		width: auto;
		margin: 0 1rem 0 0;
	}

	.localization-form:only-child .button,
	.localization-form:only-child .localization-form__select {
		margin: 0rem 0;
	}

	.footer__localization h2 {
		margin: 1rem 0 0;
	}
}

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

	noscript .localization-form:only-child,
	.footer__localization noscript {
		width: 100%;
	}
}

.localization-form .button {
	padding: 1rem;
}

.localization-form__currency {
	display: inline-block;
}

@media screen and (max-width: 749px) {
	.localization-form .button {
		word-break: break-all;
	}
}

.localization-form__select {
	border-radius: var(--inputs-radius-outset);
	position: relative;
	margin-bottom: 1.5rem;
	padding-left: 1rem;
	text-align: left;
	height: calc(2rem + var(--inputs-border-width) * 2);
	min-width: calc(7rem + var(--inputs-border-width) * 2);
}

.disclosure__button.localization-form__select {
	padding: 0px;
	background: rgb(var(--color-background));
}

noscript .localization-form__select {
	padding-left: 0rem;
}

@media screen and (min-width: 750px) {
	noscript .localization-form__select {
		min-width: 20rem;
	}
}

.localization-form__select .icon-caret {
	position: absolute;
	content: "";
	height: 20px;
	right: calc(var(--inputs-border-width) + 1.5rem);
}

.localization-selector.link {
	text-decoration: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: rgb(var(--color-foreground));
	width: 100%;
	padding-right: 4rem;
	padding-bottom: 0rem;
}

.localization-selector option {}

.localization-selector+.disclosure__list-wrapper {
	margin-left: 0rem;
	opacity: 1;
	animation: animateLocalization var(--duration-default) ease;
}

.footer__content-bottom-wrapper--center {
	justify-content: center;
}

.footer__copyright {
	text-align: center;
}

@media screen and (min-width: 750px) {
	.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
		text-align: right;
	}
}

@keyframes appear-down {
	0% {
		opacity: 0;
		margin-top: -1rem;
	}

	100% {
		opacity: 1;
		margin-top: 0;
	}
}

.footer-block__details-content {
	margin-bottom: 10px;
	color: rgba(var(--color-foreground), 1);
	margin-top: 15px;
}

@media screen and (min-width: 750px) {
	.footer-block__details-content {
		margin-bottom: 0;
	}

	.footer-block__details-content>p,
	.footer-block__details-content>li {
		padding: 0;
	}

	.footer-block:only-child li {
		display: inline;
	}

	.footer-block__details-content>li:not(:last-child) {
		margin-right: 1.5rem;
	}
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
	color: rgba(var(--color-foreground), 0.75);
}

.footer-block__details-content .list-menu__item--active {
	transition: text-decoration-thickness var(--duration-short) ease;
	color: rgb(var(--color-foreground));
}

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

	.footer-block__details-content .list-menu__item--link:hover,
	.copyright__content a:hover {
		color: rgb(var(--color-foreground));
		text-decoration: underline;
		text-underline-offset: 0.3rem;
	}

	.footer-block__details-content .list-menu__item--active:hover {
		text-decoration-thickness: 0.2rem;
	}
}

@media screen and (max-width: 989px) {
	.footer-block__details-content .list-menu__item--link {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 750px) {
	.footer-block__details-content .list-menu__item--link {
		display: inline-block;
	}

	.footer-block__details-content> :first-child .list-menu__item--link {
		padding-top: 0;
	}
}

@media screen and (max-width: 749px) {
	.footer-block-image {
		text-align: center;
	}
}

.footer-block-image>img {
	height: auto;
}

.footer-block__details-content .placeholder-svg {
	max-width: 20rem;
}

/*Footer Collapsible Mobile*/
@media screen and (max-width: 767px) {
	.footer-block__details-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
		opacity: 0;
	}

	.footer-block__details-content.active {
		max-height: 500px;
		/* or a large enough value */
		opacity: 1;
	}

	.footer-block__heading {
		cursor: pointer;
		position: relative;
		padding-right: 20px;
		margin-bottom: 10px;
	}

	.footer-block__heading::after {
		content: "+";
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%) rotate(0deg);
		transition: transform 0.3s ease;
	}

	.footer-block__heading.active::after {
		content: "−";
		transform: translateY(-50%) rotate(180deg);
	}

	.footer-block__details-content {
		margin-bottom: 0px;
		margin-top: 0px;
	}
}

.copyright__content {}

.copyright__content a {
	color: currentColor;
	text-decoration: none;
}

.policies {
	display: inline;
}

.policies li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.policies li::before {
	content: "\00B7";
	padding: 0 0.8rem;
}

.policies li a {
	padding: 0.6rem 0;
	display: block;
}

@media screen and (min-width: 750px) {
	.policies li a {
		padding: 0;
	}
}

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

	100% {
		opacity: 1;
		transform: translateY(-1rem);
	}
}

.footer .disclosure__link {
	padding: 0.95rem 3.5rem 0.95rem 2rem;
	color: rgba(var(--color-foreground), 0.75);
}

.footer .disclosure__link:hover {
	color: rgb(var(--color-foreground));
}

.footer .disclosure__link--active {
	text-decoration: underline;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
	@media screen and (max-width: 749px) {
		.footer .grid {
			margin-left: 0;
		}
	}

	@media screen and (min-width: 750px) {
		.footer__content-top .grid {
			margin-left: -3rem;
		}

		.footer__content-top .grid__item {
			padding-left: 3rem;
		}
	}
}

.footer-block__details-content .list-menu__item--link {
	color: rgba(var(--color-foreground), 1);
}

.footer-block__details-content .list-menu__item--link:hover {
	color: rgba(var(--color-foreground), 0.75);
}

.footer-block__details-content .list-menu__item--link:hover,
.copyright__content a:hover {
	text-decoration: none !important;
}

/*Image Banner*/
.banner {
	display: flex;
	position: relative;
	flex-direction: column;
}

.banner__box {
	text-align: center;
}

@media only screen and (max-width: 749px) {
	.banner--content-align-mobile-right .banner__box {
		text-align: right;
	}

	.banner--content-align-mobile-left .banner__box {
		text-align: left;
	}
}

@media only screen and (min-width: 750px) {
	.banner--content-align-right .banner__box {
		text-align: right;
	}

	.banner--content-align-left .banner__box {
		text-align: left;
	}

	.banner--content-align-left.banner--desktop-transparent .banner__box,
	.banner--content-align-right.banner--desktop-transparent .banner__box,
	.banner--medium.banner--desktop-transparent .banner__box {
		max-width: 68rem;
	}
}

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

	.banner--small.banner--mobile-bottom:not(.banner--adapt) .banner__media,
	.banner--small.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
		height: 28rem;
	}

	.banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media,
	.banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
		height: 34rem;
	}

	.banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media,
	.banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
		height: 39rem;
	}

	.banner--small:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
		min-height: 28rem;
	}

	.banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
		min-height: 34rem;
	}

	.banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
		min-height: 39rem;
	}

	.banner--medium:not(.banner--adapt) {
		min-height: auto;
	}
}

@media screen and (min-width: 992px) {
	.banner {
		flex-direction: row;
	}

	.banner--small:not(.banner--adapt) {
		min-height: 42rem;
	}

	.banner--medium:not(.banner--adapt) {
		min-height: 56rem;
	}

	.banner--large:not(.banner--adapt) {
		min-height: 72rem;
	}

	.banner__content.banner__content--top-left {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.banner__content.banner__content--top-center {
		align-items: flex-start;
		justify-content: center;
	}

	.banner__content.banner__content--top-right {
		align-items: flex-start;
		justify-content: flex-end;
	}

	.banner__content.banner__content--middle-left {
		align-items: center;
		justify-content: flex-start;
	}

	.banner__content.banner__content--middle-center {
		align-items: center;
		justify-content: center;
	}

	.banner__content.banner__content--middle-right {
		align-items: center;
		justify-content: flex-end;
	}

	.banner__content.banner__content--bottom-left {
		align-items: flex-end;
		justify-content: flex-start;
	}

	.banner__content.banner__content--bottom-center {
		align-items: flex-end;
		justify-content: center;
	}

	.banner__content.banner__content--bottom-right {
		align-items: flex-end;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 749px) {
	.banner:not(.banner--stacked) {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.banner--stacked {
		height: auto;
	}

	.banner--stacked .banner__media {
		flex-direction: column;
	}
}

.banner__media {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.banner__media-half {
	width: 50%;
}

.banner__media-half+.banner__media-half {
	right: 0;
	left: auto;
}

@media screen and (max-width: 749px) {
	.banner--stacked .banner__media-half {
		width: 100%;
	}

	.banner--stacked .banner__media-half+.banner__media-half {
		order: 1;
	}
}

@media screen and (min-width: 750px) {
	.banner__media {
		height: 100%;
	}
}

.banner--adapt,
.banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
	height: auto;
}

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

	.banner--mobile-bottom .banner__media,
	.banner--stacked:not(.banner--mobile-bottom) .banner__media {
		position: relative;
	}

	.banner--stacked.banner--adapt .banner__content {
		height: auto;
	}

	.banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {}

	.banner:not(.banner--mobile-bottom) .banner__box {
		border: none;
		border-radius: 0;
		box-shadow: none;
		padding: 10px;
	}

	.banner:not(.banner--mobile-bottom) .button--secondary {}

	.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
		position: absolute;
		height: auto;
	}

	.banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
		max-height: 100%;
		overflow: hidden;
		position: absolute;
	}

	.banner--stacked:not(.banner--adapt) .banner__media {
		position: relative;
	}

	.banner::before {
		display: none !important;
	}

	.banner--stacked .banner__media-image-half {
		width: 100%;
	}
}

.banner__content {
	padding: 0;
	display: flex;
	position: relative;
	width: 100%;
	align-items: center;
	justify-content: center;
	z-index: 5;
}

@media screen and (max-width: 750px) {
	.banner__content {
		z-index: 2;
	}
}

@media screen and (min-width: 750px) {
	.banner__content {
		padding: 5rem;
	}

	.banner__content--top-left {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.banner__content--top-center {
		align-items: flex-start;
		justify-content: center;
	}

	.banner__content--top-right {
		align-items: flex-start;
		justify-content: flex-end;
	}

	.banner__content--middle-left {
		align-items: center;
		justify-content: flex-start;
	}

	.banner__content--middle-center {
		align-items: center;
		justify-content: center;
	}

	.banner__content--middle-right {
		align-items: center;
		justify-content: flex-end;
	}

	.banner__content--bottom-left {
		align-items: flex-end;
		justify-content: flex-start;
	}

	.banner__content--bottom-center {
		align-items: flex-end;
		justify-content: center;
	}

	.banner__content--bottom-right {
		align-items: flex-end;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 749px) {
	.banner--mobile-bottom:not(.banner--stacked) .banner__content {
		order: 2;
	}

	.banner:not(.banner--mobile-bottom) .field__input {
		background-color: transparent;
	}
}

.banner__box {
	padding: 2rem;
	position: relative;
	height: fit-content;
	align-items: center;
	text-align: center;
	width: 100%;
	word-wrap: break-word;
	z-index: 1;
	gap: 20px;
}

@media screen and (min-width: 750px) {
	.banner--desktop-transparent .banner__box {
		max-width: 89rem;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}

	.banner--desktop-transparent .button--secondary {
		--color-button: 255, 255, 255;
		--color-button-text: 255, 255, 255;
		--alpha-button-background: 0;
	}

	.banner--desktop-transparent .content-container:after {
		display: none;
	}
}

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

	.banner--mobile-bottom::after,
	.banner--mobile-bottom .banner__media::after {
		display: none;
	}

	.banner__box {
		padding: 1rem;
		gap: 10px;
	}
}

.banner::after,
.banner__media::after {
	content: "";
	position: absolute;
	top: 0;
	background: #000000;
	opacity: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.banner__box>*:first-child {
	margin-top: 0;
}

@media screen and (max-width: 749px) {
	.banner--stacked .banner__box {
		width: 100%;
	}
}

@media screen and (min-width: 750px) {
	.banner__box {
		width: auto;
		max-width: 50%;
		min-width: 30%;
	}
}

@media screen and (min-width: 1400px) {
	.banner__box {
		max-width: 50%;
	}
}

.banner__heading {
	margin-bottom: 0;
}

.banner__buttons {
	gap: 1rem;
	/*max-width: 250px;*/
	word-break: break-word;
	display: flex;
}

@media screen and (max-width: 749px) {
	.banner--content-align-mobile-right .banner__buttons--multiple {
		justify-content: flex-end;
	}

	.banner--content-align-mobile-center .banner__buttons--multiple>* {
		flex-grow: 1;
	}
}

@media screen and (min-width: 750px) {
	.banner--content-align-center .banner__buttons--multiple>* {
		flex-grow: 1;
	}

	.banner--content-align-right .banner__buttons--multiple {
		justify-content: flex-end;
	}
}

/*Main Blog*/
.blog-articles {
	display: grid;
	grid-gap: 1rem;
	column-gap: var(--grid-mobile-horizontal-spacing);
	row-gap: var(--grid-mobile-vertical-spacing);
}

.blog-articles .card-wrapper {
	width: 100%;
}

@media screen and (min-width: 750px) {
	.blog-articles {
		grid-template-columns: 1fr 1fr;
		column-gap: var(--grid-desktop-horizontal-spacing);
		row-gap: var(--grid-desktop-vertical-spacing);
	}

	.blog-articles--collage>*:nth-child(3n + 1),
	.blog-articles--collage>*:nth-child(3n + 2):last-child {
		grid-column: span 2;
		text-align: center;
	}

	.blog-articles--collage>*:nth-child(3n + 1) .card,
	.blog-articles--collage>*:nth-child(3n + 2):last-child .card {
		text-align: center;
	}

	.blog-articles--collage>*:nth-child(3n + 1) .article-card__image--small .ratio::before,
	.blog-articles--collage>*:nth-child(3n + 2):last-child .article-card__image--small .ratio::before {
		padding-bottom: 22rem;
	}

	.blog-articles--collage>*:nth-child(3n + 1) .article-card__image--medium .ratio::before,
	.blog-articles--collage>*:nth-child(3n + 2):last-child .article-card__image--medium .ratio::before {
		padding-bottom: 44rem;
	}

	.blog-articles--collage>*:nth-child(3n + 1) .article-card__image--large .ratio::before,
	.blog-articles--collage>*:nth-child(3n + 2):last-child .article-card__image--large .ratio::before {
		padding-bottom: 66rem;
	}
}

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

	.blog-articles--collage>*:nth-child(3n + 1) .article-card__image--small .ratio .ratio::before,
	.blog-articles--collage>*:nth-child(3n + 2):last-child .article-card__image--small .ratio .ratio::before {
		padding-bottom: 27.5rem;
	}

	.blog-articles--collage>*:nth-child(3n + 1) .article-card__image--medium .ratio::before,
	.blog-articles--collage>*:nth-child(3n + 2):last-child .article-card__image--medium .ratio::before {
		padding-bottom: 55rem;
	}

	.blog-articles--collage>*:nth-child(3n + 1) .article-card__image--large .ratio::before,
	.blog-articles--collage>*:nth-child(3n + 2):last-child .article-card__image--large .ratio::before {
		padding-bottom: 82.5rem;
	}
}

/*Main Page*/
.page-title {
	margin-top: 0;
}

.main-page-title {
	margin-bottom: 3rem;
	text-align: center;
}

@media screen and (min-width: 750px) {
	.main-page-title {
		margin-bottom: 4rem;
		text-align: center;
	}
}

.page-placeholder-wrapper {
	display: flex;
	justify-content: center;
}

.page-placeholder {
	width: 52.5rem;
	height: 52.5rem;
}

/*Main Product*/
.product {
	margin: 0;
}

.product.grid {
	gap: 0;
}

.product--no-media {
	max-width: 57rem;
	margin: 0 auto;
}

.product__media-wrapper {
	padding-left: 0;
}

@media screen and (min-width: 750px) {
	.product__column-sticky {
		display: block;
		position: sticky;
		top: 3rem;
		z-index: 2;
	}

	.product--thumbnail .thumbnail-list {
		padding-right: var(--media-shadow-horizontal-offset);
	}

	.product__info-wrapper {
		padding: 0 0 0 var(--grid-desktop-horizontal-spacing);
	}

	.product__info-wrapper--extra-padding {
		padding: 0 0 0 8rem;
	}

	.product--right .product__info-wrapper {
		padding: 0 var(--grid-desktop-horizontal-spacing) 0 0;
	}

	.product--right .product__info-wrapper--extra-padding {
		padding: 0 8rem 0 0;
	}

	.product--right .product__media-list {
		margin-bottom: 2rem;
	}

	.product__media-container .slider-buttons {
		display: none;
	}
}

@media screen and (min-width: 990px) {
	.product--large:not(.product--no-media) .product__media-wrapper {
		max-width: 40%;
		width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	.product--large:not(.product--no-media) .product__info-wrapper {
		max-width: 60%;
		width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	.product--large:not(.product--no-media).product--right .product__info-wrapper {
		padding: 0 4rem 0 0;
	}

	.product--medium:not(.product--no-media) .product__media-wrapper,
	.product--small:not(.product--no-media) .product__info-wrapper {
		max-width: 55%;
		width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	.product--medium:not(.product--no-media) .product__info-wrapper,
	.product--small:not(.product--no-media) .product__media-wrapper {
		max-width: 45%;
		width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
	}
}

/* Dynamic checkout */
.shopify-payment-button__button {
	font-family: inherit;
	min-height: 4.6rem;
}

.shopify-payment-button__button [role="button"].focused,
.no-js .shopify-payment-button__button [role="button"]:focus {
	outline: 1px solid rgb(var(--color-foreground));
}

.shopify-payment-button__button [role="button"]:focus:not(:focus-visible) {
	outline: 1px solid rgb(var(--color-foreground));
	box-shadow: none !important;
}

.shopify-payment-button__button [role="button"]:focus-visible {}

.shopify-payment-button__button--unbranded {
	background: var(--colors-buy-now-button-background-color);
	color: rgb(var(--colors-buy-now-button-text-color));
}

.shopify-payment-button__button--unbranded::selection {
	background: var(--colors-buy-now-button-background-hover-color);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
	background: var(--colors-buy-now-button-background-hover-color);
}

.shopify-payment-button__more-options {
	margin: 1.6rem 0 1rem;
	letter-spacing: 0.05rem;
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}

.shopify-payment-button__button+.shopify-payment-button__button--hidden {
	display: none;
}

/* Product form */
.product-form {
	display: block;
}

.product-form__error-message-wrapper:not([hidden]) {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1.5rem;
}

.product-form__error-message-wrapper svg {
	flex-shrink: 0;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.7rem;
	margin-top: 0.5rem;
}

/* Form Elements */
.product-form__input {
	flex: 0 0 100%;
	padding: 0;
	max-width: 100%;
	min-width: fit-content;
	border: none;
}

variant-radios,
variant-selects {
	display: block;
}

.product-form__input--dropdown {
	margin-bottom: 0rem;
}

.product-form__input .form__label {
	padding-left: 0;
}

fieldset.product-form__input .form__label {
	margin-bottom: -5px;
	font-weight: 600;
}

.product-form__input input[type="radio"] {
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
}

.product-form__input input[type="radio"]+label {
	border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
	background: rgb(var(--color-background));
	color: rgb(var(--color-foreground));
	border-radius: var(--variant-pills-radius);
	display: inline-block;
	margin: 0.7rem 0.5rem 0.2rem 0;
	padding: 5px;
	text-align: center;
	transition: border var(--duration-short) ease;
	cursor: pointer;
	position: relative;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	min-width: 50px;
	min-height: 50px;
}

.product-form__input input[type="radio"]+label:before {
	content: "";
	position: absolute;
	top: calc(var(--variant-pills-border-width) * -1);
	right: calc(var(--variant-pills-border-width) * -1);
	bottom: calc(var(--variant-pills-border-width) * -1);
	left: calc(var(--variant-pills-border-width) * -1);
	z-index: -1;
	border-radius: var(--variant-pills-radius);
	box-shadow: var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset) var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow), var(--variant-pills-shadow-opacity));
}

.product-form__input input[type="radio"]+label:hover {
	border-color: rgb(var(--color-foreground));
}

.product-form__input input[type="radio"]:checked+label {
	background: rgb(var(--color-foreground));
	color: rgb(var(--color-background));
}

.product-form__input input[type="radio"]:not(.disabled)+label>.visually-hidden {
	display: none;
}

@media screen and (forced-colors: active) {
	.product-form__input input[type="radio"]:checked+label {
		text-decoration: underline;
	}
}

.product-form__input input[type="radio"]:checked+label::selection {
	background-color: rgba(var(--color-background), 0.3);
}

.product-form__input input[type="radio"]:disabled+label,
.product-form__input input[type="radio"].disabled+label {
	border-color: rgba(var(--color-foreground), 0.1);
	color: rgba(var(--color-foreground), 0.6);
	text-decoration: line-through;
}

.product-form__input input[type="radio"].disabled:checked+label,
.product-form__input input[type="radio"]:disabled:checked+label {
	color: rgba(var(--color-background), 0.6);
}

.product-form__input input[type="radio"]:focus-visible+label {}

/* Fallback */
.product-form__input input[type="radio"].focused+label,
.no-js .shopify-payment-button__button [role="button"]:focus+label {}

/* No outline when focus-visible is available in the browser */
.no-js .product-form__input input[type="radio"]:focus:not(:focus-visible)+label {
	box-shadow: none;
}

.product-form__input .select {
	max-width: 25rem;
	box-shadow: none;
}

.product-form__submit {
	margin-bottom: 1rem;
}

.no-js .product-form__submit.button--secondary {
	--color-button: var(--colors-button-bgcolor);
	--color-button-text: var(--colors-button-text-color);
	--alpha-button-background: 1;
}

.product-form__submit[aria-disabled="true"]+.shopify-payment-button .shopify-payment-button__button[disabled],
.product-form__submit[disabled]+.shopify-payment-button .shopify-payment-button__button[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
}

@media screen and (forced-colors: active) {
	.product-form__submit[aria-disabled="true"] {
		color: Window;
	}
}

/* Overrides */
.shopify-payment-button__more-options {
	color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {}

/* Product info */
.product__info-container iframe {
	max-width: 100%;
}

.product__info-container .product-form,
.product__info-container .product__description,
.product__info-container .icon-with-text {
	margin: 0;
}

.product__text {
	margin-bottom: 0;
}

a.product__text {
	display: block;
	text-decoration: none;
	color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
	text-transform: uppercase;
}

.product__title {
	word-break: break-word;
}

.product__title>* {
	margin: 0;
}

.product__title>a {
	display: none;
}

.product__title+.product__text.caption-with-letter-spacing {
	margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing+.product__title {
	margin-top: 0;
}

.product__accordion .accordion__content {
	padding: 0 1rem;
}

.product .price .badge {
	margin-bottom: 0.5rem;
}

.product .price__container {
	margin-bottom: 0rem;
}

.product .price dl {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

@media screen and (min-width: 750px) {
	.product__info-container {
		max-width: 100%;
	}

	.product__info-container .price--on-sale .price-item--regular {}

	.product__info-container>*:first-child {
		margin-top: 0;
	}
}

.product__description-title {
	font-weight: 600;
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media noscript .product-form__input,
.product--no-media .product__tax,
.product--no-media .product__sku,
.product--no-media shopify-payment-terms {
	text-align: center;
}

.product--no-media .product__media-wrapper,
.product--no-media .product__info-wrapper {
	padding: 0;
}

.product__tax {
	margin-top: -1.4rem;
}

.product--no-media noscript .product-form__input,
.product--no-media .share-button {
	max-width: 100%;
}

.product--no-media fieldset.product-form__input,
.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.product--no-media .product-form {
	flex-direction: column;
}

.product--no-media .product-form>.form {
	max-width: 30rem;
	width: 100%;
}

.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown {
	flex-direction: column;
	max-width: 100%;
}

.product-form__quantity .form__label {
	margin-bottom: 0.6rem;
}

.product-form__quantity-top .form__label {
	margin-bottom: 1.2rem;
}

.product--no-media fieldset.product-form__input {
	flex-wrap: wrap;
	margin: 0 auto 1.2rem auto;
}

.product-form__buttons {
	max-width: 100%;
}

.product--no-media .product__info-container>modal-opener {
	display: block;
	text-align: center;
}

.product--no-media .product-popup-modal__button {
	padding-right: 0;
}

.product--no-media .price {
	text-align: center;
}

/* Product media */
.product__media-list video {
	border-radius: calc(var(--media-radius) - var(--media-border-width));
}

@media screen and (max-width: 749px) {
	.product__media-list {
		margin-left: -2.5rem;
		margin-bottom: 3rem;
		width: calc(100% + 4rem);
	}

	.product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
		margin-left: 0;
		margin-right: 0;
	}

	.slider.product__media-list::-webkit-scrollbar {
		height: 0.2rem;
		width: 0.2rem;
	}

	.product__media-list::-webkit-scrollbar-thumb {
		background-color: rgb(var(--color-foreground));
	}

	.product__media-list::-webkit-scrollbar-track {
		background-color: rgba(var(--color-foreground), 0.2);
	}

	.product__media-list .product__media-item {
		width: calc(100% - -1rem - var(--grid-mobile-horizontal-spacing));
	}

	.product--mobile-columns .product__media-item {
		width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
	}
}

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

	.product--thumbnail .product__media-list,
	.product--thumbnail_slider .product__media-list {
		padding-bottom: calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible));
	}

	.product__media-list {
		padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
	}

	.product--thumbnail .product__media-item:not(.is-active),
	.product--thumbnail_slider .product__media-item:not(.is-active) {
		display: none;
	}

	.product-media-modal__content>.product__media-item--variant.product__media-item--variant {
		display: none;
	}

	.product-media-modal__content>.product__media-item--variant:first-child {
		display: block;
	}
}

.product__media-item.product__media-item--variant {
	display: none;
}

.product__media-item--variant:first-child {
	display: block;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.product__media-list .product__media-item:first-child {
		padding-left: 0;
	}

	.product--thumbnail_slider .product__media-list {
		margin-left: 0;
	}

	.product__media-list .product__media-item {
		width: 100%;
	}
}

.product__media-icon .icon {
	width: 1.2rem;
	height: 1.4rem;
}

.product__media-icon,
.thumbnail__badge {
	background: rgb(var(--color-background));
	border-radius: 50%;
	border: 0.1rem solid rgba(var(--color-foreground), 0.1);
	color: rgb(var(--color-foreground));
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3rem;
	width: 3rem;
	position: absolute;
	left: 1.2rem;
	top: 1.2rem;
	z-index: 1;
	transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
	opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
	cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
	border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
	.grid__item.product__media-item--full {
		width: 100%;
	}

	.product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
		max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	.product--large.product--columns .product__media-item--full .deferred-media__poster-button {
		height: 5rem;
		width: 5rem;
	}

	.product--medium.product--columns .product__media-item--full .deferred-media__poster-button {
		height: 4.2rem;
		width: 4.2rem;
	}

	.product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon {
		width: 1.8rem;
		height: 1.8rem;
	}

	.product--small.product--columns .product__media-item--full .deferred-media__poster-button {
		height: 3.6rem;
		width: 3.6rem;
	}

	.product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon {
		width: 1.6rem;
		height: 1.6rem;
	}
}

@media screen and (min-width: 990px) {
	.product--stacked .product__media-item {
		max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	.product:not(.product--columns) .product__media-list .product__media-item:first-child,
	.product:not(.product--columns) .product__media-list .product__media-item--full {
		width: 100%;
		max-width: 100%;
	}

	.product__modal-opener .product__media-icon {
		opacity: 0;
	}

	.product__modal-opener:hover .product__media-icon,
	.product__modal-opener:focus .product__media-icon {
		opacity: 1;
	}
}

.product__media-item>* {
	display: block;
	position: relative;
}

.product__media-toggle {
	display: flex;
	border: none;
	background-color: transparent;
	color: currentColor;
	padding: 0;
}

.product__media-toggle::after {
	content: "";
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: calc(var(--border-width) * -1);
	right: calc(var(--border-width) * -1);
	bottom: calc(var(--border-width) * -1);
	left: calc(var(--border-width) * -1);
	z-index: 2;
}

.product__media-toggle:focus-visible {
	outline: 1px solid rgb(var(--color-foreground));
	box-shadow: none;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {

	.product__media-toggle:focus-visible,
	.product__media-toggle:focus-visible:after,
	.product-form__input input[type="radio"]:focus-visible+label {}
}

.product__media-toggle.focused {
	outline: 1px solid rgb(var(--color-foreground));
	box-shadow: none;
}

.product__media-toggle:focus-visible:after {}

.product__media-toggle.focused:after {}

.product-media-modal {
	background: rgb(var(--color-background));
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

.product-media-modal[open] {
	visibility: visible;
	opacity: 1;
	z-index: 101;
}

.product-media-modal__dialog {
	display: flex;
	align-items: center;
	height: 100vh;
}

.product-media-modal__content {
	max-height: 100vh;
	width: 100%;
	overflow: auto;
}

.product-media-modal__content>*:not(.active),
.product__media-list .deferred-media {
	display: none;
}

@media screen and (min-width: 750px) {
	.product-media-modal__content {
		padding-bottom: 2rem;
	}

	.product-media-modal__content>*:not(.active) {
		display: block;
	}

	.product__modal-opener:not(.product__modal-opener--image) {
		display: none;
	}

	.product__media-list .deferred-media {
		display: block;
	}
}

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

	.product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),
	.product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image) {
		display: none;
	}

	.product--thumbnail .is-active .deferred-media,
	.product--thumbnail_slider .is-active .deferred-media {
		display: block;
		width: 100%;
	}
}

.product-media-modal__content>* {
	display: block;
	height: auto;
	margin: auto;
}

.product-media-modal__content .media {
	background: none;
}

.product-media-modal__model {
	width: 100%;
}

.product-media-modal__toggle {
	background: rgb(var(--color-background));
	border: 0.1rem solid rgba(var(--color-foreground), 0.1);
	border-radius: 50%;
	color: rgba(var(--color-foreground), 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	right: 2rem;
	padding: 1.2rem;
	position: fixed;
	z-index: 2;
	top: 2rem;
	width: 4rem;
}

.product-media-modal__content .deferred-media {
	width: 100%;
}

@media screen and (min-width: 750px) {
	.product-media-modal__content {
		padding: 2rem 11rem;
	}

	.product-media-modal__content>* {
		width: 100%;
	}

	.product-media-modal__content>*+* {
		margin-top: 2rem;
	}

	.product-media-modal__toggle {
		right: 5rem;
		top: 2.2rem;
	}
}

@media screen and (min-width: 990px) {
	.product-media-modal__content {
		padding: 2rem 11rem;
	}

	.product-media-modal__content>*+* {
		margin-top: 1.5rem;
	}

	.product-media-modal__content {
		padding-bottom: 1.5rem;
	}

	.product-media-modal__toggle {
		right: 5rem;
	}
}

.product-media-modal__toggle:hover {
	color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
	height: auto;
	margin: 0;
	width: 2.2rem;
}

/* Product popup */
@keyframes zoomIn {
	0% {
		transform: translateX(-50%) scale(0.8);
		opacity: 0;
	}

	100% {
		transform: translateX(-50%) scale(1);
		opacity: 1;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.9);
	}
}

.product-popup-modal {
	box-sizing: border-box;
	opacity: 0;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	margin: 0 auto;
	top: 0;
	left: 0;
	overflow: auto;
	width: 100%;
	background: rgba(var(--color-foreground), 0.2);
	height: 100%;
}

.product-popup-modal[open] {
	opacity: 1;
	visibility: visible;
	z-index: 101;
}

.product-popup-modal__content {
	border-radius: var(--popup-corner-radius);
	background: rgb(var(--color-background));
	overflow: auto;
	height: 80%;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 5rem;
	width: 92%;
	position: absolute;
	top: 0;
	padding: 0 1.5rem 0 3rem;
	border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
	border-style: solid;
	border-width: var(--popup-border-width);
	box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal[open] .product-popup-modal__content {
	animation: zoomIn 0.3s ease-out forwards;
}

.product-popup-modal__content {
	animation-duration: 0.3s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
}

/* Default state when popup opens */
.product-popup-modal[open] .product-popup-modal__content {
	animation-name: zoomIn;
}

/* Closing state */
.product-popup-modal.closing .product-popup-modal__content {
	animation-name: zoomOut;
}

.product-popup-modal__content.focused {}

.product-popup-modal__content:focus-visible {}

@media screen and (min-width: 750px) {
	.product-popup-modal__content {
		padding-right: 1.5rem;
		width: 70%;
		padding: 0 3rem;
	}

	.product-media-modal__dialog .global-media-settings--no-shadow {
		overflow: visible !important;
	}
}

.product-popup-modal__content img {
	max-width: 100%;
}

@media screen and (max-width: 749px) {
	.product-popup-modal__content table {
		display: block;
		max-width: fit-content;
		overflow-x: auto;
		white-space: nowrap;
		margin: 0;
	}

	.product-media-modal__dialog .global-media-settings,
	.product-media-modal__dialog .global-media-settings video,
	.product-media-modal__dialog .global-media-settings model-viewer,
	.product-media-modal__dialog .global-media-settings iframe,
	.product-media-modal__dialog .global-media-settings img {
		border: none;
		border-radius: 0;
	}
}

.product-popup-modal__opener {
	display: inline-block;
}

.product-popup-modal__button {
	padding-right: 1.3rem;
	padding-left: 0;
	min-height: 20pxm;
	text-underline-offset: 0;
	text-decoration-thickness: 0;
	transition: text-decoration-thickness var(--duration-short) ease;
	font-size: inherit;
}

.product-popup-modal__button:hover {
	text-decoration-thickness: 0.2rem;
}

.product-popup-modal__content-info {
	padding-right: 4.4rem;
}

.product-popup-modal__content-info>* {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

@media screen and (max-width: 749px) {
	.product-popup-modal__content-info>* {
		max-height: 100%;
	}
}

.product-popup-modal__toggle {
	background: rgb(var(--color-background));
	border: 0.1rem solid rgba(var(--color-foreground), 0.1);
	border-radius: 50%;
	color: rgba(var(--color-foreground), 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: sticky;
	padding: 15px;
	z-index: 2;
	top: 1.5rem;
	width: 50px;
	margin: 0 0 0 auto;
}

.product-popup-modal__toggle:hover {
	color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
	height: auto;
	margin: 0;
	width: 2.2rem;
}

.product__media-list .media>* {
	overflow: hidden;
}

.thumbnail-list {
	flex-wrap: wrap;
	grid-gap: 1rem;
}

/* Fix to show some space at the end of our sliders in all browsers to be applied on thumbnails */
.slider--mobile.thumbnail-list:after {
	content: none;
}

@media screen and (min-width: 750px) {
	.product--stacked .thumbnail-list {
		display: none;
	}

	.thumbnail-list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}

.thumbnail-list_item--variant:not(:first-child) {
	display: none;
}

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

	.product--medium .thumbnail-list {
		grid-template-columns: repeat(5, 1fr);
	}

	.product--large .thumbnail-list {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media screen and (max-width: 749px) {
	.product__media-item {
		display: flex;
		align-items: center;
	}

	.product__modal-opener {
		width: 100%;
	}

	.thumbnail-slider {
		display: flex;
		align-items: center;
	}

	.thumbnail-slider .thumbnail-list.slider {
		display: flex;
		padding: 0.5rem 0;
		flex: 1;
		scroll-padding-left: 0.5rem;
	}

	.thumbnail-list__item.slider__slide {
		width: calc(33% - 0.6rem);
	}
}

@media screen and (min-width: 750px) {
	.product--thumbnail_slider .thumbnail-slider {
		display: flex;
		align-items: center;
	}

	.thumbnail-slider .thumbnail-list.slider--tablet-up {
		display: flex;
		padding: 1rem 0;
		flex: 1;
		scroll-padding-left: 0rem;
	}

	.product__media-wrapper .slider-mobile-gutter .slider-button {
		display: none;
	}

	.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
		width: calc(25% - 0.8rem);
	}

	.product--thumbnail_slider .slider-mobile-gutter .slider-button {
		display: flex;
	}
}

@media screen and (min-width: 900px) {
	.product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
		width: calc(25% - 0.8rem);
	}
}

.thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	color: rgb(var(--color-foreground));
	cursor: pointer;
	background-color: transparent;
	min-height: 100px;
}

.thumbnail:hover {
	opacity: 0.7;
}

.thumbnail.global-media-settings img {
	border-radius: 0;
	object-fit: contain;
}

.thumbnail[aria-current] {
	border-color: #cacaca;
	min-height: 90px;
}

.thumbnail-media-gallery {
	border: 1px solid #fafafa;
}

.image-magnify-full-size {
	cursor: zoom-out;
	z-index: 1;
	margin: 0;
	border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.image-magnify-hover {
	cursor: zoom-in;
}

.product__modal-opener--image .product__media-zoom-none,
.product__media-icon--none {
	display: none;
}

@media (hover: hover) {

	.product__media-zoom-hover,
	.product__media-icon--hover {
		display: none;
	}
}

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

	.product__media-zoom-hover,
	.product__media-icon--hover {
		display: flex;
	}
}

.js .product__media {
	overflow: hidden !important;
}

.thumbnail[aria-current]:focus-visible {
	outline: 1px solid rgb(var(--color-foreground));
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
	outline: 1px solid rgb(var(--color-foreground));
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {

	.thumbnail[aria-current]:focus,
	.thumbnail.focused {
		outline: 1px solid rgb(var(--color-foreground));
	}
}

.thumbnail[aria-current]:focus:not(:focus-visible) {
	outline: 1px solid rgb(var(--color-foreground));
}

.thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.thumbnail__badge .icon {
	width: 1rem;
	height: 1rem;
}

.thumbnail__badge .icon-3d-model {
	width: 1.2rem;
	height: 1.2rem;
}

.thumbnail__badge {
	color: rgb(var(--color-foreground), 0.6);
	height: 2rem;
	width: 2rem;
	left: auto;
	right: calc(0.4rem + var(--media-border-width));
	top: calc(0.4rem + var(--media-border-width));
}

@media screen and (min-width: 750px) {
	.product:not(.product--small) .thumbnail__badge {
		height: 3rem;
		width: 3rem;
	}

	.product:not(.product--small) .thumbnail__badge .icon {
		width: 1.2rem;
		height: 1.2rem;
	}

	.product:not(.product--small) .thumbnail__badge .icon-3d-model {
		width: 1.4rem;
		height: 1.4rem;
	}
}

.thumbnail-list__item {
	position: relative;
}

.thumbnail-list__item::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.product:not(.featured-product) .product__view-details {
	display: none;
}

.product__view-details {
	display: block;
	text-decoration: none;
}

.product__view-details:hover {
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}

.product__view-details .icon {
	width: 1.2rem;
	margin-left: 1.2rem;
	flex-shrink: 0;
}

/* Inventory status */
.product__inventory {
	display: flex;
	align-items: center;
	gap: 10px;
}

.product--no-media .product__inventory {
	justify-content: center;
}

/* This keeps the container from getting display: none; applied to it and to make sure we're not introducing some layout shift when switching to an unavailable variant */
.product__inventory.visibility-hidden:empty {
	display: block;
}

.product__inventory.visibility-hidden:empty::after {
	content: "#";
}

/* Icon with text */
.icon-with-text {
	--icon-size: calc(var(--font-heading-scale) * 3rem);
	--icon-spacing: calc(var(--font-heading-scale) * 1rem);
}

.icon-with-text--horizontal {
	display: flex;
	justify-content: center;
	column-gap: 3rem;
	flex-direction: row;
}

.icon-with-text--vertical {
	--icon-size: calc(var(--font-heading-scale) * 2rem);
}

.icon-with-text .icon {
	fill: rgb(var(--color-foreground));
	height: var(--icon-size);
	width: var(--icon-size);
}

.icon-with-text--horizontal .icon,
.icon-with-text--horizontal img {
	margin-bottom: var(--icon-spacing);
}

.icon-with-text--vertical .icon {
	min-height: var(--icon-size);
	min-width: var(--icon-size);
	margin-right: var(--icon-spacing);
}

.icon-with-text img {
	height: var(--icon-size);
	width: var(--icon-size);
	object-fit: contain;
}

.icon-with-text--vertical img {
	margin-right: var(--icon-spacing);
}

.icon-with-text--horizontal .h4 {
	padding-top: calc(var(--icon-size) + var(--icon-spacing));
	text-align: center;
}

.icon-with-text--horizontal svg+.h4,
.icon-with-text--horizontal img+.h4,
.icon-with-text--horizontal.icon-with-text--text-only .h4 {
	padding-top: 0;
}

.icon-with-text__item {
	display: flex;
	align-items: center;
}

.icon-with-text--horizontal .icon-with-text__item {
	flex-direction: column;
	width: 33%;
}

.icon-with-text--vertical .icon-with-text__item {
	margin-bottom: var(--icon-size);
}

/* SKU block */
.product__sku.visibility-hidden::after {
	content: "#";
}

/* Product-thumbnail snippet */
.product-media-container {
	--aspect-ratio: var(--preview-ratio);
	--ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
	position: relative;
	width: 100%;
	max-width: calc(100% - calc(var(--media-border-width) * 2));
}

.product-media-container.constrain-height {
	/* arbitrary offset value based on average theme spacing and header height */
	--viewport-offset: 400px;
	--constrained-min-height: 300px;
	--constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
	margin-right: auto;
	margin-left: auto;
}

.product-media-container.constrain-height.media-fit-contain {
	--contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
	width: min(var(--contained-width), 100%);
}

.product-media-container .media {
	padding-top: var(--ratio-percent);
}

.product-media-container.constrain-height .media {
	padding-top: min(var(--constrained-height), var(--ratio-percent));
}

@media screen and (max-width: 749px) {
	.product-media-container.media-fit-cover {
		display: flex;
		align-self: stretch;
	}

	.product-media-container.media-fit-cover .media {
		/* allow media img element to scale relative to modal-opener/product-media-container */
		position: initial;
	}
}

@media screen and (min-width: 750px) {
	.product-media-container {
		max-width: 100%;
	}

	.product-media-container:not(.media-type-image) {
		/* override to use actual media ratio (not poster ratio) for video/models on desktop */
		--aspect-ratio: var(--ratio);
	}

	.product-media-container.constrain-height {
		--viewport-offset: 170px;
		--constrained-min-height: 500px;
	}

	.product-media-container.media-fit-cover,
	.product-media-container.media-fit-cover .product__modal-opener,
	.product-media-container.media-fit-cover .media {
		height: 100%;
	}

	.product-media-container.media-fit-cover .deferred-media__poster img {
		object-fit: cover;
		width: 100%;
	}
}

.product-media-container .product__modal-opener {
	display: block;
	position: relative;
}

@media screen and (min-width: 750px) {
	.product-media-container .product__modal-opener:not(.product__modal-opener--image) {
		display: none;
	}
}

/*Multicolumn*/
.multicolumn .title {
	margin: 0;
}

.multicolumn.no-heading .title {
	display: none;
}

.multicolumn .title-wrapper-with-link {
	margin-top: 0;
}

@media screen and (max-width: 749px) {
	.multicolumn .title-wrapper-with-link {
		margin-bottom: 3rem;
	}

	.multicolumn .page-width {
		padding-left: 0;
		padding-right: 0;
	}
}

.multicolumn-card__image-wrapper--third-width {
	width: 33%;
}

.multicolumn-card__image-wrapper--half-width {
	width: 50%;
}

.multicolumn-list__item.center .multicolumn-card__image-wrapper:not(.multicolumn-card__image-wrapper--full-width),
.multicolumn-list__item:only-child {
	margin-left: auto;
	margin-right: auto;
}

.multicolumn .button {
	margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
	.multicolumn .button {
		margin-top: 4rem;
	}
}

.multicolumn-list {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.multicolumn-list__item:only-child {
	max-width: 72rem;
}

.multicolumn-list__item--empty {
	display: none;
}

.multicolumn:not(.background-none) .multicolumn-card {
	background: rgb(var(--color-background));
	height: 100%;
}

.multicolumn.background-primary .multicolumn-card {
	background: rgb(var(--color-background-theme)) linear-gradient(rgba(var(--color-foreground), 0.04), rgba(var(--color-foreground), 0.04));
}

.multicolumn-list h3 {
	line-height: calc(1 + 0.5 / max(1, var(--font-heading-scale)));
}

.multicolumn-list h3,
.multicolumn-list p {
	margin: 0;
}

.multicolumn-card-spacing {
	padding-top: 2.5rem;
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.multicolumn-card__info> :nth-child(2) {
	margin-top: 1rem;
}

.multicolumn-list__item.center .media--adapt,
.multicolumn-list__item .media--adapt .multicolumn-card__image {
	width: auto;
}

.multicolumn-list__item.center .media--adapt img {
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 749px) {
	.multicolumn-list {
		margin: 0;
		width: 100%;
	}

	.multicolumn-list:not(.slider) {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

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

	.multicolumn-list.slider,
	.multicolumn-list.grid--4-col-desktop {
		padding: 0;
	}

	.multicolumn-list__item,
	.grid--4-col-desktop .multicolumn-list__item {
		padding-bottom: 0;
	}

	.background-none .grid--2-col-tablet .multicolumn-list__item {
		margin-top: 4rem;
	}
}

.background-none .multicolumn-card-spacing {
	padding: 0;
	margin: 0;
}

.multicolumn-card__info {
	padding: 2.5rem;
}

.background-none .multicolumn-card__info {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.background-none .slider .multicolumn-card__info {
	padding-bottom: 0;
}

.background-none .multicolumn-card__image-wrapper+.multicolumn-card__info {
	padding-top: 2.5rem;
}

.background-none .slider .multicolumn-card__info {
	padding-left: 0.5rem;
}

.background-none .slider .multicolumn-card__image-wrapper+.multicolumn-card__info {
	padding-left: 1.5rem;
}

.background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

@media screen and (max-width: 749px) {
	.background-none .slider .multicolumn-card__info {
		padding-bottom: 1rem;
	}

	.multicolumn.background-none .slider.slider--mobile {
		margin-bottom: 0rem;
	}
}

@media screen and (min-width: 750px) {
	.background-none .multicolumn-card__image-wrapper {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}

	.background-none .multicolumn-list .multicolumn-card__info,
	.background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.multicolumn-card {
	position: relative;
	box-sizing: border-box;
}

.multicolumn-card>.multicolumn-card__image-wrapper--full-width:not(.multicolumn-card-spacing) {
	border-top-left-radius: calc(var(--text-boxes-radius) - var(--text-boxes-border-width));
	border-top-right-radius: calc(var(--text-boxes-radius) - var(--text-boxes-border-width));
	overflow: hidden;
}

.multicolumn.background-none .multicolumn-card {
	border-radius: 0;
}

.multicolumn-card__info .link {
	text-decoration: none;
	margin-top: 1.5rem;
}

.multicolumn-card__info .icon-wrap {
	margin-left: 0.8rem;
	white-space: nowrap;
}

@media screen and (min-width: 990px) {
	.multicolumn-list__item--empty {
		display: list-item;
	}
}

/*Multicolumn Image*/
.multicolumn-image .title {
	margin: 0;
}

.multicolumn-image.no-heading .title {
	display: none;
}

.multicolumn-image .title-wrapper-with-link {
	margin-top: 0;
}

@media screen and (max-width: 749px) {
	.multicolumn-image .title-wrapper-with-link {
		margin-bottom: 3rem;
	}
}

.multicolumn-image-card__image-wrapper--third-width {
	width: 33%;
}

.multicolumn-image-card__image-wrapper--half-width {
	width: 50%;
}

.multicolumn-image-list__item.center .multicolumn-image-card__image-wrapper:not(.multicolumn-image-card__image-wrapper--full-width),
.multicolumn-image-list__item:only-child {
	margin-left: auto;
	margin-right: auto;
}

.multicolumn-image .button {
	margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
	.multicolumn-image .button {
		margin-top: 4rem;
	}
}

.multicolumn-image-card__info {
	gap: 10px;
}

.multicolumn-image-list__item--empty {
	display: none;
}

.multicolumn-image:not(.background-none) .multicolumn-image-card {
	background: rgb(var(--color-background));
	width: 100%;
	padding: 20px;
	gap: 20px;
}

.multicolumn-image.background-primary .multicolumn-image-card {
	background: rgb(var(--color-background)) linear-gradient(rgba(var(--color-foreground), 0.04), rgba(var(--color-foreground), 0.04));
}

.multicolumn-image-list h3 {
	line-height: calc(1 + 0.5 / max(1, var(--font-heading-scale)));
}

.multicolumn-image-list h3,
.multicolumn-image-list p {
	margin: 0;
}

.multicolumn-image-card__image-wrapper {
	padding: 0;
}

.multicolumn-image-list__item.center .media--adapt,
.multicolumn-image-list__item .media--adapt .multicolumn-image-card__image {
	width: auto;
}

@media screen and (max-width: 749px) {
	.multicolumn-image-list {
		margin: 0;
		width: 100%;
	}
}

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

	.multicolumn-image-list.slider,
	.multicolumn-image-list.grid--4-col-desktop {
		padding: 0;
	}

	.multicolumn-image-list__item,
	.grid--4-col-desktop .multicolumn-image-list__item {
		padding-bottom: 0;
	}

	.background-none .grid--2-col-tablet .multicolumn-image-list__item {
		margin-top: 4rem;
	}
}

.background-none .multicolumn-image-card-spacing {
	padding: 0;
	margin: 0;
}

.multicolumn-image-card__info {
	padding: 0px;
}

.background-none .multicolumn-image-card__info {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.background-none .slider .multicolumn-image-card__info {
	padding-bottom: 0;
}

.background-none .multicolumn-image-card__image-wrapper+.multicolumn-image-card__info {
	padding-top: 1.5rem;
}

.background-none .slider .multicolumn-image-card__info {
	padding-left: 0.5rem;
}

.background-none .slider .multicolumn-image-card__image-wrapper+.multicolumn-image-card__info {
	padding-left: 1.5rem;
}

.background-none .multicolumn-image-list:not(.slider) .center .multicolumn-image-card__info {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

@media screen and (max-width: 749px) {
	.background-none .slider .multicolumn-image-card__info {
		padding-bottom: 1rem;
	}

	.multicolumn-image.background-none .slider.slider--mobile {
		margin-bottom: 0rem;
	}
}

@media screen and (min-width: 750px) {
	.background-none .multicolumn-image-card__image-wrapper {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}

	.background-none .multicolumn-image-list .multicolumn-image-card__info,
	.background-none .multicolumn-image-list:not(.slider) .center .multicolumn-image-card__info {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.multicolumn-image-card {
	position: relative;
	box-sizing: border-box;
}

.multicolumn-image-card>.multicolumn-image-card__image-wrapper--full-width:not(.multicolumn-image-card-spacing) {
	border-top-left-radius: calc(var(--text-boxes-radius) - var(--text-boxes-border-width));
	border-top-right-radius: calc(var(--text-boxes-radius) - var(--text-boxes-border-width));
	overflow: hidden;
}

.multicolumn-image.background-none .multicolumn-image-card {
	border-radius: 0;
}

.multicolumn-image-card__info .link {
	text-decoration: none;
	justify-content: center;
	align-items: center;
}

.multicolumn-image-card__info .icon-wrap {
	margin-left: 0.8rem;
	white-space: nowrap;
}

@media screen and (min-width: 990px) {
	.multicolumn-image-list__item--empty {
		display: list-item;
	}
}

/*Password*/
.password-modal__content-heading {
	font-weight: 400;
}

@media only screen and (min-width: 750px) {
	.password-modal__content-heading {}
}

/* Password Section */
.full-height {
	height: 100%;
}

.password {
	background: rgb(var(--color-background));
	height: 100%;
}

.password-link {
	align-items: center;
	white-space: nowrap;
}

.password-link svg {
	width: 1.8rem;
	height: 1.8rem;
	margin-right: 1rem;
}

.password-modal__content {
	padding: 4.5rem 3.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.password-modal__content-heading {}

@media only screen and (min-width: 750px) {
	.password-modal__content-heading {}
}

.password-modal .password-form {
	max-width: 50rem;
}

.password-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 4rem;
	margin-bottom: 2rem;
	width: 100%;
}

.password-field.field {
	flex: 1 20rem;
}

.password-field .form__message {
	margin-top: 1.5rem;
}

.password-button {
	margin-top: 3rem;
	width: 100%;
}

@media only screen and (max-width: 749px) {
	.password-field--error+.password-button {
		margin-top: 1.5rem;
	}
}

@media only screen and (min-width: 750px) {
	.password-button {
		margin-top: 0;
		margin-left: 2rem;
		width: auto;
		align-self: start;
	}
}

.password-logo {
	width: 100%;
	margin-bottom: 1.5rem;
}

@media only screen and (min-width: 750px) {
	.password-logo {
		margin-bottom: 0;
	}
}

.password-heading {
	margin-top: 5rem;
	font-weight: 400;
}

.password-main {
	flex-grow: 1;
}

.password-main>section:only-child {
	height: 100%;
}

.password-main>section:only-child>.newsletter {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin-top: 0;
}

.password-main>section:only-child .newsletter__wrapper:not(.email-signup-banner__box) {
	width: 100%;
}

.password-main>section:only-child> :not(.newsletter--narrow)>.newsletter__wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.password__footer-text a {
	padding: 0;
}

.password__footer-login {
	margin-top: 1.2rem;
	padding-bottom: 4rem;
}

.password-modal .icon-close {
	color: rgb(var(--color-foreground));
}

.password__footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 4rem;
	background: rgb(var(--color-background));
	color: rgb(var(--color-foreground));
}

hr {
	margin: 0 !important;
}

.list-social:not(:empty)+.password__footer-caption {
	margin-top: 3rem;
}

.password__footer-caption a {
	padding: 0;
	color: rgb(var(--color-link));
}

.modal__toggle,
.modal__close-button {
	list-style-type: none;
}

details[open] .modal__toggle,
.modal__close-button {
	position: absolute;
	top: 2.2rem;
	right: 2.2rem;
	padding: 0.8rem;
	color: rgb(var(--color-foreground));
	background-color: transparent;
}

.no-js .modal__close-button {
	display: none;
}

.no-js .modal__toggle {
	z-index: 2;
}

.modal__toggle::-webkit-details-marker {
	display: none;
}

details.modal .modal__toggle-close {
	display: none;
}

details[open].modal .modal__toggle-close {
	background: rgb(var(--color-background));
	cursor: pointer;
	display: flex;
	padding: 0.8rem;
	z-index: 1;
}

details[open].modal .modal__toggle-close svg,
.modal__close-button svg {
	height: 1.7rem;
	width: 1.7rem;
}

details[open].modal .modal__toggle-close:hover {
	opacity: 0.75;
}

.js details[open].modal .modal__toggle-close {
	display: none;
}

details.modal .modal__toggle-open {
	display: flex;
}

.no-js details[open].modal .modal__toggle-open {
	display: none;
}

.password-header {
	padding: 2rem 1.5rem 2.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	color: rgb(var(--color-foreground));
	max-width: var(--page-width);
	margin: 0 auto;
	text-align: center;
}

@media only screen and (min-width: 750px) {
	.password-header {
		display: grid;
		gap: 3rem;
		grid-template-columns: 1fr 1.5fr 1fr;
		padding: 2rem 5rem 2.5rem;
		text-align: left;
	}
}

.password-header details-modal {
	flex-shrink: 0;
}

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

@media only screen and (max-width: 749px) {
	.password-content {
		margin-bottom: 1.8rem;
		margin-top: 1rem;
	}
}

.shopify-name {
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
}

.icon-shopify {
	width: 7rem;
	height: 2rem;
	vertical-align: top;
	color: rgb(var(--color-foreground));
}

password-modal {
	justify-self: flex-end;
	grid-column: 3;
}

/*Related Products*/
.related-products {
	display: block;
}

.related-products__heading {
	margin: 0 0 3rem;
}

/*Richtext*/
.rich-text {
	z-index: 1;
}

.rich-text__wrapper {
	display: flex;
	justify-content: center;
}

.rich-text:not(.rich-text--full-width) .rich-text__wrapper {
	margin: auto;
}

.rich-text__blocks {
	width: 100%;
}

@media screen and (min-width: 750px) {
	.rich-text__wrapper {
		width: 100%;
	}

	.rich-text__wrapper--left {
		justify-content: flex-start;
	}

	.rich-text__wrapper--right {
		justify-content: flex-end;
	}

	.rich-text__blocks {
		max-width: 50rem;
	}
}

@media screen and (min-width: 990px) {
	.rich-text__blocks {
		max-width: 78rem;
	}
}

.rich-text__blocks * {
	overflow-wrap: break-word;
}

.rich-text__blocks>* {
	margin-top: 0;
	margin-bottom: 0;
}

.rich-text__blocks>*+* {
	margin-top: 2rem;
}

.rich-text__blocks>*+a {
	margin-top: 3rem;
}

.rich-text__buttons {
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
	width: 100%;
	max-width: 45rem;
	word-break: break-word;
}

.rich-text__buttons--multiple>* {
	flex-grow: 1;
	min-width: 22rem;
}

.rich-text__buttons+.rich-text__buttons {
	margin-top: 1rem;
}

.rich-text__blocks.left .rich-text__buttons {
	justify-content: flex-start;
}

.rich-text__blocks.right .rich-text__buttons {
	justify-content: flex-end;
}

/*Template Collection*/
@media screen and (max-width: 749px) {
	.collection .grid__item:only-child {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 989px) {
	.collection .slider.slider--tablet {
		margin-bottom: 1.5rem;
	}
}

.collection .loading-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	padding: 0 1.5rem;
	opacity: 0.7;
}

@media screen and (min-width: 750px) {
	.collection .loading-overlay {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.collection.loading .loading-overlay {
	display: block;
}

.collection--empty .title-wrapper {
	margin-top: 10rem;
	margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
	.collection .slider--tablet.product-grid {
		scroll-padding-left: 1.5rem;
	}
}

.collection__description>* {
	margin: 0;
}

.collection__title.title-wrapper {
	margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
	margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
	.collection__title--desktop-slider .title {
		margin-bottom: 2.5rem;
	}

	.collection__title.title-wrapper--self-padded-tablet-down {
		padding: 0 5rem;
	}

	.collection slider-component:not(.page-width-desktop) {
		padding: 0;
	}

	.collection--full-width slider-component:not(.slider-component-desktop) {
		padding: 0 1.5rem;
		max-width: none;
	}
}

.collection__view-all a:not(.link) {
	margin-top: 1rem;
}

/*Template Giftcard*/
@media only screen and (min-width: 750px) {}

::selection {
	background-color: rgba(var(--color-foreground), 0.2);
}

.skip-to-content-link:focus {
	z-index: 9999;
	position: inherit;
	overflow: auto;
	width: auto;
	height: auto;
	clip: auto;
	outline: 1px solid rgb(var(--color-foreground));
}

.link {
	cursor: pointer;
	border: none;
	box-shadow: none;
	background-color: transparent;
}

.gift-card {
	padding-bottom: 3.4rem;
}

.gift-card__title {
	text-align: center;
	word-break: break-word;
	padding: 4rem 0 1.7rem;
}

@media only screen and (min-width: 990px) {
	.gift-card__title {
		padding: 6rem 0 2.6rem;
	}
}

.gift-card__image-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: rgb(var(--color-background));
	margin-bottom: 0.8rem;
	margin: 0 auto;
}

@media only screen and (min-width: 750px) {
	.gift-card__image-wrapper {
		margin-bottom: 0;
		width: 40rem;
	}
}

.gift-card__image {
	max-width: 100%;
	padding: 0 2rem;
	height: auto;
}

@media only screen and (min-width: 750px) {
	.gift-card__image {
		padding: 0;
	}
}

.gift-card__heading {
	font-weight: 400;
	margin: 2.5rem 0 1rem;
}

.gift-card__price {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.85;
}

.gift-card__price>p:first-child {
	margin-bottom: 1rem;
}

@media only screen and (min-width: 750px) {
	.gift-card__price {}
}

.gift-card__label:not(.badge) {
	font-weight: 400;
	opacity: 0.7;
}

.gift-card__number {
	background-color: transparent;
	border: none;
	color: rgb(var(--color-foreground));
	text-align: center;
	width: 100%;
	margin-bottom: 1rem;
}

@media only screen and (min-width: 750px) {
	.gift-card__number {}
}

.gift-card__text {
	margin-bottom: 4rem;
	opacity: 0.7;
}

.gift-card__information {
	text-align: center;
	margin-top: 3rem;
}

.gift-card__label {
	display: inline;
	margin-left: 1rem;
}

.badge {
	border: 1px solid transparent;
	margin: 0rem 0 1rem 0rem;
	border-radius: 4rem;
	display: inline-block;
	text-align: center;
	background: rgb(var(--color-background));
	border-color: rgba(var(--color-foreground), 0.04);
	color: rgb(var(--color-foreground));
}

.badge--inverse {
	background-color: rgb(var(--color-foreground));
	border-color: rgb(var(--color-foreground));
	color: rgb(var(--color-background));
}

.caption-large {}

.gift-card__copy-code {
	margin-bottom: 2.2rem;
}

.gift-card__qr-code {
	margin-top: 3rem;
}

@media only screen and (min-width: 750px) {
	.gift-card__qr-code {
		margin-top: 5rem;
	}
}

.gift-card__qr-code img {
	margin: 0 auto;
}

.gift_card__apple-wallet {
	line-height: 0;
	display: block;
	margin-bottom: 5rem;
}

.gift-card__buttons {
	display: flex;
	flex-direction: column;
	max-width: 25rem;
	flex-wrap: wrap;
	margin: 0 auto;
}

.gift-card__buttons>.button:first-child {
	display: block;
	margin-bottom: 2rem;
}

/*
  Focus ring - default (with offset)
*/
/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
	outline: 1px solid rgb(var(--color-foreground));
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
	outline: 1px solid rgb(var(--color-foreground));
}

.form__message {
	align-items: center;
	display: flex;
	margin-top: 1rem;
	justify-content: center;
}

.form__message .icon {
	flex-shrink: 0;
	height: 1.3rem;
	margin-right: 0.5rem;
	width: 1.3rem;
}

@media print {
	.no-print {
		display: none;
	}
}

.video-section__media {
	position: relative;
	padding-bottom: 56.25%;
}

.video-section__media.deferred-media {
	box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.video-section__media.deferred-media:after {
	content: none;
}

.video-section__poster.deferred-media__poster:focus {
	outline: 1px solid rgb(var(--color-foreground));
}

.video-section__media iframe {
	background-color: rgba(var(--color-foreground), 0.03);
	border: 0;
}

.video-section__poster,
.video-section__media iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.footer-block__details-content>li {}

/*Header Mega Menu - Menus*/
.header-block__heading {
	margin-bottom: 10px;
	margin-top: 0;
}

@media screen and (min-width: 990px) {
	.header-block__heading {
		color: rgb(var(--colors-header-heading-color));
	}
}

.header-block__details-content {
	margin-bottom: 0rem;
	color: rgb(var(--colors-header-text-color));
}

@media screen and (min-width: 750px) {
	.header-block__details-content {
		margin-bottom: 0;
	}

	.header-block__details-content>p,
	.header-block__details-content>li {
		padding: 0;
	}

	.header-block:only-child li {
		display: inline;
	}

	.header-block__details-content>li:not(:last-child) {
		margin-right: 1.5rem;
	}
}

.header-block__details-content .list-menu__item--link,
.copyright__content a {
	color: rgba(var(--color-foreground), 0.75);
}

.header-block__details-content .list-menu__item--active {
	transition: text-decoration-thickness var(--duration-short) ease;
	color: rgb(var(--color-foreground));
}

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

	.header-block__details-content .list-menu__item--link:hover,
	.copyright__content a:hover {
		color: rgb(var(--color-foreground));
		text-decoration: underline;
		text-underline-offset: 0.3rem;
	}

	.header-block__details-content .list-menu__item--active:hover {
		text-decoration-thickness: 0.2rem;
	}
}

@media screen and (max-width: 989px) {
	.header-block__details-content .list-menu__item--link {
		padding-top: 0rem;
		padding-bottom: 0rem;
	}
}

@media screen and (min-width: 750px) {
	.header-block__details-content .list-menu__item--link {
		display: inline-block;
	}

	.header-block__details-content> :first-child .list-menu__item--link {
		padding-top: 0;
	}
}

@media screen and (max-width: 749px) {
	.header-block-image {
		text-align: center;
	}
}

.header-block-image>img {
	height: auto;
}

.header-block__details-content .placeholder-svg {
	max-width: 20rem;
}

.header-block__details-content .list-menu__item--link {
	color: rgba(var(--colors-header-menu-color), 0.75);
}

.header-block__details-content .list-menu__item--link:hover {
	color: rgba(var(--colors-header-menu-color-hover), 0.75);
}

.header-block__details-content .list-menu__item--link:hover,
.copyright__content a:hover {
	text-decoration: none !important;
}

.header-block__details-content>li {
	padding: 5px 0;
}

.color-swatch {
	width: 40px;
	height: 40px;
	padding: 10px;
}

/*Collapsible Content 01*/
.accordion summary {
	align-items: center;
}

/*Image Show With Hover Effect*/
.image-slider-hover .wrap {
	width: 100%;
	height: 100%;
	max-height: 500px;
	display: flex;
	flex-direction: row;
}

.image-slider-hover .wrap img {
	height: 100%;
	flex: 1;
	object-fit: cover;
	overflow: hidden;
	transition: all 500ms;
	border-radius: 10px;
	filter: grayscale(100%) sepia(0%);
	padding: 0px;
}

.image-slider-hover .wrap img:hover,
.wrap img:active {
	flex: 7;
	filter: grayscale(0%) sepia(0%);
}

@media screen and (min-width: 750px) {
	.image-slider-hover .wrap {
		column-gap: var(--grid-desktop-horizontal-spacing);
		row-gap: var(--grid-desktop-vertical-spacing);
	}
}

@media screen and (max-width: 749px) {
	.image-slider-hover .wrap {
		column-gap: var(--grid-mobile-horizontal-spacing);
		row-gap: var(--grid-mobile-vertical-spacing);
	}
}

/*Image With Text 02*/
.flip {
	position: relative;
}

.flip>.front,
.flip>.back {
	display: block;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-duration: 0.5s;
	transition-property: transform, opacity;
}

.flip>.front {
	transform: rotateY(0deg);
}

.flip>.back {
	position: absolute;
	opacity: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: rotateY(-180deg);
}

.flip:hover>.front {
	transform: rotateY(180deg);
}

.flip:hover>.back {
	opacity: 1;
	transform: rotateY(0deg);
}

.flip.flip-vertical>.back {
	transform: rotateX(-180deg);
}

.flip.flip-vertical:hover>.front {
	transform: rotateX(180deg);
}

.flip.flip-vertical:hover>.back {
	transform: rotateX(0deg);
}

.flip {
	position: relative;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 1em;
	width: 100%;
}

.flip>.front,
.flip>.back {
	display: block;
	color: white;
	width: inherit;
	background-size: cover !important;
	background-position: center !important;
	height: 220px;
	padding: 1em 2em;
	background: #313131;
	border-radius: 10px;
}

.text-shadow {
	text-shadow: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04), 3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04), 0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04), 7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04), 9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04), 11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04), 13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04), 0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04), 17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04), 19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
}

/*Image With Text v4*/
.image-with-text-v4 .go-corner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 32px;
	height: 32px;
	overflow: hidden;
	top: 0;
	right: 0;
	border-radius: 0 4px 0 32px;
}

.image-with-text-v4 .go-arrow {
	margin-top: -4px;
	margin-right: -4px;
	font-family: courier, sans;
}

.image-with-text-v4 .card1 {
	display: block;
	position: relative;
	border-radius: 4px;
	padding: 2rem;
	margin: 12px;
	text-decoration: none;
	z-index: 0;
	overflow: hidden;
}

.image-with-text-v4 .card1:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -16px;
	right: -16px;
	height: 32px;
	width: 32px;
	border-radius: 0px;
	transform: scale(1);
	transform-origin: 100%;
	transition: transform 0.5s ease-out;
}

.image-with-text-v4 .card1:hover:before {
	transform: scale(50);
}

.image-with-text-v4 .card1:hover p {
	transition: all 0.6s ease-out;
}

.image-with-text-v4 .card1:hover h3 {
	transition: all 0.6s ease-out;
}

/*Image With Text v5*/
.image-with-text-v5 .card1 {
	padding: 2rem;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 20px 30px #00000040;
}

.image-with-text-v5 .card1::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	transform: translateY(98%);
	transition: all 0.5s cubic-bezier(0.78, 0.01, 0.25, 1);
	z-index: 0;
}

.image-with-text-v5 .card1:hover::before {
	transform: translateY(0%);
}

.image-with-text-v5 .card1:hover {
	cursor: pointer;
}

.image-with-text-v5 .card-content {
	width: 90%;
	height: 90%;
	z-index: 1;
}

.image-with-text-v5 .card1:hover a {
	border: 1px solid #fff;
	color: #fff;
}

.image-with-text-v5 .card-image {
	z-index: 1;
}

/*Image With Text v6*/
.image-with-text-v6 .card1 {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 20px 30px #00000040;
}

.image-with-text-v6 .card1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-with-text-v6 .layer {
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	visibility: hidden;
	transition: 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	cursor: pointer;
	min-width: 100%;
	min-height: 100%;
	padding: 2rem;
}

.image-with-text-v6 .card1:hover .layer {
	visibility: visible;
	transform: translateY(0);
	top: 0;
}

/*Image With Text v7*/
.image-with-text-v7 .card1 {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 20px 30px #00000040;
}

.image-with-text-v7 .card1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-with-text-v7 .cardBox {
	width: 100%;
	height: 100%;
	position: relative;
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: 20px;
}

.image-with-text-v7 .card1 {
	width: 95%;
	height: 95%;
	/*background: #000814;*/
	border-radius: 20px;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
}

.image-with-text-v7 span {
	top: 75%;
}

.image-with-text-v7 .card1 .content h3 {
	padding-bottom: 10px;
}

.image-with-text-v7 .card1 .content p {}

.image-with-text-v7 .card1 .content {
	transform: translateY(100%);
	opacity: 0;
	transition: 0.3s ease-in-out;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 2rem;
}

.image-with-text-v7 .card1:hover .content {
	transform: translateY(0);
	opacity: 1;
}

.image-with-text-v7 .cardBox::before {
	content: "";
	position: absolute;
	width: 40%;
	height: 150%;
	animation: glowing01 5s linear infinite;
	transform-origin: center;
	animation: glowing 5s linear infinite;
}

@keyframes glowing {
	0% {
		transform: rotate(0);
	}

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

/*Image With Text v09*/
.image-with-text-features {
	display: flex;
	flex-direction: column;
	gap: var(--grid-desktop-vertical-spacing);
}

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

.image_with_text_feature-icon img {
	/*width: 100%;*/
}

.image-with-text-features-box {
	gap: 10px;
}

.image_with_text_feature-info {
	gap: 10px;
	display: flex;
	flex-direction: column;
}

/*Image With Text v10*/
.grid_image_with_text {
	position: relative;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid_image_with_text figure {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.grid_image_with_text figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid_image_with_text figure figcaption {
	padding: 2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid_image_with_text figure figcaption::before,
.grid_image_with_text figure figcaption::after {
	pointer-events: none;
}

.grid_image_with_text figure figcaption,
.grid_image_with_text figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid_image_with_text figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid_image_with_text figure h2 {}

.grid_image_with_text figure h2 span {}

.grid_image_with_text figure h2,
.grid_image_with_text figure p {
	margin: 0;
}

.grid_image_with_text figure p {}

.circle-wrapper {
	width: auto;
}

.results__percentage {
	width: 7rem;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	position: relative;
	--border-width: 0.7rem;
	flex-shrink: 0;
	margin-right: 2rem;
	z-index: 0;
}

.results__percentage::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	z-index: -2;
	background: conic-gradient(from 0deg at 50% 50%, rgb(var(--color-base-accent-1)) 0%, rgb(var(--color-base-accent-1)) var(--percentage), rgb(var(--color-background)) var(--percentage), rgb(var(--color-background)) 100%);
}

.color-accent-1 .results__percentage::before,
.color-accent-2 .results__percentage::before {
	background: conic-gradient(from 0deg at 50% 50%, rgb(var(--color-foreground)) 0%, rgb(var(--color-foreground)) var(--percentage), rgb(var(--color-background)) var(--percentage), rgb(var(--color-background)) 100%);
}

.results__percentage::after {
	content: "";
	display: block;
	position: absolute;
	top: var(--border-width);
	left: var(--border-width);
	bottom: var(--border-width);
	right: var(--border-width);
	border-radius: 50%;
	z-index: -1;
	background: rgb(var(--color-background));
}

.results__percentage p {
	margin: 0;
	color: rgb(var(--color-base-accent-1));
	font-size: 1.8rem;
	font-weight: 700;
}

.color-accent-1 .results__percentage p,
.color-accent-2 .results__percentage p {
	color: rgb(var(--color-foreground));
}

/*Logo Slider*/
.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 1px solid rgb(var(--color-foreground));
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.customer-logos .slick-dots {
	bottom: auto;
}

@media screen and (max-width: 749px) {
	.logos-slide {
		width: 100%;
		height: 100%;
	}
}

/*Our Team v2*/
.member-profile {
	top: -50px;
	left: 0;
}

.member-profile img {
	width: 100px;
	height: 100px;
}

.our-team-section-02 .card-text {
	display: grid;
	gap: 10px;
	margin-top: 80px;
}

/*Our Team v3*/
.info {
	position: absolute;
	bottom: 8%;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.user-icons {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	bottom: 0px;
	right: 1rem;
	position: relative;
}

/*Our Team v4*/
.widget-container {
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	margin-bottom: 30px;
}

.widget-container .widget {
	margin-bottom: 0;
}

.widget-container>.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.widget-container>.row>[class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.widget {
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	background-color: #fff;
	font-weight: 300;
	margin-bottom: 30px;
	position: relative;
	vertical-align: middle;
}

.widget .row {
	margin-left: 0;
	margin-right: 0;
}

.widget .row:before {
	display: none;
}

.widget .row .col {
	font-size: 11px;
}

.widget .row .col:first-child {
	-webkit-border-radius: 2px 0 0 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px 0 0 2px;
	-moz-background-clip: padding;
	border-radius: 2px 0 0 2px;
	background-clip: padding-box;
}

.widget .row .col:last-child {
	-webkit-border-radius: 0 2px 2px 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 2px 2px 0;
	-moz-background-clip: padding;
	border-radius: 0 2px 2px 0;
	background-clip: padding-box;
}

.widget .col {
	display: inline-block;
	vertical-align: top;
}

.widget [class*="col-"] {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.widget .widget-stat {
	position: absolute;
}

.widget .widget-stat.top {
	top: 7px;
}

.widget .widget-stat.right {
	right: 10px;
}

.widget .widget-stat.left {
	left: 10px;
}

.widget .widget-stat.bottom {
	bottom: 7px;
}

.widget .widget-stat strong,
.widget .widget-stat span,
.widget .widget-stat i,
.widget .widget-stat div {
	vertical-align: top;
}

.widget .progress {
	margin-bottom: 0;
}

.profile-card .card-header .header-avatar {
	text-align: center;
}

.profile-card .card-header .header-avatar img {
	margin: 25px 0 15px;
	width: 128px;
	height: 128px;
}

.profile-card .card-header .header-name {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}

.profile-card .card-body {
	-webkit-transform: skew(0deg, -10deg);
	-moz-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -10deg);
	-ms-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	margin-top: 30px;
	min-height: 100px;
	padding: 50px 20px;
}

.profile-card .card-body .body-description {
	-webkit-transform: skew(0deg, 10deg);
	-moz-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 10deg);
	-ms-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
	color: #fff;
	font-size: 13px;
}

.profile-card .card-footer {
	margin-top: 50px;
	padding: 10px 0 20px;
}

.profile-card .card-footer .footer-social {
	text-align: center;
}

.profile-card .card-footer .footer-social .row {
	margin: 0;
}

.profile-card .card-footer .footer-social i {
	color: #292929;
	font-size: 20px;
}

.card-body {
	color: rgba(var(--color-foreground), 1);
}

/*Pricing Plan v2*/
.categories-list-content {
	position: relative;
}

.pricing-plan {
	margin: 0 0 1rem 0;
	width: 100%;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pricing-plan .pricing-header {
	padding: 0;
	margin-bottom: 1rem;
	text-align: center;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

.pricing-plan .pricing-header .pricing-title {
	margin: 0;
}

.pricing-plan .pricing-features {
	padding: 0;
	margin: 20px 0;
}

.pricing-plan .pricing-features li {
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	line-height: 100%;
}

.pricing-plan .pricing-footer {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	text-align: center;
	padding: 1rem 0 2rem 0;
}

@media (max-width: 767px) {
	.pricing-plan .pricing-header {
		text-align: center;
	}

	.pricing-plan .pricing-header i {
		display: block;
		float: none;
		margin-bottom: 1.5rem;
	}
}

/*Pricing Plan v1*/
.pricing-card-text ul li {
	display: block;
	border-bottom: 1px solid #f6f6f6;
	padding: 15px 0;
	padding-left: 40px;
	position: relative;
}

.pricing-card-text ul li:last-child {
	border: 0;
}

.pricing-card-text ul {
	text-align: left;
	padding: 50px;
	background-color: #fff;
}

.pricing-card-text li {
	list-style: none;
}

.pricing-card-text li a {
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.pricing-card-text ul {
	padding: 22px 50px;
}

.pricing-card-text ul li::before {
	content: "\f00c";
	/* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: calc(var(--icon-space) * -1);
	width: var(--icon-space);
}

@media (max-width: 991px) {
	.pricing-card-text ul {
		padding: 30px;
	}
}

/*Social Media Accounts*/
ul.social_media_accounts {
	display: flex;
}

ul.social_media_accounts li {
	list-style: none;
}

ul.social_media_accounts li .fa,
ul.social_media_accounts li .fa-brands,
ul.social_media_accounts li .fas {
	font-size: 40px;
	line-height: 80px;
	transition: 0.5s;
}

ul.social_media_accounts li a {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	background-color: #fff;
	text-align: center;
	transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0, 0);
	transition: 0.5s;
	box-shadow: -20px 20px 10px rgb(0, 0, 0, 0.5);
}

ul.social_media_accounts li a::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -20px;
	height: 100%;
	width: 20px;
	background: #b1b1b1;
	transition: 0.5s;
	transform: rotate(0deg) skewY(-45deg);
}

ul.social_media_accounts li a::after {
	content: "";
	position: absolute;
	top: 80px;
	left: -11px;
	height: 20px;
	width: 100%;
	background: #b1b1b1;
	transition: 0.5s;
	transform: rotate(0deg) skewX(-45deg);
}

ul.social_media_accounts li a:hover {
	transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
	box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}

ul.social_media_accounts li a:hover {
	transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
	box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}

/*Social Media Collage*/
.social_media_posts-gallery blockquote {
	padding: 0;
	border: none;
}

/* Social Media */
.facebook {
	background: #3280e7;
}

.facebook:hover {
	background: #134fa0;
}

.twitter {
	background: #32c8de;
}

.twitter:hover {
	background: #188392;
}

.google-plus {
	background: #f96f4a;
}

.google-plus:hover {
	background: #eb6440;
}

.linkedin {
	background: #729fda;
}

.linkedin:hover {
	background: #3069b6;
}

.pinterest {
	background: #ed5441;
}

.pinterest:hover {
	background: #b72411;
}

.dropbox {
	background: #32c8de;
}

.dropbox:hover {
	background: #188392;
}

.bitcoin {
	background: #f8a841;
}

.bitcoin:hover {
	background: #cc7607;
}

.foursquare {
	background: #22bed4;
}

.foursquare:hover {
	background: #146f7c;
}

.flickr {
	background: #ff61e7;
}

.flickr:hover {
	background: #fa00d4;
}

.github {
	background: #666666;
}

.github:hover {
	background: #333333;
}

.instagram {
	background: #d6917a;
}

.instagram:hover {
	background: #b35637;
}

.skype {
	background: #32c8de;
}

.skype:hover {
	background: #188392;
}

.tumblr {
	background: #84a1c8;
}

.tumblr:hover {
	background: #476d9f;
}

.vimeo {
	background: #32c8de;
}

.vimeo:hover {
	background: #188392;
}

.dribbble {
	background: #ff2edf;
}

.dribbble:hover {
	background: #c700a9;
}

.youtube {
	background: #ed5441;
}

.youtube:hover {
	background: #b72411;
}

.social-collage .social-container {
	position: relative;
	max-width: 180px;
	height: 200px;
	margin: 100px auto;
}

.social-collage .social-item {
	position: absolute;
	text-align: center;
	border: 1px solid #fff;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}

.social-collage .social-item i {
	color: #fff;
}

.social-collage .facebook {
	top: 0;
	left: 0;
	z-index: 115;
	width: 180px;
	height: 200px;
	color: #fff;
	font-size: 100px;
	line-height: 200px;
}

.social-collage .google-plus {
	top: 100%;
	left: 100%;
	z-index: 6;
	width: 90px;
	height: 100px;
	line-height: 100px;
	margin-left: -40px;
	font-size: 50px;
}

.social-collage .linkedin {
	top: 100%;
	right: 40px;
	z-index: 7;
	width: 87px;
	height: 110px;
	font-size: 40px;
	line-height: 110px;
}

.social-collage .twitter {
	top: 20px;
	right: 100%;
	z-index: 8;
	width: 120px;
	height: 130px;
	font-size: 50px;
	line-height: 130px;
}

.social-collage .pinterest {
	bottom: 100%;
	right: 100%;
	z-index: 9;
	width: 80px;
	height: 90px;
	margin-bottom: -20px;
	font-size: 35px;
	line-height: 90px;
}

.social-collage .github {
	bottom: 0;
	left: 100%;
	z-index: 10;
	width: 80px;
	height: 80px;
	font-size: 35px;
	line-height: 80px;
}

.social-collage .instagram {
	bottom: 80px;
	left: 100%;
	z-index: 10;
	width: 130px;
	height: 150px;
	font-size: 80px;
	line-height: 150px;
}

.social-collage .flickr {
	bottom: 100%;
	left: 0;
	z-index: 11;
	width: 120px;
	height: 120px;
	font-size: 50px;
	line-height: 120px;
}

.social-collage .youtube {
	top: 150px;
	right: 100%;
	z-index: 10;
	margin-right: -53px;
	width: 150px;
	height: 170px;
	font-size: 80px;
	line-height: 170px;
}

.social-collage .bitcoin {
	bottom: 100%;
	right: 0px;
	z-index: 10;
	width: 64px;
	height: 80px;
	line-height: 80px;
	font-size: 27px;
}

/* Mobile phones */
@media (max-width: 480px) {
	.social-collage .social-container {
		max-width: 250px !important;
	}

	.social-collage .social-item {
		margin-bottom: 0px !important;
		margin-left: 0px !important;
		width: 49% !important;
	}
}

/* Tablets */
@media (max-width: 767px) {
	.social-collage .social-container {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		height: auto;
	}

	.social-collage .social-item {
		position: static;
		display: inline-block;
		width: 24%;
		height: auto;
		font-size: 50px;
		line-height: 80px;
		margin: 0 auto;
		margin-top: 3px;
		padding: 20px 0;
	}
}

/*Swiper Hero Section Slider*/
.bdt-timeline-container {
	display: flow-root;
	box-sizing: content-box;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	margin-top: 50px;
}

.upk-salf-slider-wrapper {
	display: flex;
	flex-direction: row;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	height: 400px;
	padding: 30px;
	position: relative;
}

.upk-salf-slider-wrapper .upk-salf-item {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
}

.upk-salf-slider-wrapper .upk-salf-item.swiper-slide-active .upk-salf-title,
.upk-salf-slider-wrapper .upk-salf-item.swiper-slide-active .upk-salf-desc,
.upk-salf-slider-wrapper .upk-salf-item.swiper-slide-active .upk-salf-button {
	opacity: 1;
}

.upk-salf-slider-wrapper .upk-salf-item .upk-salf-image-wrap {
	height: 100%;
	width: 100%;
}

.upk-salf-slider-wrapper .upk-salf-item .upk-xanc-img {
	display: block;
	width: 100%;
	height: 800px;
	-o-object-fit: cover;
	object-fit: cover;
}

.upk-salf-slider-wrapper .upk-salf-item .upk-salf-content-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	top: unset;
	max-width: 460px;
	overflow: hidden;
	background: #ffffff8a;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	transition: -webkit-backdrop-filter 0.9s;
	transition: backdrop-filter 0.9s;
	transition: backdrop-filter 0.9s, -webkit-backdrop-filter 0.9s;
	padding: 20px;
	padding-left: 20px;
}

.upk-salf-slider-wrapper .upk-salf-item .upk-salf-title {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	color: #2b2d42;
	text-transform: capitalize;
	margin-bottom: 20px;
	opacity: 0;
}

.upk-salf-slider-wrapper .upk-salf-item .upk-salf-desc {
	color: #656565;
	font-size: 14px;
	line-height: 1.6;
	text-transform: capitalize;
	margin-bottom: 20px;
	opacity: 0;
}

.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button {
	opacity: 0;
}

.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link {
	color: #2b2d42;
	cursor: pointer;
	font-weight: 500;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;
	transition: all 0.3s ease;
}

.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link--arrowed {
	display: inline-block;
}

.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link--arrowed .arrow-icon {
	position: relative;
	top: 0;
	transition: transform 0.3s ease;
	vertical-align: middle;
}

.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link--arrowed .arrow-icon--circle {
	transition: stroke-dashoffset 0.3s ease;
	stroke-dasharray: 95;
	stroke-dashoffset: 95;
}

.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link--arrowed g {
	stroke: currentColor;
	color: #2b2d42;
}

.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link--arrowed:hover .arrow-icon {
	transform: translate3d(5px, 0, 0);
}

.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link--arrowed:hover .arrow-icon--circle {
	stroke-dashoffset: 0;
}

.upk-salf-slider-wrapper .upk-page-scroll {
	position: absolute;
	bottom: 8%;
	right: 5%;
	transform: rotate(90deg);
	z-index: 1;
	display: none;
}

.upk-salf-slider-wrapper .upk-page-scroll .arrow-up {
	height: 70px;
	width: 70px;
	display: block;
	background: #ffffffc9;
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	position: relative;
	cursor: pointer;
	transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
	transform: rotate(-90deg);
	overflow: hidden;
}

.upk-salf-slider-wrapper .upk-page-scroll .arrow-slide {
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 0;
}

.upk-salf-slider-wrapper .upk-page-scroll .long-arrow-left {
	display: block;
	margin: 30px auto;
	width: 16px;
	height: 16px;
	border-top: 2px solid #2b2d42;
	border-left: 2px solid #2b2d42;
}

.upk-salf-slider-wrapper .upk-page-scroll .long-arrow-left {
	transform: rotate(-135deg);
}

.upk-salf-slider-wrapper .upk-page-scroll .long-arrow-left::after {
	content: "";
	display: block;
	width: 2px;
	height: 25px;
	background-color: #2b2d42;
	transform: rotate(-45deg) translate(8px, 3px);
	left: 0;
	top: 0;
}

.upk-salf-slider-wrapper .upk-page-scroll .arrow-up:hover {
	transition: all 0.1s;
}

.upk-salf-slider-wrapper .upk-page-scroll .arrow-up:hover .left-arm:after {
	transform: rotate(-10deg);
}

.upk-salf-slider-wrapper .upk-page-scroll .arrow-up:hover .right-arm:after {
	transform: rotate(10deg);
}

.upk-salf-slider-wrapper .upk-page-scroll .arrow-up:hover .arrow-slide {
	transition: all 0.5s ease-in-out;
	transform: translateY(200%);
}

.upk-salf-slider-wrapper .upk-salf-nav-pag-wrap {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
}

.upk-salf-slider-wrapper .upk-salf-navigation {
	margin-top: 40px;
	margin-right: 2px;
}

.upk-salf-slider-wrapper .upk-salf-navigation .link--arrowed {
	display: inline-block;
}

.upk-salf-slider-wrapper .upk-salf-navigation .link--arrowed .arrow-icon {
	position: relative;
	top: 0;
	transition: transform 0.3s ease;
	vertical-align: middle;
}

.upk-salf-slider-wrapper .upk-salf-navigation .link--arrowed .arrow-icon--circle {
	transition: stroke-dashoffset 0.3s ease;
	stroke-dasharray: 95;
	stroke-dashoffset: 95;
}

.upk-salf-slider-wrapper .upk-salf-navigation .link--arrowed g {
	stroke: currentColor;
	color: #2b2d42;
}

.upk-salf-slider-wrapper .upk-salf-navigation .link--arrowed:hover .arrow-icon {
	transform: translate3d(5px, 0, 0);
}

.upk-salf-slider-wrapper .upk-salf-navigation .link--arrowed:hover .arrow-icon--circle {
	stroke-dashoffset: 0;
}

.upk-salf-slider-wrapper .upk-salf-navigation .upk-button-next {
	margin-top: 15px;
	transform: rotate(90deg);
}

.upk-salf-slider-wrapper .upk-salf-navigation .upk-button-prev {
	transform: rotate(-90deg);
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap {
	position: absolute;
	top: 43%;
	right: 0;
	margin-right: 22px;
}

@-webkit-keyframes progress {
	0% {
		stroke-dashoffset: 75;
		opacity: 1;
	}

	95% {
		stroke-dashoffset: 0;
		opacity: 1;
	}

	100% {
		opacity: 0;
		stroke-dashoffset: 0;
	}
}

@keyframes progress {
	0% {
		stroke-dashoffset: 75;
		opacity: 1;
	}

	95% {
		stroke-dashoffset: 0;
		opacity: 1;
	}

	100% {
		opacity: 0;
		stroke-dashoffset: 0;
	}
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet {
	background-color: transparent;
	opacity: 0.8;
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation {
	width: 20px;
	height: 20px;
	margin: 6px -7px;
	display: inline-block;
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation svg {
	transform: rotate(-90deg);
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation .svg__circle-inner {
	stroke: #2b2d42;
	fill: transparent;
	transition: all 0.3s ease;
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet-active .svg__circle {
	stroke-dasharray: 75;
	stroke-dashoffset: 0;
	-webkit-animation: progress 4s ease-in-out 1 forwards;
	animation: progress 4s ease-in-out 1 forwards;
}

.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet-active .svg__circle-inner {
	fill: #2b2d42;
}

@media (min-width: 768px) {
	.upk-salf-slider-wrapper {
		height: 550px;
		padding: 60px;
	}

	.upk-salf-slider-wrapper .upk-page-scroll {
		bottom: 4%;
		display: inherit;
	}

	.upk-salf-slider-wrapper .upk-salf-item .upk-salf-title {
		font-size: 40px;
	}

	.upk-salf-slider-wrapper .upk-salf-item .upk-salf-content-wrap {
		max-width: 400px;
		padding: 40px;
		padding-left: 0;
		top: 50%;
		transform: translateY(-50%);
		bottom: unset;
	}

	.upk-salf-slider-wrapper .upk-salf-item .upk-salf-image-wrap {
		width: 80%;
	}

	.upk-salf-slider-wrapper .upk-salf-navigation {
		margin-top: 60px;
		margin-right: 20px;
	}

	.upk-salf-slider-wrapper .upk-salf-pagi-wrap {
		margin-right: 47px;
	}

	.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation {
		margin: 6px 0;
	}
}

@media (min-width: 1024px) {
	.upk-salf-slider-wrapper {
		height: 650px;
		padding: 70px;
	}

	.upk-salf-slider-wrapper .upk-page-scroll {
		bottom: 9%;
	}

	.upk-salf-slider-wrapper .upk-salf-item .upk-salf-title {
		font-size: 50px;
	}

	.upk-salf-slider-wrapper .upk-salf-item .upk-salf-content-wrap {
		max-width: 460px;
		padding: 50px;
		padding-left: 0;
	}

	.upk-salf-slider-wrapper .upk-salf-item .upk-salf-desc {
		font-size: 16px;
	}

	.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link {
		font-size: 16px;
	}

	.upk-salf-slider-wrapper .upk-salf-item .upk-salf-image-wrap {
		width: 80%;
	}

	.upk-salf-slider-wrapper .upk-salf-navigation {
		margin-top: 85px;
		margin-right: 30px;
	}

	.upk-salf-slider-wrapper .upk-salf-pagi-wrap {
		margin-right: 53px;
	}

	.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation {
		margin: 6px -5px;
	}
}

@media (min-width: 1440px) {
	.upk-salf-slider-wrapper {
		height: 700px;
		padding: 80px;
	}

	.upk-salf-slider-wrapper .upk-salf-item .upk-salf-title {
		font-size: 55px;
	}
}

.upk-salf-slider-wrapper .swiper-container {
	width: 100%;
}

/*Swiper Slider With Text*/
.swiper {
	width: 100%;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination {
	bottom: 1.25rem !important;
}

.swiper-slide {
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: self-start;
}

.swiper-slide h2 {
	padding: 0 0 0 1rem;
	text-transform: uppercase;
}

.swiper-slide p {
	padding: 0rem;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.swiper-slide a {
	margin: 1.25rem 1.563rem 3.438rem 1.563rem;
	padding: 1rem;
	font-size: 0.9rem;
}

.swiper-slide div {
	display: none;
	opacity: 0;
}

.swiper-slide-active div {
	display: block;
	opacity: 1;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
	background-image: none;
}

@media screen and (min-width: 48rem) {}

@media screen and (min-width: 93.75rem) {
	.swiper {
		width: 100%;
	}
}

/*Testimonial v2*/
.row-flex {
	display: flex;
	flex-wrap: wrap;
}

.testimonial-wrapper {
	min-height: auto;
}

.owl-carousel .owl-item img {
	display: block;
	width: auto;
}

/*Timeline*/
.timeline {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding: 0rem;
}

.timeline:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	border-right: 2px dashed rgba(var(--color-foreground), 1);
	height: 100%;
	display: block;
}

.timeline-row {
	padding-left: 50%;
	position: relative;
	margin-bottom: 30px;
}

.timeline-row .timeline-time {
	position: absolute;
	right: 50%;
	top: 31px;
	text-align: right;
	margin-right: 20px;
	color: rgba(var(--color-foreground), 1);
	font-size: 1.5rem;
}

.timeline-row .timeline-time small {
	display: block;
	font-size: 0.8rem;
	color: rgba(var(--color-foreground), 1);
}

.timeline-row .timeline-content {
	position: relative;
	padding: 20px;
	display: grid;
	gap: 15px;
}

.timeline-row .timeline-content:after {
	content: "";
	position: absolute;
	top: 20px;
	height: 3px;
	width: 40px;
}

.timeline-row .timeline-content:before {
	content: "";
	position: absolute;
	top: 20px;
	right: -50px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	z-index: 100;
	background: rgba(var(--color-background), 1);
	border: 2px dashed rgba(var(--color-foreground), 1);
}

.timeline-row .timeline-content h4 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.timeline-row .timeline-content i {
	font-size: 20px;
	color: rgba(var(--color-foreground), 0.75);
	line-height: 100%;
	padding: 10px 8px;
	border: 2px solid rgba(var(--color-foreground), 0.75);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	display: inline-block;
}

.timeline-row .timeline-content .thumbs {}

.timeline-row .timeline-content .thumbs img {}

.timeline-row:nth-child(even) .timeline-content {
	margin-left: 40px;
	text-align: left;
}

.timeline-row:nth-child(even) .timeline-content:after {
	left: -39px;
	border-right: 18px solid rgba(var(--color-background), 1);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.timeline-row:nth-child(even) .timeline-content:before {
	left: -50px;
	right: initial;
}

.timeline-row:nth-child(odd) {
	padding-left: 0;
	padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-time {
	right: auto;
	left: 50%;
	text-align: left;
	margin-right: 0;
	margin-left: 20px;
}

.timeline-row:nth-child(odd) .timeline-content {
	background: rgba(var(--color-background), 1);
	margin-right: 40px;
	margin-left: 0;
	text-align: right;
}

.timeline-row:nth-child(odd) .timeline-content:after {
	right: -39px;
	border-left: 18px solid rgba(var(--color-background), 1);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.timeline-badge-wrapper {
	display: inline-grid;
	gap: 10px;
}

@media (max-width: 767px) {
	.timeline {
		padding: 15px 10px;
	}

	.timeline:after {
		left: 28px;
	}

	.timeline .timeline-row {
		padding-left: 0;
		margin-bottom: 16px;
	}

	.timeline .timeline-row .timeline-time {
		position: relative;
		right: auto;
		top: 0;
		text-align: left;
		margin: 0 0 6px 56px;
	}

	.timeline .timeline-row .timeline-time strong {
		display: inline-block;
		margin-right: 10px;
	}

	.timeline .timeline-row .timeline-icon {
		top: 52px;
		left: -2px;
		margin-left: 0;
	}

	.timeline .timeline-row .timeline-content {
		padding: 15px;
		margin-left: 56px;
		position: relative;
	}

	.timeline .timeline-row .timeline-content:after {
		right: auto;
		left: -39px;
		top: 32px;
	}

	.timeline .timeline-row:nth-child(odd) {
		padding-right: 0;
	}

	.timeline .timeline-row:nth-child(odd) .timeline-time {
		position: relative;
		right: auto;
		left: auto;
		top: 0;
		text-align: left;
		margin: 0 0 6px 56px;
	}

	.timeline .timeline-row:nth-child(odd) .timeline-content {
		margin-right: 0;
		margin-left: 55px;
	}

	.timeline .timeline-row:nth-child(odd) .timeline-content:after {
		right: auto;
		left: -39px;
		top: 32px;
		border-right: 18px solid rgba(var(--color-foreground), 1);
		border-left: inherit;
	}

	.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
		left: 20px;
	}

	.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
		left: 0;
	}
}

/*Announcement Bar Advanced*/
#close-announcement {
	left: 100%;
	right: 0;
	display: flex;
	position: sticky;
}

/*Before After Slider*/
.ba-Slider {
	position: relative;
	display: block;
	background: rgb(var(--color-background));
	border: 1px solid white;
	margin: 0px auto;
	overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slider_arrow {
	position: absolute;
	top: calc(50% - 16px);
	left: calc(50% - 16px);
	width: 32px;
	height: 32px;
	cursor: pointer;
}

#before_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	overflow: hidden;
}

.ease {
	transition: width ease 0.5s, left ease 0.5s;
	-moz-transition: width ease 0.5s, left ease 0.5s;
	-webkit-transition: width ease 0.5s, left ease 0.5s;
}

#before_slide:after {}

/*Horizontal Ticker*/
.horizontal-ticker {
	overflow-x: hidden;
	max-width: 100%;
}

.horizontal-ticker__inner {
	overflow: hidden;
}

.horizontal-ticker__container {
	display: flex;
	align-items: center;
	width: fit-content;
}

.horizontal-ticker__item {
	margin: 0;
	color: rgb(var(--color-foreground));
	line-height: 1;
	white-space: nowrap;
}

.horizontal-ticker__item--italic {
	font-style: italic;
}

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

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

/*Icon with text*/
.icon-with-text-v1 .card1 {
	padding: 2rem;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.icon-with-text-v1 .card1::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	transform: translateY(98%);
	transition: all 0.5s cubic-bezier(0.78, 0.01, 0.25, 1);
	z-index: 0;
}

.icon-with-text-v1 .card1:hover::before {
	transform: translateY(0%);
}

.icon-with-text-v1 .card1:hover {
	cursor: pointer;
}

.icon-with-text-v1 .card-content {
	width: 90%;
	height: 90%;
	z-index: 1;
}

.icon-with-text-v1 .card1:hover a {
	border: 1px solid rgb(var(--color-background));
	color: #fff;
	fill: #fff;
}

.icon-with-text-v1 .card-image {
	z-index: 1;
}

.icon-wrapper i {
	font-size: 20px;
}

.icon-with-text-v2-card {
	padding: 2rem;
}

/*Image Banner*/
.image-banner-box-align-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 54.5rem;
	margin-left: auto;
}

.image-banner-box-align-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 54.5rem;
	margin-right: auto;
}

.aquirify_image_banner_display_none {
	display: none;
}

.aquirify_image_banner_display_block {
	display: block;
}

/*Logo Slider*/
.logos-slide {
	background: rgb(var(--color-background));
	padding: 1rem;
	width: 100%;
}

/*Owl Slider*/
/* Slider Animation Start */
.owl-slider-slide-animation {
	position: relative;
	z-index: 9;
}

.owl-slider-slide-animation>* {
	opacity: 0;
	visibility: hidden;
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.owl-slider-slide-animation>*:nth-child(1) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.owl-slider-slide-animation>*:nth-child(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.owl-slider-slide-animation>*:nth-child(3) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.owl-slider-slide-animation>*:nth-child(4) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.owl-slider-slide-animation>*:nth-child(5) {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}

.owl-slider-slide-animation>*:nth-child(6) {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.owl-slider-slide-animation>*:nth-child(7) {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;
}

.owl-slider-slide-animation>*:nth-child(8) {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
}

.owl-slider-slide-animation>*:nth-child(9) {
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
	-webkit-animation-duration: 4.5s;
	animation-duration: 4.5s;
}

.owl-slider-slide-animation>*:nth-child(11) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
}

.owl-theme .owl-dots {
	position: absolute;
	bottom: 20px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.owl-theme .owl-dots button:before {
	content: "";
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

owl-theme .owl-dots .owl-dot:after {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	opacity: 1;
}

.owl-theme .owl-dots .owl-dot:hover:after {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	opacity: 1;
}

.owl-theme .owl-dots .owl-dot:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0, 0);
	transform: translate(-50%, -50%) scale(0, 0);
	width: 80%;
	height: 80%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
}

/*Testimonial*/
.box-align-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
}

.box-align-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: auto;
}

.testimonial-container-left {
	width: auto;
	text-align: left;
	padding: 40px;
}

.testimonial-container-center {
	width: auto;
	text-align: center;
	padding: 40px;
}

.testimonial-container-right {
	width: auto;
	text-align: right;
	padding: 40px;
}

.testimonial__text-wrapper {
	padding: 0;
}

.testimonial_nav_controls {
	position: absolute;
	margin-bottom: 0px;
	z-index: 5;
	left: 0;
	right: 0;
	top: 50%;
}

/*Vertical Ticker*/
.holder {
	overflow: hidden;
	padding: 10px;
}

.holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.holder ul li a {
	color: darkred;
	text-decoration: none;
}

.vertical-ticker__inner {
	overflow: hidden;
	-webkit-mask-image: linear-gradient(0deg, transparent 0, #000 20%, #000 70%, transparent);
	mask-image: linear-gradient(180deg, transparent 0, #000 20%, #000 70%, transparent);
}

.vertical-ticker__container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
}

.vertical-ticker__container>* {
	padding-block: 6px;
}

.vertical-ticker__item {
	margin: 0;
	color: rgb(var(--color-foreground));
}

.vertical-ticker__item--italic {
	font-style: italic;
}

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

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

@keyframes vertTicker {
	to {
		transform: translateY(-50%);
	}
}

.vertical-ticker-and-content {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.vertical-ticker-content {
	display: grid;
	place-items: center;
	position: relative;
}

.vertical-ticker-content__bg,
.vertical-ticker-content__bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.vertical-ticker-content__bg img {
	object-fit: cover;
	object-position: center center;
	z-index: -2;
}

.vertical-ticker-content .page-width {
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 900px) {
	.vertical-ticker-and-content--ticker-first .vertical-ticker {
		order: -1;
	}

	.vertical-ticker-and-content {
		grid-template-columns: repeat(2, 1fr);
	}

	.vertical-ticker-content {
		padding-top: 36px;
	}
}

@media screen and (max-width: 900px) {
	.vertical-ticker-and-content--content-desktop-only .vertical-ticker-content {
		display: none;
	}
}

.horizontal-ticker {
	overflow-x: hidden;
	max-width: 100%;
}

.verticalticker-date {
	font-weight: bold;
}

.verticalticker-title {
	margin-left: 10px;
}

.verticalticker-new {
	color: red;
	margin-left: 10px;
	animation: blink 1s ease-in-out infinite alternate;
}

.fadeInDown {
	opacity: 0;
}

.fadeInDown.run {
	animation: fadeInDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.fadeOutDown {
	opacity: 1;
}

.fadeOutDown.run {
	animation: fadeOutDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-30px);
	}

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

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(30px);
	}
}

@keyframes blink {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.verticalticker ul {
	position: relative;
	list-style: none;
	height: 100%;
	padding: 0;
	margin: 0;
}

.verticalticker-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-right: 0;
	opacity: 0;
}

.verticalticker-head {
	width: auto;
	padding: 0 4px;
	display: flex;
	align-items: center;
}

.verticalticker {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 6px;
	overflow: hidden;
}

.verticalticker-item a {
	display: inline-block;
	width: auto;
	white-space: nowrap;
	text-decoration: none;
	transition: transform 5s linear;
}

/*Image with text v8*/
.iwt-contact-form {}

.iwt-contact-form .bi {
	width: 20px;
	height: 20px;
}

.th-max-h-40 {
	max-height: 40px;
}

.words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.words-wrapper b {
	opacity: 0;
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.words-wrapper .is-visible {
	position: relative;
	opacity: 1;
	-webkit-animation: push-in 0.6s;
	-moz-animation: push-in 0.6s;
	animation: push-in 0.6s;
}

.words-wrapper .is-hidden {
	-webkit-animation: push-out 0.6s;
	-moz-animation: push-out 0.6s;
	animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}

	70% {
		opacity: 1;
		-webkit-transform: translateX(10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes push-in {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(10%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@keyframes push-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		-moz-transform: translateX(10%);
		-ms-transform: translateX(10%);
		-o-transform: translateX(10%);
		transform: translateX(10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes push-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
}

@-moz-keyframes push-out {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	60% {
		opacity: 0;
		-moz-transform: translateX(110%);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
}

@keyframes push-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		-moz-transform: translateX(110%);
		-ms-transform: translateX(110%);
		-o-transform: translateX(110%);
		transform: translateX(110%);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.text-js {
	opacity: 0;
}

.cursor {
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	right: -5px;
	width: 2px;
	/* Change colour of Cursor Here */
	background-color: white;
	z-index: 1;
	-webkit-animation: flash 0.5s none infinite alternate;
	animation: flash 0.5s none infinite alternate;
}

@-webkit-keyframes flash {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes flash {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*Newsletter v3*/
.newsletter-v3 {
	background-size: cover;
}

/*Our Services*/
.our-services-card,
.our-services2-card,
.categories-list-content,
.pricing-plan,
.team-member-wrapper,
.card-body-team-member,
.testimonial-block {
	padding: 20px;
}

.slick-list {
	padding-bottom: 20px;
}

ul.pricing-card-text {
	padding: 0px;
}

.our-team-wrapper {
	margin-top: -2rem;
}

.slick-prev,
.slick-next {
	top: 18%;
}

/*Video Banner*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 Aspect Ratio */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: var(--color-background);
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Comparison Table Advanced*/
.comparison-table-advanced {
	width: 100%;
}

.comparison-table td,
.comparison-table th {
	padding: 1rem 2rem;
}

.comparison-table-advanced .fa-check {
	color: rgba(var(--color-foreground), 1);
}

.regular-cell:nth-child(1) {
	width: 40%;
}

.comparison-table-advanced tr:nth-child(even) {
	background-color: rgba(var(--color-foreground), 0.1);
}

.comparison-table-advanced td,
.comparison-table-advanced th {
	border-bottom: 1px solid rgba(var(--color-foreground), 0.3);
}

.comparison-table-advanced tr:not(:first-child) {
	border-left: 1px solid rgba(var(--color-foreground), 0.3);
	border-right: 1px solid rgba(var(--color-foreground), 0.3);
}

.comparison-table-advanced tr:last-child {
	border-radius: 0px 0px 10px 10px;
}

.comparison-table-advanced tbody {
	box-shadow: 0.3rem 0.3rem 0.8rem rgba(var(--color-foreground), 0.15), 0 0 0 0.1rem rgba(var(--color-foreground), 0.08);
	border-radius: 2rem;
}

/*Results Section*/
.circle-wrapper {
	width: auto;
}

.results__percentage {
	width: 7rem;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	position: relative;
	--border-width: 0.7rem;
	flex-shrink: 0;
	margin-right: 2rem;
	z-index: 0;
}

.results__percentage::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	z-index: -2;
	background: conic-gradient(from 0deg at 50% 50%, rgb(var(--color-base-accent-1)) 0%, rgb(var(--color-base-accent-1)) var(--percentage), rgb(var(--color-background)) var(--percentage), rgb(var(--color-background)) 100%);
}

.color-accent-1 .results__percentage::before,
.color-accent-2 .results__percentage::before {
	background: conic-gradient(from 0deg at 50% 50%, rgb(var(--color-foreground)) 0%, rgb(var(--color-foreground)) var(--percentage), rgb(var(--color-background)) var(--percentage), rgb(var(--color-background)) 100%);
}

.results__percentage::after {
	content: "";
	display: block;
	position: absolute;
	top: var(--border-width);
	left: var(--border-width);
	bottom: var(--border-width);
	right: var(--border-width);
	border-radius: 50%;
	z-index: -1;
	background: rgb(var(--color-background));
}

.results__percentage p {
	margin: 0;
	color: rgb(var(--color-base-accent-1));
	font-size: 1.8rem;
	font-weight: 700;
}

.color-accent-1 .results__percentage p,
.color-accent-2 .results__percentage p {
	color: rgb(var(--color-foreground));
}

/*Section ID Display*/
.th__tooltip {
	position: relative;
	display: inline-block;
}

.th__tooltip .tooltiptext {
	visibility: hidden;
	min-width: 170px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 6px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -86px;
	opacity: 0;
	transition: opacity 0.3s;
	white-space: nowrap;
}

.th__tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.th__tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

/*Featured blog*/
.featured-blog-date {
    background: var(--color-accent);
    color: rgb(var(--color-background));
    padding: 5px 10px;
    border-radius: 0;
    top: 10px;
    position: absolute;
    left: 10px;
    text-transform: uppercase;
}

#cart-discount-code {
	min-width: 150px;
}

button[aria-expanded="true"] svg {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

button[aria-expanded="false"] svg {
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}

.select {
	position: relative;
	display: inline-block;
	width: 220px;
	/* adjust as needed */
}

.select__select {
	appearance: none;
	/* remove native arrow */
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	padding: 10px 40px 10px 14px;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #ddd;
	border-radius: inherit;
	background-color: rgb(var(--color-background));
	color: rgb(var(--color-foreground));
	cursor: pointer;
	transition: all 0.2s ease;
}

.select__select:focus {
	border-color: var(--color-accent);
	box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.2);
	outline: none;
}

.select svg {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	transition: transform 0.3s ease;
	color: #666;
}

/* Rotate caret when select is open */
.select__select:focus+svg,
.select__select:active+svg {
	transform: translateY(-50%) rotate(180deg);
}

/*Bento Collections*/
.bento-wrapper {
  max-width: 1400px;
  margin: auto;
  padding: 40px 20px;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 20px;
}

@media (max-width: 1024px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 240px;
  }
}

@media (max-width: 640px) {
  .bento-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
}

.bento-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #000;
  isolation: isolate;
}

.bento-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.bento-item.medium {
  grid-column: span 2;
}

.bento-img {
  position: absolute;
  inset: 0;
}

.bento-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.bento-item:hover img {
  transform: scale(1.1);
}

.bento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,var(--bento-overlay-opacity-from)),
    rgba(0,0,0,var(--bento-overlay-opacity-to)),
    transparent
  );
  z-index: 1;
}

.bento-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
}

.bento-content h3 {
  margin-bottom: 6px;
}

.bento-content p {
  opacity: .85;
  margin-bottom: 12px;
}

/*Bento - Image With Text 11*/
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, minmax(180px, auto));
  gap: 16px;
}

.bento-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.bento-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.bento-item:hover .bento-img {
  transform: scale(1.06);
}

/* Layout positions */
.bento-large {
  grid-column: span 2;
  grid-row: span 2;
}

.bento-small {
  grid-column: span 1;
  grid-row: span 1;
}

.bento-wide {
  grid-column: span 2;
  grid-row: span 1;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .bento-large,
  .bento-wide {
    grid-column: span 2;
  }
}

.bento-item {
  overflow: hidden;
}
 

/*Comparision Table PRO*/
.compare-wrapper {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.compare-img img { width: 100%; display: block; }

.compare-before {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.compare-wrapper.vertical .compare-before {
  clip-path: inset(0 0 calc(100% - var(--pos)) 0);
}

.compare-range {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: ew-resize;
  z-index: 5;
}

.compare-handle {
  position: absolute;
  top: 0;
  left: var(--pos);
  transform: translateX(-50%);
  height: 100%;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--accent), transparent);
  z-index: 4;
}

.compare-wrapper.vertical .compare-handle {
  left: 0;
  top: var(--pos);
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

.handle-glass {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255,255,255,.35);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.compare-label {
  position: absolute;
  top: 16px;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.5);
  color: #fff;
  backdrop-filter: blur(6px);
}

.compare-label.left { left: 16px; }
.compare-label.right { right: 16px; }
.compare-wrapper {
  touch-action: none;
  cursor: ew-resize;
}

.compare-wrapper.vertical {
  cursor: ns-resize;
}

/* ===============================
   FIX: LOCK ASPECT RATIO
================================ */

.compare-wrapper {
  aspect-ratio: var(--ratio, 16 / 9);
}

/* Ensure images fully cover container */
.compare-img,
.compare-img img {
  height: 100%;
}

.compare-img img {
  object-fit: cover;
}

@media (max-width: 768px) {
  .compare-wrapper {
    max-height: 70vh;
  }
}

/* ===============================
   MOBILE RESPONSIVE FIXES
================================ */

@media (max-width: 768px) {
  .compare-pro {
    margin: 40px auto;
  }

  .compare-title {
    font-size: 1.25rem;
  }

  .compare-wrapper {
    border-radius: 16px;
  }

  /* Bigger touch target */
  .handle-glass {
    width: 56px;
    height: 56px;
  }

  /* Reduce blur for performance */
  .handle-glass {
    backdrop-filter: blur(8px);
  }

  /* Prevent accidental page scroll */
  .compare-wrapper {
    touch-action: none;
  }

  /* Label sizing */
  .compare-label {
    font-size: 11px;
    padding: 4px 10px;
  }
}

/* Ultra-small devices */
@media (max-width: 480px) {
  .handle-glass {
    width: 60px;
    height: 60px;
  }

  .compare-label {
    top: 10px;
  }
}

/*Testimonial Bento*/
.tp-grid {
  display: grid;
  gap: var(--grid-desktop-horizontal-spacing);
}
.tp-grid--grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.tp-grid--bento {
  grid-template-columns: repeat(6, 1fr);
}
.tp-grid--bento .tp-card:nth-child(1) { 
  grid-column: span 3; 
}
.tp-grid--bento .tp-card:nth-child(2) { 
  grid-column: span 3; 
}
.tp-grid--bento .tp-card:nth-child(3) { 
  grid-column: span 2; }
.tp-grid--bento .tp-card:nth-child(4) { 
  grid-column: span 2; 
}
.tp-grid--bento .tp-card:nth-child(5) { 
  grid-column: span 2; 
}

/* Tablet & Mobile → 2 columns */
@media (max-width: 768px) {
  .tp-grid--bento {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Optional: normalize spans on mobile */
  .tp-grid--bento .tp-card {
    grid-column: span 1;
  }

  /* Make first two cards wider if you want */
  .tp-grid--bento .tp-card:nth-child(1),
  .tp-grid--bento .tp-card:nth-child(2) {
    grid-column: span 2;
  }
}

.tp-text {
  margin-bottom: 16px; 
}

.tp-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tp-author span {
  display: block;
  font-size: 12px;
  opacity: .6;
}

/*Category Grid Pro*/
.category-grid-wrap {
  padding: 40px 0;
}

.category-grid-box {
  border: 1px solid rgba(var(--color-foreground), 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols-desktop), 1fr);
}

@media (max-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(var(--cols-mobile), 1fr);
  }
}

.category-item {
  border-right: 1px solid rgba(var(--color-foreground), 0.1);
  border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  transition: background 0.25s ease;
}

/* Remove right border on last column */
.category-item:nth-child({{ cols_desktop }}n) {
  border-right: none;
}

.category-thumb {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden;
}

.category-thumb img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

/* Shapes */
.shape-circle,
.shape-circle img {
  border-radius: 50% !important;
}

.shape-square,
.shape-square img {
  border-radius: 8px !important;
}

.shape-mask {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
