/** Shopify CDN: Minification failed

Line 232:12 Expected identifier but found whitespace
Line 232:14 Unexpected "{"
Line 232:16 Expected identifier but found "'flex'"

**/


/* CSS from section stylesheet tags */
.custom-footer {
    background: transparent;
    padding: 30px 25px; /* Adjust vertical and horizontal padding as needed */
    width: 100%;
    font-family: 'Times New Roman', serif; /* Classic serif font to match the vibe */
    color: #78000d; /* Your brand's burgundy color */
  }

  .footer-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .footer-column {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  /* Assign flex properties for a balanced three-column layout */
  .footer-column--left {
    flex: 1;
    text-align: left;
  }
  .footer-column--center {
    flex: 1;
    text-align: center;
  }
  .footer-column--right {
    flex: 1;
    text-align: right;
  }
  
  .newsletter-title {
    margin: 0 0 8px 0;
    font-size: 14px;
  }

  /* Minimalist Newsletter Form Styling */
  .footer-newsletter-form {
    max-width: 250px; /* Constrain width of the form */
    margin-left: auto; /* Align to the right */
  }
  
  .footer-form-field {
    display: flex;
    border: 1px solid #78000d;
  }

  .footer-form-input {
    flex-grow: 1;
    border: none;
    background: transparent;
    padding: 8px 12px;
    color: #000;
    width: 100%;
  }
  .footer-form-input::placeholder {
    color: #aaa;
    text-transform: uppercase;
    font-size: 12px;
  }
  .footer-form-input:focus {
    outline: none;
  }

  .footer-form-button {
    background: transparent;
    border: none;
    border-left: 1px solid #78000d;
    padding: 0 10px;
    cursor: pointer;
    color: #78000d;
  }
/* --- Main Header Styles --- */
  .custom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
    padding: 15px 25px;
  }
  .header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header-nav__left,
  .header-nav__right {
    flex: 0 0 60px;
  }
  .header-nav__left { text-align: left; }
  .header-nav__center { flex: 1 1 auto; text-align: center; }
  .header-nav__right { text-align: right; }
  .header-logo-link { display: inline-block; }
  .header-logo-image { display: block; height: auto; }
  .header-logo-text { font-size: 1.5em; font-weight: bold; color: #78000d; text-decoration: none; }
  .header-icon-button { background: none; border: none; padding: 5px; cursor: pointer; color: #78000d; }
  .header-icon { width: 28px; height: 28px; transition: transform 0.3s ease; }
  #mobile-nav-close .header-icon:hover {
    transform: rotate(90deg) scale(1.1);
  }

  /* --- Mobile Navigation Drawer (with Grain) --- */
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 320px;
    height: 100%;
    background-color: #FBF9F1;
    z-index: 1001;
    border-right: 1px solid #78000d;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }
  .mobile-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/cdn/shop/files/noisy-texture-300x300-o27-d10-c-_FBF5EB-t1.png?v=1751830870');
    opacity: 0.3;
    z-index: -1;
    pointer-events: none;
  }
  .mobile-nav.is-open {
    transform: translateX(0);
  }
  .mobile-nav-header {
    padding: 15px 25px;
    text-align: right;
    border-bottom: 1px solid rgba(120, 0, 13, 0.2);
  }
  .mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
  }
  .mobile-nav-links li a {
    display: block;
    padding: 20px 25px;
    text-decoration: none;
    color: #78000d;
    font-size: 1.1em;
    border-bottom: 1px solid rgba(120, 0, 13, 0.1);
    transition: background-color 0.2s ease;
  }
  .mobile-nav-links li a:hover {
    background-color: rgba(120, 0, 13, 0.05);
  }

  /* --- Page Overlay --- */
  #menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
  #menu-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
  }

  .body-no-scroll {
    overflow: hidden;
  }
