/* ===== Start Link All Gacor ===== */
.slot-wrapper {
  overflow-x: auto;
  padding: 1rem;
  background: linear-gradient(to right, #65df06, #65df06);
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
/* ===== 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: contain;
  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 Info Name Product ===== */
.product-card {
  max-width: 640px;
  margin: 2rem auto;
  padding: 2rem;
  background: none;
  border-radius: 1.25rem;
  font-family: "Segoe UI", sans-serif;
  margin-left: -20px;
}

.product-card h1 {
  font-size: 2rem;
  font-weight: 800;
  color: #65df06;
  margin-bottom: 1rem;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.product-card h1 span {
  color: #ffffff; /* emerald-600 */
}

.product-card h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff0000; /* emerald-600 */
}

.product-card label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #ffffff; /* gray-700 */
}

.product-card input[type="checkbox"] {
  accent-color: #10b981; /* emerald-500 */
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.product-card select {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  width: 160px;
  border-radius: 0.375rem;
  border: 1px solid #d1d5db; /* gray-300 */
  background-color: #ffffff;
  outline: none;
  transition: box-shadow 0.2s;
}

.product-card select:focus {
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.4); /* emerald ring */
}

/* ===== End Info Name Product ===== */

/* ===== 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 ===== */
