:root{--bg: #f6f6f4;--surface: #ffffff;--ink: #101010;--muted: #666666;--line: #e5e5e5;--accent: #b78b3f;--accent-light: #d7b676;--danger: #dc3545;--success: #28a745;font-family:Inter,Segoe UI,sans-serif;line-height:1.4;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}@keyframes fadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.page-wrap{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.site-shell{flex:1;width:100%;max-width:1240px;margin:0 auto;padding:0 24px 24px;animation:fadeIn .4s ease}.top-header{background:#111;display:flex;align-items:center;justify-content:space-between;padding:0 28px;height:66px;position:sticky;top:0;z-index:200;box-shadow:0 2px 16px #00000038;animation:fadeIn .4s ease;gap:16px}.brand-wrap{display:flex;align-items:center;flex-shrink:0}.brand-logo{width:130px;height:44px;object-fit:contain;cursor:pointer;transition:opacity .25s ease}.brand-logo:hover{opacity:.82}.brand-name{font-family:Cinzel,serif;font-size:1.35rem;font-weight:600;letter-spacing:.18em;color:#f5f5f5;background:none;border:none;cursor:pointer;padding:0;line-height:1;transition:color .2s ease;white-space:nowrap;text-transform:uppercase}.brand-name:hover{color:#fff}.brand-star{color:#c8a96e;font-size:.75em;vertical-align:middle;margin:0 .1em}.header-nav{display:none;align-items:center;gap:2px;flex:1}.header-nav-link{color:#aaa;text-decoration:none;font-size:.8rem;letter-spacing:.07em;text-transform:uppercase;padding:8px 12px;border-radius:4px;position:relative;white-space:nowrap;transition:color .2s ease}.header-nav-link:after{content:"";position:absolute;bottom:2px;left:12px;right:12px;height:2px;background:var(--accent);transform:scaleX(0);transition:transform .25s ease;border-radius:2px}.header-nav-link:hover{color:#fff}.header-nav-link:hover:after{transform:scaleX(.5)}.header-nav-link.is-active{color:var(--accent-light);font-weight:600}.header-nav-link.is-active:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.cart-btn{position:relative;background:var(--accent);border:none;border-radius:4px;height:38px;min-width:42px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;color:#fff;transition:background .2s ease,color .2s ease}.cart-btn:hover{background:var(--accent-light);color:#111}.cart-btn-label{display:none;font-size:.84rem;font-weight:600;letter-spacing:.04em}.cart-badge{position:absolute;top:-6px;right:-6px;background:#fff;color:var(--accent);border:1.5px solid var(--accent);border-radius:50%;font-size:10px;font-weight:700;width:18px;height:18px;display:flex;align-items:center;justify-content:center;line-height:1}.header-user-actions{display:none;align-items:center;gap:8px}.header-link{border:1px solid rgba(255,255,255,.18);border-radius:4px;background:transparent;color:#ccc;height:38px;padding:0 14px;font-size:.84rem;letter-spacing:.04em;cursor:pointer;transition:all .2s ease;white-space:nowrap}.header-link:hover{background:#ffffff1a;color:#fff;border-color:#fff6}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;background:transparent;border:1px solid rgba(255,255,255,.18);border-radius:4px;cursor:pointer;padding:0 8px;transition:border-color .2s ease,background .2s ease;flex-shrink:0}.nav-toggle:hover{background:#ffffff14;border-color:#fff6}.nav-toggle span{display:block;height:2px;background:#ccc;border-radius:2px;transition:transform .3s ease,opacity .3s ease,background .2s ease;transform-origin:center}.nav-toggle:hover span{background:#fff}.nav-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.main-nav{background:#1a1a1a;border-bottom:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:2px;padding:0;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.main-nav.is-open{max-height:500px;padding:10px 0}.nav-link{color:#bbb;text-decoration:none;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase;padding:12px 28px;border-left:3px solid transparent;transition:color .2s ease,background .2s ease,border-color .2s ease;display:block}.nav-link:hover{color:#fff;background:#ffffff0d;border-left-color:#fff3}.nav-link.is-active{color:var(--accent-light);font-weight:600;border-left-color:var(--accent);background:#b78b3f12}.nav-user-actions{border-top:1px solid rgba(255,255,255,.07);margin-top:8px;padding-top:8px;display:flex;flex-direction:column;gap:2px}.nav-link--btn{background:transparent;border:none;font-family:inherit;text-align:left;width:100%;cursor:pointer}@media(min-width:768px){.header-nav,.header-user-actions{display:flex}.nav-toggle{display:none}.main-nav{display:none!important}.cart-btn-label{display:inline}.cart-btn{padding:0 14px;min-width:unset}}.banner-section{margin-top:24px;margin-bottom:16px;border-radius:8px;overflow:hidden;animation:fadeInUp .6s ease}.banner-img{width:100%;height:auto;display:block;object-fit:contain;max-height:none}.image-loading-shell{position:relative;width:100%;overflow:hidden;background:linear-gradient(120deg,#f4f4f4,#ececec,#f4f4f4);border-radius:6px}.image-loading-shell img{opacity:0;transition:opacity .25s ease}.image-loading-shell.is-loaded img{opacity:1}.image-loading-shell--banner{border-radius:0;min-height:clamp(180px,38vw,520px);display:flex;align-items:center;justify-content:center}.image-loading-shell--banner .banner-img{border-radius:0}.image-loading-shell--banner .image-loading-spinner{width:34px;height:34px;margin-top:-17px;margin-left:-17px;border-width:3px}.image-loading-shell--banner.is-loaded{min-height:0;background:transparent}.image-loading-shell--product{border-radius:4px}.image-loading-shell--category{border-radius:6px;border:1px solid var(--line)}.image-loading-shell--category .category-card-image{border:0}.image-loading-spinner{position:absolute;top:50%;left:50%;width:26px;height:26px;margin-top:-13px;margin-left:-13px;border-radius:50%;border:2px solid rgba(0,0,0,.12);border-top-color:var(--accent);animation:imageSpin .85s linear infinite;z-index:1;pointer-events:none}@keyframes imageSpin{to{transform:rotate(360deg)}}.banner-buttons{display:flex;gap:12px;padding:20px 24px;background:var(--surface);flex-wrap:wrap;justify-content:center}.banner-btn{padding:12px 32px;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.03em;min-width:180px}.banner-btn--primary{background:var(--accent);color:#fff;box-shadow:0 2px 8px #00000026}.banner-btn--primary:hover{background:var(--accent-light);color:#111;transform:translateY(-2px);box-shadow:0 4px 12px #b78b3f4d}.banner-btn--secondary{background:transparent;color:var(--ink);border:2px solid var(--accent)}.banner-btn--secondary:hover{background:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #b78b3f4d}@media(max-width:768px){.banner-buttons{flex-direction:column;gap:10px;padding:16px}.banner-btn{width:100%;min-width:auto;padding:12px 20px;font-size:.9rem}}.products-section,.category-section,.content-section{margin-top:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:18px;animation:fadeInUp .5s ease}.section-text{margin:0 0 16px;color:var(--muted)}.section-head{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.section-head h2{margin:0 0 14px;font-size:1rem;letter-spacing:.04em;text-transform:uppercase;position:relative}.section-head h2:after{content:"";display:block;width:32px;height:2px;background:var(--accent);margin-top:6px;transition:width .3s ease}.section-head h2:hover:after{width:56px}.product-card{border:1px solid var(--line);border-radius:8px;background:var(--bg);padding:18px;min-height:170px;display:grid;gap:8px;transition:transform .3s ease,box-shadow .3s ease;animation:scaleIn .4s ease both}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.product-card img{border-radius:6px;transition:transform .4s ease}.product-card:hover img{transform:scale(1.03)}.product-badge{display:inline-flex;width:fit-content;border:1px solid var(--accent);color:var(--accent);padding:2px 8px;font-size:.74rem;text-transform:uppercase;border-radius:3px}.product-card h3,.product-card h4{margin:2px 0 0;font-size:1.05rem}.product-card p{margin:0;color:var(--muted);font-size:.85rem;letter-spacing:.06em}.product-card strong{margin-top:auto;font-size:1rem}.product-card button{border-radius:4px;transition:all .25s ease}.product-card button:hover{opacity:.88;transform:translateY(-1px)}.product-card-link,.product-card-title{display:block;width:100%;padding:0;margin:0;border:0;background:transparent;text-align:left;cursor:pointer}.product-card-title h3,.product-card-title h4{margin:8px 0 2px}.product-secondary-action{width:100%;padding:8px;cursor:pointer;background:transparent;border:1px solid var(--line);font-weight:600}.product-secondary-action:hover{border-color:var(--ink);background:var(--surface)}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:16px}.product-grid .product-card:nth-child(1){animation-delay:.05s}.product-grid .product-card:nth-child(2){animation-delay:.1s}.product-grid .product-card:nth-child(3){animation-delay:.15s}.product-grid .product-card:nth-child(4){animation-delay:.2s}.product-grid .product-card:nth-child(5){animation-delay:.25s}.product-grid .product-card:nth-child(6){animation-delay:.3s}.product-grid .product-card:nth-child(7){animation-delay:.35s}.product-grid .product-card:nth-child(8){animation-delay:.4s}.product-detail-section{margin-top:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:18px;animation:fadeInUp .5s ease}.product-back-button{margin-bottom:16px;padding:8px 14px;border:1px solid var(--line);border-radius:999px;background:var(--bg);color:var(--ink);cursor:pointer}.product-detail-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:28px;align-items:start}.product-gallery{display:grid;gap:12px}.product-gallery-main,.product-gallery-empty{width:100%;aspect-ratio:4 / 5;border-radius:10px;background:var(--bg);border:1px solid var(--line)}.product-gallery-main{object-fit:cover}.product-gallery-empty{display:flex;align-items:center;justify-content:center;color:var(--muted)}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:10px}.product-thumb{padding:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--surface);cursor:pointer}.product-thumb.is-active{border-color:var(--accent);box-shadow:0 0 0 2px #b78b3f2e}.product-thumb img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.product-detail-copy{display:grid;gap:14px;align-content:start}.product-detail-eyebrow{margin:0;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.product-detail-copy h1{margin:0;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.05}.product-detail-price{font-size:1.5rem}.product-detail-description{margin:0;color:var(--muted);line-height:1.6}.product-detail-block{display:grid;gap:10px}.product-detail-label{font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-detail-colors{display:flex;flex-wrap:wrap;gap:8px}.product-detail-color{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:var(--bg);font-size:.85rem;color:var(--ink);cursor:pointer}.product-detail-color.is-active{border-color:var(--accent);background:var(--accent-light);box-shadow:0 0 0 2px #b78b3f2e}.product-detail-color-dot{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.15);flex-shrink:0}.product-detail-meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--muted);font-size:.9rem}.product-detail-cta{width:100%;max-width:340px;padding:14px 18px;border:none;border-radius:8px;background:var(--accent-light);color:#000;font-size:1rem;font-weight:700;cursor:pointer}.product-detail-cta:hover{background:var(--accent);color:#fff}.product-measure-guide{margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}.product-measure-head{margin-bottom:14px}.measure-table-wrap{overflow-x:auto}.measure-table{width:100%;min-width:560px;border-collapse:collapse;background:var(--bg);border:1px solid var(--line)}.measure-table th,.measure-table td{padding:14px 16px;border:1px solid var(--line);text-align:center}.measure-table th{font-size:.84rem;text-transform:uppercase;letter-spacing:.05em;background:var(--surface)}.measure-table td:first-child{font-weight:700}.category-card{border:1px solid var(--line);border-radius:8px;background:var(--bg);min-height:140px;padding:14px;display:flex;flex-direction:column;gap:14px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;animation:scaleIn .4s ease both;overflow:hidden}.category-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000000f;border-color:var(--accent)}.category-card.is-active{border-color:var(--accent);box-shadow:0 0 0 2px #b78b3f33}.category-card h3{margin:0;font-size:1.1rem;letter-spacing:.05em}.category-card-image{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:6px;border:1px solid var(--line);display:block}.category-card-copy{display:flex;flex:1;flex-direction:column;justify-content:space-between;gap:12px}.category-card button{width:fit-content;border:1px solid var(--ink);border-radius:4px;background:var(--surface);color:var(--ink);padding:8px 12px;cursor:pointer;transition:all .25s ease}.category-card button:hover{background:var(--ink);color:var(--surface)}.collection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.collection-card,.launch-item{border:1px solid var(--line);border-radius:8px;background:var(--bg);padding:16px;transition:transform .3s ease,box-shadow .3s ease}.collection-card:hover,.launch-item:hover{transform:translateY(-2px);box-shadow:0 4px 14px #0000000f}.collection-card h3,.launch-item h3{margin:0 0 6px}.collection-card p{margin:0;color:var(--muted)}.launch-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.launch-item{display:flex;align-items:center;justify-content:space-between;gap:12px}.launch-item button{border:1px solid var(--ink);border-radius:4px;background:var(--surface);color:var(--ink);padding:8px 12px;cursor:pointer;transition:all .25s ease}.launch-item button:hover{background:var(--ink);color:var(--surface)}.cart-overlay{position:fixed;inset:0;z-index:1000;display:flex;justify-content:flex-end;animation:fadeIn .25s ease}.cart-backdrop{position:absolute;inset:0;background:#00000073}.cart-panel{position:relative;width:380px;max-width:92vw;background:var(--surface);height:100%;overflow-y:auto;padding:24px;box-shadow:-6px 0 30px #00000026;animation:slideInRight .3s cubic-bezier(.22,.61,.36,1)}.account-guard-overlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;animation:fadeIn .2s ease}.account-guard-backdrop{position:absolute;inset:0;background:#00000080}.account-guard-modal{position:relative;width:min(520px,calc(100vw - 32px));background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 42px #00000038;padding:20px}.account-guard-modal h3{margin:0 0 8px;font-size:1.05rem}.account-guard-modal p{margin:0;color:var(--muted);line-height:1.5}.account-guard-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--line)}.cart-header h2{margin:0;font-size:1.2rem}.cart-close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:var(--muted);transition:color .2s ease;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%}.cart-close-btn:hover{color:var(--ink);background:var(--bg)}.cart-item{display:flex;gap:12px;margin-bottom:16px;border-bottom:1px solid var(--line);padding-bottom:16px;animation:fadeInUp .3s ease both}.cart-item img{width:64px;height:64px;object-fit:cover;border-radius:6px}.cart-item-remove{background:none;border:none;color:var(--danger);cursor:pointer;align-self:flex-start;font-size:18px;padding:4px;border-radius:50%;transition:all .2s ease;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.cart-item-remove:hover{background:#dc35451a}.cart-total{border-top:2px solid var(--ink);padding-top:14px;margin-top:8px}.cart-coupon-box{background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:10px;margin-bottom:12px}.cart-coupon-box label{display:block;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:7px}.cart-coupon-row{display:grid;grid-template-columns:1fr auto;gap:8px}.cart-coupon-row input{border:1px solid var(--line);border-radius:6px;padding:9px 10px;font-size:.86rem;font-family:inherit}.cart-coupon-row button{border:1px solid var(--ink);border-radius:6px;background:#fff;color:var(--ink);font-size:.82rem;font-weight:700;padding:0 12px;cursor:pointer}.cart-coupon-row button:hover:not(:disabled){background:var(--ink);color:#fff}.cart-coupon-row button:disabled{opacity:.6;cursor:not-allowed}.cart-coupon-applied{margin:8px 0 0;font-size:.78rem;font-weight:600;color:#2e7d32}.checkout-btn{width:100%;padding:14px;margin-top:14px;background:var(--accent-light);color:#000;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.checkout-btn:hover:not(:disabled){background:var(--accent);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #b78b3f4d}.checkout-btn:disabled{opacity:.6;cursor:not-allowed}.toast-added{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--ink);color:var(--surface);padding:10px 24px;border-radius:6px;font-size:.9rem;font-weight:500;z-index:2000;animation:fadeInUp .3s ease,fadeIn .3s ease 2s reverse forwards;pointer-events:none}.floating-actions{position:fixed;right:18px;bottom:18px;z-index:900;display:grid;gap:12px}.floating-action{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:60px;min-height:60px;padding:0 18px;border:0;border-radius:999px;color:#fff;text-decoration:none;box-shadow:0 14px 32px #0000002e;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}.floating-action:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 18px 38px #00000038}.floating-action--cart{background:linear-gradient(135deg,#111,#3b2a15)}.floating-action--whatsapp{background:linear-gradient(135deg,#0f8f45,#25d366)}.floating-action__label{font-size:.88rem;font-weight:700;letter-spacing:.03em}.floating-action__icon-image{width:24px;height:24px;object-fit:contain;display:block}.floating-action__badge{position:absolute;top:-4px;right:-2px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#fff;color:var(--ink);border:2px solid #111;display:inline-flex;align-items:center;justify-content:center;font-size:.74rem;font-weight:800}.site-footer{margin-top:48px;background:#111;color:#e8e8e8;padding:48px 28px 24px;animation:fadeInUp .5s ease}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-logo{width:130px;height:44px;object-fit:contain}.footer-brand-name{font-family:Cinzel,serif;font-size:1.25rem;font-weight:600;letter-spacing:.18em;color:#f5f5f5;text-transform:uppercase;line-height:1}.footer-brand p{margin:0;font-size:.88rem;color:#999;line-height:1.6;max-width:220px}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-heading{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-light);font-weight:600;margin-bottom:4px}.footer-col a{color:#aaa;text-decoration:none;font-size:.9rem;transition:color .2s ease;width:fit-content}.footer-col a:hover{color:#fff}.footer-bottom{padding-top:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.footer-bottom p{margin:0;font-size:.82rem;color:#666}.footer-bottom span{font-size:.82rem;color:#555}input,select,textarea{border:1px solid var(--line);border-radius:4px;padding:8px 12px;font-size:.95rem;font-family:inherit;transition:border-color .25s ease,box-shadow .25s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #b78b3f1f}button{font-family:inherit;cursor:pointer;transition:all .25s ease}@media(max-width:980px){.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:1 / -1}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-grid,.launch-list,.product-detail-layout{grid-template-columns:1fr}}@media(max-width:768px){.floating-actions{right:14px;bottom:14px;gap:10px}.floating-action{min-width:56px;min-height:56px;padding:0 16px}.floating-action__label{display:none}.toast-added{bottom:92px;max-width:calc(100vw - 32px)}}@media(max-width:580px){.site-shell{padding:0 12px 12px}.top-header{padding:0 16px;height:60px}.brand-logo{width:110px;height:38px}.brand-name{font-size:1.15rem}.header-link{height:34px;padding:0 10px;font-size:.8rem}.hero-banner{border-radius:6px}.hero-banner-img{object-fit:contain}.hero-banner-ratio{aspect-ratio:16 / 9;min-height:180px}.hero-content{padding:20px 16px}.product-detail-section{padding:14px}.product-gallery-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}.product-detail-cta{max-width:none}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-card{min-height:0;padding:10px;gap:10px}.category-card-image{aspect-ratio:1 / 1.15}.category-card-copy{gap:10px}.category-card h3{font-size:.92rem;letter-spacing:.03em}.category-card button{width:100%;padding:7px 10px;font-size:.82rem}.footer-grid{grid-template-columns:1fr}.site-footer{padding:36px 18px 20px}.cart-panel{width:100vw}.account-guard-modal{width:calc(100vw - 24px);padding:16px}.account-guard-actions{flex-direction:column-reverse}.account-guard-actions .btn{width:100%}}.admin-wrap{max-width:960px;margin:0 auto;padding:0 24px 48px}.admin-header{padding:28px 0 16px;border-bottom:2px solid var(--line);margin-bottom:0}.admin-title{margin:0;font-size:1.5rem;font-weight:700}.admin-tabs{display:flex;border-bottom:2px solid var(--line);margin-bottom:28px;overflow-x:auto;gap:0}.admin-tab{padding:14px 22px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-size:.9rem;font-weight:500;color:var(--muted);cursor:pointer;white-space:nowrap;transition:color .2s,border-color .2s}.admin-tab:hover{color:var(--ink)}.admin-tab--active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.admin-content{animation:fadeInUp .3s ease}.admin-section-title{font-size:1.1rem;font-weight:600;margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid var(--line)}.admin-form{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:24px;margin-bottom:32px;display:flex;flex-direction:column;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:.85rem;font-weight:600;color:var(--ink);letter-spacing:.02em}.form-field input,.form-field select,.form-field textarea{width:100%}.form-hint{font-size:.8rem;color:var(--muted);margin:0}.form-error{color:var(--danger);font-size:.85rem;margin:0}.form-preview{width:100px;height:100px;object-fit:cover;border-radius:6px;border:1px solid var(--line);margin-top:6px}.form-file-name{font-size:.82rem;color:var(--muted);margin-top:4px}.form-file-name .form-file-list{display:flex;flex-direction:column;gap:2px;margin-top:4px}.form-file-name .form-image-previews{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.form-toggles{display:flex;gap:24px;flex-wrap:wrap}.form-toggle{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.form-toggle input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.toggle-track{display:inline-block;width:40px;height:22px;background:#ddd;border-radius:11px;position:relative;transition:background .25s ease;flex-shrink:0}.toggle-track:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .25s ease;box-shadow:0 1px 3px #0003}.form-toggle input:checked+.toggle-track{background:var(--accent)}.form-toggle input:checked+.toggle-track:after{transform:translate(18px)}.toggle-label{font-size:.88rem;font-weight:500}.form-actions{display:flex;gap:10px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover:not(:disabled){background:var(--accent-light);color:#111;transform:translateY(-1px)}.btn--primary:disabled{opacity:.6;cursor:not-allowed}.btn--ghost{background:transparent;color:var(--muted);border:1px solid var(--line)}.btn--ghost:hover{background:var(--bg);color:var(--ink)}.btn--sm{padding:6px 14px;font-size:.82rem}.btn--blue{background:#1565c0;color:#fff}.btn--blue:hover{background:#1976d2}.btn--green{background:#2e7d32;color:#fff}.btn--green:hover{background:#388e3c}.btn--danger{background:#c62828;color:#fff}.btn--danger:hover{background:#b71c1c}.btn-icon{background:none;border:1px solid var(--line);border-radius:6px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .2s ease;padding:0}.btn-icon:hover{background:var(--bg)}.btn-icon--danger:hover{background:#dc354514;border-color:var(--danger)}.badge{display:inline-flex;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.03em}.badge-row{display:flex;gap:6px;flex-wrap:wrap}.badge--green{background:#e8f5e9;color:#2e7d32}.badge--blue{background:#e3f2fd;color:#1565c0}.badge--orange{background:#fff3e0;color:#e65100}.badge--red{background:#fce4ec;color:#c62828}.badge--gray{background:#f5f5f5;color:#757575}.admin-list-title{font-size:.85rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin:0 0 14px}.admin-loading-text,.admin-empty{color:var(--muted);font-size:.9rem}.admin-loading{padding:40px 24px;color:var(--muted)}.admin-item-list{display:flex;flex-direction:column;gap:10px}.admin-item{display:flex;align-items:center;gap:14px;padding:12px 16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);transition:box-shadow .2s}.admin-item:hover{box-shadow:0 2px 8px #0000000f}.admin-item-thumb{width:60px;height:60px;object-fit:cover;border-radius:6px;flex-shrink:0;border:1px solid var(--line)}.admin-item-placeholder{width:60px;height:60px;background:var(--bg);border:1px solid var(--line);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.admin-item-info{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.admin-item-meta{font-size:.82rem;color:var(--muted)}.item-actions{display:flex;gap:6px;flex-shrink:0}.admin-item-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.admin-cat-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--surface);transition:box-shadow .2s}.admin-cat-card:hover{box-shadow:0 4px 14px #00000014}.admin-cat-img{width:100%;height:120px;object-fit:cover;display:block}.admin-cat-placeholder{width:100%;height:120px;background:linear-gradient(135deg,var(--accent-light),var(--accent));display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:700;color:#fff;text-transform:uppercase}.admin-cat-footer{padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:6px}.color-picker{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0}.color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s;padding:0;outline:none}.color-swatch:hover{transform:scale(1.18)}.color-swatch--selected{border-color:var(--accent)!important;transform:scale(1.1);box-shadow:0 0 0 3px #b78b3f4d!important}.color-check{font-size:14px;font-weight:700;line-height:1}.selected-colors{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.size-picker,.product-size-picker{display:flex;flex-wrap:wrap;gap:8px}.selected-sizes{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.size-chip,.product-size-chip,.size-tag{display:inline-flex;align-items:center;justify-content:center;min-width:44px;padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:.85rem;font-weight:700}.size-chip,.product-size-chip{cursor:pointer}.size-chip--selected,.product-size-chip.is-active{border-color:var(--accent);background:var(--accent-light);color:#111;box-shadow:0 0 0 2px #b78b3f2e}.size-tag{gap:8px;padding-right:8px}.color-tag{display:inline-flex;align-items:center;gap:5px;background:var(--bg);border:1px solid var(--line);border-radius:20px;padding:3px 10px;font-size:.78rem;font-weight:500}.color-dot{display:inline-block;width:10px;height:10px;border-radius:50%;border:1px solid rgba(0,0,0,.12);flex-shrink:0}.color-tag-remove{background:none;border:none;color:var(--muted);cursor:pointer;padding:0;font-size:14px;line-height:1}.color-tag-remove:hover{color:var(--danger)}.admin-color-dots{display:flex;gap:4px;flex-wrap:wrap;margin-top:4px}.admin-color-dot{display:inline-block;width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.15)}.coupon-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px;margin-top:6px;max-height:280px;overflow-y:auto;padding-right:4px}.coupon-product-option{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:10px;display:grid;grid-template-columns:auto 1fr;gap:3px 8px;align-items:start;cursor:pointer}.coupon-product-option input{margin-top:2px;accent-color:var(--accent)}.coupon-product-option span{font-size:.86rem;font-weight:600}.coupon-product-option small{grid-column:2;color:var(--muted);font-size:.78rem}.coupon-product-option.is-selected{border-color:var(--accent);box-shadow:0 0 0 2px #b78b3f26;background:#fffdf7}.coupon-preview-products{color:#4d4d4d}.order-filters{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:20px}.filter-btn{padding:6px 16px;border-radius:20px;border:1px solid var(--line);background:var(--surface);color:var(--muted);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:var(--accent);color:var(--accent)}.filter-btn--active{background:var(--ink);border-color:var(--ink);color:#fff}.order-list{display:flex;flex-direction:column;gap:16px}.order-card{border:1px solid var(--line);border-radius:10px;padding:18px;background:var(--surface);animation:fadeInUp .3s ease}.order-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:8px}.order-id{margin:0;font-weight:700;font-size:.95rem}.order-date{margin:2px 0 0;font-size:.78rem;color:var(--muted)}.order-customer{background:var(--bg);border-radius:6px;padding:12px;margin-bottom:14px;font-size:.85rem}.order-customer p{margin:0 0 4px}.order-customer p:last-child{margin-bottom:0}.order-items{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.order-item-row{display:flex;align-items:center;gap:10px;font-size:.88rem}.order-item-img{width:40px;height:40px;object-fit:cover;border-radius:4px;border:1px solid var(--line);flex-shrink:0}.order-item-name{flex:1}.order-item-price{font-weight:600}.order-card-footer{border-top:1px solid var(--line);padding-top:12px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.report-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.report-kpi-card{border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:14px;display:grid;gap:6px}.report-kpi-card span{font-size:.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.report-kpi-card strong{font-size:1.1rem}.report-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.report-actions-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.report-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.report-chart-card{border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:14px}.report-chart-card h3{margin:0 0 12px;font-size:.94rem;letter-spacing:.02em}.report-bars{display:grid;gap:8px}.report-bar-row{display:grid;grid-template-columns:minmax(140px,1fr) 2fr auto;align-items:center;gap:8px;font-size:.82rem}.report-bar-track{width:100%;height:8px;border-radius:999px;background:#ece7dc;overflow:hidden}.report-bar-fill{height:100%;background:linear-gradient(90deg,#111,#4a3b25)}.report-bar-fill--gold{background:linear-gradient(90deg,#8b6c35,#d7b676)}.report-table-wrap{border:1px solid var(--line);border-radius:10px;overflow:auto;background:#fff}.report-table{width:100%;min-width:920px;border-collapse:collapse}.report-table th,.report-table td{border-bottom:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top;font-size:.84rem}.report-table th{font-size:.76rem;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);background:#faf8f4}.report-table-empty{text-align:center;color:var(--muted)}.account-state{max-width:1080px;margin:0 auto;padding:26px 24px}.account-wrap{max-width:1080px;margin:0 auto;padding:24px 24px 52px;display:grid;gap:18px}.account-hero{border:1px solid var(--line);background:linear-gradient(145deg,#fff,#f7f3ea);border-radius:12px;padding:24px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.account-eyebrow{margin:0 0 6px;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;color:var(--muted)}.account-title{margin:0;font-size:clamp(1.5rem,4vw,2.1rem);line-height:1.1}.account-subtitle{margin:8px 0 0;color:var(--muted);max-width:560px}.account-quick-nav{display:flex;flex-wrap:wrap;gap:8px}.account-quick-link{text-decoration:none;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:999px;font-size:.8rem;font-weight:600;padding:8px 13px;font-family:inherit;cursor:pointer;transition:all .2s ease}.account-quick-link:hover{border-color:var(--accent);color:var(--accent)}.account-quick-link.is-active{background:var(--accent);border-color:var(--accent);color:#fff}.account-section{border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:22px}.account-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.account-action-btn{border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-family:inherit;font-size:.92rem;font-weight:700;padding:14px 16px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.account-action-btn:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 10px 24px #00000014}.account-modal-overlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;animation:fadeIn .2s ease}.account-modal-backdrop{position:absolute;inset:0;background:#0000008f}.account-modal{position:relative;width:min(980px,calc(100vw - 32px));max-height:calc(100vh - 40px);overflow-y:auto;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 22px 52px #0000003d;padding:18px;display:grid;gap:14px}.account-modal-head{display:flex;justify-content:space-between;align-items:center;gap:10px;border-bottom:1px solid var(--line);padding-bottom:10px}.account-modal-head h2{margin:0;font-size:1.05rem}.account-modal-close{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;width:34px;height:34px;line-height:1;font-size:.95rem;cursor:pointer}.account-modal-close:hover{border-color:var(--accent);color:var(--accent)}.account-section-head{margin-bottom:16px}.account-section-head h2{margin:0;font-size:1.08rem}.account-section-head p{margin:6px 0 0;color:var(--muted);font-size:.9rem}.account-form{display:flex;flex-direction:column;gap:16px}.account-password-form{display:flex;flex-direction:column;gap:14px;border:1px solid var(--line);border-radius:10px;background:var(--bg);padding:14px;margin-bottom:14px}.account-success{margin:0;color:var(--success);font-size:.88rem}.account-form-group-title{margin:2px 0 0;font-size:.9rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.account-email-disabled{background:#f2f2f2;color:#777}.account-form-actions{display:flex;justify-content:flex-start;padding-top:4px}.account-muted{margin:0;color:var(--muted)}.account-orders-list{display:grid;gap:12px}.account-order-card{border:1px solid var(--line);border-radius:10px;background:#fff;padding:14px;animation:fadeInUp .3s ease}.account-order-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}.account-order-id{margin:0;font-size:.84rem;font-weight:700}.account-order-date{margin:2px 0 0;font-size:.76rem;color:var(--muted)}.account-order-items{display:grid;gap:8px}.account-order-item{display:flex;align-items:center;gap:10px}.account-order-item-img{width:44px;height:44px;object-fit:cover;border-radius:6px;border:1px solid var(--line);flex-shrink:0}.account-order-item-copy{flex:1;min-width:0}.account-order-item-copy p{margin:0;font-size:.84rem;font-weight:600}.account-order-item-copy small{color:var(--muted);font-size:.77rem}.account-order-item-price{font-size:.84rem}.account-order-summary{margin-top:12px;padding-top:10px;border-top:1px solid var(--line);display:grid;gap:6px}.account-order-summary p{margin:0;display:flex;justify-content:space-between;font-size:.84rem;color:var(--muted)}.account-order-summary p span{color:var(--ink);font-weight:600}.account-order-total{font-size:.92rem;color:var(--ink);font-weight:700}.account-security-box{border:1px dashed var(--line);border-radius:10px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.account-security-box p{margin:0;color:var(--muted)}.auth-page{max-width:520px;margin:0 auto;padding:24px 20px 44px}.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:24px;box-shadow:0 10px 30px #0000000d}.auth-brand{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.auth-brand-logo{width:104px;height:38px;object-fit:contain}.auth-brand-kicker{margin:0;color:var(--muted);font-size:.74rem;letter-spacing:.1em;text-transform:uppercase}.auth-title{margin:0;font-size:clamp(1.35rem,4vw,1.9rem);line-height:1.15}.auth-subtitle{margin:8px 0 0;color:var(--muted);font-size:.92rem}.auth-mode-switch{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;background:var(--bg);border-radius:10px;padding:4px;gap:4px}.auth-mode-btn{border:none;border-radius:8px;background:transparent;color:var(--muted);font-weight:600;font-size:.85rem;padding:9px 10px;cursor:pointer;transition:all .2s ease}.auth-mode-btn.is-active{background:#fff;color:var(--ink);box-shadow:0 2px 8px #00000014}.auth-step-chip{margin:12px 0 0;display:inline-flex;align-items:center;background:#b78b3f1f;color:#6a5120;border:1px solid rgba(183,139,63,.3);border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:700;letter-spacing:.03em}.auth-form{margin-top:12px;display:flex;flex-direction:column;gap:10px}.auth-field{display:flex;flex-direction:column}.auth-input{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-family:inherit;font-size:.92rem;transition:border-color .2s ease,box-shadow .2s ease}.auth-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #b78b3f33}.auth-message{margin:2px 0 0;font-size:.84rem}.auth-message--error{color:var(--danger)}.auth-message--success{color:var(--success)}.auth-submit-btn,.auth-secondary-btn,.auth-google-btn{width:100%;border-radius:8px;font-weight:700;font-family:inherit;cursor:pointer;transition:all .2s ease}.auth-submit-btn{margin-top:2px;border:none;padding:11px 14px;background:var(--accent);color:#fff}.auth-submit-btn:hover:not(:disabled){background:var(--accent-light);color:#111}.auth-secondary-btn{margin-top:10px;border:1px solid var(--line);padding:10px 14px;background:#fff;color:var(--ink)}.auth-secondary-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.auth-google-btn{margin-top:10px;border:1px solid var(--line);padding:10px 14px;background:#fff;color:#1f1f1f;display:inline-flex;align-items:center;justify-content:center;gap:8px}.auth-google-btn:hover:not(:disabled){border-color:#c4c7c5;background:#f8f9fa}.auth-submit-btn:disabled,.auth-secondary-btn:disabled,.auth-google-btn:disabled{opacity:.6;cursor:not-allowed}.auth-toggle-text{text-align:center;margin:18px 0 2px;color:var(--muted);font-size:.9rem}.auth-toggle-btn{border:none;background:transparent;color:var(--accent);font-weight:700;cursor:pointer;font-family:inherit}.auth-toggle-btn:hover{color:#8f6a2d}.checkout-wrap{max-width:1080px;margin:0 auto;padding:24px 24px 44px}.checkout-header{border:1px solid var(--line);border-radius:12px;background:linear-gradient(140deg,#fff,#f6f2e8);padding:20px;margin-bottom:14px}.checkout-kicker{margin:0 0 5px;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.checkout-header h1{margin:0;font-size:clamp(1.3rem,3vw,1.9rem)}.checkout-header p{margin:8px 0 0;color:var(--muted)}.checkout-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;align-items:start}.checkout-methods,.checkout-summary{border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:16px}.checkout-methods{display:grid;gap:10px}.checkout-method{border:1px solid var(--line);border-radius:10px;padding:12px;display:grid;grid-template-columns:auto 1fr;gap:8px;cursor:pointer;background:var(--surface)}.checkout-method input{margin-top:2px;accent-color:var(--accent)}.checkout-method strong{font-size:.92rem}.checkout-method p{margin:4px 0 0;color:var(--muted);font-size:.82rem}.checkout-method.is-selected{border-color:var(--accent);background:#fffdf7;box-shadow:0 0 0 2px #b78b3f29}.checkout-installments{border:1px solid var(--line);border-radius:10px;padding:12px;background:#fffdf7}.checkout-installments-label{display:block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:10px}.checkout-installments-grid{display:flex;flex-wrap:wrap;gap:8px}.checkout-installment-btn{min-width:52px;height:40px;padding:0 10px;border:1.5px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .2s,background .2s,color .2s}.checkout-installment-btn:hover{border-color:var(--accent)}.checkout-installment-btn.is-selected{border-color:var(--accent);background:var(--accent);color:#fff}.checkout-summary h2{margin:0 0 12px;font-size:1.05rem}.checkout-summary p{margin:0 0 8px;display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:.9rem}.checkout-summary p strong{color:var(--ink)}.checkout-total{border-top:1px solid var(--line);padding-top:10px;margin-top:4px;font-size:1rem;font-weight:700}.checkout-confirm-btn,.checkout-back-btn{width:100%;border-radius:8px;font-family:inherit;font-weight:700;cursor:pointer}.checkout-confirm-btn{border:none;margin-top:10px;padding:12px;background:var(--accent-light);color:#111}.checkout-confirm-btn:hover:not(:disabled){background:var(--accent);color:#fff}.checkout-confirm-btn:disabled{opacity:.65;cursor:not-allowed}.checkout-btn--pix{margin-top:8px;background:#f4fbf7;color:#14532d;border:1px solid #8ad2aa}.checkout-btn--pix:hover:not(:disabled){background:#1f8f54;color:#fff;border-color:#1f8f54}.checkout-back-btn{border:1px solid var(--line);margin-top:8px;padding:10px;background:#fff;color:var(--ink)}.checkout-back-btn:hover{border-color:var(--ink)}.checkout-error{margin:10px 0 0;color:var(--danger);font-size:.84rem}.checkout-highlight{margin:10px 0 0;color:#2e7d32;font-size:.84rem;font-weight:600}.pix-wrap{max-width:760px;margin:0 auto;padding:24px 24px 44px}.pix-card{border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fff,#f7fbf8);padding:24px;box-shadow:0 18px 40px #11182714}.pix-kicker{margin:0 0 6px;font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;color:#1f8f54}.pix-card h1{margin:0;font-size:clamp(1.5rem,3vw,2.1rem)}.pix-subtitle{margin:10px 0 0;color:var(--muted)}.pix-qr-box{margin-top:20px;display:flex;justify-content:center;padding:16px;border-radius:16px;background:#fff;border:1px solid var(--line)}.pix-qr-image{width:min(100%,320px);aspect-ratio:1;object-fit:contain}.pix-copy-box{margin-top:18px}.pix-copy-box label{display:block;margin-bottom:8px;font-size:.9rem;font-weight:700}.pix-copy-input{width:100%;min-height:108px;resize:vertical;border:1px solid var(--line);border-radius:12px;padding:12px;font:inherit;background:#fff}.pix-summary{margin-top:18px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:16px}.pix-summary p{margin:0 0 10px;display:flex;justify-content:space-between;gap:12px}.pix-summary p:last-child{margin-bottom:0}.pix-actions{margin-top:18px;display:grid;gap:10px}.pix-primary-btn,.pix-secondary-btn{display:inline-flex;width:100%;align-items:center;justify-content:center;border-radius:10px;padding:12px 16px;font-weight:700;font-family:inherit;text-decoration:none;cursor:pointer}.pix-primary-btn{border:none;background:#1f8f54;color:#fff}.pix-primary-btn:hover{background:#16643c}.pix-secondary-btn{border:1px solid var(--line);background:#fff;color:var(--ink)}.pix-secondary-btn:hover{border-color:var(--ink)}.pix-state{max-width:760px;margin:0 auto;padding:60px 24px;text-align:center;color:var(--muted)}.account-order-actions{margin-top:12px}@media(max-width:640px){.admin-wrap{padding:0 16px 36px}.admin-form{padding:16px}.form-row{grid-template-columns:1fr}.admin-tab{padding:12px 14px;font-size:.82rem}.admin-item-grid{grid-template-columns:repeat(2,1fr)}.report-summary-grid,.report-filter-grid,.report-chart-grid{grid-template-columns:1fr}.report-bar-row{grid-template-columns:1fr;gap:4px}.account-wrap{padding:18px 16px 36px;gap:14px}.account-hero{padding:18px;flex-direction:column;align-items:flex-start}.account-section{padding:16px}.account-action-grid{grid-template-columns:1fr}.account-modal{width:min(980px,calc(100vw - 16px));max-height:calc(100vh - 16px);padding:14px}.account-order-head{align-items:flex-start;flex-direction:column}.account-security-box{flex-direction:column;align-items:flex-start}.auth-page{padding:14px 12px 30px}.auth-card{padding:16px;border-radius:12px}.auth-brand{align-items:flex-start;flex-direction:column}.checkout-wrap{padding:16px 12px 30px}.checkout-header,.checkout-methods,.checkout-summary{padding:14px}.checkout-layout{grid-template-columns:1fr}.pix-wrap{padding:16px 12px 30px}.pix-card{padding:18px;border-radius:14px}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
