/* untuk lp toko buket dan bunga papan pwt */
	.sec-wrapper {
		max-width: 1200px;
		margin: 40px auto;
		padding: 0 20px;
	}
	.category-about-flex, .services-bar, .cat-populer  {
		margin:30px 0 30px 0;
	}
	.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;
	}
	.btn-cta-header {
		display: inline-block;
		margin-top: 15px;
		background: #e23467;
		color: #fff;
		padding: 10px 25px;
		border-radius: 50px;
		text-decoration: none;
		font-weight: bold;
	}
	
	/* Titles */
	.prod-headline h2 {
		margin-bottom: 25px;
		font-size: 1rem;
	}

	/* Grid Layouts */
	.lptoko-prod {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 20px;
	}



	.img-box, .img-box-tall {
		background: #e0e0e0;
		width: 100%;
		margin-bottom: 10px;
	}

	.img-box { height: 200px; }
	.img-box-tall { height: 250px; }

	.price { font-weight: bold; color: orange; }

	/* Category & About */
	.category-about-flex {
		display: flex;
		gap: 40px;
		align-items: flex-start;
	}
	.cat-title-nav {
		font-size: 1rem;
		margin-bottom:25px;
	}
	.category-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
		flex: 2;
	}

	.cat-item {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.square-cat { width: 100px; height: 100px; background: #eee; border: 1px solid #ddd; }

	.about-card {
		flex: 1;
		background: #fafafa;
		padding: 30px;
		border: 1px solid #eee;
	}
	.about-card p{
		margin-bottom:15px;
	}
	.about-card h3{
		font-size: 14px;
	}

	/* Service Highlights */
	.services-bar {
		display: flex;
		justify-content: space-around;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 50px;
		padding: 30px;
		text-align: center;
	}

	.service-item { flex: 1; padding: 0 10px; }
	.service-item .icon { font-size: 2rem; margin-bottom: 10px; }

	/* Footer */
	.main-footer {
		background: #f9f9f9;
		padding: 40px;
		text-align: center;
		margin-top: 50px;
		border-top: 1px solid #eee;
	}

	/* Responsive */
	@media (max-width: 768px) {
		.header-content, .category-about-flex, .services-bar {
			flex-direction: column;
			text-align: center;
		}
		.placeholder-img { margin-top: 20px; width: 100%; }
	}
	@media (max-width: 768px) {
		.product-grid-4 {
			gap:14px;
		}
	}
	/* background header */
	.main-header {
		position:relative;
		margin-top:100px;
	}
	.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:"";
	}
	/* Produk Thumbnail */
	.prod-list-thumb {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.produk-thumb {
		background-color:#f6f6f6;
		margin-bottom:5px;
	}
	.produk-thumb-info {
		text-align:center;
	}
	.produk-thumb-title,.produk-thumb-price {
		font-weight:normaL;
		font-family:"Alata", Sans-serif;
	}
	.produk-thumb-price {
		font-size:12px;
		color:#F7BE94;
		font-weight:500;
	}
	.produk-thumb-title {
		font-size:16px;
		color:#182c72;
	}
	.prod_thumb img {
		width: 100%;
		height: 269px;
		object-fit: cover; /* Sangat penting untuk menjaga proporsi foto buket */
		display: block;
	}
@media (max-width: 480px) {
	/* background header */
	.main-header {
		position:relative;
		margin-top:80px !important;

	}
	.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 40px 0 ;
		min-height:280px;
	}
	.placeholder-img img {
        width: auto;
        height: 280px;
        position: absolute;
        bottom: 0;
        z-index: -1;
        right: -70px;
	}
	.logo-area {
		width:100%;
	}
	.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 {
		margin-top: -15px;
		background: #e23467;
		color: #fff;
		padding: 10px 25px;
		border-radius: 50px;
		text-decoration: none;
		font-weight: bold;
		position: absolute;
		left: 0;
	}	
	.prod-list-thumb {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.prod_thumb img {
		width: 100%;
		height: 195px;
		object-fit: cover; /* Sangat penting untuk menjaga proporsi foto buket */
		display: block;
	}
}
@media (min-width: 1024px) {
	.main-header {
		margin-top:1px;
	}
	.item2-header-image {
		align-self:end;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	/* background header */
	.main-header {
		position:relative;
		margin-top:100px;
	}
	.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 ;
	}
	.placeholder-img img {
		width: auto;
        height: 280px;
        position: absolute;
        bottom: 25px;
        z-index: -1;
        right: 15px;
	}
	.logo-area{width:60%;}
	.prod_thumb img {
		width: 100%;
		height: 216px;
		object-fit: cover; /* Sangat penting untuk menjaga proporsi foto buket */
		display: block;
	}
}

/* Accordion Logic */
.faq-title{
	margin-bottom: 25px;
    font-size: 1.5rem;
}
.accordion-item { margin-bottom: 10px; border-bottom: 1px solid #eee; }
.accordion-input { display: none; }

.accordion-label {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    cursor: pointer;
    font-weight: 600;
    color: #444;
    transition: 0.3s;
}

.accordion-label:after {
    content: '+';
    font-weight: bold;
    color: #FF758C;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #fdfdfd;
}

.accordion-content p { padding: 0 0 15px 0; color: #777; font-size: 14px; }

/* Logic Trigger */
.accordion-input:checked ~ .accordion-content { max-height: 200px; }
.accordion-input:checked ~ .accordion-label:after { content: '-'; }

/* Responsive */
@media (max-width: 768px) {
    .why-faq-section { flex-direction: column; }
}

/* Container Utama */
.konten-toko {
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.content-toko-title h2 {
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 40px;
    font-weight: 800;
}

/* Mengubah UL menjadi Grid */
.konten-toko-detail ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

/* Item List sebagai Kartu */
.konten-toko-detail li {
    background: #fdfdfd;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.konten-toko-detail li:hover {
    transform: translateY(-5px);
    border-color: #FF758C;
    box-shadow: 0 8px 20px rgba(255, 117, 140, 0.1);
}

/* Styling Judul di dalam Li (Bold bagian awal) */
.konten-toko-detail li strong {
    display: block;
    font-size: 1.1rem;
    color: #FF4B68; /* Warna pink tema Akila */
    margin-bottom: 10px;
    font-weight: 700;
}

/* Merapikan teks deskripsi */
.konten-toko-detail li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .konten-toko {
        margin: 30px 20px;
        padding: 25px;
    }
    .content-toko-title h2 {
        font-size: 1.5rem;
    }
}

/* Bunga papan */
.sec-wrapper {
    max-width: 1200px;
    margin: 40px auto;
}

.section-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
    border-left: 5px solid #25D366; /* Aksen hijau seperti tombol WA */
    padding-left: 15px;
}
/* Sub-Navigasi Bunga Papan */
/* --- Grid & Cards --- */
	.product-grid-4 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		margin-top:30px;
	}
	
@media (max-width: 768px) {
	.product-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media only screen and (min-width: 768px) {
	.bpapan-prod-container {
		width:100%;
	}
}
.sub-nav-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.nav-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    text-align: center;
}

.nav-card span.icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.nav-card:hover {
    border-color: #FF758C;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.nav-card span:last-child {
    font-weight: 600;
    font-size: 0.9rem;
}
/* Gunakan double selector agar lebih kuat dari CSS bawaan tema */
@media (max-width: 480px) {
    section.sec-wrapper .bpapan-sub-nav .sub-nav-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
        gap: 12px !important;
        padding: 5px 0 20px 10px !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        scrollbar-width: none !important;
    }

    /* Targetkan kartu di dalam container yang spesifik */
    section.sec-wrapper .sub-nav-grid .nav-card {
        flex: 0 0 110px !important;
        width: 110px !important;
        scroll-snap-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 15px 10px !important;
    }
	.product-grid-4 {margin-top:10px;}
}
@media (max-width: 480px) {
	.bpapan-prod-container {
		width:100%;
	}
}
#bpapan-filter .nav-card {
    cursor: pointer;
    background: #fff;
    border: 1px solid #eee;
}

