/** Shopify CDN: Minification failed

Line 34:0 Unexpected "}"
Line 84:0 Unexpected "}"
Line 96:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

#tw-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 56px;
  background: rgba(0,0,0,0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(200,184,154,0.12);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(16px,3vw,48px);
  font-family: 'Cormorant Garamond', Georgia, serif;
}
body { padding-top: 56px !important; }
.tw-nav-logo {
  height: 26px;
  filter: brightness(10);
  opacity: 0.9;
  transition: opacity 0.3s ease;
  display: block;
  align-self: center;
}
}
.tw-nav-logo:hover { opacity: 0.5; }
.tw-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(10px,1.6vw,28px);
  list-style: none;
  margin: 0; padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tw-nav-links a {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(8px,0.75vw,10px);
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(200,184,154,0.75);
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
  transition: color 0.3s ease;
  position: relative;
}
.tw-nav-links a:hover,
.tw-nav-links a.tw-active { color: #c8b89a; }
.tw-nav-links a.tw-active::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 1px;
  background: #c8b89a;
  opacity: 0.5;
}
.tw-nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tw-nav-right a {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(8px,0.75vw,10px);
  letter-spacing: 0.36em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
  color: rgba(200,184,154,0.55);
}
.tw-nav-right a:hover { color: #c8b89a; }
}
.tw-nav-login {
  color: rgba(200,184,154,0.55);
  border: none;
  padding: 0;
}
.tw-nav-login::after {
  content: '/';
  margin-left: 20px;
  color: rgba(200,184,154,0.2);
  font-weight: 300;
}
}
.tw-nav-bag {
  color: rgba(200,184,154,0.55);
  background: none;
  padding: 0;
}
.tw-nav-ham {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.tw-nav-ham span {
  display: block;
  width: 22px; height: 1px;
  background: #c8b89a;
  transition: all 0.3s ease;
}
#tw-mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9998;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#tw-mobile.tw-open { display: flex; opacity: 1; }
#tw-mobile a {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(20px,5vw,30px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(200,184,154,0.7);
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
}
#tw-mobile a:hover { color: #c8b89a; }
.tw-mob-close {
  position: absolute;
  top: 20px; right: 24px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(200,184,154,0.4);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
.tw-mob-close:hover {
 }
  #tw-cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background: #c8b89a;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999999;
  transform: translate(-50%,-50%);
  transition: width 0.2s ease, height 0.2s ease, opacity 0.3s ease;
  opacity: 0;
}
#tw-cursor.tw-cur-vis { opacity: 1; }
#tw-cursor.tw-cur-hover {
  width: 24px;
  height: 24px;
  background: transparent;
  border: 1px solid #c8b89a;
}
@media (pointer: fine) {
  body { cursor: none; }
  a, button, [role="button"] { cursor: none; }
}