/* ===== Start Link All Gacor ===== */
.slot-wrapper {
  overflow-x: auto;
  padding: 1rem;
  background: linear-gradient(to right, #000000, #000000);
  border-radius: none;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.05);
}

/* Flex horizontal bar */
.slot-container {
  display: flex;
  gap: 1rem;
  width: max-content;
}

/* Link badge */
.slot-link {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  padding: 10px 18px;
  border-radius: 9999px;
  color: #f3ed01;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.slot-link:hover {
  background: none;
  transform: translateY(-2px) scale(1.03);
}

.slot-link img {
  width: 20px;
  height: 20px;
}
/* ===== End Link All Gacor ===== */

/* ===== Start Marhorn ===== */
.search-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  margin-bottom: -25px;
}

.search-input {
  flex: 1;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background-color: #ffffff;
  outline: none;
}

.icon-btn {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
/* ===== End Marhorn ===== */

/* ===== Start Breadcrumb ===== */
.breadcrumb-container {
  background: transparent;
  padding: 1rem;
  border-radius: 0.75rem;
  margin-bottom: -30px;
}

.breadcrumb-link {
  color: #f3ed01;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb-link:hover {
  text-decoration: underline;
  color: #ffffff;
}

.breadcrumb-icon {
  width: 1rem;
  height: 1rem;
  color: #dddddd;
}

.breadcrumb-current {
  font-weight: 600;
  color: #f3ed01;
}
/* ===== End Breadcrumb ===== */

/* ===== Start Image Silde ===== */
.slider-container {
  padding: 2rem 1rem;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: -40px;
}

/* Swiper Base */
.swiper {
  border-radius: none;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  background-color: none;
}

/* Slide Group */
.slide-group {
  position: relative;
  transition: transform 0.5s ease-in-out;
}

/* Image Styling */
.slide-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 1.5rem;
  transition: transform 0.5s ease;
}

/* Swiper Pagination Custom Style */
.swiper-pagination {
  bottom: 10px !important;
}

.swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
  transition: background 0.3s;
}

.swiper-pagination-bullet-active {
  background: #f472b6;
}

/* Responsive Height */
@media (min-width: 768px) {
  .slide-image {
    height: 400px;
  }
}
/* ===== End Image Silde ===== */

/* ===== Start Price List ===== */
.container {
  max-width: 480px;
  margin: 0 auto;
  padding: 1rem;
  font-family: Arial, sans-serif;
}

/* Kartu Produk */
.product-card {
  background-color: none;
  border-radius: 6px;
  padding: 1rem;
  font-size: 14px;
  margin-top: 20px;
  margin-left: -10px;
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.brand h2 {
  font-size: 14px;
  font-weight: 600;
  color: #f3ed01;
  margin-bottom: 4px;
}

.vip-badge {
  background: #6b46c1;
  color: white;
  font-size: 10px;
  padding: 1px 4px;
  border-radius: 3px;
  margin-left: 6px;
}

.product-name {
  font-size: 13px;
  color: #f3ed01;
}

.rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  color: #ffffff;
  font-size: 12px;
}

/* Harga */
.price {
  margin-top: 12px;
}

.discounted-price {
  font-size: 13px;
  color: #f3ed01;
  border: 1px solid #f3ed01;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
}

.original-price {
  margin-top: 4px;
  color: #ffffff;
  font-size: 15px;
}

.discount-percent {
  margin-left: 6px;
  color: #be0000;
  font-weight: bold;
  font-size: 13px;
}

/* Promo */
.promo-box {
  margin-top: 16px;
  background-color: none;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.promo-title {
  font-weight: 600;
  font-size: 14px;
  color: #f3ed01;
  margin-left: -10px;
}

.promo-desc {
  font-size: 12px;
  color: #f3ed01;
  margin-left: -10px;
}

.promo-end {
  color: #d32f2f;
  font-weight: 500;
}

.promo-link {
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
}

.promo-right {
  text-align: right;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
}

.promo-count {
  font-weight: 600;
  font-size: 13px;
}
/* ===== End Price List ===== */

/* ===== Start Options ===== */
.smell-wrapper {
  padding: 1.5rem 1rem;
  margin-bottom: -30px;
  margin-top: -30px;
  margin-left: -10px;
}

.smell-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.smell-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff; /* text-gray-800 */
}