#bpapan-filter .nav-card.active {
    border-color: #FF4B68;
    background: #FFF0F2; /* Pink sangat muda */
}

#bpapan-filter .nav-card.active span {
    color: #FF4B68;
}
/* Trust Banner */
.trust-banner-bpapan {
    padding: 10px 10px 15px 10px; /* Padding lebih kecil agar hemat space */
    background: #ffffff;
}

/* Scroll Container Mobile */
.trust-scroll-container {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
}

.trust-scroll-container::-webkit-scrollbar {
    display: none;
}

/* Item Styling - Diubah menjadi Horizontal */
.trust-item {
    flex: 0 0 75%; /* Sedikit lebih lebar agar teks tidak terlalu banyak baris */
    scroll-snap-align: center;
    background: #f9f9f9;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #eee;
    display: flex;
    align-items: flex-start; /* Sejajar atas agar rapi jika teks panjang */
    text-align: left; /* Teks rata kiri */
}

/* Styling Ikon agar sejajar */
.t-icon {
    font-size: 22px; /* Ukuran ikon disesuaikan */
    margin-right: 12px; /* Jarak antara ikon dan teks */
    line-height: 1.2;
    display: inline-block;
    flex-shrink: 0; /* Mencegah ikon gepeng */
}

/* Styling Teks */
.trust-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #555;
}

