/** Navigation style **/
.navigation-layout {
	background: #ffffff;
	padding: 16px;
}
.navigation {
	display: flex;
	flex-direction: row;
	margin: 0 8px;
}
.navigation__title {
	width: 100%;
}
.navigation__title-bold {
	font-weight: 800;
}
.navigation__title-light {
	color: #6b7280;
	font-weight: 400;
}

.navigation__view-cart {
	position: relative;
}

.navigation-cart-block {
	align-items: center;
	background-color: inherit;
	display: flex;
	position: relative;
}

.navigation__view-cart-link {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}

.navigation__view-cart-link:hover {
	text-decoration: none;
}

.navigation__view-cart__quantity {
	color: #fff;
	font-size: 10px;
	background-color: #000000;
	position: absolute;
	bottom: -27%;
	right: 2%;
	padding: 3% 7%;
	border-radius: 1000px;
	cursor: pointer;
	display: block;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10px;
	height: 10px;
	overflow: hidden;
	padding: 5px;
}
.navigation__view-cart__quantity:empty {
	display: none;
}
.navigation__view-cart span {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 4px;
	justify-content: center;
	white-space: nowrap;
	cursor: pointer;
}
.navigation__view-cart span::after {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 45'><path d='M 23 2 C 18.385291 2 14.559689 5.5140788 14.058594 10 L 12 10 C 9.688 10 7.7634375 11.733203 7.5234375 14.033203 L 5.0234375 38.033203 C 4.8914375 39.298203 5.30425 40.566672 6.15625 41.513672 C 7.00825 42.458672 8.228 43 9.5 43 L 38.5 43 C 39.772 43 40.99175 42.458672 41.84375 41.513672 C 42.69575 40.567672 43.106609 39.298203 42.974609 38.033203 L 40.476562 14.033203 C 40.236562 11.733203 38.312 10 36 10 L 33.953125 10 C 33.984125 10.33 34 10.664 34 11 L 34 13 L 36 13 C 36.771 13 37.412187 13.578703 37.492188 14.345703 L 39.992188 38.345703 C 40.036187 38.767703 39.898234 39.189906 39.615234 39.503906 C 39.331234 39.818906 38.924 40 38.5 40 L 9.5 40 C 9.076 40 8.6697188 39.819859 8.3867188 39.505859 C 8.1027187 39.190859 7.9638125 38.767703 8.0078125 38.345703 L 10.507812 14.345703 C 10.587813 13.578703 11.229 13 12 13 L 14 13 L 14 16.5 A 1.50015 1.50015 0 1 0 17 16.5 L 17 11 C 17 7.6687195 19.668719 5 23 5 C 25.989762 5 28.439942 7.1510842 28.912109 10 L 19.132812 10 C 19.048812 10.32 19 10.654 19 11 L 19 13 L 29 13 L 29 16.5 A 1.50015 1.50015 0 1 0 32 16.5 L 32 11 C 32 6.0472805 27.952719 2 23 2 z' /></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 15px;
}

.navigation__view-cart.no-icon span::after {
	content: none;
}

.navigation__view-cart span:hover {
	text-decoration: underline;
}

/** Cart styles **/
shopify-cart::part(dialog) {
	border-radius: 8px;
}
shopify-cart::part(primary-button) {
	background-color: #000;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
	transition: all 0.3s ease;
}
shopify-cart::part(primary-button):hover {
	opacity: 0.5;
}
shopify-cart::part(line-heading) {
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	padding-right: 32px;
}
shopify-cart::part(line-price) {
	color: #787473;
	font-size: 16px;
	font-weight: 500;
}

.shopify-multi-store-cart {
	border: 0;
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	max-width: 560px;
	padding: 0;
	width: calc(100% - 32px);
}

.shopify-multi-store-cart::backdrop {
	background: rgba(0, 0, 0, 0.45);
}