.smell-variant {
  color: #f3ed01; /* text-gray-400 */
  font-size: 0.875rem;
  font-weight: normal;
}

.smell-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.smell-btn {
  padding: 0.5rem 1rem;
  background-color: rgb(249, 253, 0);
  color: #ff0000; /* text-gray-700 */
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 9999px;
  border: 1px solid #ffffff; /* border-gray-300 */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.smell-btn:hover {
  background-color: #ec0000; /* pink-100 */
  color: #ffffff; /* pink-700 */
  transform: scale(1.05);
  box-shadow: 0 2px 6px rgba(255, 166, 0, 0.3);
}

.smell-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 166, 0, 0.3); /* focus ring */
}
/* ===== End Options ===== */

/* ===== Start Hidden Teks ===== */
/* Container */
.shipping-section {
  padding: 1rem;
  font-size: 14px;
  color: #ffffff;
  max-height: 6rem;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #e5e7eb;
  transition: max-height 0.6s ease;
}

/* Expanded view */
.shipping-section.expanded {
  max-height: 500px;
}

/* Fade mask */
.fade-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background: linear-gradient(to top, white, transparent);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Hidden when expanded */
.shipping-section.expanded .fade-mask {
  opacity: 0;
}

/* Country highlight */
.highlight-country {
  font-weight: 600;
  color: #ffffff;
}

/* Toggle Button */
.toggle-button {
  padding: 0 1rem;
  margin-top: 0.5rem;
}

.toggle-button button {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0;
  transition: color 0.3s;
}

.toggle-button button:hover {
  color: #f3ed01;
}

/* ===== End Hidden Teks ===== */

/* ===== Start Profil Toko ===== */
.toko-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background-color: #f3ed01;
  border: 1px solid #ff0000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  max-width: 100%;
  font-family: "Segoe UI", sans-serif;
}

/* Tombol Ikuti kanan atas */
.btn-follow {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  background-color: #ff0000;
  color: #ffffff;
  border: 1px solid #ff0000;
  padding: 0.3rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-follow:hover {
  background-color: #fee2e2;
  color: #dc2626;
  border-color: #dc2626;
}

/* Logo toko */
.toko-logo {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ff0000;
  background: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toko-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Info Toko */
.toko-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

/* Nama dan ikon */
.toko-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ff0000;
}

/* Ikon verifikasi */
.toko-icon {
  width: 16px;
  height: 16px;
}

/* Rating toko */
.toko-rating {
  font-size: 0.85rem;
  color: #ff0000;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.25rem;
}

.toko-rating .star {
  color: #f59e0b;
}

.rating-value {
  font-weight: 500;
}

.rating-count {
  color: #ff0000;
}
/* ===== End Profil Toko ===== */

/* ===== Start Menu Footer ===== */
.footer-login {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-top: 1px solid #e5e7eb;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  z-index: 50;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.footer-login.hide {
  transform: translateY(100%);
  opacity: 0;
}

.chat-button {
  width: 40px;
  height: 40px;
  border: 2px solid #ff0000;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-outline-blue,
.btn-solid-blue {
  flex: 1;
  text-align: center;
  padding: 0.6rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-blue {
  border: 1.5px solid #ff0000;
  color: #ff0000;
  background-color: white;
}

.btn-outline-blue:hover {
  background-color: #ff0000;
  color: #f3ed01;
  border: 1px solid #f3ed01;
}

.btn-solid-blue {
  background-color: #ff0000;
  color: white;
}

.btn-solid-blue:hover {
  background-color: #ffffff;
  color: #ff0000;
  border: 1px solid #ff0000;
}
/* ===== End Menu Footer ===== */