.trust-item p strong {
    color: #091e4f;
    font-size: 15px;
    display: block; /* Judul tetap di atas deskripsi tapi sejajar ikon */
    margin-bottom: 2px;
}

/* Desktop Styles - Kembali ke Grid */
@media (min-width: 992px) {
    .trust-scroll-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        overflow: visible;
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .trust-item {
        flex: none;
        width: auto;
    }
}

/* ============================================================
   1. GALLERY CONTAINER & CARD UI
   ============================================================ */
/* --- Masonry System --- */
.masonry-gallery {
    column-count: 3;
    column-gap: 20px;
    width: 85%;
    padding: 20px 0;
	margin:0 auto;
}

.masonry-item {
    display: block; /* Ganti ke block untuk column layout */
    width: 100%;
    margin-bottom: 20px;
    break-inside: avoid;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #f0f0f0;
}

.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    /* Transisi opacity penting */
    opacity: 0; 
    transition: opacity 0.6s ease-in-out, transform 0.4s ease;
}

/* KUNCI: Gambar harus muncul saat class ini ada */
.masonry-item img.loaded {
    opacity: 1 !important;
}

.masonry-item:hover img.loaded {
    transform: scale(1.03);
}

/* --- Shimmer untuk Masonry --- */
.shimmer-wrapper {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%; /* Shimmer mengikuti tinggi item */
    min-height: 200px;
    background: #eeeeee;
    background-image: linear-gradient(to right, #eeeeee 0%, #f5f5f5 20%, #eeeeee 40%, #eeeeee 100%);
    background-size: 800px 100%;
    animation: shimmer-animation 1.5s infinite linear;
    z-index: 1;
    transition: opacity 0.4s ease;
}

@keyframes shimmer-animation {
    0% { background-position: -468px 0; }
    100% { background-position: 468px 0; }
}

/* --- Responsif --- */
@media (max-width: 992px) {
    .masonry-gallery { column-count: 2; } /* 2 Kolom di Tablet */
}

@media (max-width: 600px) {
    .masonry-gallery { column-count: 1; } /* 1 Kolom di HP agar detail jelas */
}

/* Lightbox CSS tetap menggunakan kode sebelumnya */
/* ============================================================
   3. LIGHTBOX MINIMALIS (Tanpa Close Button, Klik Mana Saja)
   ============================================================ */
.lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(220, 219, 220, 0.85); /* Sesuai warna #dcdbdc Anda */
    backdrop-filter: blur(12px);
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
}

