/** Shopify CDN: Minification failed

Line 102:12 Unexpected "!"

**/
body {
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #f2e6d3;
  color: #111;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
}

.logo {
  width: 120px;
}

.nav-links a {
  margin: 0 15px;
  text-decoration: none;
  font-weight: 500;
  color: #000;
}

.icons .icon {
  margin-left: 15px;
  font-size: 20px;
}

.wishlist-icon:hover {
  transform: scale(1.2);
  color: #b97a3e; /* Or match your brand color */
  transition: transform 0.2s ease;
}

.collection {
  display: flex;
  flex-wrap: wrap;
  gap: 0;             /* removes space between boxes */
  padding: 0;         /* removes space around all boxes */
  margin: 0;
  font-size: 0;       /* removes white-space gaps between inline elements */
}

.collections-grid {
  display: flex;
  justify-content: center;
  padding: 30px 10px;
  gap: 0;
  flex-wrap: wrap;
}

.collection-box {
  width: 250px;
  height: 250px;
  background-color: #e5d3b3;
  border: 30px 10px;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.collection-box .top-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

body {
  background-color: #e5d3b3 !important;
}

.image-row {
  font-size: 0;
}

.image-row img {
  font-size: initial;
  margin: 0;
  padding: 0;
  border: none;
  display: inline-block;
}

 <!--Login--!>
.auth-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background: linear-gradient(to right, #f5e8dc, #fdfaf6);
  min-height: 100vh;
}

.auth-card {
  max-width: 400px;
  width: 100%;
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.auth-card h2 {
  margin-bottom: 10px;
  font-size: 26px;
}

.auth-card p {
  margin-bottom: 20px;
  color: #777;
}

.auth-card label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}

.auth-card input {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.auth-card button {
  width: 100%;
  margin-top: 25px;
  padding: 14px;
  font-size: 16px;
  background: #b97a3e;
  border: none;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}

.auth-card button:hover {
  background: #9f632c;
}

.auth-footer {
  margin-top: 20px;
  text-align: center;
}

.auth-footer a {
  color: #b97a3e;
  text-decoration: underline;
}


.site-footer {
  background-color: #e5d3b3;
  color: #2c2c2c;
  text-align: center;
  padding: 30px 20px 30px;
  font-family: "Poppins", sans-serif;
}

.footer-newsletter {
  margin-bottom: 40px;
}

.footer-newsletter h2 {
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 8px;
}

.footer-newsletter p {
  font-size: 0.95rem;
  color: #3b3b3b;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 25px;
}

.footer-newsletter__form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.footer-newsletter__form input[type="email"] {
  width: 300px;
  max-width: 80%;
  padding: 12px 16px;
  border: 1px solid #333;
  border-radius: 6px;
  background-color: transparent;
  color: #111;
  font-size: 0.95rem;
}

.footer-newsletter__form button {
  padding: 12px 18px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.footer-newsletter__form button:hover {
  background-color: #000;
}

.footer-columns {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  text-align: left;
  margin-top: 50px;
}

.footer-column {
  min-width: 180px;
}

.footer-column h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #111;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-social-icons {
  display: flex;
  gap: 30px;
  padding-top: 10px !important;
  list-style: none;
  margin-top: 30px;
}

.footer-social-icons a {
  color: #333;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.footer-social-icons a:hover {
  color: #000;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.9rem;
  color: #555;
}

/* ===== SEARCH DROPDOWN FIX ===== */

.header-search {
  position: relative;
}

#predictive-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 5px;
  z-index: 99999;
  max-height: 320px;
  overflow-y: auto;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Each result item */
.predictive-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #f0f0f0;
}

/* Hover effect */
.predictive-item:hover {
  background-color: #f7f7f7;
}

/* Product image */
.predictive-item img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 4px;
}

/* Product title */
.predictive-item span {
  font-size: 14px;
  line-height: 1.4;
}

/* Hide box when empty */
#predictive-search-results:empty {
  display: none;
}


