	/* Project: Gugi Bookstore
	Version: 1.0
	Last change: 18/07/2025
	Author: Gugi Akbar Mahendra
	Author URI: https://gibardragroup.com/ */

	/* FONT */
	@font-face {
		font-family: 'Muller';
		src: url('fonts/muller/muller-ttf/muller-regular.ttf') format('truetype');
		font-weight: 400;
		font-style: normal;
		font-display: swap;
	}

	/* HEADER */
	.ui-autocomplete {
		position: absolute;
		cursor: default;
		z-index: 999 !important;
	}

	#button {
		display: block;
		margin: 20px auto;
		padding: 10px 30px;
		background-color: #eee;
		border: solid #ccc 1px;
		cursor: pointer;
	}

	#overlay {
		position: fixed;
		top: 0;
		z-index: 100;
		width: 100%;
		height: 100%;
		display: none;
		background: rgba(0, 0, 0, 0.6);
	}

	.cv-spinner {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.spinner {
		width: 40px;
		height: 40px;
		border: 4px #ddd solid;
		border-top: 4px #2e93e6 solid;
		border-radius: 50%;
		animation: sp-anime 0.8s infinite linear;
	}

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

	.is-hide {
		display: none;
	}

	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none;
		outline: 0;
		box-shadow: none;
		border: 1 !important;
		background: white;
		background-image: none;
	}

	select::-ms-expand {
		display: none;
	}

	.select {
		position: relative;
		display: flex;
		width: 20em;
		height: 3em;
		line-height: 3;
		border-color: white;
		border: 1 !important;
		overflow: hidden;
		border-radius: .25em;
	}

	select {
		flex: 1;
		padding: 0 .5em;
		color: grey;
		cursor: pointer;
	}

	.select::after {
		content: '\25BC';
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 1em;
		background: #e94545;
		cursor: pointer;
		pointer-events: none;
		-webkit-transition: .25s all ease;
		-o-transition: .25s all ease;
		transition: .25s all ease;
	}

	.select:hover::after {
		color: white;
	}

	.whats-app {
		position: fixed;
		width: 50px;
		height: 50px;
		bottom: 25px;
		background-color: #25d366;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		font-size: 30px;
		box-shadow: 3px 4px 3px #999;
		right: 50px;
		z-index: 100;
	}

	.my-float {
		margin-top: 10px;
	}

	.first-loader {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99999;
		background: rgba(168, 168, 168, .5)
	}

	.first-loader img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 60px;
		height: 60px
	}

	.swal-wide {
		width: 500px !important;
		height: 400px !important;
	}

	/* FLOOR PRODUK */
	.lantai-produk {
		margin: 32px 0;
		font-family: 'Muller', sans-serif;
	}

	.judul-lantai-flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 16px;
	}

	.judul-text {
		font-size: 20px;
		font-weight: bold;
	}

	.tautan-semua {
		font-size: 14px;
		text-decoration: underline;
		color: #333;
		transition: color 0.3s ease;
	}

	.tautan-semua:hover {
		color: blue;
		text-decoration: underline;
		cursor: pointer;
	}

	.konten-lantai {
		display: flex;
		align-items: center;
		position: relative;
	}

	.floor-banner {
		flex-shrink: 0;
		margin-right: 16px;
		width: 250px;
		height: 360px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 16px;
		/* background-color: #f7f7f7; */
		padding: 12px;
		/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); */
	}

	.logo-floor-large {
		width: 100%;
		height: 100%;
		object-fit: contain;
		/* gambar tidak terpotong */
		border-radius: 12px;
	}

	.bungkus-scroll {
		overflow: hidden;
		flex: 1;
		position: relative;
	}

	.produk-scroll {
		display: flex;
		gap: 12px;
		padding: 12px 0;
		overflow-x: auto;
		scroll-behavior: smooth;
		scrollbar-width: none;
		/* Firefox */
	}

	.produk-scroll::-webkit-scrollbar {
		display: none;
		/* Chrome, Safari, Opera */
	}

	.kartu-link {
		text-decoration: none;
		color: inherit;
		display: inline-block;
	}

	.kartu-link:hover .kartu-judul {
		color: #2f2f2f !important;
	}

	.kartu-item {
		display: flex;
		flex-direction: column;
		background: #fff;
		border: 0.5px solid #ddd;
		border-radius: 14px;
		padding: 10px;
		width: 150px;
		flex-shrink: 0;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
	}

	.kartu-item:hover {
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
		transform: translateY(-2px);
		transition: all 0.3s ease;
	}

	.kartu-item .progress {
		margin-bottom: 4px;
		/* perkecil jarak bawah progress */
		margin-top: 6px;
		/* opsional, jika terlalu atas */
		height: 5px;
	}

	.kartu-item small.po-keterangan {
		margin-top: 0;
		/* hilangkan jarak atas */
		display: block;
		font-size: 11px;
		color: #333;
		line-height: 1.3;
	}

	.kartu-img {
		width: 100%;
		height: 200px;
		object-fit: cover;
		/* border-radius: 8px; */
		margin-bottom: 4px;
	}

	.kartu-img-wrapper {
		position: relative;
		width: 100%;
		height: 200px;
		overflow: hidden;
		/* border-radius: 8px; */
	}

	.kartu-img-wrapper img {
		width: 100%;
		height: 100%;
		object-fit: contain; /* biar gambar fit tanpa kepotong */
	}

	.kartu-item.stok-habis .kartu-img {
		opacity: 0.2;
	}

	.stok-overlay {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: darkred;
		font-weight: bold;
		font-size: 14px;
		z-index: 10;
		text-align: center;
	}

	.kartu-brand,
	.kartu-judul,
	.kartu-harga {
		text-align: left;
	}

	.kartu-brand {
		font-size: 12px;
		color: #888;
		margin-bottom: 4px;
		height: 16px;
		line-height: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.kartu-judul {
		font-size: 13px;
		margin: 0 0 6px 0;
		font-weight: 500;
		line-height: 1.2em;
		height: 2.4em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-break: break-word;
	}

	.kartu-harga {
		font-size: 13px;
		margin-top: auto;
		display: flex;
		flex-direction: column;
		gap: 4px;
	}

	.harga-akhir {
		font-size: 13px;
		font-weight: bold;
		color: #2f2f2f;
	}

	.harga-asli {
		font-size: 11px;
		color: #888;
		display: flex;
		align-items: center;
		gap: 4px;
	}

	.kartu-diskon {
		background-color: #FBEDEE;
		color: #F04938;
		font-size: 11px;
		padding: 1px 4px;
		border-radius: 4px;
	}

	/* Scroll Button */
	.scroll-btn {
		background-color: white;
		border: 1px solid #ddd;
		border-radius: 50%;
		width: 32px;
		height: 32px;
		font-size: 18px;
		cursor: pointer;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
		display: none;
		/* default sembunyi */
		align-items: center;
		justify-content: center;
		user-select: none;
	}

	/* .scroll-btn-left { */
	/* left: 240px; 
	/* } */

	.konten-lantai.lantai-floor .scroll-btn-left {
		left: 240px;
	}

	.konten-lantai.lantai-nofloor .scroll-btn-left {
		left: 0;
	}

	.scroll-btn-right {
		right: 0;
	}

	@media (max-width: 768px) {
		.floor-banner {
			display: none;
		}

		.konten-lantai.lantai-floor .scroll-btn-left {
			left: 0;
		}
	}

	/* KERANJANG */
	a.link-toast {
		text-decoration: underline;
		color: blue;
	}

	a.link-toast:hover {
		color: #2F2F2F;
	}

	.voucher-section {
		font-size: 13px;
		margin-top: 10px;
		border-top: 1px dashed #ddd;
	}

	.voucher-input {
		background-color: #fff;
		/* kuning muda */
		border: 1px solid grey;
		padding: 6px 12px;
		font-style: italic;
		font-size: 13px;
		margin-right: 4px;
		width: 80%;
	}

	.voucher-btn {
		background-color: #F04938;
		/* merah */
		color: white;
		border: none;
		padding: 6px 12px;
		font-size: 13px;
		cursor: pointer;
	}

	.voucher-btn:hover {
		background-color: #c0392b;
	}

	.voucher-link {
		display: block;
		margin-top: 6px;
		margin-bottom: 12px;
		font-size: 13px;
	}

	.voucher-link a {
		text-decoration: underline;
		color: #2f2f2f;
	}

	.voucher-active-box {
		font-size: 13px;
		border: 1px solid #ddd;
		border-radius: 8px;
		padding: 12px 15px;
		background-color: #f9f9f9;
		max-width: 400px;
		margin-top: 10px;
	}

	.voucher-row {
		display: flex;
		justify-content: space-between;
		margin-bottom: 6px;
	}

	.voucher-label {
		font-weight: bold;
		color: #333;
	}

	.voucher-value {
		color: #444;
	}

	.btn-remove-voucher {
		background-color: #e74c3c;
		color: white;
		border: none;
		padding: 6px 12px;
		font-size: 13px;
		border-radius: 4px;
		cursor: pointer;
		float: right;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.btn-remove-voucher:hover {
		background-color: #c0392b;
	}

	.cart-container {
		flex: 1;
		background: #fff;
		border-radius: 10px;
		/* padding: 20px; */
		min-width: 300px;
		border: 1px solid #ddd;
		/* border keseluruhan */
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
		margin-bottom: 20px;
	}

	.cart-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #f5f5f5;
		/* warna abu-abu */
		padding: 18px 15px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		width: 100%;
		box-sizing: border-box;
	}

	.cart-header input[type="checkbox"] {
		margin-right: 20px;
		/* bisa disesuaikan 6–10px */
		transform: translateY(1px);
		/* opsional: biar sejajar font */
	}

	.cart-header-main {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #fff;
		/* warna abu-abu */
		padding: 12px 15px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		width: 100%;
		box-sizing: border-box;
	}

	.cart-header-main input[type="checkbox"] {
		margin-right: 20px;
		/* bisa disesuaikan 6–10px */
		transform: translateY(1px);
		/* opsional: biar sejajar font */
	}

	.cart-item {
		display: flex;
		gap: 15px;
		align-items: center;
		border-top: 1px solid #eee;
		/* padding: 15px 0; */
		padding: 15px;
		border-radius: 10px;
	}

	/* .product-image {
		width: 70px;
		align-items: center;
		justify-content: center;
	} */

	.product-image {
		width: 60px;
		display: flex;
		/* <-- WAJIB */
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		/* biar gak mengecil atau hilang */
	}

	.product-image img {
		width: 100%;
		max-width: 60px;
		height: auto;
		object-fit: cover;
		display: block;
	}

	.cart-badge-mobile {
		display: none;
	}

	@media (max-width: 768px) {

		.cart-item,
		.cart-header,
		.cart-header-main {
			padding: 8px !important;
			/* kecilin padding */
		}

		.product-title,
		.produk-title-custom {
			font-size: 11px !important;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		.product-image {
			width: 40px;
		}

		.product-image img {
			max-width: 40px;
		}

		.price {
			font-weight: bold;
			font-size: 10px !important;
		}

		.original-price {
			font-size: 9.5px !important;
		}

		.discount {
			font-size: 9.5px !important;
			padding: 0.5px 2px;
		}

		.qty {
			padding: 0.5px 1px;
		}

		.qty input[type="text"] {
			font-size: 10px !important;
		}

		.qty input[type="button"] {
			width: 18px;
			height: 18px;
		}

		.produk-tag-custom {
			padding: 0.5px 1.5px;
			font-size: 8px;
			margin-bottom: 1.5px;
		}

		.mini-cart6 .mini-cart-link .mini-cart-icon {
			border: none;
		}

		.mini-cart-number {
			display: none !important;
		}

		.cart-badge-mobile {
			display: inline-block;
			position: absolute;
			top: 6px;
			/* Naikkan lebih ke atas */
			right: 4px;
			/* Geser lebih ke kanan */
			background: #F04938;
			color: #f0f0f0;
			font-size: 9px;
			padding: 1.5px 3px;
			border-radius: 50%;
			line-height: 1;
			min-width: 16px;
			text-align: center;
		}

		.wrap-search-cart6 .search-form6 {
			margin: 5px 0 5px 0;
		}

		.search-form6 .submit-form {
			width: 34px;
		}

		.submit-form {
			height: 34px;
		}

		.search-form6 .smart-search-form input[type="text"] {
			height: 32px;
		}

		.voucher-input {
			width: 79%;
		}

		.pengiriman-custom {
			border: none !important;
		}
	}

	.product-info {
		flex: 1;
	}

	.product-title {
		display: block;
		margin: 4px 0;
		font-size: 14px;
		color: #2f2f2f;
		text-decoration: none;
		font-weight: 500;
	}

	@media (max-width: 768px) {
		.product-title {
			margin: 2px 0;
			font-size: 13px;
			font-weight: 300;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		.product-image img {
			width: 60px;
			height: auto;
		}
	}

	@media (max-width: 480px) {
		.product-image img {
			width: 50px;
			height: auto;
		}
	}

	.product-title:hover {
		color: blue;
	}

	.product-info small {
		margin: 0;
		padding: 0;
		line-height: 1.1;
	}

	.badge {
		display: inline-block;
		background: #f2f2f2;
		font-size: 11px;
		padding: 2px 6px;
		border-radius: 4px;
		color: #666;
	}

	.price-block {
		display: flex;
		gap: 6px;
		align-items: center;
	}

	.price {
		font-weight: bold;
		color: #2f2f2f;
	}

	.original-price {
		text-decoration: line-through;
		color: #888;
		font-size: 11px;
	}

	.discount {
		background-color: #FBEDEE;
		color: #F04938;
		font-size: 11px;
		padding: 1px 4px;
		border-radius: 4px;
		/* color: #e53935; */
		/* font-weight: bold; */
		/* font-size: 12px; */
	}

	.actions {
		display: flex;
		align-items: center;
		gap: 2px;
		/* jarak antara icon & qty */
	}

	.qty {
		display: flex;
		align-items: center;
		gap: 2px;
		padding: 1px 2px;
	}

	.qty input[type="text"] {
		background: none;
		border: none;
		font-size: 13px;
		text-align: center;
		cursor: pointer;
	}

	.qty input[type="button"] {
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 50%;
		width: 24px;
		/* Biar tinggi & lebar sama */
		height: 24px;
	}

	.cart-summary {
		background: #fff;
		padding: 20px;
		border-radius: 10px;
		min-width: 250px;
		border: 1px solid #ddd;
		/* border keseluruhan */
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
		/* lebih besar dan gelap */
	}

	.cart-summary h4 {
		margin-bottom: 15px;
		font-weight: bold;
	}

	.summary-row {
		display: flex;
		justify-content: space-between;
		margin-bottom: 6px;
		font-size: 14px;
	}

	.total {
		font-weight: bold;
		border-top: 1px solid #eee;
		padding-top: 10px;
		margin-top: 10px;
	}

	.btn-checkout {
		width: 100%;
		background-color: #F04938;
		color: #fff;
		padding: 10px 0;
		border: none;
		border-radius: 24px;
		margin-top: 15px;
		cursor: pointer;
		font-weight: bold;
	}

	.btn-checkout:hover {
		background-color: #E74837;
		color: #fff;
	}

	/* CHECKOUT */
	.kartu-alamat {
		border: 1px solid #eee;
		border-radius: 12px;
		padding: 16px;
		font-family: 'Muller', sans-serif;
	}

	.kepala-alamat {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 8px;
	}

	.judul-alamat {
		font-size: 16px;
		font-weight: bold;
		color: #444;
	}

	.link-alamat {
		font-size: 14px;
		color: #2f2f2f;
		text-decoration: underline;
	}

	.link-alamat:hover {
		font-size: 14px;
		color: blue;
		text-decoration: underline;
	}

	.label-container-alamat {
		margin-bottom: 8px;
	}

	.label-rumah-alamat {
		background: #f0f0f0;
		color: #333;
		padding: 4px 10px;
		border-radius: 10px;
		font-size: 13px;
		margin-right: 8px;
		display: inline-block;
	}

	.label-utama-alamat {
		background: #e6f6ea;
		color: #2e7d32;
		padding: 4px 10px;
		border-radius: 10px;
		font-size: 13px;
		display: inline-block;
	}

	.kontak-alamat {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.nomor-alamat {
		color: #2f2f2f;
		font-weight: 600;
		margin-left: 8px;
	}

	.detail-alamat {
		font-size: 14px;
		color: #111;
	}

	.kartu-list-alamat {
		border: 1px solid #e0e0e0;
		border-radius: 12px;
		padding: 16px;
		margin-bottom: 16px;
		font-family: Arial, sans-serif;
		background-color: #fff;
		position: relative;
	}

	.header-alamat {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 8px;
	}

	.label-alamat-wrapper {
		display: flex;
		gap: 8px;
	}

	.label-rumah-alamat {
		background: #f0f0f0;
		color: #333;
		padding: 4px 10px;
		border-radius: 12px;
		font-size: 13px;
	}

	.label-utama-alamat {
		background: #e0f3e4;
		color: #1b5e20;
		padding: 4px 10px;
		border-radius: 12px;
		font-size: 13px;
	}

	.kartu-list-alamat .row {
		display: flex;
		/* Paksa row jadi flex container */
	}

	.kartu-list-alamat .col-lg-1,
	.kartu-list-alamat .col-md-1,
	.kartu-list-alamat .col-sm-1,
	.kartu-list-alamat .col-xs-1 {
		display: flex;
		align-items: center;
		/* Tengah secara vertikal */
		justify-content: center;
		/* Tengah secara horizontal */
	}

	.radio-alamat {
		transform: scale(1.2);
		cursor: pointer;
	}

	.kontak-alamat {
		font-size: 14px;
		margin-bottom: 4px;
	}

	.nomor-alamat {
		color: #2f2f2f;
		font-weight: 600;
		margin-left: 8px;
	}

	.alamat-lengkap-alamat {
		font-size: 14px;
		color: #222;
		margin-bottom: 10px;
	}

	.aksi-alamat {
		display: flex;
		gap: 12px;
		font-size: 14px;
	}

	.link-ubah-alamat,
	.link-hapus-alamat,
	.link-utamakan-alamat {
		color: #2f2f2f;
		text-decoration: underline;
	}

	.link-ubah-alamat:hover,
	.link-hapus-alamat:hover,
	.link-utamakan-alamat:hover {
		color: blue;
		text-decoration: underline;
	}

	.pemisah-alamat {
		color: #888;
	}

	.alamat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 6px;
		margin-bottom: 10px;
	}

	.radio-container {
		display: flex;
		align-items: center;
		padding-left: 10px;
	}

	/* CATALOG */
	.halaman-paginasi {
		margin-top: 20px;
		text-align: center;
	}

	.produk-halaman {
		display: flex;
		flex-wrap: wrap;
		/* justify-content: center; */
		margin: 0 -6px;
	}

	.halaman-link {
		display: flex;
		justify-content: center;
		box-sizing: border-box;
		padding: 6px;
		flex: 0 0 14.2857%;
		max-width: 14.2857%;
	}

	.halaman-link-all {
		display: flex;
		justify-content: center;
		box-sizing: border-box;
		padding: 6px;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.halaman-item {
		width: 100%;
		border: 0.5px solid #ddd;
		border-radius: 24px;
		background: #fff;
		padding: 10px;
		display: flex;
		flex-direction: column;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
		transition: all 0.3s ease;
	}

	.halaman-item:hover {
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
		transform: translateY(-2px);
	}

	.halaman-link:hover .kartu-judul {
		color: #2f2f2f !important;
	}

	.halaman-link-all:hover .kartu-judul {
		color: #2f2f2f !important;
	}

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

		.halaman-link,
		.halaman-link-all {
			flex: 0 0 20%;
			max-width: 20%;
		}
	}

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

		.halaman-link,
		.halaman-link-all {
			flex: 0 0 25%;
			max-width: 25%;
		}
	}

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

		.halaman-link,
		.halaman-link-all {
			flex: 0 0 33.33%;
			max-width: 33.33%;
		}
	}

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

		.halaman-link,
		.halaman-link-all {
			flex: 0 0 50%;
			max-width: 50%;
		}

		.kartu-img-wrapper {
			height: 200px; 
			display: flex;
			justify-content: center;
			align-items: center; 
			overflow: hidden;
			background-color: #fff; 
		}

		.kartu-img-wrapper img {
			width: 100%;
			height: 100%;
			object-fit: contain; /* biar gambar fit tanpa kepotong */
		}
	}

	/* BLOG */
	.blog-carousel-wrapper {
		position: relative;
		padding: 20px 0;
		overflow: hidden;
	}

	.blog-carousel {
		display: flex;
		gap: 16px;
		overflow-x: auto;
		scroll-behavior: smooth;
		padding: 10px 40px;
	}

	.blog-carousel::-webkit-scrollbar {
		display: none;
	}

	.blog-carousel {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.blog-card {
		flex: 0 0 260px;
		display: flex;
		flex-direction: column;
		background: #fff;
		border-radius: 16px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
		overflow: hidden;
		min-height: 360px;
	}

	.blog-thumb img {
		width: 100%;
		height: 180px;
		object-fit: cover;
		display: block;
	}

	.blog-content {
		padding: 12px 14px;
		display: flex;
		flex-direction: column;
		flex: 1;
	}

	.blog-title {
		font-size: 15px;
		font-weight: 600;
		margin: 8px 0 6px 0;
		line-height: 1.3em;
		height: 2.6em;
		/* max 2 lines */
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.blog-title a {
		text-decoration: none;
		color: #222;
	}

	.blog-meta {
		font-size: 12px;
		color: #777;
		margin-bottom: 8px;
	}

	.blog-excerpt {
		font-size: 13px;
		color: #555;
		flex-grow: 1;
	}

	.blog-scroll-btn {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: rgba(255, 255, 255, 0.95);
		border: none;
		font-size: 20px;
		font-weight: bold;
		cursor: pointer;
		padding: 6px 10px;
		border-radius: 50%;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
		z-index: 10;
		color: #444;
		display: none;
	}

	.blog-scroll-btn-left {
		left: 10px;
	}

	.blog-scroll-btn-right {
		right: 10px;
	}

	/* MODAL */
	.modal-custom {
		z-index: 11000;
	}

	.modal-backdrop-custom {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 10999;
		/* harus di bawah modal, tapi di atas header */
	}

	.modal-dialog-custom {
		z-index: 12000;
		max-width: 600px;
		width: 95%;
		margin: 2rem auto;
		border-radius: 12px;
	}

	.modal-content-custom {
		border-radius: 16px;
		border: none;
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
		background-color: #ffffff;
		overflow: hidden;
	}

	.modal-header-custom {
		padding: 1.5rem 1.5rem 0.5rem;
		border-bottom: none;
		text-align: center;
		position: relative;
	}

	.modal-title-custom {
		font-size: 16px;
		font-weight: 600;
		margin: 0 auto;
		width: 100%;
	}

	.modal-close-custom {
		position: absolute;
		top: 1rem;
		right: 1rem;
		font-size: 32px;
		font-weight: bold;
		color: #333;
		opacity: 0.9;
		border: none;
		background: transparent;
		cursor: pointer;
		line-height: 1;
		width: 36px;
		height: 36px;
	}

	.modal-body-custom {
		max-height: 70vh;
		overflow-y: auto;
		padding: 1rem 1.5rem;
	}

	.modal-footer-custom {
		position: sticky;
		bottom: 0;
		background: white;
		padding: 0.75rem 1.5rem;
		/* box-shadow: 0 -2px 5px rgba(0,0,0,0.1); */
		z-index: 10;
		/* border-top: 1px solid #ddd; */
	}

	.btn-alamat-baru-custom {
		background-color: #F04938;
		color: white;
		font-weight: bold;
		padding: 12px 24px;
		font-size: 16px;
		border-radius: 140px;
		border: none;
		width: 100%;
		cursor: pointer;
		position: relative;
		z-index: 1100;
		transition: all 0.3s ease;
	}

	.btn-alamat-baru-custom:hover {
		background-color: #E74837;
	}

	.btn-alamat-baru-custom-cms {
		background-color: #F04938;
		color: white;
		font-weight: bold;
		padding: 6px 12px;
		font-size: 13px;
		border-radius: 40px;
		border: none;
		width: 100%;
		cursor: pointer;
		position: relative;
		transition: all 0.3s ease;
	}

	.btn-alamat-baru-custom-cms:hover {
		background-color: #E74837;
	}

	.btn-alamat-baru-custom-profil {
		background-color: #F04938;
		color: white;
		font-weight: bold;
		padding: 6px 12px;
		font-size: 13px;
		border-radius: 40px;
		border: none;
		width: 50%;
		cursor: pointer;
		position: relative;
		transition: all 0.3s ease;
	}

	.btn-alamat-baru-custom-profil:hover {
		background-color: #E74837;
	}

	.btn-alamat-baru-custom-password {
		background-color: transparent;
		color: #2f2f2f;
		font-weight: bold;
		padding: 3px 6px;
		font-size: 16px;
		border: none;
		width: 100%;
		cursor: pointer;
		position: relative;
		transition: all 0.3s ease;
	}

	.btn-alamat-baru-custom-password:hover {
		background-color: #f0f0f0;
	}

	@media (max-width: 576px) {
		.modal-dialog-custom {
			margin: 1rem;
		}

		.btn-alamat-baru-custom {
			font-size: 14px;
			padding: 10px 20px;
		}

		.modal-close-custom {
			top: 0.75rem;
			right: 0.75rem;
			font-size: 26px;
			width: 32px;
			height: 32px;
		}
	}

	/* FORM ALAMAT */
	.form-horizontal-custom {
		padding: 1rem;
	}

	.form-group-custom {
		display: flex;
		flex-direction: column;
		margin-bottom: 1rem;
	}

	.form-group-custom>label {
		font-weight: 600;
		margin-bottom: 0.4rem;
		font-size: 14px;
		color: #222;
	}

	.form-group-custom .form-control-custom,
	.form-group-custom select.form-control-custom,
	.form-group-custom textarea.form-control-custom {
		width: 100%;
		border-radius: 6px;
		border: 1px solid #ccc;
		padding: 0.6rem 0.8rem;
		font-size: 14px;
		transition: border-color 0.3s ease;
		box-sizing: border-box;
	}

	.form-group-custom .form-control-custom:focus,
	.form-group-custom select.form-control-custom:focus,
	.form-group-custom textarea.form-control-custom:focus {
		border-color: #007bff;
		outline: none;
		box-shadow: 0 0 6px rgba(0, 123, 255, 0.25);
	}

	.form-group-custom .form-control-custom[readonly] {
		background-color: #f2f2f2;
		cursor: not-allowed;
		color: #666;
	}

	.form-group-custom textarea.form-control-custom {
		min-height: 80px;
		resize: vertical;
	}

	.btn-submit-custom {
		background-color: #F04938;
		border: none;
		color: white;
		font-weight: 600;
		font-size: 16px;
		padding: 0.8rem;
		border-radius: 140px;
		width: 100%;
		cursor: pointer;
		transition: background-color 0.3s ease;
	}

	.btn-submit-custom:hover {
		background-color: #E74837;
	}

	.btn-submit-disabled {
		background-color: #888;
		border: none;
		color: white;
		font-weight: 600;
		font-size: 16px;
		padding: 0.8rem;
		border-radius: 140px;
		width: 100%;
		cursor: pointer;
		transition: background-color 0.3s ease;
		opacity: 0.5;
		pointer-events: none;
	}

	.btn-submit-disabled:hover {
		background-color: #666;
	}

	/* FORM EXPRESS LOGIN */
	.label-custom {
		font-weight: 600;
		margin-bottom: 0.5rem;
		display: block;
		font-size: 14px;
	}

	.input-group-custom {
		position: relative;
	}

	.input-custom {
		width: 100%;
		padding: 0.75rem 2.5rem 0.75rem 1rem;
		border: 1px solid #ccc;
		border-radius: 10px;
		font-size: 14px;
		background-color: #fff;
	}

	.input-icon-custom {
		position: absolute;
		right: 1rem;
		top: 50%;
		transform: translateY(-50%);
		color: #888;
		cursor: pointer;
	}

	.login-note-custom {
		font-size: 12px;
		margin-top: 12px;
		text-align: center;
	}

	.login-note-custom a {
		text-decoration: underline;
	}

	.login-note-custom a:hover {
		text-decoration: underline;
		color: blue;
	}

	.nav-tabs.tabs li.tab a:hover {
		background-color: #f0f0f0;
		color: #2f2f2f;
		text-decoration: none;
	}

	/* LIST PESANAN */
	.pesanan-wrapper-custom {
		border: 1px solid #ddd;
		border-radius: 10px;
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: 10px;
		font-family: 'Muller', sans-serif;
	}

	.pesanan-header-custom {
		background-color: #f5f5f5;
		padding: 12px 16px;
		font-size: 14px;
		font-weight: 600;
		display: flex;
		flex-direction: column;
	}

	.pesanan-toko-custom {
		font-size: 13px;
		color: #555;
		margin-top: 4px;
	}

	.pesanan-body-custom {
		display: flex;
		justify-content: space-between;
		padding: 16px;
		flex-wrap: wrap;
	}

	.produk-list-custom {
		flex: 3;
	}

	.produk-item-custom {
		display: flex;
		margin-bottom: 12px;
	}

	.produk-img-custom {
		width: 60px;
		height: auto;
		margin-right: 12px;
		border-radius: 4px;
	}

	.produk-detail-custom {
		font-size: 13px;
	}

	.produk-tag-custom {
		display: inline-block;
		background-color: #f1f1f1;
		padding: 2px 6px;
		font-size: 10px;
		border-radius: 3px;
		margin-bottom: 4px;
	}

	.produk-title-custom {
		display: block;
		margin: 2px 0;
		font-size: 14px;
		color: #2f2f2f;
		text-decoration: none;
		font-weight: 500;
	}

	.produk-info-custom {
		color: #666;
		font-size: 12px;
		margin-bottom: 4px;
	}

	.pengiriman-custom {
		flex: 2;
		padding-left: 20px;
		border-left: 1px solid #e0e0e0;
		min-width: 200px;
	}

	.pengiriman-custom label {
		font-size: 12px;
		color: #777;
		margin-bottom: 4px;
		display: block;
	}

	.pengiriman-select-custom {
		border: 1px solid #ccc;
		border-radius: 10px;
		padding: 10px 12px;
		font-size: 13px;
		background-color: #fff;
		cursor: pointer;
		position: relative;
	}

	.pesanan-footer-custom {
		border-top: 1px solid #eee;
		padding: 12px 16px;
		display: flex;
		justify-content: space-between;
		font-size: 14px;
		font-weight: bold;
	}

	.total-harga-custom {
		color: #1d1d1f;
	}

	/* LIST KURIR */
	.estimasi-berat-custom {
		background-color: #f2f2f2;
		padding: 10px;
		border-radius: 6px;
		font-weight: 500;
		margin-bottom: 16px;
	}

	.section-custom {
		margin-bottom: 24px;
	}

	.section-title-custom {
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 12px;
	}

	.courier-card-custom {
		border: 1px solid #f0f0f0;
		border-radius: 12px;
		background-color: #fff;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.courier-header-custom {
		display: flex;
		align-items: flex-start;
		gap: 12px;
		padding: 12px 16px;
		cursor: pointer;
		background-color: white;
		border-radius: 12px;
	}

	.courier-logo-custom {
		width: 48px;
		height: auto;
		flex-shrink: 0;
	}

	.courier-logo-custom img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.courier-content-custom {
		flex: 1;
		display: flex;
		flex-direction: column;
	}

	.courier-row-top-custom {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.courier-name-badge-group {
		display: flex;
		gap: 6px;
		align-items: center;
		flex-wrap: wrap;
	}

	.courier-name-custom {
		font-weight: 600;
		font-size: 15px;
		white-space: nowrap;
	}

	.badge-custom {
		background-color: #f0f0f0;
		color: #2f2f2f;
		font-size: 12px;
		padding: 2px 8px;
		border-radius: 8px;
		white-space: nowrap;
		display: flex;
		align-items: center;
		gap: 4px;
	}

	.courier-price-custom {
		font-size: 13px;
		color: #555;
		margin-top: 4px;
		white-space: nowrap;
	}

	.chevron-toggle-custom {
		font-size: 16px;
		color: #555;
		transition: transform 0.3s ease;
	}

	.courier-card-custom.active .chevron-toggle-custom {
		transform: rotate(180deg);
	}

	.courier-detail-custom {
		display: none;
		border-top: 1px solid #eee;
		padding: 12px 16px;
		background-color: #fafafa;
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		transition: all 0.3s ease;
	}

	.courier-card-custom.active .courier-detail-custom {
		display: block;
	}

	.option-item-custom {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 8px 0;
		border-bottom: 1px solid #eee;
	}

	.option-item-custom:last-child {
		border-bottom: none;
	}

	.option-left-custom {
		display: flex;
		flex-direction: column;
	}

	.option-title-custom {
		font-weight: 600;
		font-size: 14px;
		margin-bottom: 2px;
	}

	.option-price-custom {
		font-size: 11px;
		color: #555;
	}

	.option-item-custom input[type="radio"] {
		accent-color: #2f2f2f;
		transform: scale(1.1);
	}

	/* METODE PEMBAYARAN */
	.pembayaran-custom {
		flex: 2;
		min-width: 200px;
	}

	.pembayaran-custom label {
		font-size: 14px;
		color: #2f2f2f;
		margin-bottom: 4px;
		display: block;
	}

	.pembayaran-select-custom {
		border: 1px solid #ccc;
		border-radius: 10px;
		padding: 10px 12px;
		font-size: 13px;
		background-color: #fff;
		cursor: pointer;
		position: relative;
	}

	.option-left-payment-custom {
		display: flex;
		align-items: center;
		/* Agar vertikal sejajar */
		gap: 8px;
		/* Jarak antara logo dan teks */
	}

	.option-text-wrapper {
		display: flex;
		flex-direction: column;
	}

	.payment-logo-custom {
		width: 48px;
		height: auto;
		flex-shrink: 0;
	}

	.payment-logo-custom img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.option-title-payment-custom {
		/* font-weight: 600; */
		font-size: 14px;
		margin-bottom: 2px;
	}

	.option-price-payment-custom {
		font-size: 12px;
		color: #555;
	}

	/* FORM TOKO */
	.toko-option {
		border-bottom: 1px solid #eee;
		padding: 12px 0;
	}

	.toko-option.disabled {
		opacity: 0.5;
		pointer-events: none;
		/* Supaya tidak bisa diklik */
	}

	.toko-item {
		display: flex;
		align-items: flex-start;
		gap: 12px;
		justify-content: space-between;
		cursor: pointer;
	}

	.toko-left-icon {
		font-size: 18px;
		color: #555;
		padding-top: 5px;
		width: 24px;
		text-align: center;
		flex-shrink: 0;
	}

	.toko-info {
		flex-grow: 1;
	}

	.toko-kota {
		font-size: 11px;
		color: #888;
		margin-bottom: 2px;
		font-weight: normal;
	}

	.toko-nama {
		font-size: 12px;
		color: #2f2f2f;
	}

	.toko-radio {
		flex-shrink: 0;
		padding-top: 5px;
	}

	.toko-radio input {
		accent-color: #2f2f2f;
		transform: scale(1.2);
	}

	/* SUKSES PAGE */
	.left-custom,
	.right-custom {
		padding: 30px;
		flex: 1;
		min-width: 300px;
	}

	.left-custom {
		background-color: #fefefe;
		text-align: center;
	}

	.image-custom {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.timer-custom {
		font-size: 24px;
		color: #e74c3c;
		margin: 10px 0;
	}

	.heading-custom {
		margin-bottom: 10px;
	}

	.label-custom-success {
		margin: 0 !important;
		font-weight: normal;
	}

	.metpay-logo-custom {
		width: 60px;
		vertical-align: middle;
	}

	.copy-container-custom {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #f0f0f0;
		padding: 5px;
		margin-bottom: 10px;
		border-radius: 14px;
	}

	.transparent-custom {
		background: transparent;
	}

	.copy-btn-custom {
		background-color: transparent;
		color: #2f2f2f;
		border: none;
		padding: 5px 10px;
		cursor: pointer;
		border-radius: 4px;
		text-decoration: underline;
	}

	.actions-custom {
		margin: 20px 0;
	}

	.btn-custom-success {
		padding: 10px 20px;
		margin-right: 10px;
		border: none;
		border-radius: 5px;
		cursor: pointer;
	}

	.primary-custom {
		background-color: #F04938;
		color: #f0f0f0;
	}

	.primary-custom:hover {
		background-color: #e94545;
		color: #f0f0f0;
	}

	.secondary-custom {
		background-color: transparent;
		color: #2f2f2f;
		border: 1px solid #f0f0f0;
	}

	/* Accordion */
	.accordion-custom .accordion-item-custom {
		margin-top: 10px;
		border-radius: 5px;
	}

	.accordion-toggle-custom {
		width: 100%;
		background: #f0f0f0;
		border: none;
		padding: 12px;
		font-weight: bold;
		text-align: left;
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.accordion-content-custom {
		display: none;
		padding: 10px 15px;
		background: #fff;
		border-top: 1px solid #ccc;
	}

	.accordion-item-custom.active .accordion-content-custom {
		display: block;
	}

	.accordion-item-custom.active .chevron {
		transform: rotate(180deg);
	}

	.status-icon-custom-cancel {
		text-align: center;
		margin-bottom: 30px;
	}

	.status-icon-custom-cancel img {
		height: 350px;
		width: auto;
		margin-bottom: 30px;
	}

	.title-custom-cancel {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 15px;
		text-align: center;
	}

	.subtitle-custom-cancel {
		font-size: 12px;
		color: #666;
		line-height: 1.6;
		margin-bottom: 40px;
		text-align: center;
	}

	.detail-box-custom-cancel {
		text-align: left;
		border-top: 1px solid #ccc;
		padding-top: 30px;
		margin-bottom: 30px;
	}

	.label-custom-cancel {
		font-size: 12px;
		color: #888;
	}

	.value-custom-cancel {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.btn-custom-cancel {
		background-color: #F04938;
		color: white;
		padding: 12px 30px;
		border: none;
		border-radius: 6px;
		cursor: pointer;
		font-weight: bold;
		transition: background-color 0.3s ease;
	}

	.btn-custom-cancel:hover {
		background-color: #e94545;
	}

	/* HEADER PROFIL */
	.akun-wrapper-custom {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.akun-wrapper-custom:hover {
		background-color: #f5f5f5;
		padding-left: 5px;
		padding-right: 5px;
	}

	.akun-toggle-custom {
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.icon-user-custom {
		width: 24px;
		height: 24px;
		border-radius: 50%;
	}

	.icon-chevron-custom {
		font-size: 14px;
		color: #444;
		transition: transform 0.3s ease;
	}

	.akun-toggle-custom.active .icon-chevron-custom {
		transform: rotate(180deg);
	}

	.akun-dropdown-custom {
		display: none;
		position: absolute;
		right: 0;
		top: 40px;
		width: 250px;
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
		padding: 12px;
		z-index: 100;
	}

	.akun-dropdown-custom.active {
		display: block;
	}

	.akun-info-custom {
		padding: 10px 12px;
		border-bottom: 1px solid #eee;
		text-align: left;
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.akun-avatar-custom {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		object-fit: cover;
	}

	.akun-nama-custom {
		font-weight: bold;
		margin-bottom: 4px;
		font-size: 14px;
	}

	.akun-email-custom {
		font-size: 12px;
		color: #666;
		line-height: 1.1;
		margin: 0;
		overflow-wrap: anywhere;
	}

	.akun-menu-list-custom {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.akun-menu-list-custom li {
		border-bottom: 1px solid #f0f0f0;
	}

	.akun-menu-list-custom li:last-child {
		border-bottom: none;
	}

	.akun-menu-list-custom a {
		text-decoration: none;
		color: #2f2f2f;
		display: flex;
		justify-content: space-between;
		padding: 10px 6px;
		align-items: center;
		font-size: 14px;
	}

	.akun-menu-list-custom a:hover {
		background-color: #f0f0f0;
		color: #2f2f2f;
	}

	.akun-menu-list-custom a i {
		font-size: 12px;
		color: #999;
	}

	/* DASHBOARD CUSTOMER */
	.filter-search-custom-dash {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.filter-search-custom-dash input {
		width: 100%;
		height: 40px;
		padding: 8px 36px 8px 16px;
		border: 1px solid #ccc;
		border-radius: 25px;
		font-size: 14px;
		box-sizing: border-box;
	}

	.icon-search-custom-dash {
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		color: #888;
	}

	.dropdown-btn-custom-dash {
		width: 100%;
		height: 40px;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 8px;
		padding: 4px 12px;
		font-family: inherit;
		text-align: left;
		cursor: pointer;
		position: relative;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.dropdown-label {
		font-size: 11px;
		color: #888;
		line-height: 1;
	}

	.dropdown-value {
		font-size: 14px;
		font-weight: 500;
		color: #000;
	}

	.dropdown-btn-custom-dash i {
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		pointer-events: none;
	}

	.dropdown-btn-custom-dash .icon-chevron-custom {
		transition: transform 0.2s ease;
	}

	.dropdown-btn-custom-dash.active .icon-chevron-custom {
		transform: rotate(180deg);
	}

	.dropdown-custom-wrapper {
		position: relative;
		width: 100%;
	}

	.dropdown-menu-custom {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 99;
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 12px;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
		width: 100%;
		margin-top: 6px;
		padding: 8px 0;
		display: none;
		list-style: none;
		max-height: 300px;
		overflow-y: auto;
	}

	.dropdown-menu-custom li {
		padding: 6px 12px;
		cursor: pointer;
		font-size: 14px;
		color: #333;
	}

	.dropdown-menu-custom li:hover {
		background-color: #f5f5f5;
	}

	.dropdown-menu-custom li.selected {
		font-weight: bold;
		color: #000;
	}

	.dropdown-menu-custom.show {
		display: block;
	}

	.card-transaksi-custom-dash {
		border: 1px solid #ddd;
		border-radius: 12px;
		padding: 16px;
		background: #fff;
		margin-bottom: 20px;
		cursor: pointer;
	}

	.header-transaksi-custom-dash {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 13px;
		flex-wrap: wrap;
	}

	.header-transaksi-kiri-custom-dash {
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.kode-transaksi-custom-dash {
		color: #333;
	}

	.salin-icon-custom-dash {
		margin-left: 3px;
		cursor: pointer;
		font-size: 13px;
		color: #666;
	}

	.status-order-custom-dash {
		/* background-color: #fbe7e7; */
		/* color: #e94545; */
		padding: 4px 10px;
		border-radius: 8px;
		font-size: 12px;
		font-weight: 500;
	}

	.isi-transaksi-custom-dash {
		display: flex;
		align-items: center;
		gap: 16px;
		margin-top: 16px;
		flex-wrap: wrap;
	}

	.gambar-produk-custom-dash img {
		width: 60px;
		height: 85px;
		object-fit: cover;
		border-radius: 6px;
	}

	.info-produk-custom-dash {
		flex: 1;
	}

	.judul-produk-custom-dash {
		font-weight: bold;
		font-size: 15px;
	}

	.jumlah-barang-custom-dash {
		font-size: 11px;
		color: #888;
	}

	.total-pembayaran-custom-dash {
		color: #888;
		text-align: right;
		font-size: 11px;
	}

	.total-pembayaran-custom-dash strong {
		color: #2f2f2f;
		display: block;
		font-size: 15px;
	}

	.lainnya-custom-dash {
		font-size: 11px;
		color: #888;
		margin-top: 4px;
	}

	.pembayaran-info-custom-dash {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 11px;
		color: #222;
		margin-top: 8px;
		border-top: 1px solid #f0f0f0;
	}

	.metode-pembayaran-custom-dash {
		font-weight: 500;
	}

	.batas-waktu-custom-dash {
		display: flex;
		align-items: center;
		gap: 8px;
		color: #e94545;
		font-weight: 500;
	}

	.batas-waktu-custom-dash .fa {
		color: #e94545;
	}

	.jam-custom-dash {
		color: #000;
		font-weight: normal;
	}

	.gambar-produk-custom-dash,
	.info-produk-custom-dash,
	.total-pembayaran-custom-dash {
		display: flex;
		flex-direction: column;
	}

	@media (max-width: 767.98px) {
		.custom-col:nth-child(n+3) {
			margin-top: 10px;
		}
	}

	/* DETAIL TRANSAKSI */
	.box-custom-detail {
		border: 1px solid #eee;
		border-radius: 8px;
		padding: 20px;
		margin-bottom: 20px;
		background: #fff;
	}

	.subtitle-custom-detail {
		color: #888;
		font-size: 11px;
	}

	.status-label-custom-detail {
		/* background-color: #fce8e6;
		color: #d93025; */
		font-weight: 500;
		padding: 3px 10px;
		border-radius: 6px;
		font-size: 13px;
		display: inline-block;
	}

	.product-item-custom-detail {
		display: flex;
		align-items: center;
		/* Ini buat vertical align middle */
		justify-content: space-between;
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 6px;
		margin-bottom: 10px;
	}

	.produk-img-custom-detail {
		width: 60px;
		height: auto;
		flex-shrink: 0;
		/* biar gambar gak mengecil */
	}

	.produk-detail-custom-detail {
		flex-grow: 1;
		/* buat bagian tengah melebar */
		margin-left: 15px;
		/* kasih jarak dari gambar */
	}

	.produk-tag-custom-detail {
		display: inline-block;
		background-color: #f1f1f1;
		padding: 2px 6px;
		font-size: 10px;
		border-radius: 3px;
		margin-bottom: 4px;
	}

	.produk-title-custom-detail {
		font-weight: 600;
		margin-bottom: 3px;
	}

	.produk-info-custom-detail {
		color: #666;
		font-size: 12px;
		margin-bottom: 4px;
	}

	.price-block-custom-detail {
		display: flex;
		gap: 6px;
		align-items: center;
	}

	.price-custom-detail {
		font-weight: bold;
		color: #2f2f2f;
	}

	.original-price-custom-detail {
		text-decoration: line-through;
		color: #888;
		font-size: 11px;
	}

	.discount-custom-detail {
		background-color: #FBEDEE;
		color: #F04938;
		font-size: 11px;
		padding: 1px 4px;
		border-radius: 4px;
		/* color: #e53935; */
		/* font-weight: bold; */
		/* font-size: 12px; */
	}

	.produk-total-harga {
		min-width: 110px;
		text-align: right;
		font-size: 13px;
		font-weight: 400;
		color: #2f2f2f;
	}

	.produk-total-harga p {
		margin: 0;
	}

	.produk-total-harga p:last-child {
		font-weight: 700;
		font-size: 14px;
	}

	.btn-see-more {
		display: block;
		margin: 15px auto 0;
		padding: 6px 15px;
		border: 1px solid #ccc;
		background: #fff;
		border-radius: 6px;
		font-size: 11px;
	}

	.text-danger-custom {
		color: #d93025;
		font-weight: 500;
	}

	.text-bold {
		font-weight: 600;
	}

	.rincian-pembayaran-custom-detail p,
	.rincian-pengiriman-custom-detail p {
		margin-bottom: 8px;
	}

	/* DASHBOARD ULASAN */
	.review-box-custom {
		display: flex;
		padding: 15px;
		border: 1px solid #eee;
		border-radius: 12px;
		background-color: #fff;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
		margin-bottom: 20px;
		align-items: center;
	}

	.review-left-custom {
		flex: 0 0 60px;
	}

	.review-img-custom {
		width: 60px;
		height: auto;
		border-radius: 6px;
	}

	.review-right-custom {
		flex: 1;
		margin-left: 15px;
	}

	.review-top-custom {
		display: flex;
		justify-content: space-between;
		font-size: 13px;
		color: #777;
		margin-bottom: 4px;
	}

	.review-status-custom {
		background-color: #fce9c2;
		color: #d39e00;
		padding: 2px 8px;
		border-radius: 10px;
		font-size: 12px;
	}

	.review-date-custom {
		font-size: 11px;
	}

	.review-title-custom {
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 4px;
		color: #000;
	}

	.review-stars-custom {
		color: #ffc107;
		font-size: 16px;
		margin-bottom: 6px;
	}

	.review-comment-custom {
		font-size: 11px;
		color: #444;
	}

	/* DETAIL PRODUK */
	.custom-qty-wrapper {
		display: inline-flex;
		align-items: center;
		border: 1px solid #ccc;
		border-radius: 6px;
		overflow: hidden;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
		margin-bottom: 10px;
		width: 100%;
	}

	.input-custom-qty {
		width: 100%;
		height: 38px;
		text-align: center;
		border: none;
		font-size: 16px;
		outline: none;
		background-color: #fff;
	}

	.input-custom-qty-readonly {
		width: 100%;
		height: 38px;
		text-align: center;
		border: none;
		font-size: 16px;
		outline: none;
		background-color: #f0f0f0;
	}

	.btn-custom-qty {
		width: 68px;
		height: 38px;
		border: none;
		background: #f0f0f0;
		color: #333;
		font-size: 20px;
		cursor: pointer;
		transition: background 0.2s ease, transform 0.1s ease;
	}

	.btn-custom-qty:hover {
		background: #d5d5d5;
	}

	.btn-custom-qty:active {
		transform: scale(0.95);
	}

	.plus-custom-qty {
		color: #2f2f2f;
		border-left: 1px solid #ccc;
	}

	.minus-custom-qty {
		color: #2f2f2f;
		border-right: 1px solid #ccc;
	}

	.plus-custom-qty:hover {
		border-color: #ccc;
		border-left: 1px solid #ccc;
	}

	.minus-custom-qty:hover {
		border-color: #ccc;
		border-right: 1px solid #ccc;
	}

	.full-width-content {
		padding-left: 4px;
		padding-right: 4px;
	}

	/* FS FLOOR */
    .judul-fs {
        display: flex;
        align-items: flex-end;
        gap: 10px;
        flex-wrap: wrap;
    }

    .waktu-fs {
        font-size: 12px;
        color: #555;
        display: flex;
        align-items: center;
        gap: 4px;
        line-height: 1;
        padding-bottom: 2px;
    }

    .hitung-mundur-fs {
        display: inline-flex;
        align-items: center;
        gap: 2px;
    }

    .hitung-mundur-fs .hmfs {
        background: #F04938;
        color: #fff;
        font-weight: 700;
        padding: 4px 6px;
        border-radius: 4px;
        min-width: 26px;
        text-align: center;
        display: inline-block;
    }

    /* FS PRODUK */
    .waktu-fs-pr {
        font-size: 11px;
        color: #555;
        align-items: center;
        line-height: 1;
        padding-bottom: 2px;
        margin-top: 4px;
    }

    .hitung-mundur-fs-pr {
        display: inline-flex;
        align-items: center;
        gap: 2px;
    }

    .hitung-mundur-fs-pr .hmfspr {
        background: #F04938;
        color: #fff;
        font-weight: 500;
        padding: 2px 3px;
        border-radius: 2px;
        min-width: 18px;
        text-align: center;
        display: inline-block;
        margin-top: 2px;
    }

	.btn-change-pay {
		width: 100%;
		background-color: #fff;
		color: #2f2f2f;
		padding: 10px 0;
		border: 1px solid #2f2f2f;
		border-radius: 24px;
		margin-top: 15px;
		cursor: pointer;
		font-weight: bold;
	}

	.btn-change-pay:hover {
		background-color: #fff;
		color: #2f2f2f;
		border: 1px solid #2f2f2f;
	}