:root{--ink:#25150f;--ink-soft:#50372d;--cream:#f7f1e7;--paper:#fffdf9;--sand:#eadbc8;--gold:#d7a547;--gold-dark:#b47b20;--rust:#a9442c;--sage:#65725c;--line:rgba(37,21,15,.13);--shadow:0 24px 70px rgba(54,29,17,.14);--serif:"Fraunces",Georgia,serif;--sans:"DM Sans",Arial,sans-serif;--shell:min(1180px,calc(100% - 40px))}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body.cart-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:var(--shell);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:8px;left:8px;z-index:1000;background:#fff;padding:10px 14px;transform:translateY(-150%)}.skip-link:focus{transform:none}.topline{background:var(--ink);color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.topline-inner{height:34px;display:flex;align-items:center;justify-content:space-between}.topline-detail{color:#d9c5ad}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,253,249,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand img{width:54px;height:54px;border-radius:50%;object-fit:cover;border:1px solid var(--sand)}.brand span{display:flex;flex-direction:column;line-height:1}.brand strong{font-family:var(--serif);font-size:20px}.brand small{margin-top:5px;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--rust)}.main-nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}.main-nav a:not(.nav-store){position:relative}.main-nav a:not(.nav-store)::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--rust);transition:.25s}.main-nav a:hover::after{right:0}.nav-store{padding:12px 18px;border:1px solid var(--ink);border-radius:999px;transition:.2s}.nav-store:hover{background:var(--ink);color:#fff}.menu-toggle{display:none;background:none;border:0;padding:10px}.menu-toggle span:not(.sr-only){display:block;width:25px;height:2px;margin:5px;background:var(--ink)}
.hero{overflow:hidden;background:linear-gradient(115deg,#fbf5eb 0%,#fffdf9 64%);padding:70px 0 82px}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--rust);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.eyebrow::before{content:"";width:28px;height:1px;background:currentColor}.eyebrow.light{color:#e9c887}.hero h1,.store-hero h1{font-family:var(--serif);font-size:clamp(52px,6vw,84px);line-height:1.01;letter-spacing:-.045em;margin:18px 0 24px}.hero h1 em{display:block;color:var(--rust);font-style:italic;font-weight:500}.hero-copy>p{max-width:590px;color:var(--ink-soft);font-size:18px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 23px;border:0;border-radius:5px;font-weight:700;cursor:pointer;transition:transform .2s,background .2s,color .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--rust);color:#fff}.button-primary:hover{background:#8e3422}.button-quiet{border:1px solid var(--line);background:transparent}.button-quiet:hover{border-color:var(--ink)}.button-gold{background:var(--gold);color:var(--ink)}.button-whatsapp{width:100%;background:#247c4d;color:#fff}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.hero-proof{display:flex;gap:25px;margin-top:43px;padding-top:23px;border-top:1px solid var(--line);font-size:12px;color:var(--ink-soft)}.hero-proof span{display:flex;align-items:center;gap:8px}.hero-proof b{font-family:var(--serif);color:var(--rust);font-size:17px}.hero-visual{position:relative;padding:0 22px 30px 0}.hero-photo{height:590px;border-radius:150px 150px 18px 18px;overflow:hidden;box-shadow:var(--shadow)}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-stamp{position:absolute;right:-18px;top:45px;width:134px;height:134px;border-radius:50%;background:var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(7deg);text-align:center;box-shadow:0 15px 35px rgba(37,21,15,.18)}.hero-stamp span,.hero-stamp small{text-transform:uppercase;font-size:9px;letter-spacing:.14em}.hero-stamp strong{font-family:var(--serif);font-size:24px}.hero-note{position:absolute;left:-38px;bottom:0;background:#fff;padding:17px 21px;display:flex;align-items:center;gap:12px;border-radius:6px;box-shadow:var(--shadow)}.hero-note>span{color:var(--gold);font-size:26px}.hero-note div{display:flex;flex-direction:column}.hero-note small{color:var(--ink-soft)}
.promise{background:var(--ink);color:#fff}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr)}.promise article{padding:42px 45px;border-right:1px solid rgba(255,255,255,.13)}.promise article:last-child{border:0}.promise article>span{font-size:10px;color:#d9b572;letter-spacing:.18em;text-transform:uppercase}.promise h2{font-family:var(--serif);font-size:22px;margin:7px 0}.promise p{font-size:13px;color:#d5c8c0;margin:0}.section{padding:105px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:45px}.section-heading h2,.story h2,.wholesale h2,.contact h2,.store-toolbar h2{font-family:var(--serif);font-size:clamp(40px,5vw,62px);line-height:1.06;letter-spacing:-.035em;margin:12px 0 0}.section-heading>p{max-width:430px;color:var(--ink-soft)}.editorial-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:300px 280px;gap:14px}.feature-card{position:relative;overflow:hidden;border-radius:5px;color:#fff}.feature-card.feature-large{grid-row:span 2}.feature-card.feature-wide{grid-column:span 2}.feature-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.feature-card:hover img{transform:scale(1.04)}.shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(24,12,8,.82))}.feature-tag{position:absolute;top:20px;left:20px;background:rgba(255,253,249,.92);color:var(--ink);padding:6px 10px;border-radius:3px;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.feature-copy{position:absolute;left:24px;right:24px;bottom:21px;display:flex;flex-direction:column}.feature-copy strong{font-family:var(--serif);font-size:27px}.feature-copy small{color:#eee2d7}.center-action{text-align:center;margin-top:36px}.text-link{display:inline-flex;gap:12px;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:4px}.text-link span{color:var(--rust)}
.story{background:var(--cream)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.story-image{position:relative}.story-image img{height:600px;width:100%;object-fit:cover;border-radius:6px}.story-image span{position:absolute;right:-35px;bottom:35px;background:var(--gold);padding:22px 26px;font-family:var(--serif);font-size:21px;line-height:1.25}.story-copy .lead{font-size:20px;color:var(--ink)}.story-copy p{color:var(--ink-soft)}.check-list{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:12px}.check-list li{padding:10px 0 10px 30px;border-bottom:1px solid var(--line);position:relative;font-weight:600}.check-list li::before{content:"✓";position:absolute;left:0;color:var(--rust)}.wholesale{background:var(--rust);color:#fff;padding:85px 0}.wholesale-grid{display:grid;grid-template-columns:1fr .8fr;gap:100px;align-items:center}.wholesale h2{margin:14px 0 0}.wholesale p{font-size:18px;color:#f3dcd4}.ordering{background:#fff}.section-heading.compact{justify-content:center;text-align:center}.steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.steps article{padding:40px;text-align:center;border-right:1px solid var(--line)}.steps article:last-child{border:0}.steps b{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--cream);color:var(--rust);font-family:var(--serif);font-size:20px}.steps h3{font-family:var(--serif);font-size:25px;margin:13px 0 4px}.steps p{color:var(--ink-soft);margin:0}.contact{padding:0 0 105px}.contact-card{background:var(--cream);padding:60px 70px;display:flex;align-items:center;justify-content:space-between;gap:50px;border-radius:7px}.contact-card p{max-width:650px;color:var(--ink-soft)}.contact-actions{display:flex;flex-direction:column;gap:16px;min-width:240px}.instagram-link{text-align:center;font-weight:700}
.store-hero{background:var(--ink);color:#fff;padding:80px 0}.store-hero-inner{display:flex;justify-content:space-between;align-items:end;gap:50px}.store-hero h1{font-size:clamp(48px,6vw,76px);margin:10px 0}.store-hero p{color:#d5c8c0;max-width:620px;font-size:18px}.cart-count-inline{display:inline-grid;place-items:center;min-width:25px;height:25px;border-radius:999px;background:rgba(37,21,15,.18);margin-left:8px;padding:0 7px}.store-section{padding:75px 0 100px}.store-toolbar{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:38px}.store-toolbar h2{font-size:45px}.filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.filter-button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 16px;cursor:pointer;font-weight:600;color:var(--ink-soft)}.filter-button.active,.filter-button:hover{background:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid var(--line);background:#fff;border-radius:7px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(54,29,17,.1)}.product-media{height:250px;position:relative;background:var(--cream);overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover}.product-category{position:absolute;top:14px;left:14px;background:#fff;padding:6px 10px;border-radius:3px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.sold-out{position:absolute;inset:auto 14px 14px;background:var(--ink);color:#fff;padding:6px 10px;font-size:11px}.product-body{padding:22px;display:flex;flex:1;flex-direction:column}.product-body h3{font-family:var(--serif);font-size:25px;line-height:1.1;margin:0 0 8px}.product-body p{color:var(--ink-soft);font-size:14px;margin:0 0 24px}.product-footer{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:auto}.product-price{font-family:var(--serif);font-size:25px;font-weight:700}.product-price small{display:block;font-family:var(--sans);font-size:11px;color:var(--ink-soft);font-weight:500}.add-button{border:0;background:var(--rust);color:#fff;padding:11px 15px;border-radius:4px;font-weight:700;cursor:pointer}.add-button:disabled{background:#b8aaa2}.store-disclaimer{text-align:center;color:var(--ink-soft);font-size:12px;margin-top:30px}.loading-card{height:410px;border-radius:7px;background:linear-gradient(90deg,#f1e9df 25%,#faf6f0 50%,#f1e9df 75%);background-size:200% 100%;animation:loading 1.4s infinite}.empty-store{grid-column:1/-1;text-align:center;background:var(--cream);padding:65px 25px;border-radius:7px}.empty-store h2{font-family:var(--serif);font-size:34px}.empty-store p{color:var(--ink-soft)}@keyframes loading{to{background-position:-200% 0}}
.footer{background:#1b100c;color:#fff;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .8fr;gap:70px}.brand-light small{color:#e1b55f}.footer-brand p{color:#c8b8af;max-width:380px}.footer h2{font-family:var(--serif);font-size:18px;margin:0 0 18px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid a,.footer-grid span{color:#c8b8af}.footer-grid a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;margin-top:55px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:11px;color:#a9978d}.provider-bar{display:grid;grid-template-columns:1fr 1.25fr 1fr;align-items:center;gap:38px;margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12)}.provider-brand{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.provider-label{font-size:9px!important;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#8f7c72!important}.provider-brand img{width:145px;height:40px;object-fit:cover;border-radius:5px}.provider-copy{display:flex;flex-direction:column;gap:2px}.provider-copy strong{font-family:var(--serif);font-size:17px;color:#f7f0e9}.provider-copy span{font-size:11px;color:#a9978d}.provider-links{display:flex;flex-direction:column;align-items:flex-end;gap:3px;font-size:11px}.provider-links a{color:#c8b8af}.provider-links a:first-child{color:#e1b55f;font-weight:700}.provider-links a:hover{color:#fff}.floating-cart{position:fixed;z-index:35;right:24px;bottom:24px;border:0;background:var(--rust);color:#fff;padding:14px 18px;border-radius:999px;display:none;align-items:center;gap:8px;box-shadow:0 12px 30px rgba(80,25,14,.3);font-weight:700;cursor:pointer}.floating-cart.show{display:flex}.floating-cart b{background:#fff;color:var(--rust);min-width:24px;height:24px;border-radius:50%;display:grid;place-items:center}.scrim{position:fixed;inset:0;background:rgba(20,10,6,.58);z-index:60;opacity:0;visibility:hidden;transition:.25s}.scrim.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;inset:0 0 0 auto;width:min(450px,100%);background:var(--paper);z-index:61;transform:translateX(101%);transition:.3s;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.cart-header{padding:24px 26px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.cart-header span{text-transform:uppercase;color:var(--rust);font-size:10px;letter-spacing:.15em}.cart-header h2{font-family:var(--serif);margin:2px 0 0;font-size:29px}.cart-header button{background:none;border:0;font-size:33px;cursor:pointer}.cart-items{padding:20px 25px;overflow:auto;flex:1}.empty-cart{text-align:center;padding:75px 10px;color:var(--ink-soft)}.empty-cart>span{font-family:var(--serif);font-size:70px;color:var(--sand)}.empty-cart p{font-family:var(--serif);font-size:24px;color:var(--ink);margin:8px}.cart-row{display:grid;grid-template-columns:70px 1fr auto;gap:13px;padding:14px 0;border-bottom:1px solid var(--line);align-items:center}.cart-row img{width:70px;height:70px;object-fit:cover;border-radius:4px}.cart-row h3{font-size:14px;margin:0 0 3px}.cart-row small{color:var(--ink-soft)}.quantity{display:flex;align-items:center;gap:10px;margin-top:8px}.quantity button{width:26px;height:26px;border:1px solid var(--line);background:#fff;cursor:pointer}.line-total{font-family:var(--serif);font-weight:700}.cart-footer{padding:22px 25px;border-top:1px solid var(--line);background:#fff}.cart-total{display:flex;justify-content:space-between;align-items:end;margin-bottom:17px}.cart-total span{color:var(--ink-soft)}.cart-total strong{font-family:var(--serif);font-size:30px}.cart-footer>small{display:block;text-align:center;margin-top:10px;color:var(--ink-soft)}
.reveal{animation:rise .65s both}@keyframes rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media(max-width:900px){.topline-detail{display:none}.header-inner{height:70px}.brand img{width:46px;height:46px}.menu-toggle{display:block}.main-nav{position:absolute;top:70px;left:0;right:0;background:var(--paper);display:none;flex-direction:column;align-items:stretch;padding:20px;border-bottom:1px solid var(--line);gap:0}.main-nav.open{display:flex}.main-nav a{padding:13px}.nav-store{text-align:center;margin-top:8px}.hero{padding-top:45px}.hero-grid,.story-grid,.wholesale-grid{grid-template-columns:1fr}.hero-grid{gap:45px}.hero-photo{height:480px}.hero-stamp{right:0}.hero-note{left:15px}.promise-grid{grid-template-columns:1fr}.promise article{border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.section{padding:75px 0}.section-heading,.store-toolbar{align-items:flex-start;flex-direction:column}.editorial-grid{grid-template-columns:1fr 1fr;grid-template-rows:340px 250px 250px}.feature-card.feature-large{grid-column:span 2;grid-row:auto}.feature-card.feature-wide{grid-column:span 2}.story-grid{gap:45px}.story-image span{right:15px}.wholesale-grid{gap:30px}.product-grid{grid-template-columns:repeat(2,1fr)}.contact-card{padding:45px;align-items:flex-start;flex-direction:column}.store-hero-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1.4fr 1fr}.footer-brand{grid-column:1/-1}.provider-bar{grid-template-columns:1fr 1fr}.provider-links{grid-column:1/-1;align-items:flex-start;display:grid;grid-template-columns:repeat(3,auto);justify-content:start;gap:8px 22px}}
@media(max-width:600px){:root{--shell:min(100% - 28px,1180px)}.topline-inner{justify-content:center}.hero h1{font-size:49px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.button{width:100%}.hero-proof{display:grid;gap:10px}.hero-photo{height:390px;border-radius:90px 90px 12px 12px}.hero-stamp{width:105px;height:105px;top:25px}.hero-stamp strong{font-size:19px}.hero-note{right:10px;left:10px}.promise article{padding:30px 15px}.section-heading h2,.story h2,.wholesale h2,.contact h2{font-size:39px}.editorial-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;margin-right:-14px;padding-right:14px}.feature-card,.feature-card.feature-large,.feature-card.feature-wide{min-width:82vw;height:390px;scroll-snap-align:start}.story-image img{height:430px}.story-image span{font-size:17px}.wholesale{padding:65px 0}.steps{grid-template-columns:1fr}.steps article{border-right:0;border-bottom:1px solid var(--line)}.contact-card{padding:35px 24px}.product-grid{grid-template-columns:1fr}.product-media{height:270px}.store-hero{padding:55px 0}.store-hero h1{font-size:50px}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-brand{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;gap:7px}.provider-bar{grid-template-columns:1fr;gap:20px}.provider-links{grid-column:auto;display:flex;align-items:flex-start;gap:4px}.provider-copy strong{font-size:16px}.floating-cart{right:14px;bottom:14px}.cart-drawer{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
.promotion-box{display:grid;gap:4px;margin:-10px 0 20px;padding:12px 14px;border-left:3px solid var(--gold);background:#fbf3e4;color:var(--ink-soft);font-size:12px}.promotion-box strong{color:var(--rust);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.promotion-box span{font-weight:700}.applied-promo{display:block;margin-top:3px;color:#247c4d;font-size:10px;font-style:normal;font-weight:700}
.category-filter{width:min(320px,100%);padding:14px 16px 16px;border:1px solid var(--line);border-radius:7px;background:var(--cream)}.category-filter label{display:block;margin-bottom:7px;color:var(--rust);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.category-select-wrap{position:relative}.category-select-wrap::after{content:"⌄";position:absolute;right:14px;top:50%;transform:translateY(-58%);color:var(--rust);font-size:20px;pointer-events:none}.category-filter select{width:100%;height:48px;appearance:none;border:1px solid rgba(37,21,15,.2);border-radius:5px;background:#fff;padding:0 46px 0 14px;color:var(--ink);font:600 15px var(--sans);cursor:pointer;outline:none}.category-filter select:hover{border-color:var(--rust)}.category-filter select:focus{border-color:var(--rust);box-shadow:0 0 0 3px rgba(169,68,44,.14)}.category-filter select:disabled{cursor:not-allowed;opacity:.6}
@media(max-width:900px){.store-toolbar{gap:24px}.category-filter{width:100%;max-width:440px}}
@media(max-width:600px){.store-toolbar{margin-bottom:28px}.store-toolbar h2{font-size:40px;line-height:1.05}.category-filter{max-width:none;padding:12px 13px 13px}.category-filter select{height:50px;font-size:16px}}
.filters{max-width:min(620px,52vw);display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:4px;overflow-x:auto;padding:4px 2px 9px;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:var(--sand) transparent;overscroll-behavior-inline:contain}.filters::-webkit-scrollbar{height:4px}.filters::-webkit-scrollbar-thumb{background:var(--sand);border-radius:999px}.filter-button{flex:0 0 auto;border:0;border-bottom:2px solid transparent;border-radius:4px;background:transparent;padding:9px 13px;color:var(--ink-soft);font-size:13px;font-weight:700;white-space:nowrap;scroll-snap-align:center}.filter-button:hover{background:var(--cream);color:var(--ink)}.filter-button.active{border-bottom-color:var(--rust);background:var(--cream);color:var(--rust)}
@media(max-width:900px){.filters{width:100%;max-width:none;justify-content:flex-start}}
@media(max-width:600px){.store-toolbar{gap:20px}.filters{width:calc(100% + 14px);margin-right:-14px;padding-right:14px}.filter-button{min-height:42px;padding:8px 11px;font-size:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{min-width:0;border-radius:6px}.product-card:hover{transform:none;box-shadow:none}.product-media{height:auto;aspect-ratio:1/1;background:#fff}.product-media img{object-fit:contain}.product-category{top:7px;left:7px;max-width:calc(100% - 14px);overflow:hidden;padding:4px 6px;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.sold-out{inset:auto 7px 7px;padding:5px 7px;font-size:9px}.product-body{padding:12px}.product-body h3{font-size:17px;line-height:1.12;margin-bottom:10px}.product-body>p{display:none}.promotion-box{gap:2px;margin:0 0 11px;padding:8px 8px 8px 9px;font-size:9px;line-height:1.35}.promotion-box strong{font-size:8px}.product-footer{display:grid;align-items:stretch;gap:9px}.product-price{font-size:20px;line-height:1}.product-price small{margin-top:4px;font-size:9px}.add-button{width:100%;padding:10px 7px;font-size:12px}}
