:root {
	--shop-orange: #ff9800;
	--shop-orange-dark: #c45a00;
	--shop-yellow: #ffd66b;
	--shop-cream: #fff7e8;
	--shop-ink: #16213a;
	--shop-muted: #687083;
	--shop-border: #f3cf93;
	--shop-card: #ffffff;
}

.d-flex { display: flex !important; }
.inline-flex { display: inline-flex !important; }
.align-items-center { align-items: center !important; }
.align-items-start { align-items: flex-start !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.flex-column { flex-direction: column !important; }
.gap-2 { gap: 8px !important; }
.ms-auto { margin-left: auto !important; }
.m-0 { margin: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 4px !important; }
.mb-3 { margin-bottom: 16px !important; }
.mt-n3 { margin-top: -16px !important; }
.mt-n4 { margin-top: -24px !important; }
.p-2 { padding: 8px !important; }
.p-3 { padding: 16px !important; }
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-3 { padding-left: 16px !important; padding-right: 16px !important; }
.py-2 { padding-top: 8px !important; padding-bottom: 8px !important; }
.pt-3 { padding-top: 16px !important; }
.w-100 { width: 100% !important; }
.bg-white { background: #fff !important; }
.bg-light { background: #fff7e8 !important; }
.bg-primary { background: var(--shop-orange) !important; }
.text-dark { color: var(--shop-ink) !important; }
.text-muted { color: var(--shop-muted) !important; }
.text-white { color: #fff !important; }
.text-danger { color: #c43d00 !important; }
.text-decoration-none { text-decoration: none !important; }
.fw-bold { font-weight: 900 !important; }
.small { font-size: 12px !important; }
.h4 { font-size: 24px !important; }
.rounded { border-radius: 8px !important; }
.rounded-circle { border-radius: 50% !important; }
.shadow-sm { box-shadow: 0 12px 30px rgba(103, 61, 0, .08) !important; }
.overflow-hidden { overflow: hidden !important; }
.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.border-top { border-top: 1px solid rgba(255, 152, 0, .16) !important; }
.border-bottom { border-bottom: 1px solid rgba(255, 152, 0, .16) !important; }
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}
.col-md-8,
.col-md-12 {
	width: 100%;
}
.container {
	width: 100%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

body.shop-body {
	overflow-x: hidden;
	background:
		radial-gradient(circle at 10% -10%, rgba(255, 183, 77, .35), transparent 30%),
		linear-gradient(180deg, #fff8ea 0%, #ffffff 55%, #fff4df 100%);
	color: var(--shop-ink);
	font-size: 14px;
	padding-bottom: 84px;
}

.shop-topbar {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 248, 234, .94);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(255, 152, 0, .2);
}

.shop-topbar-inner {
	max-width: 1160px;
	margin: 0 auto;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.shop-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--shop-ink);
	text-decoration: none;
	min-width: 0;
}

.shop-brand:hover {
	color: var(--shop-orange-dark);
	text-decoration: none;
}

.shop-brand-logo {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: linear-gradient(135deg, #fff2ce, #ff9800);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 14px 32px rgba(196, 90, 0, .16);
	overflow: hidden;
	flex: 0 0 52px;
}

.shop-brand-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop-brand-logo i {
	color: #fff;
	font-size: 24px;
}

.shop-svg-icon,
.shop-inline-icon {
	width: 1em;
	height: 1em;
	fill: currentColor;
	display: inline-block;
	flex: 0 0 auto;
}

.shop-brand strong {
	display: block;
	font-size: 17px;
	line-height: 1.1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 62vw;
}

.shop-brand small {
	display: block;
	color: var(--shop-muted);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 10px !important;
	letter-spacing: 0;
	margin-top: 3px;
}

.shop-top-actions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
	flex: 0 0 auto;
}

.shop-cart-button {
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: var(--shop-orange);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	box-shadow: 0 14px 28px rgba(255, 152, 0, .28);
	text-decoration: none;
	flex: 0 0 48px;
}

.shop-cart-button .shop-svg-icon {
	width: 25px;
	height: 25px;
}

.shop-cart-button:hover {
	color: #fff;
	background: var(--shop-orange-dark);
	text-decoration: none;
}

.shop-cart-button em {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #1f9d55;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff8ea;
}

.shop-language-switch {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	border: 1px solid var(--shop-border);
	background: #fff;
	color: var(--shop-orange-dark);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
	flex: 0 0 42px;
}

.shop-language-switch:hover {
	background: var(--shop-orange);
	color: #fff;
	border-color: var(--shop-orange);
}

body.shop-gate-body {
	min-height: 100vh;
	min-height: 100dvh;
	padding: 0;
	padding-bottom: 0;
}

.shop-gate-page {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: linear-gradient(135deg, #fff7e8 0%, #ffffff 52%, #ffe4b3 100%);
}

.shop-gate-card {
	width: min(100%, 520px);
	background: #fff;
	border: 1px solid var(--shop-border);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(196, 90, 0, .16);
	padding: 24px;
	text-align: center;
}

.shop-gate-card h1 {
	margin: 10px 0 8px;
	color: var(--shop-ink);
	font-size: 30px;
	font-weight: 900;
}

.shop-gate-card p {
	color: var(--shop-muted);
	font-weight: 700;
	margin-bottom: 18px;
}

.shop-gate-logo {
	width: 74px;
	height: 74px;
	border-radius: 18px;
	background: var(--shop-cream);
	border: 1px solid var(--shop-border);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 12px;
}

.shop-gate-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop-gate-logo i {
	font-size: 34px;
	color: var(--shop-orange-dark);
}

.shop-language-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0;
}

.shop-language-option {
	display: block;
	cursor: pointer;
	margin: 0;
}

.shop-language-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.shop-language-option span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border: 1px solid var(--shop-border);
	border-radius: 8px;
	padding: 14px;
	background: #fff;
	transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.shop-language-option input:checked + span {
	border-color: var(--shop-orange);
	background: var(--shop-cream);
	box-shadow: 0 0 0 2px rgba(255, 152, 0, .18);
}

.shop-language-option strong {
	color: var(--shop-ink);
	font-weight: 900;
}

.shop-language-option small {
	color: var(--shop-orange-dark);
	font-weight: 900;
}

.shop-terms-card {
	text-align: left;
	max-height: calc(100dvh - 48px);
	display: flex;
	flex-direction: column;
}

.shop-terms-box {
	border: 1px solid var(--shop-border);
	background: var(--shop-cream);
	border-radius: 8px;
	padding: 18px;
	min-height: 180px;
	color: var(--shop-muted);
	font-weight: 700;
	line-height: 1.55;
	margin: 18px 0;
	overflow-y: auto;
}

.shop-terms-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--shop-ink);
	font-weight: 800;
	margin-bottom: 18px;
}

.shop-terms-check input {
	margin-top: 4px;
}

.shop-gate-link {
	display: block;
	text-align: center;
	margin-top: 14px;
	color: var(--shop-orange-dark);
	font-weight: 900;
	text-decoration: none;
}

.shop-hero {
	max-width: 1160px;
	margin: 18px auto 8px;
	padding: 0 16px;
}

.shop-hero-card {
	border-radius: 26px;
	background:
		linear-gradient(115deg, rgba(22, 33, 58, .86), rgba(196, 90, 0, .74)),
		var(--shop-hero-image, linear-gradient(135deg, #ff9800, #ffd66b));
	background-size: cover;
	background-position: center;
	min-height: 260px;
	display: flex;
	align-items: end;
	overflow: hidden;
	box-shadow: 0 26px 70px rgba(116, 68, 0, .18);
}

.shop-hero-content {
	padding: 34px;
	color: #fff;
	max-width: 680px;
}

.shop-hero-content span,
.shop-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	color: #ffe7ad;
	margin-bottom: 10px;
}

.shop-hero-content h1 {
	font-size: clamp(30px, 5vw, 58px);
	line-height: .98;
	margin: 0 0 12px;
	font-weight: 900;
	letter-spacing: 0;
}

.shop-hero-content p {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, .88);
}

.shop-section {
	max-width: 1160px;
	margin: 0 auto;
	padding: 20px 16px;
}

.shop-category-strip-section {
	padding-top: 8px;
	padding-bottom: 0;
}

.shop-products-section {
	padding-top: 8px;
}

.shop-category-strip-section + .shop-products-section {
	padding-top: 0;
}

.shop-category-strip-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 6px;
}

.shop-category-chips {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 2px 0 4px;
	scrollbar-width: thin;
}

.shop-category-chip {
	border: 1px solid var(--shop-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, .94);
	color: var(--shop-ink);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	min-height: 42px;
	padding: 5px 12px 5px 6px;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(103, 61, 0, .07);
}

.shop-category-chip:hover {
	color: var(--shop-orange-dark);
	text-decoration: none;
	border-color: var(--shop-orange);
}

.shop-category-chip img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	background: #fff2cf;
}

