/** Shopify CDN: Minification failed

Line 69:0 All "@import" rules must come first

**/
/* ═══════════════════════════════════════════════════════════════
   House of Paramya — Premium Header CSS  v3
   File: assets/paramya-header.css

   CHANGES v3:
   - Mobile top bar: Hamburger | Logo | Home only (no icon cluster)
   - .ph-mobile-home-btn replaces the old .ph-mobile-icons strip
   - .ph-float-palette: fixed right-edge vertical pill (mobile only)
     containing Search, Wishlist, Account, Cart
   - Bottom nav removed (palette replaces it)
   ═══════════════════════════════════════════════════════════════ */

/* ── Self-hosted fonts ───────────────────────────────────────── */
@font-face {
  font-family: 'Cinzel';
  src: url('cinzel-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cinzel';
  src: url('cinzel-medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('cormorant-light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('cormorant-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('cormorant-medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('cormorant-italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('jost-extralight.woff2') format('woff2');
  font-weight: 200; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('jost-light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('jost-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('jost-medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

/* ── Tokens ─────────────────────────────────────────────────── */
:root {
  --ph-cream  : #ffffff;
  --ph-cream-d: #E8DCCC;
  --ph-dark   : #5f4343;
  --ph-mid    : #5C5852;
  --ph-gold   : #5f4343;
  --ph-gold-d : #000000;
  --ph-rule   : #000000;
  --ph-white  : #ffffff;

  --ph-font-display : "Instrument Sans", sans-serif;
  --ph-font-body    : "Instrument Sans", sans-serif;
  --ph-font-ui      : "Instrument Sans", sans-serif;

  --ph-abar-h  : 32px;
  --ph-hdr-h   : 78px;
  --ph-orn-h   : 18px;
  --ph-total-h : calc(var(--ph-abar-h) + var(--ph-hdr-h)  + 3px);
}

*, *::before, *::after { box-sizing: border-box; }

/* ── Announcement bar ───────────────────────────────────────── */
.ph-abar-top {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--ph-gold), transparent);
}
/* App wishlist button */
.wl-header-icon-link{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    text-decoration:none !important;
    color:#000 !important;
    position:relative;
}

/* Icon */
.wl-heart-icon svg{
        stroke: #000 !important;
        margin-bottom: -25px;
    fill: none !important;
    height: 18px !important;
    width: 18px !important;
        stroke-width: 1.45px !important;
}

/* Add Wishlist text */
.wl-header-icon-link::after{
    content: "WISHLIST";
    display: block;
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000;
    margin-top: 14px;
}

/* Count badge */
.wl-header-count{
      position: absolute !important;
    top: -2px !important;
    right: 5px !important;
    border-radius: 50% !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 8px !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 12px !important;
        min-width: 17px !important;
    height: 17px !important;
}

/* Remove any default text if app adds one */
.wl-header-icon-link > span:not(.wl-heart-icon):not(.wl-header-count){
    display:none !important;
}

.ph-abar {
  background-color: var(--ph-white);
  height: var(--ph-abar-h);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ph-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: ph-marquee 32s linear infinite;
  will-change: transform;
}

.ph-track:hover { animation-play-state: paused; }

@keyframes ph-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ph-msg {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ph-font-ui);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ph-dark);
  padding: 0 24px;
}

.ph-icon { flex-shrink: 0; color: var(--ph-gold); vertical-align: middle; }
.ph-em   { color: var(--ph-gold); font-weight: 500; }

.ph-pill {
  display: inline-block;
  background: var(--ph-gold);
  color: var(--ph-dark);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 1px 8px;
  border-radius: 2px;
}

.ph-dot { color: var(--ph-gold); font-size: 8px; margin-left: 6px; opacity: 0.6; }

.ph-abar-bot {
  height: 1px;
  background: #ccc;
}

/* ── Main header shell ──────────────────────────────────────── */
.ph-shell {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.ph-shell.scrolled {
  background: #fff; /* Change to your desired color */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.shopify-section:has(.ph-abar) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.ph-mobile-shell { display: none; }

.ph-main {
  display: grid;
  grid-template-columns: 0.5fr auto 1fr;
  align-items: center;
  height: var(--ph-hdr-h);
  padding: 0 32px;
  gap: 16px;
}

/* ── Logo ───────────────────────────────────────────────────── */
.ph-logo { display: flex; align-items: center; justify-content: flex-start; }

.ph-logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  outline-offset: 4px;
}

.ph-logo-img {
  height: 60px;
  width: auto;
  display: block;
  transition: opacity 0.2s;
}

.ph-logo a:hover .ph-logo-img { opacity: 0.85; }

/* ── Desktop navigation ─────────────────────────────────────── */
.ph-nav { display: flex; justify-content: start; }

.ph-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.ph-ni { position: relative; }

.ph-sep {
  width: 1px;
  height: 14px;
  background: var(--ph-rule);
  margin: 0 4px;
  flex-shrink: 0;
}

.ph-ni-link,
.ph-ni-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  font-family: #000;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ph-dark);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
  white-space: nowrap;
  line-height: 1;
}

.ph-ni-link:hover,
.ph-ni-btn:hover { color: var(--ph-gold-d); }

.ph-arr { transition: transform 0.25s; color: var(--ph-gold); flex-shrink: 0; }
.ph-ni-btn[aria-expanded="true"] .ph-arr { transform: rotate(180deg); }

/* ── Dropdown panel ─────────────────────────────────────────── */
.ph-drop {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: var(--ph-white);
  border: 1px solid var(--ph-rule);
  border-top: 2px solid var(--ph-gold);
  min-width: 180px;
  padding: 18px 0 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  transform-origin: top center;
  box-shadow: 0 8px 32px rgba(44, 44, 42, 0.10);
  z-index: 200;
}

.ph-ni-btn[aria-expanded="true"] + .ph-drop,
.ph-ni:hover .ph-drop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.ph-drop-ttl {
  font-family: var(--ph-font-ui);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ph-gold);
  padding: 0 20px 10px;
  margin: 0;
  border-bottom: 1px solid var(--ph-rule);
  margin-bottom: 8px;
}

.ph-drop a {
  display: block;
  padding: 9px 20px;
  font-family: var(--ph-font-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--ph-dark);
  text-decoration: none;
  transition: color 0.15s, background 0.15s;
  letter-spacing: 0.3px;
}

.ph-drop a:hover {
  color: var(--ph-gold-d);
  background: var(--ph-cream);
  padding-left: 26px;
}

/* ── Desktop icon strip ─────────────────────────────────────── */
.ph-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

.ph-ibtn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 6px 10px;
  color:#000000;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.ph-ibtn:hover { color: var(--ph-gold-d); }
.ph-ibtn svg { flex-shrink: 0; }

.ph-ilbl {
  font-family: var(--ph-font-ui);
  font-size: 8.5px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  line-height: 1;
}

.ph-ibtn--cart { color: #000; }

/* Cart count badge — desktop */
.ph-cbadge {
  position: absolute;
  top: 2px;
  right: 6px;
  min-width: 16px;
  height: 16px;
  background: #000;
  color: var(--ph-white);
  font-family: var(--ph-font-ui);
  font-size: 9px;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  line-height: 1;
}

/* ── Ornamental rule ────────────────────────────────────────── */
.ph-orn {
  display: flex;
  align-items: center;
  padding: 0 32px;
  height: var(--ph-orn-h);
}

.ph-orn-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ph-rule) 60%);
}

