/** Shopify CDN: Minification failed

Line 9:0 Unexpected "<"
Line 12:0 All "@import" rules must come first
Line 243:0 Unexpected "<"

**/

<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Jost', sans-serif; }
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');

.nav-wrapper {
  background: #fdfbef;
  border-bottom: 1px solid rgba(113,94,94,0.1);
  font-family: 'Jost', sans-serif;
  position: relative;
  z-index: 100;
}

.nav-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  position: relative;
}

.logo {
  font-size: 26px;
  font-weight: 400;
  color: #715e5e;
  letter-spacing: 1px;
  font-style: italic;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-icons {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-left: auto;
}

.nav-icon {
  color: #715e5e;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
}
.nav-icon:hover { opacity: 1; }

.nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 40px 0;
  border-top: 1px solid rgba(113,94,94,0.08);
}

.tab-item {
  position: relative;
  display: inline-block;
}

.tab-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 16px;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  color: #715e5e;
  cursor: pointer;
  border-radius: 30px;
  transition: background 0.18s, color 0.18s;
  white-space: nowrap;
  letter-spacing: 0.3px;
}

.tab-btn:hover,
.tab-item:hover .tab-btn,
.tab-btn.active {
  background: #715e5e;
  color: #fdfbef;
}

.tab-btn svg {
  transition: transform 0.2s;
  opacity: 0.6;
}
.tab-item:hover .tab-btn svg,
.tab-btn.active svg {
  transform: rotate(180deg);
  opacity: 1;
}

.dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: #fdfbef;
  border: 1px solid rgba(113,94,94,0.15);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(113,94,94,0.12);
  min-width: 180px;
  padding: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s, transform 0.18s;
  z-index: 200;
}

.tab-item:hover .dropdown {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 13.5px;
  color: #715e5e;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
  font-family: inherit;
}

.dropdown-item:hover {
  background: #715e5e;
  color: #fdfbef;
}

.dropdown-item .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
  flex-shrink: 0;
}

/* Product grid preview area */
.preview-area {
  background: #fdfbef;
  padding: 32px 40px 24px;
}

.preview-label {
  font-size: 12px;
  color: #715e5e;
  opacity: 0.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: inherit;
}

.product-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.product-card {
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: #f5f3e4;
  transition: transform 0.2s, box-shadow 0.2s;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(113,94,94,0.12);
}

.product-img {
  width: 100%;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, #e8e0d0 0%, #d4ccbc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  position: relative;
  overflow: hidden;
}

.product-img-inner {
  width: 60%;
  height: 60%;
  border-radius: 8px;
  opacity: 0.7;
}

