:root{--bg: #dac7b8;--bg-lighter: #f4efeb;--surface: #FFFFFF;--text: #333333;--text-secondary: #4A2C21;--text-muted: #666666;--text-light: #777777;--btn: #b67039;--btn-hover: #9d5f2e;--border: #E8E2DB;--border-light: #EDE9E4;--border-unselected: #D1D1D1;--option-selected-bg: rgba(182, 112, 57, .18);--btn-modal: #b67039;--header-bg: #c1ad9e;--cart-drawer-bg: #efeae5;--font-sans: "DM Sans", system-ui, -apple-system, sans-serif;--text-12: 12px;--text-14: 14px;--text-15: 15px;--text-16: 16px;--text-18: 18px;--text-20: 20px;--text-24: 24px;--text-28: 28px;--line-tight: 1.2;--line-normal: 1.4;--line-relaxed: 1.5;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-20: 20px;--space-24: 24px;--space-28: 28px;--space-32: 32px;--space-40: 40px;--space-48: 48px;--radius-8: 8px;--radius-12: 12px;--radius-16: 16px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .1);--accent: var(--btn);--accent-hover: var(--btn-hover);--radius: var(--radius-12);--radius-sm: var(--radius-8);--shadow: var(--shadow-sm);--shadow-card: var(--shadow-md)}*,*:before,*:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:var(--font-sans);font-size:var(--text-16);line-height:var(--line-normal);background:var(--bg);color:var(--text)}#root{min-height:100vh}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}a{color:inherit;text-decoration:none}[data-radix-dialog-overlay]{background:#00000080}[data-radix-dialog-content]{outline:none}.product-modal-wrapper{position:fixed!important;left:0!important;right:0!important;top:0!important;bottom:0!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:51;padding:16px;pointer-events:auto;cursor:pointer}.product-modal-box{pointer-events:auto;cursor:default}.product-modal-close-btn{cursor:pointer}.product-modal-close-btn:hover{background:#ebe7e0}.product-modal-inner{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;background:var(--bg-lighter)}.product-modal-scroll{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.product-modal-gallery{padding:var(--space-20);flex-shrink:0;background:var(--bg-lighter)}.product-modal-content{flex:1;min-width:0}@media (min-width: 640px){.product-modal-box--layout{max-width:840px}.product-modal-scroll{display:grid;grid-template-columns:1fr 1fr;align-items:start}.product-modal-gallery{padding:var(--space-24)}.product-modal-content{padding-bottom:var(--space-24)}}.header-title-break{display:none}@media (max-width: 639px){.header-title-break{display:block}.header-tagline{display:none!important}}@media (max-width: 480px){.cart-label{display:none!important}}
