.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #373737;
	border-radius: 3px;
}

@media (max-width: 768px) {
    html, body {overflow-x: hidden;}
    .related-products-slider {
        padding: 0 30px;
    }
    .related-products-slider .owl-nav .owl-prev {
        left: 0;
    }
    .related-products-slider .owl-nav .owl-next {
        right: 0;
    }
}


.headscrol {
    width: 100%;
    background: transparent;
    transition: all 0.3s ease;
    color: #fff; /* default teks putih */
}


/* Saat discroll */
.headscrol.scrolled {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  color: #333 !important;
}

/* Slider Produk */
.related-products-slider {
    padding: 0 50px;
}

.related-products-slider .product-item {
    background: transparent;
    padding: 20px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    transition: all 0.5s ease;
    margin: 30px 0;
}

.related-products-slider .owl-item {
    transition: all 0.5s ease;
}

/* Default state: Hide title and button */
.related-products-slider .product-title,
.related-products-slider .product-button {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}

/* Center state styles */
.related-products-slider .owl-item.center .product-item {
    transform: scale(1.1);
}

.related-products-slider .owl-item.center .product-thumbnail img {
    transform: rotate(-15deg);
}

.related-products-slider .owl-item.center .product-title,
.related-products-slider .owl-item.center .product-button {
    opacity: 1;
    visibility: visible;
}

.related-products-slider .product-thumbnail img {
    border-radius: 5px;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.related-products-slider .product-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    color: #333;
    text-decoration: none;
    display: block;
}

.related-products-slider .product-button .btn {
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 20px;
}

.related-products-slider a {
    text-decoration: none;
}
.related-products-slider .owl-nav {
    display: block !important;
}
.related-products-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    color: #333 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 24px !important;
    z-index: 10;
    transition: all 0.3s ease;
}
.related-products-slider .owl-nav button:hover {
    background: #007bff !important;
    color: #fff !important;
}
.related-products-slider .owl-nav .owl-prev {
      left: 0;
  }
  .related-products-slider .owl-nav .owl-next {
      right: 0;
  }

.card-filter-produk {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
}

.card-filter-produk .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-filter-produk .nav-link {
    color: #333;
    padding: 5px 0;
}

.card-filter-produk .nav-link.active {
    font-weight: 600;
    color: #007bff;
}

/* Nutrition Facts Table */
.nutrition-facts {
    max-width: 500px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.nutrition-table {
    width: 100%;
    border-collapse: collapse;
}

.nutrition-table td {
    padding: 10px 15px;
    border: none;
}

.nutrition-table .label {
    text-align: left;
}

.nutrition-table .value {
    text-align: right;
}

.nutrition-table .text-center {
    text-align: center;
}

.nutrition-table .text-end {
    text-align: right;
}

.nutrition-table .fw-bold {
    font-weight: bold;
    font-size: 1.2em;
}

.nutrition-table .dark-bg {
    background-color: #f0bc00;
    color: #fff !important;
    font-weight: normal;
}

.nutrition-table .bg-grey {
    background-color: #f0bc00; /* Same as dark-bg based on image */
    color: #fff !important;
}

.nutrition-table tr.nutrient-row:not(.bg-grey) td {
    border-bottom: 1px solid #eee;
}

.nutrition-table tr.serving-size-row td {
    border-bottom: 1px solid #eee;
}

.nutrition-table .header-row td {
    padding: 5px 15px;
    font-size: 12px;
}

/* Promo Modal Styles */
.modal.bottom-sheet {
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    margin: 0;
    width: 100%;
    max-height: 90%;
    height: auto;
    border-radius: 0;
    will-change: bottom, opacity;
    top: 5vh; /* Fix: Move it down slightly from the top */
}

.modal-border-radius-bottom-sheet {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.modal-overlay {
    position: fixed;
    z-index: 1002;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: transparent;
    display: none;
    opacity: 0;
}

.modal-content.modal-bottom-sheed-content {
    padding: 0;
    max-height: 85vh;
    overflow-y: auto;
}

.buttom-sheed-list-up-title {
    position: relative;
    text-align: center;
}

.promo-img.modalimg {
    max-width: 100%;
    height: auto;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.header-modal-promo {
    position: absolute;
    top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 5;
}

.close-promo-x {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.promo-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.promo-meta-card {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: none;
    border: 1px solid #eee;
}

.promo-meta-card p {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.promo-meta-card p:last-child {
    border-bottom: none;
}

.fontBold {
    font-weight: bold;
}

.promo-available {
    color: #4caf50;
}

.promo-unavailable {
    color: #f44336;
}

.btn-promo-modal {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(240, 188, 0, 0.3);
    transition: all 0.3s ease;
}

.btn-promo-url {
    background-color: #f0bc00;
    color: #fff !important;
}

.btn-promo-url:hover {
    background-color: #d4a700;
    box-shadow: 0 6px 20px rgba(240, 188, 0, 0.4);
}

.btn-promo-url.disabled {
    background-color: #ccc !important;
    pointer-events: none;
    box-shadow: none;
}

.promo-modal-footer-inline {
    margin-top: 20px;
    padding-bottom: 20px;
}

.promo-close-link-container {
    text-align: center;
    margin-top: 10px;
}

.modal-close-link {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}

.modal-close-link:hover {
    color: #666;
}

.padding-1-rem {
    padding: 1rem;
}

.QN2lPu {
    line-height: 1.6;
    color: #555;
}

.QN2lPu p {
    margin-bottom: 1rem;
}

.QN2lPu ul {
    padding-left: 20px;
    margin-bottom: 1rem;
}

.QN2lPu li {
    list-style: disc;
    margin-bottom: 5px;
}

@media only screen and (min-width: 601px) {
    .modal.bottom-sheet {
        width: 500px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}