html,body{color:#333;height:100%;margin:0;padding:0;font-family:Merriweather,serif}.pageWrapper{flex-direction:column;min-height:100vh;display:flex}
:root{--header-height:125px}.layout-module__Jj3UNq__header{width:100%;height:var(--header-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#28231efa;border-bottom:1px solid #ffffff1a;padding:0;transition:all .3s;position:sticky;top:0;box-shadow:0 2px 20px #0000004d}.layout-module__Jj3UNq__navContainer{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:20px 40px;display:flex}.layout-module__Jj3UNq__brandSection{align-items:center;display:flex}.layout-module__Jj3UNq__logoLink{align-items:center;gap:16px;text-decoration:none;transition:transform .3s;display:flex}.layout-module__Jj3UNq__logoLink:hover{transform:scale(1.02)}.layout-module__Jj3UNq__logo{object-fit:cover;border:3px solid #d4af37;border-radius:50%;transition:all .3s;box-shadow:0 4px 12px #0000004d}.layout-module__Jj3UNq__logoLink:hover .layout-module__Jj3UNq__logo{box-shadow:0 6px 20px #0006}.layout-module__Jj3UNq__brandText{flex-direction:column;gap:2px;display:flex}.layout-module__Jj3UNq__brandName{color:#f5ede0;letter-spacing:-.02em;margin:0;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;line-height:1}.layout-module__Jj3UNq__brandTagline{color:#c4b5a0;letter-spacing:.05em;text-transform:uppercase;margin:0;font-family:Merriweather,serif;font-size:.75rem;font-weight:400}.layout-module__Jj3UNq__nav{align-items:center;gap:8px;display:flex}.layout-module__Jj3UNq__navLinksWrapper{align-items:center;gap:12px;display:flex}.layout-module__Jj3UNq__navLink{color:#d4c4b0;letter-spacing:.03em;border-radius:6px;padding:10px 20px;font-family:Merriweather,serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.layout-module__Jj3UNq__navLink:after{content:"";background:#d4af37;width:30px;height:2px;transition:transform .3s;position:absolute;bottom:8px;left:50%;transform:translate(-50%)scaleX(0)}.layout-module__Jj3UNq__navLink:hover{color:#f5ede0;background:#ffffff0d}.layout-module__Jj3UNq__navLink:hover:after{transform:translate(-50%)scaleX(1)}.layout-module__Jj3UNq__active{color:#f5ede0;font-weight:600}.layout-module__Jj3UNq__active:after{transform:translate(-50%)scaleX(1)}.layout-module__Jj3UNq__cartButton{color:#1a1a1a;background:#d4af37;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-weight:600;transition:all .2s;display:flex}.layout-module__Jj3UNq__cartButton:hover{background:#e5c050;transform:translateY(-1px);box-shadow:0 2px 6px #d4af374d}.layout-module__Jj3UNq__mobileOnly{display:none}.layout-module__Jj3UNq__hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.layout-module__Jj3UNq__hamburger span{background:#d4af37;border-radius:2px;width:28px;height:3px;transition:all .3s}.layout-module__Jj3UNq__hamburger span.layout-module__Jj3UNq__hamburgerOpen:first-child{transform:rotate(45deg)translate(7px,7px)}.layout-module__Jj3UNq__hamburger span.layout-module__Jj3UNq__hamburgerOpen:nth-child(2){opacity:0}.layout-module__Jj3UNq__hamburger span.layout-module__Jj3UNq__hamburgerOpen:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.layout-module__Jj3UNq__cartIconButton{cursor:pointer;background:#d4af3726;border:1px solid #d4af3773;border-radius:8px;justify-content:center;align-items:center;width:44px;height:40px;transition:all .2s;display:inline-flex;position:relative}.layout-module__Jj3UNq__cartIconButton:hover{background:#d4af3740;transform:translateY(-1px)}.layout-module__Jj3UNq__cartIcon{font-size:1.1rem;line-height:1}.layout-module__Jj3UNq__cartBadge{color:#1a1a1a;background:#d4af37;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.75rem;font-weight:700;display:inline-flex;position:absolute;top:-6px;right:-6px}.layout-module__Jj3UNq__headerLeft,.layout-module__Jj3UNq__headerRight,.layout-module__Jj3UNq__menuOverlay{display:none}@media (max-width:1024px){.layout-module__Jj3UNq__navContainer{padding:16px 24px}.layout-module__Jj3UNq__brandName{font-size:1.5rem}.layout-module__Jj3UNq__nav{gap:4px}.layout-module__Jj3UNq__navLink{padding:8px 12px;font-size:.85rem}}@media (max-width:768px){.layout-module__Jj3UNq__desktopActions{display:none!important}.layout-module__Jj3UNq__hamburger{display:flex}.layout-module__Jj3UNq__navContainer{grid-template-rows:auto 0;grid-template-columns:48px 1fr 48px;align-items:center;gap:0;padding:16px 14px;display:grid}.layout-module__Jj3UNq__headerLeft{grid-area:1/1;justify-content:flex-start;display:flex}.layout-module__Jj3UNq__logoLink{grid-area:1/2;justify-content:center;width:fit-content;margin:0 auto}.layout-module__Jj3UNq__headerRight{grid-area:1/3;justify-content:flex-end;display:flex}.layout-module__Jj3UNq__navLinksWrapper{grid-area:2/1/auto/-1;height:0;overflow:visible}.layout-module__Jj3UNq__brandText{display:none}.layout-module__Jj3UNq__nav{top:var(--header-height);width:280px;height:calc(100vh - var(--header-height));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#28231efa;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;padding:20px;transition:left .3s;position:fixed;left:-100%;box-shadow:4px 0 20px #00000080}.layout-module__Jj3UNq__navOpen{left:0}.layout-module__Jj3UNq__menuOverlay{top:var(--header-height);z-index:99;background:#00000073;display:block;position:fixed;bottom:0;left:0;right:0}.layout-module__Jj3UNq__navLink{border-bottom:1px solid #ffffff1a;border-radius:0;width:100%;padding:16px 14px;font-size:1rem}.layout-module__Jj3UNq__navLink:after{display:none}.layout-module__Jj3UNq__mobileOnly{display:block}}.layout-module__Jj3UNq__cartIconButton{width:40px;height:40px}.layout-module__Jj3UNq__footer{color:#ccc;background:#28231efa;border-top:1px solid #ffffff14;width:100%;margin-top:auto;padding:20px 0}.layout-module__Jj3UNq__footerContent{justify-content:space-between;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.layout-module__Jj3UNq__footerText{color:#aaa;margin:0;font-size:.9rem}.layout-module__Jj3UNq__socials{align-items:center;gap:18px;display:flex}.layout-module__Jj3UNq__socials a{color:#ccc;font-size:1.2rem;transition:color .25s,transform .25s}.layout-module__Jj3UNq__socials a:hover{color:#fff;transform:scale(1.1)}.layout-module__Jj3UNq__adminLoginButton{color:#999;cursor:pointer;background:0 0;border:1px solid #555;border-radius:4px;padding:6px 16px;font-family:Merriweather,serif;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .3s}.layout-module__Jj3UNq__adminLoginButton:hover{color:#fff;background:#222;border-color:#888}@media (max-width:768px){.layout-module__Jj3UNq__footerContent{text-align:center;flex-direction:column;gap:12px}}
.cart-drawer-module__2LzThW__cartRowActions{flex-direction:column;flex:none;align-items:flex-end;gap:8px;display:flex}.cart-drawer-module__2LzThW__cartRowPrices{flex-wrap:wrap}.cart-drawer-module__2LzThW__cartRow{border-bottom:1px solid #0000001a;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 0;display:flex}.cart-drawer-module__2LzThW__cartRowInfo{flex:1;min-width:0}.cart-drawer-module__2LzThW__cartRowRight{flex:none;align-items:center;gap:10px;display:flex}.cart-drawer-module__2LzThW__qtyControls{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px;display:flex}.cart-drawer-module__2LzThW__qtyBtn{min-width:34px;padding-left:10px;padding-right:10px}.cart-drawer-module__2LzThW__qtyValue{text-align:center;min-width:22px}.cart-drawer-module__2LzThW__removeX{cursor:pointer;color:red;background:#fff;border:1px solid red;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;line-height:1;display:inline-flex}.cart-drawer-module__2LzThW__removeX:hover{background:#00000014}@media (max-width:420px){.cart-drawer-module__2LzThW__cartRow{flex-direction:column;align-items:stretch}.cart-drawer-module__2LzThW__cartRowActions{flex-direction:row;justify-content:space-between;align-items:center}}