.ph-orn-line--r {
  background: linear-gradient(270deg, transparent, var(--ph-rule) 60%);
}

.ph-orn-c {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 12px;
}

.ph-orn-d {
  width: 6px;
  height: 6px;
  border: 1px solid var(--ph-gold);
  transform: rotate(45deg);
  background: var(--ph-gold);
  opacity: 0.7;
}

.ph-orn-d--sm { width: 4px; height: 4px; opacity: 0.4; }

.ph-hdr-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ph-rule) 30%, var(--ph-rule) 70%, transparent);
  position: sticky;
  top: calc(var(--ph-abar-h) + var(--ph-hdr-h) + var(--ph-orn-h) + 2px);
  z-index: 99;
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE HEADER  (≤ 768px)
   Top bar: Hamburger | Logo | Home icon
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  .ph-shell    { display: none !important; }
  .ph-hdr-rule { display: none; }

  .ph-mobile-shell {
    display: flex;
    flex-direction: column;
    background: var(--ph-cream);
    position: static;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid var(--ph-rule);
  }

  .ph-mobile-inner {
    display: grid;
    /* 3 equal-width columns so logo sits perfectly centred */
    grid-template-columns: 0.5fr auto 1fr;
    align-items: center;
    height: 64px;
    padding: 0 14px;
  }

  /* ── Hamburger ── */
  .ph-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    justify-self: start;
  }

  .ph-hamburger span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--ph-dark);
    border-radius: 1px;
    transition: transform 0.25s, opacity 0.25s;
  }

  /* ── Logo ── */
  .ph-mobile-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 54px;
  }

  .ph-mobile-logo img {
    height: 66px;
    width: auto;
  }

  /* ── Home icon (right column of top bar) ── */
  .ph-mobile-home-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40px;
    height: 40px;
    color: var(--ph-dark);
    text-decoration: none;
    justify-self: end;
    transition: color 0.2s;
    -webkit-tap-highlight-color: transparent;
  }

  .ph-mobile-home-btn svg {
    display: block;
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ph-mobile-home-btn:hover,
  .ph-mobile-home-btn.ph-mibtn--active {
    color: var(--ph-gold);
  }

  /* ── Slide-out drawer ── */
  .ph-mobile-menu {
    position: fixed;
    inset: 0;
    background: rgba(44, 44, 42, 0.55);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .ph-mobile-menu.is-open { opacity: 1; visibility: visible; }

  .ph-mobile-menu-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: min(80vw, 320px);
    height: 100%;
    background: var(--ph-cream);
    padding: 24px 0;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-right: 1px solid var(--ph-rule);
  }

  .ph-mobile-menu.is-open .ph-mobile-menu-inner { transform: translateX(0); }

  .ph-mobile-close {
    display: block;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 16px;
    background: none;
    border: none;
    font-size: 18px;
    color: var(--ph-mid);
    cursor: pointer;
    line-height: 1;
  }

  .ph-mobile-menu ul { list-style: none; margin: 0; padding: 0; }

  .ph-mobile-menu > .ph-mobile-menu-inner > ul > li {
    border-bottom: 1px solid var(--ph-rule);
  }

  .ph-mobile-menu a,
  .ph-mob-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 24px;
    font-family: var(--ph-font-ui);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--ph-dark);
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: color 0.15s;
  }

  .ph-mobile-menu a:hover,
  .ph-mob-toggle:hover { color: var(--ph-gold-d); }

  .ph-mob-toggle::after {
    content: '+';
    font-size: 18px;
    font-weight: 200;
    color: var(--ph-gold);
    transition: transform 0.2s;
    line-height: 1;
  }

  .ph-mob-toggle[aria-expanded="true"]::after { content: '−'; }

  .ph-mob-sub {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    background: #fff;
  }

  .ph-mob-sub.is-open { max-height: 400px; }
  .ph-mob-sub li { border-bottom: none; }

  .ph-mob-sub a {
    padding: 11px 24px 11px 36px;
    font-size: 11px;
    letter-spacing: 1.2px;
    color: var(--ph-mid);
    justify-content: flex-start;
    gap:10px;
  }
  .accordion--dividers .details-content{
    padding:10px !important;
  }

  .ph-mob-sub a::before {
    content: '—  ';
    color: var(--ph-gold);
    font-size: 10px;
    letter-spacing: 0;
  }
  .details-content a{
    padding: 6px 12px !important;
  }
  .accordion--dividers .details-content{
    margin-bottom:10px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   FLOATING RIGHT-EDGE PALETTE  (mobile only)
   Fixed to viewport right edge, travels with scroll.
   Pill shape, vertical stack: Search | Wishlist | Account | Cart
   ═══════════════════════════════════════════════════════════════ */

/* Hidden on desktop — palette is mobile-only */
.ph-float-palette { display: none; }

@media (max-width: 768px) {
  .ph-icons{
    gap:10px;
  }
  .ph-cbadge {
    position: absolute;
    top: -8px;
    right: -5px;
  }
  .ph-float-palette {
    display: none;
    flex-direction: column;
    align-items: center;
    position: fixed;
    /* Vertically centred in viewport, adjusted for header */
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 140;

    /* Pill container */
    background: var(--ph-dark);
    border: 1px solid #3E3E3C;
    border-right: none;
    border-radius: 12px 0 0 12px;
    padding: 6px 0;

    /* Subtle shadow so it lifts off the page */
    box-shadow: -3px 0 20px rgba(44, 44, 42, 0.25);

    /* Smooth entry */
    animation: ph-palette-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  @keyframes ph-palette-in {
    from { transform: translateY(-50%) translateX(100%); opacity: 0; }
    to   { transform: translateY(-50%) translateX(0);    opacity: 1; }
  }

  /* Hidden state when drawer is open */
  .ph-float-palette.ph-fpal--hidden {
    transform: translateY(-50%) translateX(110%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  /* ── Individual palette button ── */
  .ph-fpal-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 48px;
    padding: 10px 0;
    color: var(--ph-rule);
    text-decoration: none;
    position: relative;
    transition: color 0.18s;
    -webkit-tap-highlight-color: transparent;
  }

  /* Thin gold divider between items (except last) */
  .ph-fpal-btn + .ph-fpal-btn {
    border-top: 1px solid #3E3E3C;
  }

  .ph-fpal-btn:hover,
  .ph-fpal-btn:active { color: var(--ph-gold); }

  .ph-fpal-btn svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }

  .ph-fpal-btn span {
    font-family: var(--ph-font-ui);
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
  }

  /* Cart button — slightly accented */
  .ph-fpal-btn--cart { color: var(--ph-rule); }

  /* Cart badge */
  .ph-fpal-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    min-width: 15px;
    height: 15px;
    background: var(--ph-gold);
    color: var(--ph-dark);
    font-family: var(--ph-font-ui);
    font-size: 8px;
    font-weight: 700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    line-height: 1;
  }
  .ph-ibtn{
    padding:0px;
    
  }
  .ph-ilbl{
    display:none;
  }
  .wl-header-icon-link::after{
    font-size:0px;
  }
  .wl-header-count {
    position: absolute !important;
    top: -4px !important;
    right: -12px !important;
    border-radius: 50% !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 8px !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 12px !important;
    min-width: 15px !important;
    height: 16px !important;
}
}

/* ── Bottom nav: hidden — palette replaces it ────────────────── */
.ph-bottom-nav { display: none !important; }

/* ── Focus styles ────────────────────────────────────────────── */
.ph-ni-btn:focus-visible,
.ph-ni-link:focus-visible,
.ph-ibtn:focus-visible,
.ph-hamburger:focus-visible,
.ph-mob-toggle:focus-visible,
.ph-mobile-home-btn:focus-visible,
.ph-fpal-btn:focus-visible {
  outline: 2px solid var(--ph-gold);
  outline-offset: 2px;
  border-radius: 2px;
}

/* ── Push page content below fixed header ───────────────────── */
body {
  padding-top: var(--ph-total-h);
}

@media (max-width: 768px) {
  body {
    padding-top: calc(var(--ph-abar-h) + 4px + 64px);
    /* No padding-right — palette floats OVER the page, not beside it */
  }
}