.lightbox-content {
    max-width: 90%;
    max-height: 85vh;
    border-radius: 15px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
    animation: zoomIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

@keyframes zoomIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* Penunjuk bantuan di bawah lightbox */
.lightbox:after {
    content: "Klik di mana saja untuk menutup";
    position: absolute;
    bottom: 30px;
    color: #666;
    font-size: 13px;
    font-weight: 500;
}

/* ============================================================
   4. RESPONSIVE OPTIMIZATION
   ============================================================ */
/* --- Tablet & Mobile (2 Kolom) --- */
@media (max-width: 480px) {
    .masonry-gallery {
        column-count: 2; /* Paksa 2 kolom dari tablet sampai HP */
        column-gap: 10px; /* Jarak antar kolom dipersempit agar gambar lebih besar */
        padding: 0 5px;
    }

    .masonry-item {
        margin-bottom: 10px; /* Jarak antar gambar ke bawah */
        border-radius: 10px; /* Radius sedikit lebih kecil agar proporsional */
    }

    /* Penyesuaian Lightbox di Mobile agar gambar maksimal */
    .lightbox-content {
        max-width: 95%;
        max-height: 70vh;
    }
}
/* ============================================================
   AKILA Bunga papan
   ============================================================ */
.lp-akila-bpapan {
    padding: 15px 15px;
    background-color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.lp-bpapan-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

/* Kolom Kiri */
.lp-bpapan-left {
    flex: 1;
    min-width: 320px;
}

.lp-bpapan-judul h2 {
    font-size: 1.25rem;
    color: var(--dark-blue);
    margin-bottom: 10px;
    font-weight: 800;
}

.lp-bpapan-judul p {
    color: var(--text-gray);
    margin-bottom: 30px;
    font-size: 18px;
}

/* Menu Tombol Sesuai Layout Gambar */
.nav-lpbpapan {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nav-lpbpapan a {
    display: block;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    text-decoration: none;
    color: var(--dark-blue);
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: left;
}

.nav-lpbpapan a:hover {
    border-color: var(--primary-gold);
    color: var(--primary-gold);
    background-color: #fffdf5;
    transform: translateX(5px);
}

/* Kolom Kanan (Box Deskripsi) */
.lp-bpapan-right {
    flex: 1.5;
    min-width: 350px;
}

.lp-bpapan-card {
    border: 2px solid #eee;
    padding: 40px;
    border-radius: 20px;
    background-color: var(--bg-light);
    line-height: 1.8;
}

.lp-bpapan-card h3 {
    margin-top: 25px;
    color: var(--dark-blue);
    font-size: 1.25rem;
}

.lp-services-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.lp-services-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.lp-services-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--primary-gold);
    font-weight: bold;
}

.lp-footer-text {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 0.95em;
    color: #666;
}

/* Responsive Tablet & Mobile */
@media (max-width: 992px) {
    .lp-bpapan-container {
        flex-direction: column;
    }
    .lp-bpapan-left, .lp-bpapan-right {
        width: 100%;
        flex: none;
    }
}
/* ============================================================
   Area Pengiriman
   ============================================================ */
/* Styling Area Pengiriman */
.lp-akila-area {
    margin-top: 50px;
    padding: 40px;
    background-color: #ffffff;
    border: 2px solid #eee;
    border-radius: 20px;
}

.lp-area-text h3 {
    color: #2c3e50;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.lp-area-text p {
    color: #666;
    margin-bottom: 25px;
}

.lp-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.area-item {
    background: #fffdf5;
    border: 1px solid #182c71;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.area-item:hover {
    background: #182c71;
    color: #fff;
    transform: scale(1.05);
}

.area-icon {
    margin-right: 8px;
}

.lp-area-note {
    font-size: 0.85em;
    color: #888;
    font-style: italic;
}

/* Penyesuaian Responsif */
@media (max-width: 600px) {
    .lp-area-list {
        justify-content: center;
    }
}
/* Shimmer */
@keyframes shimmer-loading {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}
.is-loading, .shimmer-wrapper {
    position: relative;
    overflow: hidden;
    background: #f6f7f8; /* Warna dasar abu-abu muda */
    /* Membuat efek kilatan cahaya di tengah */
    background-image: linear-gradient(
        to right, 
        #f6f7f8 0%, 
        #edeef1 20%, 
        #f6f7f8 40%, 
        #f6f7f8 100%
    );
    background-repeat: no-repeat;
    background-size: 1000px 100%; 
    animation: shimmer-loading 2s infinite linear;
}
//* Container Utama */
.lokasi-pengiriman {
    display: flex;
    flex-wrap: wrap; /* Membuat elemen turun ke bawah jika layar sempit */
    gap: 20px;
    margin: 20px 0;
    align-items: stretch; /* Membuat tinggi kolom seimbang jika memungkinkan */
}

/* Kolom Maps */
.lokasi-toko {
    flex: 1 1 400px; /* Lebar dasar 400px, tapi bisa membesar/mengecil */
    min-height: 300px;
}

.lokasi-toko iframe {
    width: 100%; /* Iframe akan mengikuti lebar container */
    height: 100%; /* Mengikuti tinggi container */
    border-radius: 12px; /* Membuat pojok maps lebih halus */
    min-height: 300px;
}

/* Kolom Teks Area Pengiriman */
.area-pengiriman {
    flex: 1 1 300px; /* Lebar dasar 300px */
    padding: 20px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
}

/* Pengaturan khusus layar HP (Mobile) */
@media (max-width: 600px) {
    .lokasi-pengiriman {
        flex-direction: column; /* Memastikan urutan vertikal di HP */
    }
    
    .lokasi-toko, .area-pengiriman {
        flex: 1 1 100%; /* Memaksa lebar 100% pada layar kecil */
    }

    .area-pengiriman h3 {
        font-size: 20px; /* Ukuran teks lebih pas untuk HP */
    }
}

/* Styling List agar lebih rapi */
.list-layanan {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.list-layanan li {
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 15px;
}
/* breadcrumb */
@media only screen and (max-width: 480px) {
	.akila-breadcrumb {
		margin-bottom:5px !important;
	}
}
.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;
    }
}
/* --- GLOBAL STYLING UNTUK KATEGORI --- */
.home-cat.toko-bpapan{
    padding: 30px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.home-cat-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-decoration: none;
}