.shopify-multi-store-cart__header {
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.shopify-multi-store-cart__header h2 {
	margin: 0;
}

.shopify-multi-store-cart__header button {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 20px;
}

.shopify-multi-store-cart__content {
	padding: 20px;
}

.shopify-multi-store-cart__store {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	margin-bottom: 12px;
	padding: 16px;
}

.shopify-multi-store-cart__store-header {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.shopify-multi-store-cart__store p {
	margin: 4px 0 0;
}

.shopify-multi-store-cart__line {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

.shopify-multi-store-cart__line img {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	height: 72px;
	object-fit: cover;
	width: 72px;
}

.shopify-multi-store-cart__line-details {
	flex: 1;
}

.shopify-multi-store-cart__quantity {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.shopify-multi-store-cart__quantity button {
	cursor: pointer;
}

.shopify-multi-store-cart__store-footer {
	border-top: 1px solid #e5e5e5;
	margin-top: 16px;
	padding-top: 16px;
}

.shopify-multi-store-cart__checkout {
	align-items: center;
	background-color: #000;
	border: 2px solid #000;
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.4;
	padding: 14px 20px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	width: 100%;
}

.shopify-multi-store-cart__checkout:hover,
.shopify-multi-store-cart__checkout:focus {
	background-color: #fff;
	border-color: #000;
	color: #000;
	text-decoration: none;
}

.shopify-multi-store-cart__checkout::after {
	content: "→";
	font-size: 16px;
	margin-left: 8px;
	transition: transform 0.3s ease;
}

.shopify-multi-store-cart__checkout:hover::after,
.shopify-multi-store-cart__checkout:focus::after {
	transform: translateX(3px);
}

.shopify-multi-store-cart__error {
	background: #fcf0f1;
	border-left: 4px solid #d63638;
	color: #1d2327;
	margin: 16px 20px 0;
	padding: 12px;
}

.shopify-multi-store-cart__notice {
	align-items: flex-start;
	background: #fcf0f1;
	border-left: 4px solid #d63638;
	color: #1d2327;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 10px 12px;
}

.shopify-multi-store-cart__notice p {
	flex: 1;
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

.shopify-multi-store-cart__notice-dismiss {
	background: transparent;
	border: 0;
	color: #787473;
	cursor: pointer;
	flex-shrink: 0;
	font-size: 18px;
	line-height: 1;
	padding: 0 4px;
}

.shopify-multi-store-cart__notice-dismiss:hover,
.shopify-multi-store-cart__notice-dismiss:focus {
	color: #1d2327;
}

.shopify-multi-store-checkout {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 100%;
	height: 100dvh;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	width: 100%;
}

.shopify-multi-store-checkout::backdrop {
	background: rgba(0, 0, 0, 0.55);
}

.shopify-multi-store-checkout__header {
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.shopify-multi-store-checkout__header h2 {
	font-size: 18px;
	margin: 0;
}

.shopify-multi-store-checkout__close {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 20px;
}

.shopify-multi-store-checkout__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px 20px;
}

.shopify-multi-store-checkout__notice {
	color: #1d2327;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

.shopify-multi-store-checkout__back {
	background: transparent;
	border: 0;
	color: #787473;
	cursor: pointer;
	font-size: 14px;
	padding: 8px 0;
	text-decoration: underline;
}

.shopify-multi-store-checkout__back:hover,
.shopify-multi-store-checkout__back:focus {
	color: #1d2327;
}

@media (min-width: 769px) {
	.shopify-multi-store-checkout {
		border-radius: 12px;
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
		height: auto;
		margin: auto;
		max-height: calc(100% - 32px);
		max-width: 480px;
		width: calc(100% - 32px);
	}
}

.navigation-cart-block.shopify-cart-toggle--multi-store,
.shopify-elementor-cart-toggle-wrapper.shopify-cart-toggle--multi-store {
	position: relative;
}

.navigation-cart-block.shopify-cart-toggle--multi-store::after,
.shopify-elementor-cart-toggle-wrapper.shopify-cart-toggle--multi-store::after {
	background: #d63638;
	border: 2px solid #fff;
	border-radius: 50%;
	content: "";
	height: 8px;
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	z-index: 1;
}

.shopify-multi-store-cart__content.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

.shopify-native-cart-wrapper {
	height: 0;
	overflow: visible;
	position: absolute;
	width: 0;
}

shopify-cart::part(line-image) {
	object-fit: contain;
}

shopify-cart::part(line-image) img {
	object-fit: contain;
}

shopify-cart::part(line-options) {
	font-size: 14px;
}