/* --- Main Header Styles --- */
  .custom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
    padding: 15px 25px;
  }
  .header-nav { display: flex; justify-content: space-between; align-items: center; width: 100%; }
  .header-nav__left, .header-nav__right { flex: 0 0 100px; /* Increased width to fit icons */ }
  .header-nav__left { text-align: left; }
  .header-nav__center { flex: 1 1 auto; text-align: center; }
  .header-nav__right { text-align: right; display: flex; justify-content: flex-end; align-items: center; } /* Flex for alignment */
  .header-logo-link { display: inline-block; }
  .header-logo-image { display: block; height: auto; }
  .header-icon-button { background: none; border: none; padding: 5px; cursor: pointer; color: #78000d; position: relative; }
  .header-icon { width: 28px; height: 28px; transition: transform 0.3s ease; }
  #mobile-nav-close .header-icon:hover { transform: rotate(90deg) scale(1.1); }
  .cart-count-bubble {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: #78000d;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    display: {{ 'flex' | if: cart.item_count > 0, 'none' }}; /* Hides if cart is empty */
  }

  /* --- Mobile Navigation Drawer (with Grain) --- */
  .mobile-nav {
    position: fixed; top: 0; left: 0; width: 85%; max-width: 320px; height: 100%;
    background-color: #FBF9F1; z-index: 1001; border-right: 1px solid #78000d;
    transform: translateX(-100%); transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex; flex-direction: column; position: relative; overflow: hidden;
  }
  .mobile-nav::before {
    content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-image: url('/cdn/shop/files/noisy-texture-300x300-o27-d10-c-_FBF5EB-t1.png?v=1751830870');
    opacity: 0.3; z-index: -1; pointer-events: none;
  }
  .mobile-nav.is-open { transform: translateX(0); }
  .mobile-nav-header { padding: 15px 25px; text-align: right; border-bottom: 1px solid rgba(120, 0, 13, 0.2); }
  .mobile-nav-links { list-style: none; padding: 0; margin: 0; overflow-y: auto; }
  .mobile-nav-links li a { display: block; padding: 20px 25px; text-decoration: none; color: #78000d; font-size: 1.1em; border-bottom: 1px solid rgba(120, 0, 13, 0.1); transition: background-color 0.2s ease; }
  .mobile-nav-links li a:hover { background-color: rgba(120, 0, 13, 0.05); }

  /* --- NEW: Cart Drawer Styles --- */
  .cart-drawer {
    position: fixed; top: 0; right: 0; width: 90%; max-width: 400px; height: 100%;
    background-color: #FBF9F1; z-index: 1001; border-left: 1px solid #78000d;
    transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex; flex-direction: column;
  }
  .cart-drawer::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('/cdn/shop/files/noisy-texture-300x300-o27-d10-c-_FBF5EB-t1.png?v=1751830870');
  background-repeat: repeat;
  opacity: 0.30;   /* tweak to taste */
  pointer-events: none;
  z-index: -1;     /* behind your cart content */
}
  .cart-drawer.is-open { transform: translateX(0); }
  .cart-drawer-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 25px; border-bottom: 1px solid rgba(120, 0, 13, 0.2); }
  .cart-drawer-title { font-family: 'Alexandria SemiBold', sans-serif; font-size: 1em; color: #78000d; margin: 0; letter-spacing: 0.1em; }
  .cart-drawer-content { flex-grow: 1; overflow-y: auto; padding: 20px; }
  .cart-empty-message { text-align: center; margin-top: 50px; color: #555; }
  .cart-drawer-item { display: flex; margin-bottom: 20px; }
  .cart-item-image { width: 80px; height: auto; margin-right: 15px; }
  .cart-item-details { display: flex; flex-direction: column; flex-grow: 1; }
  .cart-item-title { text-decoration: none; color: #333; font-weight: bold; margin-bottom: 5px; }
  .cart-item-price,
/* Center and enlarge the subtotal above the checkout button */
.cart-drawer-footer .cart-subtotal {
  display: block;            /* ensure it’s its own block */
  text-align: center;        /* center the text */
  font-size: 1.5rem;         /* a bit bigger */
  font-weight: 700;          /* bold for emphasis */
  margin: 0 0 1rem;          /* space below for the button */
  color: #7d0a0a;            /* brand red */
}

.cart-drawer-footer .cart-subtotal span + span {
  margin-left: 0.5rem;       /* small gap between “Subtotal” and the amount */
}

  .cart-item-quantity { display: flex; align-items: center; }
  .cart-item-quantity .quantity-input { width: 50px; text-align: center; border: 1px solid #ccc; border-radius: 3px; margin-right: 10px; }
  .cart-item-remove { font-size: 12px; color: #78000d; text-decoration: underline; }
  .cart-drawer-footer { padding: 20px; border-top: 1px solid rgba(120, 0, 13, 0.2); }
  .button-checkout { display: block; width: 100%; background-color: #78000d; color: #fff; text-align: center; padding: 15px; text-decoration: none; border-radius: 3px; transition: background-color 0.2s ease; }
  .button-checkout:hover { background-color: #5b000a; }

  /* --- Page Overlay --- */
  #menu-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.4); z-index: 1000;
    opacity: 0; pointer-events: none; transition: opacity 0.4s ease;
  }
  #menu-overlay.is-active { opacity: 1; pointer-events: auto; }
  .body-no-scroll { overflow: hidden; }
.custom-header {
    position: relative; /* Changed from fixed for the password page */
    width: 100%;
    background: transparent;
    z-index: 1000;
    padding: 15px 25px;
  }
  .header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .header-nav__left,
  .header-nav__right {
    flex: 0 0 60px;
  }
  .header-nav__left {
    text-align: left;
  }
  .header-nav__center {
    flex: 1 1 auto;
    text-align: center;
  }
  .header-nav__right {
    text-align: right;
  }
  .header-logo-link {
    display: inline-block;
  }
  .header-logo-image {
    display: block;
    height: auto;
  }
  .header-logo-text {
    font-size: 1.5em;
    font-weight: bold;
    color: #78000d;
    text-decoration: none;
  }
  .header-icon-button {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: #78000d;
  }
  .header-icon {
    width: 28px;
    height: 28px;
  }
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 320px;
    height: 100%;
    background-color: #FBF9F1;
    z-index: 1001;
    border-right: 1px solid #78000d;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
  }
  .mobile-nav.is-open {
    transform: translateX(0);
  }
  .mobile-nav-header {
    padding: 15px 25px;
    text-align: right;
    border-bottom: 1px solid rgba(120, 0, 13, 0.2);
  }
  
  /* --- Admin Login Form Styles (in Menu) --- */
  .admin-login-wrapper {
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center; /* Vertically center the form */
  }
  .admin-login-title {
    font-family: 'Alexandria SemiBold', sans-serif;
    color: #78000d;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 25px;
  }
  .admin-login-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .admin-password-input {
    width: 100%;
    border: 1px solid #78000d;
    background: transparent;
    padding: 15px;
    font-size: 1em;
    color: #78000d;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .admin-password-input::placeholder {
    color: #c4a9ac;
    text-transform: uppercase;
  }
  .admin-password-input:focus {
    outline: 1px solid #5b000a;
    background: rgba(255, 255, 255, 0.5);
  }
  .admin-submit-button {
    border: none;
    background: #78000d;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    transition: background 0.3s ease;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .admin-submit-button:hover {
    background: #5b000a;
  }
  .body-no-scroll {
    overflow: hidden;
  }