/* --- 1. THEME DUKA CITA (Khidmat & Formal) --- */
#papan-duka {
    background: linear-gradient(to bottom, #f9f9f9, #ffffff);
    border: 1px solid #e0e0e0;
}
#papan-duka .home-cat-title h3 {
    color: #091e4f; /* Navy Akila */
    border-left: 5px solid #555; /* Aksen Abu Tua */
    padding-left: 15px;
}
#papan-duka .produk-thumb-price { color: #555; }

/* --- 2. THEME WEDDING (Romantis & Elegan) --- */
#papan-wedding {
    background: linear-gradient(to bottom, #fff5f7, #ffffff);
    border: 1px solid #ffe4e9;
}
#papan-wedding .home-cat-title h3 {
    color: #d44d61; /* Pink/Rose */
    border-left: 5px solid #f7be94; /* Aksen Peach Akila */
    padding-left: 15px;
}
#papan-wedding .produk-thumb-price { color: #d44d61; }

/* --- 3. THEME OPENING & SELAMAT (Energik & Sukses) --- */
#papan-opening, #papan-selamat {
    background: linear-gradient(to bottom, #f0f7ff, #ffffff);
    border: 1px solid #ddecff;
}
#papan-opening .home-cat-title h3, 
#papan-selamat .home-cat-title h3 {
    color: #025790;
    border-left: 5px solid #25d366; /* Hijau Sukses/WA */
    padding-left: 15px;
}