.p1 .product-img-inner { background: linear-gradient(135deg, #e87e69, #cd5747); }
.p2 .product-img-inner { background: linear-gradient(135deg, #59b1ab, #1f8a84); }
.p3 .product-img-inner { background: linear-gradient(135deg, #dcecff, #93b8e0); }
.p4 .product-img-inner { background: linear-gradient(135deg, #e8af57, #c5955f); }

.product-info {
  padding: 10px 12px 12px;
}

.product-name {
  font-size: 13px;
  font-weight: 500;
  color: #715e5e;
  font-family: inherit;
  display: flex;
  align-items: center;
  gap: 6px;
}

.arrow-icon {
  opacity: 0.4;
  font-size: 11px;
}

.product-sub {
  font-size: 12px;
  color: #715e5e;
  opacity: 0.5;
  margin-top: 2px;
  font-family: inherit;
}
</style>

<div class="nav-wrapper">
  <!-- Logo row -->
  <div class="nav-top">
    <span class="logo">ESSENSI</span>
    <div class="nav-icons">
      <span class="nav-icon">
        <svg width="18" height="18" viewBox="0 0 18 19" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M6 4.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0m3-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8m5.58 12.15c1.12.82 1.83 2.24 1.91 4.85H1.51c.08-2.6.79-4.03 1.9-4.85C4.66 11.75 6.5 11.5 9 11.5s4.35.26 5.58 1.15M9 10.5c-2.5 0-4.65.24-6.17 1.35C1.27 12.98.5 14.93.5 18v.5h17V18c0-3.07-.77-5.02-2.33-6.15-1.52-1.1-3.67-1.35-6.17-1.35" clip-rule="evenodd"/></svg>
      </span>
      <span class="nav-icon">
        <svg width="20" height="20" viewBox="0 0 40 40" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M15.75 11.8h-3.16l-.77 11.6a5 5 0 0 0 4.99 5.34h7.38a5 5 0 0 0 4.99-5.33L28.4 11.8zm0 1h-2.22l-.71 10.67a4 4 0 0 0 3.99 4.27h7.38a4 4 0 0 0 4-4.27l-.72-10.67h-2.22v.63a4.75 4.75 0 1 1-9.5 0zm8.5 0h-7.5v.63a3.75 3.75 0 1 0 7.5 0z" clip-rule="evenodd"/></svg>
      </span>
    </div>
  </div>

  <!-- Nav tabs -->
  <div class="nav-tabs">

    <!-- Shop All (no dropdown) -->
    <div class="tab-item">
      <button class="tab-btn">Shop All</button>
    </div>

    <!-- Home Decor with dropdown -->
    <div class="tab-item">
      <button class="tab-btn active">
        Home Decor
        <svg width="10" height="6" viewBox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
      </button>
      <div class="dropdown">
        <a class="dropdown-item"><span class="dot"></span>Rugs</a>
        <a class="dropdown-item"><span class="dot"></span>Blankets</a>
        <a class="dropdown-item"><span class="dot"></span>Pillows</a>
        <a class="dropdown-item"><span class="dot"></span>Picture Frames</a>
        <a class="dropdown-item"><span class="dot"></span>Calendars</a>
      </div>
    </div>

    <!-- Bags & Accessories -->
    <div class="tab-item">
      <button class="tab-btn">
        Bags &amp; Accessories
        <svg width="10" height="6" viewBox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
      </button>
      <div class="dropdown">
        <a class="dropdown-item"><span class="dot"></span>Tote Bags</a>
        <a class="dropdown-item"><span class="dot"></span>Pouches</a>
        <a class="dropdown-item"><span class="dot"></span>Accessories</a>
      </div>
    </div>

    <!-- Planners & Journals -->
    <div class="tab-item">
      <button class="tab-btn">
        Planners &amp; Journals
        <svg width="10" height="6" viewBox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
      </button>
      <div class="dropdown">
        <a class="dropdown-item"><span class="dot"></span>Daily Planners</a>
        <a class="dropdown-item"><span class="dot"></span>Journals</a>
        <a class="dropdown-item"><span class="dot"></span>Desk Calendars</a>
      </div>
    </div>

    <!-- Drinkware -->
    <div class="tab-item">
      <button class="tab-btn">
        Drinkware
        <svg width="10" height="6" viewBox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
      </button>
      <div class="dropdown">
        <a class="dropdown-item"><span class="dot"></span>Mugs</a>
        <a class="dropdown-item"><span class="dot"></span>Tumblers</a>
        <a class="dropdown-item"><span class="dot"></span>Sippers</a>
      </div>
    </div>

    <!-- Rugs (no dropdown) -->
    <div class="tab-item">
      <button class="tab-btn">Rugs</button>
    </div>

  </div>
</div>

<!-- Preview cards below -->
<div class="preview-area">
  <p class="preview-label">Home Decor — featured</p>
  <div class="product-row">
    <div class="product-card p1">
      <div class="product-img"><div class="product-img-inner"></div></div>
      <div class="product-info">
        <div class="product-name">→ Blankets</div>
        <div class="product-sub">From ₹1,299</div>
      </div>
    </div>
    <div class="product-card p2">
      <div class="product-img"><div class="product-img-inner"></div></div>
      <div class="product-info">
        <div class="product-name">→ Pillows</div>
        <div class="product-sub">From ₹899</div>
      </div>
    </div>
    <div class="product-card p3">
      <div class="product-img"><div class="product-img-inner"></div></div>
      <div class="product-info">
        <div class="product-name">→ Picture Frames</div>
        <div class="product-sub">From ₹749</div>
      </div>
    </div>
    <div class="product-card p4">
      <div class="product-img"><div class="product-img-inner"></div></div>
      <div class="product-info">
        <div class="product-name">→ Rugs</div>
        <div class="product-sub">From ₹3,499</div>
      </div>
    </div>
  </div>
</div>
