<style>
/* untuk semua category buket dan bunga papan */
.header-content {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1100px;
	padding: 0 20px;
	height:375px;
	margin-top:20px;
}
.logo-area {width:50%;}
.logo-area h1 {
	font-size: 2.5rem;
	color: #ffffff; /* Putih pekat untuk judul */
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
	font-weight: 800;
	text-align:left;
	}
.logo-area p { font-size: 14px; color: rgba(255, 255, 255, 0.9); }
.placeholder-img img {
	width: 100%;
	height: 310px;
	margin-bottom:-66px;
}
/* Efek halus saat gambar lazy load muncul */
.product-img-lazy {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Browser secara otomatis memberikan status loaded */
.product-img-lazy[src] {
    opacity: 1;
}

/* Pastikan container memiliki background agar tidak kosong saat loading */
.prod_thumb {
    background: #f5f5f5; /* Warna abu muda senada background Anda */
    overflow: hidden;
    /*aspect-ratio: 1/1;*/ /* Menjaga layout tidak loncat sebelum gambar muncul */
}
.thumb-ratio {
	background: #f5f5f5; /* Warna abu muda senada background Anda */
	overflow: hidden;
	aspect-ratio: 1/1;
}
.produk-thumb-price {
	font-size:12px;
	color:#F7BE94;
	font-weight:500;
}
/*Main Header */
.main-header {
	position:relative;
}
.main-header:before {
	background:url(http://akilabuket.com/wp-content/uploads/2026/01/abstract-background.webp), 
		linear-gradient(202.03deg, #FF7EB3 35.27%, #FF758C 66.9%, #FF4B68 90.13%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-blend-mode: soft-light;
	width: 100%;
	position: absolute;
	overflow: hidden;
	align-items: center;
	height: 100%;
	width: 4000px;
	left: -2000px;
	z-index: -1;
	content:"";
}
.header-content {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1100px;
	padding: 0 20px;
	height:375px;
	margin-top:20px;
}
.logo-area h1 {
		color: #ffffff; /* Putih pekat untuk judul */
		text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
		font-weight: 800;
		text-align:left;
	}

.logo-area p {
	color: rgba(255, 255, 255, 0.9); /* Putih sedikit lembut */
	line-height: 1.6;
	font-weight: 400;
	text-align:left;
}

.btn-cta-header {
	display: inline-block;
	margin-top: 15px;
	background: #e23467;
	color: #ffffff;
	padding: 10px 25px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bold;
}

@media (max-width: 768px) {
	.header-content, .services-bar {
		flex-direction: column;
		text-align: center;
	}
	.placeholder-img { margin-top: 20px; width: 100%; }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
	
	.main-header {
		position:relative;
	}
	.main-header:before {
		background:url(http://akilabuket.com/wp-content/uploads/2026/01/abstract-background.webp), 
			linear-gradient(202.03deg, #FF7EB3 35.27%, #FF758C 66.9%, #FF4B68 90.13%);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-blend-mode: soft-light;
		width: 100%;
		position: absolute;
		overflow: hidden;
		align-items: center;
		height: 100%;
		width: 3005px;
		left: -2000px;
		z-index: -1;
		content:"";
	}
	.header-content {
		display:flex;
		flex-direction:row;
		margin-top:20px;
		height:380px;
		padding:20px 0 20px 0 ;
		justify-content:space-around;
	}
	.placeholder-img img {
		width: auto;
        height: 280px;
        position: absolute;
        bottom: 60px;
        z-index: -1;
        right: 15px;
	}
	.logo-area{width:65%;}
	.logo-area h1 {
		color: #ffffff; /* Putih pekat untuk judul */
		text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
		font-weight: 800;
		text-align:left;
	}

	.logo-area p {
		color: rgba(255, 255, 255, 0.9); /* Putih sedikit lembut */
		line-height: 1.6;
		font-weight: 400;
		text-align:left;
	}
}
@media only screen and (max-width: 480px) {
	#produk-list-container {margin-top:60px;}
	/* background header */
	.main-header {
		position:relative;
	}
	.main-header:before {
		background:url(http://akilabuket.com/wp-content/uploads/2026/01/abstract-background.webp), 
			linear-gradient(202.03deg, #FF7EB3 35.27%, #FF758C 66.9%, #FF4B68 90.13%);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-blend-mode: soft-light;
		width: 100%;
		position: absolute;
		overflow: hidden;
		align-items: center;
		height: 100%;
		width: 3005px;
		left: -2000px;
		z-index: -1;
		content:"";
	}
	.header-content {
		display:flex;
		flex-direction:row;
		margin-top:20px;
		height:auto;
		padding:40px 0 50px 0 ;
	}
	.placeholder-img img {
        width: auto;
        height: 280px;
        position: absolute;
        bottom: 66px;
        z-index: -1;
        right: -60px;
	}
	.logo-area {
		width:95%;
	}
	.logo-area h1 {
    color: #ffffff; /* Putih pekat untuk judul */
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    font-weight: 800;
	text-align:left;
	}

	.logo-area p {
		color: rgba(255, 255, 255, 0.9); /* Putih sedikit lembut */
		line-height: 1.6;
		font-weight: 400;
		text-align:left;
	}
	
    .prod_thumb img {
        width: 100%;
        height: 195px;
        object-fit: cover;
        display: block;
	}
	.btn-cta-header {
		margin-top: -15px;
		background: #e23467;
		color: #fff;
		padding: 10px 25px;
		border-radius: 50px;
		text-decoration: none;
		font-weight: bold;
		position: absolute;
		left: 0;
	}	
}

/* CSS load more produk */
#load-more-btn {
    position: relative;
    transition: all 0.3s ease;
}

/* State ketika tombol sedang loading */
#load-more-btn.is-loading {
    color: transparent !important; /* Sembunyikan teks tombol */
    pointer-events: none; /* Mencegah klik ganda */
    opacity: 0.8;
}

/* Membuat Spinner menggunakan pseudo-element */
#load-more-btn.is-loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff; /* Warna spinner */
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* breadcrumb */
.akila-breadcrumb {
    padding: 10px 0;
    margin-bottom: 20px;
    font-family: sans-serif; /* atau font tema Anda */
}

/* List Navigasi */
.akila-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* Agar rapi jika teks panjang di layar HP */
    align-items: center;
    font-size: 14px;
}

/* Elemen List */
.akila-breadcrumb li {
    display: flex;
    align-items: center;
    color: #666;
}

/* Simbol Pemisah (Slash) */
.akila-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin: 0 10px;
    color: #ccc;
    font-weight: normal;
}

/* Styling Link */
.akila-breadcrumb a {
    text-decoration: none;
    color: #d63384; /* Warna pink khas Akila Buket */
    transition: all 0.2s ease;
}

.akila-breadcrumb a:hover {
    color: #333;
    text-decoration: underline;
}

/* Item Terakhir (Halaman Aktif) */
.akila-breadcrumb li:last-child span {
    color: #999;
    font-weight: 500;
    pointer-events: none; /* Agar item terakhir tidak bisa diklik jika bukan link */
}

/* Optimasi Mobile */
@media (max-width: 600px) {
    .akila-breadcrumb ol {
        font-size: 12px;
    }
    .akila-breadcrumb li:not(:last-child)::after {
        margin: 0 6px;
    }
}
.cat-bottom-content li {
	font-size: 14px;
    color: #808285;
    margin-bottom: 1em;
	list-style-type:circle;
}

/* Container Utama Suggestion */
.category-suggestion {
    margin: 40px 0 20px 0;
    padding: 0 10px;
}

.suggestion-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #091e4f;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Grid Layout untuk Links */
.suggestion-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

/* Style Kartu Link */
.suggest-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #eee;
    padding: 12px 15px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.suggest-card:hover {
    border-color: #f7be94;
    box-shadow: 0 4px 12px rgba(247, 190, 148, 0.2);
    transform: translateY(-2px);
}

.suggest-icon {
    font-size: 1.5rem;
    margin-right: 12px;
}

.suggest-text {
    display: flex;
    flex-direction: column;
}

.main-link {
    font-weight: bold;
    color: #091e4f;
    font-size: 0.95rem;
}

.sub-link {
    font-size: 0.75rem;
    color: #777;
}

/* Penyesuaian Mobile */
@media (max-width: 544px) {
    .suggestion-links {
        grid-template-columns: 1fr; /* Satu kolom di HP agar tidak sempit */
    }
}
/* Styling Subhead di bawah Breadcrumb */
.subhead-cat {
    font-family: 'Merriweather', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ast-global-color-3);
    margin: -10px 0 -30px 0;
    padding-left: 5px;
    border-left: 4px solid #f7be94;
    line-height: 1.4;
    display: block;
}

/* Responsif Mobile */
@media (max-width: 544px) {
    .subhead-cat {
        font-size: 1rem;
        margin-bottom: -30px;
    }
}
</style>