.shop-body .osahan-favorites {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.shop-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.shop-section-head h2,
.shop-section-head h5,
.shop-section-title {
	font-size: 24px;
	font-weight: 900;
	color: var(--shop-ink);
	margin: 0;
}

.shop-section-kicker {
	color: var(--shop-orange-dark);
	margin: 0 0 5px;
}

.shop-quick-link {
	border: 1px solid var(--shop-border);
	color: var(--shop-orange-dark);
	background: #fff9ef;
	border-radius: 999px;
	padding: 10px 16px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.shop-quick-link:hover {
	background: var(--shop-orange);
	color: #fff;
	text-decoration: none;
}

.cat-slider,
.trending-slider {
	margin-left: 0;
	margin-right: 0;
}

.cat-slider {
	min-height: 0 !important;
}

.cat-slider .slick-list,
.cat-slider .slick-track {
	height: auto !important;
}

.cat-slider:not(.slick-initialized) {
	opacity: 1;
	visibility: visible;
	display: flex;
	gap: 10px;
	overflow-x: auto;
}

.cat-item a,
.shop-category-card,
.shop-product-card,
.shop-cart-panel,
.osahan-cart-item,
.osahan-main-body,
.accordion,
.shop-empty-card {
	border: 1px solid rgba(255, 152, 0, .16) !important;
	border-radius: 22px !important;
	box-shadow: 0 18px 48px rgba(103, 61, 0, .09) !important;
	background: rgba(255, 255, 255, .92) !important;
	overflow: hidden;
}

.cat-item img {
	width: 78px;
	height: 78px;
	object-fit: cover;
	border-radius: 18px;
}

.cat-item p {
	font-weight: 900;
	color: var(--shop-ink);
}

.shop-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.shop-recommended-carousel {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	padding: 2px 4px 12px;
	margin-left: -4px;
	margin-right: -4px;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.shop-recommended-slide {
	flex: 0 0 210px;
	min-width: 0;
	scroll-snap-align: start;
}

.shop-recommended-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	color: var(--shop-ink);
	text-decoration: none;
	border: 1px solid rgba(255, 152, 0, .16);
	border-radius: 8px;
	background: rgba(255, 255, 255, .95);
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(103, 61, 0, .08);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.shop-recommended-card:hover {
	color: var(--shop-ink);
	text-decoration: none;
	transform: translateY(-3px);
	border-color: rgba(255, 152, 0, .45);
	box-shadow: 0 18px 38px rgba(103, 61, 0, .14);
}

.shop-recommended-image {
	aspect-ratio: 5 / 3;
	background: #fff2cf;
	overflow: hidden;
}

.shop-recommended-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.shop-recommended-content {
	padding: 10px;
	display: grid;
	gap: 7px;
	flex: 1;
}

.shop-recommended-content h3 {
	font-size: 14px;
	line-height: 1.25;
	font-weight: 900;
	margin: 0;
	color: var(--shop-ink);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shop-recommended-content p {
	color: var(--shop-muted);
	font-size: 12px;
	line-height: 1.35;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shop-recommended-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
}

.shop-recommended-footer .shop-price {
	font-size: 12px;
	padding: 6px 8px;
}

.shop-recommended-action {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: var(--shop-orange);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 18px rgba(255, 152, 0, .2);
}

.shop-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.shop-product-card,
.shop-category-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: var(--shop-ink);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.shop-product-card:hover,
.shop-category-card:hover {
	transform: translateY(-4px);
	color: var(--shop-ink);
	text-decoration: none;
	border-color: rgba(255, 152, 0, .45) !important;
	box-shadow: 0 24px 62px rgba(103, 61, 0, .16) !important;
}

.shop-product-image,
.shop-category-image {
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, #fff5dc, #ffe0a3);
	overflow: hidden;
}

.shop-product-image img,
.shop-category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.shop-product-content,
.shop-category-content {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.shop-product-title,
.shop-category-title {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 900;
	margin: 0;
	color: var(--shop-ink);
}

.shop-product-text {
	color: var(--shop-muted);
	line-height: 1.45;
	margin: 0;
	flex: 1;
}

.shop-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
}

.shop-price {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: #fff2cf;
	color: var(--shop-orange-dark);
	font-weight: 900;
	padding: 8px 12px;
}

.shop-add-pill {
	width: 40px;
	height: 40px;
	border-radius: 14px;
	background: var(--shop-orange);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px rgba(255, 152, 0, .22);
}

.shop-detail-pill {
	min-height: 40px;
	border-radius: 8px;
	background: var(--shop-orange);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(255, 152, 0, .22);
	white-space: nowrap;
}

.shop-product-time {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0;
}

.shop-product-detail {
	max-width: 860px;
	margin: 22px auto;
	padding: 0 16px 24px;
}

.shop-detail-hero {
	background: #fff;
	border: 1px solid rgba(255, 152, 0, .18);
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 22px 60px rgba(103, 61, 0, .1);
}

.shop-detail-hero img {
	width: 100%;
	max-height: 430px;
	object-fit: cover;
	background: #fff3d8;
}

.shop-detail-content {
	padding: 24px;
}

.shop-detail-content h1 {
	font-size: clamp(25px, 5vw, 42px);
	line-height: 1.05;
	margin: 0 0 10px;
	font-weight: 900;
	color: var(--shop-ink);
}

.shop-detail-content p {
	color: var(--shop-muted);
	line-height: 1.6;
}

.shop-detail-toolbar {
	margin: -22px 16px 18px;
	position: relative;
	z-index: 2;
	background: var(--shop-orange);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(196, 90, 0, .2);
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.shop-detail-toolbar-actions {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.shop-icon-button,
.shop-back-button,
.shop-mini-button,
.shop-add-order-button {
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	cursor: pointer;
}

.shop-icon-button {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	color: var(--shop-orange-dark);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .75);
}

.shop-icon-button svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.shop-back-button {
	min-height: 42px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .16);
	border: 1px solid rgba(255, 255, 255, .32);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 0 12px;
	font-size: 13px;
	font-weight: 900;
}

.shop-icon-button:hover,
.shop-back-button:hover {
	color: var(--shop-orange-dark);
	background: #fff;
	text-decoration: none;
}

.shop-mini-button {
	min-height: 36px;
	border-radius: 8px;
	background: var(--shop-orange);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 8px 18px rgba(255, 152, 0, .18);
}

.shop-mini-button:hover {
	background: var(--shop-orange-dark);
	color: #fff;
	text-decoration: none;
}

.shop-add-order-button {
	width: min(92%, 520px);
	min-height: 72px;
	margin: 0 auto;
	border-radius: 8px;
	background: #198754;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 900;
	box-shadow: 0 14px 32px rgba(25, 135, 84, .24);
}

.shop-add-order-button:hover {
	color: #fff;
	text-decoration: none;
}

.shop-detail-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 18px;
}

.shop-button,
.btn-primary,
.btn-success,
.btn-danger {
	border: 0 !important;
	border-radius: 16px !important;
	background: linear-gradient(135deg, #ffb11f, #ff8f00) !important;
	color: #fff !important;
	font-weight: 900 !important;
	box-shadow: 0 14px 28px rgba(255, 152, 0, .22);
}

.shop-button:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-danger:hover {
	background: linear-gradient(135deg, #ff9800, #c45a00) !important;
	color: #fff !important;
}

.btn-outline-secondary,
.btn-outline-light {
	border: 1px solid var(--shop-border) !important;
	color: var(--shop-orange-dark) !important;
	background: #fff9ef !important;
	border-radius: 14px !important;
	font-weight: 900 !important;
}

.form-control,
.form-select,
select.form-control {
	border-radius: 16px !important;
	border: 1px solid var(--shop-border) !important;
	background-color: #fffdf8 !important;
	min-height: 50px;
	width: 100%;
	padding: 0 14px;
	color: var(--shop-ink);
	font-weight: 700;
	box-sizing: border-box;
}

textarea.form-control {
	min-height: 112px;
	padding-top: 12px;
	padding-bottom: 12px;
	resize: vertical;
	line-height: 1.4;
}

.form-control:focus {
	border-color: var(--shop-orange) !important;
	box-shadow: 0 0 0 .2rem rgba(255, 152, 0, .14) !important;
}

.shop-error-page {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: linear-gradient(135deg, #fff7e8, #ffd66b);
	color: var(--shop-ink);
}

.shop-error-card {
	background: #fff;
	border-radius: 28px;
	border: 1px solid var(--shop-border);
	box-shadow: 0 26px 70px rgba(103, 61, 0, .16);
	padding: 34px;
	max-width: 480px;
	text-align: center;
}

.shop-error-icon {
	width: 70px;
	height: 70px;
	border-radius: 22px;
	margin: 0 auto 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff0cc;
	color: var(--shop-orange-dark);
	font-size: 32px;
}

.shop-error-card h1 {
	font-weight: 900;
	margin: 0 0 10px;
}

.shop-empty-card {
	max-width: 560px;
	margin: 50px auto;
	padding: 32px;
	text-align: center;
}

.shop-empty-card img {
	max-width: 190px;
	width: 100%;
	margin-bottom: 18px;
}

.shop-empty-card h2 {
	margin: 0 0 10px;
	color: var(--shop-orange-dark);
	font-weight: 900;
}

.shop-empty-card p {
	margin: 0 auto 22px;
	max-width: 460px;
	color: var(--shop-muted);
	font-weight: 700;
	line-height: 1.5;
}

.shop-offers-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.shop-unavailable-page {
	min-height: calc(100vh - 110px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 16px 110px;
}

.shop-unavailable-card {
	width: min(920px, 100%);
	display: grid;
	grid-template-columns: minmax(240px, 380px) 1fr;
	align-items: center;
	gap: 30px;
	padding: 26px;
	border: 1px solid var(--shop-border);
	border-radius: 28px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 22px 60px rgba(103, 61, 0, .12);
}

.shop-unavailable-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 22px;
}

.shop-unavailable-card h1 {
	margin: 10px 0;
	font-size: 34px;
	line-height: 1.08;
	font-weight: 900;
	color: var(--shop-ink);
}

.shop-unavailable-card p {
	margin: 0 0 10px;
	color: var(--shop-muted);
	font-weight: 700;
}

.shop-unavailable-card small {
	display: block;
	color: var(--shop-orange-dark);
	font-weight: 800;
}

.shop-unavailable-action {
	margin-top: 18px;
}

.shop-checkout-section {
	padding-top: 18px;
}

.shop-checkout-total {
	border: 1px solid var(--shop-border);
	border-radius: 18px;
	background: #fff8e8;
	padding: 12px 16px;
	min-width: 170px;
	text-align: right;
	box-shadow: 0 12px 32px rgba(103, 61, 0, .08);
}

.shop-checkout-total span {
	display: block;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--shop-muted);
}

.shop-checkout-total strong {
	display: block;
	font-size: 24px;
	font-weight: 900;
	color: var(--shop-orange-dark);
	line-height: 1.05;
}

.shop-checkout-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
	gap: 20px;
	align-items: start;
}

.shop-checkout-main {
	display: grid;
	gap: 18px;
}

.shop-checkout-card {
	border: 1px solid rgba(255, 152, 0, .18);
	border-radius: 24px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 18px 48px rgba(103, 61, 0, .09);
	padding: 18px;
}

.shop-checkout-card-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.shop-checkout-title-icon {
	width: 44px;
	height: 44px;
	border-radius: 16px;
	background: #fff0cc;
	color: var(--shop-orange-dark);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	flex: 0 0 44px;
}

.shop-checkout-title-icon .shop-svg-icon {
	width: 22px;
	height: 22px;
}

.shop-checkout-card-title strong {
	display: block;
	font-size: 17px;
	font-weight: 900;
	color: var(--shop-ink);
}

.shop-checkout-card-title small {
	display: block;
	color: var(--shop-muted);
	font-size: 12px !important;
	line-height: 1.35;
}

.shop-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 22px;
	row-gap: 16px;
	align-items: start;
}

.shop-form-grid .form-group,
.shop-checkout-card .form-group {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 7px;
}

.shop-form-grid label,
.shop-checkout-card label {
	display: block;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--shop-ink);
	margin: 0;
	line-height: 1.2;
	white-space: normal;
	overflow-wrap: anywhere;
}

.shop-form-grid .form-control {
	max-width: 100%;
}

.shop-form-grid .shop-location-action {
	grid-column: 1 / -1;
	margin: 2px 0 0;
}

.shop-location-action-button {
	width: 100%;
	min-height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 18px;
	border-radius: 18px !important;
	font-size: 15px;
	line-height: 1.1;
}

.shop-location-action-button .shop-inline-icon {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}

.shop-location-tools {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 18px;
}

.shop-location-tools .shop-button,
.shop-location-tools .outline-button {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 16px;
	text-decoration: none;
}

.shop-location-tools .outline-button {
	border: 1px solid var(--shop-border);
	border-radius: 16px;
	background: #fff9ef;
	color: var(--shop-orange-dark);
	font-weight: 900;
}

.shop-map-preview {
	min-height: 170px;
	border: 1px dashed var(--shop-border);
	border-radius: 20px;
	background: #fffaf0;
	margin-top: 12px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--shop-muted);
	text-align: center;
}

.shop-map-preview > div {
	display: grid;
	gap: 8px;
	padding: 20px;
}

.shop-map-preview i {
	font-size: 30px;
	color: var(--shop-orange-dark);
}

.shop-map-icon {
	width: 32px;
	height: 32px;
	fill: currentColor;
	color: var(--shop-orange-dark);
	margin: 0 auto;
}

.shop-map-preview iframe {
	border: 0;
	width: 100%;
	height: 220px;
	display: block;
}

.shop-location-warning {
	margin-top: 10px;
	padding: 11px 12px;
	border-radius: 14px;
	background: #fff2f2;
	border: 1px solid rgba(220, 38, 38, .22);
	color: #b91c1c;
	font-size: 13px;
	font-weight: 800;
}

.shop-payment-grid {
	display: grid;
	gap: 12px;
}

.shop-payment-option {
	border: 1px solid var(--shop-border);
	border-radius: 18px;
	background: #fffaf0;
	min-height: 112px;
	padding: 12px;
	display: grid;
	grid-template-columns: 86px 1fr;
	align-items: center;
	gap: 14px;
	text-align: left;
	color: var(--shop-ink);
	font-weight: 900;
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.shop-payment-option img {
	width: 86px;
	height: 72px;
	object-fit: contain;
	border-radius: 14px;
	background: #fff;
}

.shop-payment-option span {
	font-size: 16px;
	line-height: 1.2;
}

.shop-payment-option:hover,
.shop-payment-option.is-selected {
	border-color: var(--shop-orange);
	background: #fff1c9;
	box-shadow: 0 16px 34px rgba(255, 152, 0, .18);
	transform: translateY(-2px);
}

.shop-payment-option.is-selected {
	outline: 3px solid rgba(255, 152, 0, .18);
}

.shop-finish-order {
	margin-top: 16px;
	min-height: 58px;
	font-size: 16px !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.shop-cart-section {
	padding-top: 14px;
}

.shop-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 20px;
	align-items: start;
}

.shop-cart-items {
	display: grid;
	gap: 12px;
}

.shop-cart-row {
	border: 1px solid rgba(255, 152, 0, .18);
	border-radius: 22px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 14px 38px rgba(103, 61, 0, .08);
	padding: 12px;
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
}

.shop-cart-row-image {
	width: 104px;
	aspect-ratio: 1;
	border-radius: 18px;
	overflow: hidden;
	background: #fff2cf;
	display: block;
}

.shop-cart-row-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.shop-cart-row-content {
	min-width: 0;
	display: grid;
	gap: 7px;
}

.shop-cart-product-title {
	color: var(--shop-ink);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
	text-decoration: none;
}

.shop-cart-product-title:hover {
	color: var(--shop-orange-dark);
	text-decoration: none;
}

.shop-cart-product-meta {
	color: var(--shop-muted);
	font-size: 12px;
	font-weight: 800;
}

.shop-cart-row-actions {
	display: grid;
	justify-items: end;
	gap: 12px;
}

.shop-cart-row-actions strong {
	color: var(--shop-orange-dark);
	font-size: 17px;
	font-weight: 900;
	white-space: nowrap;
}

.shop-cart-delete {
	width: 46px;
	height: 46px;
	border-radius: 16px;
	background: #fff0e6;
	color: #c43d00;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	text-decoration: none;
	border: 1px solid rgba(196, 61, 0, .16);
}

.shop-cart-delete:hover {
	background: #c43d00;
	color: #fff;
	text-decoration: none;
}

.shop-cart-summary {
	border: 1px solid rgba(255, 152, 0, .18);
	border-radius: 24px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 18px 48px rgba(103, 61, 0, .09);
	padding: 18px;
	position: sticky;
	top: 94px;
}

.shop-cart-summary-line,
.shop-cart-summary-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	border-top: 1px solid rgba(255, 152, 0, .14);
}

.shop-cart-summary-line span,
.shop-cart-summary-total span {
	color: var(--shop-muted);
	font-weight: 800;
}

.shop-cart-summary-line strong {
	color: var(--shop-ink);
	font-weight: 900;
}

.shop-cart-summary-note {
	margin-top: -4px;
	padding-bottom: 10px;
	color: var(--shop-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.shop-cart-summary-total {
	margin-top: 4px;
	border-top: 2px solid rgba(255, 152, 0, .28);
}

.shop-cart-summary-total span {
	color: var(--shop-ink);
}

.shop-cart-summary-total strong {
	color: var(--shop-orange-dark);
	font-size: 22px;
	font-weight: 900;
}

.shop-cart-checkout-button {
	margin-top: 14px;
	min-height: 58px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	white-space: normal;
}

.shop-cart-empty {
	margin-top: 10px;
}

.shop-order-page {
	min-height: calc(100vh - 76px);
}

.shop-order-success-card,
.shop-order-card {
	border: 1px solid rgba(255, 152, 0, .18);
	border-radius: 8px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 18px 48px rgba(103, 61, 0, .09);
}

.shop-order-success-card {
	max-width: 620px;
	margin: 34px auto;
	padding: 34px;
	text-align: center;
	display: grid;
	justify-items: center;
	gap: 14px;
}

.shop-order-success-icon {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: #dcfce7;
	color: #15803d;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 18px 36px rgba(21, 128, 61, .16);
}

.shop-order-success-icon .shop-svg-icon {
	width: 42px;
	height: 42px;
}

.shop-order-success-card h1,
.shop-order-state-head h1 {
	margin: 0;
	color: var(--shop-ink);
	font-weight: 900;
	line-height: 1.05;
}

.shop-order-success-card h1 {
	font-size: clamp(28px, 5vw, 44px);
}

.shop-order-success-card p,
.shop-order-state-head p {
	margin: 0;
	color: var(--shop-muted);
	font-weight: 700;
	line-height: 1.5;
}

.shop-order-primary-button {
	min-height: 56px;
	border-radius: 8px;
	background: var(--shop-orange);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 22px;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(255, 152, 0, .22);
}

.shop-order-primary-button:hover {
	background: var(--shop-orange-dark);
	color: #fff;
	text-decoration: none;
}

.shop-order-state-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.shop-order-state-head h1 {
	font-size: clamp(27px, 4vw, 40px);
}

.shop-order-total-pill {
	border: 1px solid var(--shop-border);
	border-radius: 8px;
	background: #fff8e8;
	padding: 12px 16px;
	min-width: 170px;
	text-align: right;
	box-shadow: 0 12px 32px rgba(103, 61, 0, .08);
}

.shop-order-total-pill span {
	display: block;
	color: var(--shop-muted);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.shop-order-total-pill strong {
	display: block;
	color: var(--shop-orange-dark);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.1;
}

.shop-order-state-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 20px;
	align-items: start;
}

.shop-order-card {
	padding: 18px;
}

.shop-order-progress-card {
	padding: 22px;
}

.shop-order-progress {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.shop-order-step {
	position: relative;
	min-height: 132px;
	border: 1px solid rgba(255, 152, 0, .14);
	border-radius: 8px;
	background: #fffaf0;
	padding: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	color: var(--shop-muted);
}

.shop-order-step span {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f3f4f6;
	color: #9ca3af;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.shop-order-step .shop-svg-icon {
	width: 22px;
	height: 22px;
}

.shop-order-step strong {
	color: inherit;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
}

.shop-order-step.is-active {
	border-color: var(--shop-orange);
	background: #fff4d4;
	color: var(--shop-orange-dark);
	box-shadow: inset 0 0 0 2px rgba(255, 152, 0, .1);
}

.shop-order-step.is-active span {
	background: var(--shop-orange);
	color: #fff;
}

.shop-order-step.is-done {
	border-color: rgba(21, 128, 61, .24);
	background: #f0fdf4;
	color: #15803d;
}

.shop-order-step.is-done span {
	background: #16a34a;
	color: #fff;
}

.shop-order-info-grid {
	display: grid;
	gap: 14px;
}

.shop-order-card h2 {
	margin: 0 0 10px;
	color: var(--shop-ink);
	font-size: 17px;
	font-weight: 900;
}

.shop-order-card p {
	margin: 0 0 7px;
	color: var(--shop-muted);
	font-weight: 700;
	line-height: 1.45;
}

.shop-order-card p:last-child {
	margin-bottom: 0;
}

.shop-order-card strong {
	color: var(--shop-ink);
	font-weight: 900;
}

.shop-order-thanks {
	background: linear-gradient(135deg, #fff8e8, #fff);
}

.shop-bottom-nav {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	min-height: 74px;
	padding: 8px max(10px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-right));
	background: rgba(255, 255, 255, .96);
	border-top: 1px solid rgba(255, 152, 0, .2);
	box-shadow: 0 -16px 34px rgba(103, 61, 0, .12);
	backdrop-filter: blur(14px);
	display: grid;
	grid-template-columns: 1fr 1fr 74px 1fr 1fr;
	align-items: end;
	gap: 4px;
}

.shop-bottom-nav-item,
.shop-bottom-cart {
	color: var(--shop-muted);
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

.shop-bottom-nav-item {
	min-width: 0;
	min-height: 56px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
}

.shop-bottom-nav-item span:last-child {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.shop-bottom-nav-icon {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.shop-bottom-nav svg,
.shop-bottom-cart svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
	display: block;
}

.shop-bottom-nav-item:hover,
.shop-bottom-nav-item.is-active {
	color: var(--shop-orange-dark);
	background: var(--shop-cream);
	text-decoration: none;
}

.shop-bottom-cart {
	position: relative;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	margin: 0 auto 12px;
	background: linear-gradient(135deg, var(--shop-orange), var(--shop-orange-dark));
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 16px 32px rgba(196, 90, 0, .28);
	border: 5px solid #fff;
}

.shop-bottom-cart:hover,
.shop-bottom-cart.is-active {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(135deg, #1f9d55, #12733d);
}

.shop-bottom-cart svg {
	width: 30px;
	height: 30px;
}

.shop-bottom-cart em {
	position: absolute;
	top: -5px;
	right: -3px;
	min-width: 24px;
	height: 24px;
	padding: 0 6px;
	border-radius: 999px;
	background: #1f9d55;
	color: #fff;
	border: 2px solid #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.osahan-menu-fotter {
	display: none !important;
}

@media (max-width: 900px) {
	.shop-product-grid,
	.shop-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shop-checkout-grid {
		grid-template-columns: 1fr;
	}

	.shop-checkout-total {
		text-align: left;
	}

	.shop-checkout-card {
		padding: 16px;
	}

	.shop-unavailable-card {
		grid-template-columns: 1fr;
		padding: 18px;
		border-radius: 22px;
	}

	.shop-unavailable-card h1 {
		font-size: 26px;
	}

	.shop-cart-layout {
		grid-template-columns: 1fr;
	}

	.shop-order-state-layout {
		grid-template-columns: 1fr;
	}

	.shop-order-info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shop-cart-summary {
		position: static;
	}
}

@media (max-width: 600px) {
	body.shop-gate-body {
		height: 100dvh;
		overflow: hidden;
	}

	.shop-gate-page {
		align-items: stretch;
		padding: 0;
	}

	.shop-gate-card {
		width: 100%;
		min-height: 100dvh;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 18px;
	}

	.shop-terms-card {
		height: 100dvh;
		max-height: none;
	}

	.shop-gate-card h1 {
		font-size: 24px;
		margin-top: 6px;
	}

	.shop-gate-card p {
		margin-bottom: 12px;
	}

	.shop-terms-box {
		flex: 1 1 auto;
		min-height: 0;
		margin: 12px 0;
		padding: 14px;
	}

	.shop-terms-check {
		margin-bottom: 12px;
	}

	.shop-topbar-inner {
		padding: 10px 12px;
		gap: 8px;
	}

	.shop-brand {
		gap: 8px;
		flex: 1 1 auto;
		min-width: 0;
	}

	.shop-brand-logo {
		width: 46px;
		height: 46px;
		border-radius: 14px;
		flex-basis: 46px;
	}

	.shop-brand strong {
		max-width: 46vw;
		font-size: 15px;
	}

	.shop-top-actions {
		gap: 7px;
	}

	.shop-language-switch {
		width: 38px;
		height: 38px;
		flex-basis: 38px;
	}

	.shop-cart-button {
		width: 42px;
		height: 42px;
		border-radius: 14px;
		flex-basis: 42px;
	}

	.shop-cart-button .shop-svg-icon {
		width: 23px;
		height: 23px;
	}

	.shop-hero-card {
		min-height: 230px;
		border-radius: 22px;
	}

	.shop-hero-content {
		padding: 24px;
	}

	.shop-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.shop-checkout-total {
		width: 100%;
	}

	.shop-order-state-head {
		align-items: stretch;
		flex-direction: column;
	}

	.shop-order-total-pill {
		width: 100%;
		text-align: left;
	}

	.shop-order-success-card {
		margin: 12px auto;
		padding: 24px 18px;
	}

	.shop-order-progress {
		grid-template-columns: 1fr;
	}

	.shop-order-step {
		min-height: 0;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.shop-order-info-grid {
		grid-template-columns: 1fr;
	}

	.shop-recommended-slide {
		flex-basis: 172px;
	}

	.shop-recommended-image {
		aspect-ratio: 4 / 3;
	}

	.shop-recommended-content {
		padding: 9px;
	}

	.shop-recommended-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.shop-detail-toolbar {
		margin-left: 8px;
		margin-right: 8px;
		align-items: stretch;
	}

	.shop-back-button {
		flex: 1;
	}

	.shop-product-grid,
	.shop-category-grid {
		grid-template-columns: 1fr;
	}

	.shop-form-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.shop-checkout-card-title {
		align-items: flex-start;
	}

	.shop-checkout-title-icon {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
	}

	.shop-location-tools .shop-button {
		width: 100%;
	}

	.shop-map-preview {
		min-height: 140px;
	}

	.shop-payment-option {
		grid-template-columns: 72px 1fr;
		min-height: 96px;
	}

	.shop-payment-option img {
		width: 72px;
		height: 60px;
	}

	.shop-cart-row {
		grid-template-columns: 84px minmax(0, 1fr);
		align-items: start;
	}

	.shop-cart-row-image {
		width: 84px;
	}

	.shop-cart-row-actions {
		grid-column: 1 / -1;
		grid-template-columns: 1fr auto;
		align-items: center;
		justify-items: stretch;
	}

	.shop-cart-row-actions strong {
		justify-self: start;
	}

	.shop-cart-delete {
		justify-self: end;
	}
}
