*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}:root{--ink:#111;--muted:#767676;--line:#eee;--tile:#f5f5f5;--price:#ff4d1c;--price-soft:#fff0eb}.syn-body{font-family:DM Sans,ui-sans-serif,system-ui,sans-serif;color:var(--ink);background:#fff;min-height:100vh;padding-bottom:64px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.syn-topbar{position:sticky;top:0;z-index:30;background:#fff}.syn-logo{display:flex;align-items:center;justify-content:center;padding:.5rem 0}.syn-logo span{font-size:1.05rem;font-weight:700;letter-spacing:.34em}.syn-searchrow{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:0 .75rem .5rem}.syn-ico{position:relative;display:grid;place-items:center;flex-shrink:0}.syn-ico svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.syn-badge{position:absolute;top:-6px;right:-7px;min-width:16px;height:16px;padding:0 3px;display:grid;place-items:center;border-radius:999px;background:var(--price);color:#fff;font-size:9px;font-weight:700}.syn-search{display:flex;align-items:center;gap:.5rem;min-width:0;border:2px solid var(--ink);border-radius:999px;padding:.35rem .5rem .35rem .85rem}.syn-search-q{font-size:.9rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.syn-search-tag{font-size:.75rem;font-weight:600;color:var(--price);flex-shrink:0}.syn-search-actions{margin-left:auto;display:flex;align-items:center;gap:.5rem;flex-shrink:0}.syn-search-actions svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.syn-search-go{display:grid;place-items:center;width:38px;height:28px;border-radius:999px;background:var(--ink);color:#fff}.syn-search-go svg{width:16px;height:16px;stroke-width:2.2}.syn-tabs{display:flex;gap:1.25rem;overflow-x:auto;padding:0 .75rem .5rem;scrollbar-width:none}.syn-tabs::-webkit-scrollbar{display:none}.syn-tabs a{flex-shrink:0;font-size:.95rem;font-weight:600;color:var(--muted);padding-bottom:.25rem}.syn-tabs a.is-active{color:var(--ink);border-bottom:2px solid var(--ink)}.syn-feed{padding:.5rem}.syn-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media(min-width:900px){.syn-grid{grid-template-columns:repeat(4,1fr)}}.syn-card{display:block;background:#fff;border-radius:6px;overflow:hidden}.syn-card-frame{position:relative;background:var(--tile)}.syn-card-frame img{aspect-ratio:2/3;width:100%;height:100%;object-fit:contain;object-position:center;background:#fff;transition:transform .4s}.syn-card:hover .syn-card-frame img{transform:scale(1.03)}.syn-card-brand{position:absolute;left:.5rem;top:.5rem;z-index:2;font-size:11px;font-weight:700;letter-spacing:.12em}.syn-card-body{padding:.35rem .5rem .6rem}.syn-chip{display:inline-flex;align-items:center;gap:.25rem;background:#f2f2f7;border-radius:3px;padding:.1rem .3rem;font-size:10px;font-weight:700}.syn-chip svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2}.syn-card-title{margin:.25rem 0 0;font-size:.8rem;font-weight:400;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.syn-card-price{margin-top:.2rem;display:flex;align-items:baseline;gap:.35rem;color:var(--price)}.syn-card-price b{font-size:1.05rem;font-weight:700}.syn-card-price small{font-size:.7rem;font-weight:700}.syn-off{background:var(--price-soft);color:var(--price);border-radius:3px;padding:0 .2rem;font-size:.7rem;font-weight:700}.syn-compare{margin-left:.15rem;color:var(--muted);font-size:.7rem;text-decoration:line-through}.syn-empty{grid-column:1/-1;text-align:center;padding:4rem 1.5rem;color:var(--muted)}.syn-empty h2{color:var(--ink);font-size:1rem;margin:0 0 .5rem}.syn-empty p{font-size:.85rem;margin:0 0 1.25rem}.syn-btn{display:inline-block;background:var(--ink);color:#fff;border:0;border-radius:999px;padding:.85rem 1.5rem;font-size:.85rem;font-weight:700;cursor:pointer}.syn-btn[disabled]{opacity:.5}.syn-tabbar{position:fixed;bottom:0;left:0;right:0;z-index:30;display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-top:1px solid var(--line);padding:.35rem 0 .3rem}.syn-tabbar a{display:flex;flex-direction:column;align-items:center;gap:.1rem;font-size:11px;color:var(--muted)}.syn-tabbar a.is-active{color:var(--ink);font-weight:700}.syn-tabbar svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.syn-page-head{padding:.75rem .75rem 0}.syn-page-head h1{font-size:1.15rem;margin:0}.syn-product{padding:0 0 1.5rem}.syn-product-media{background:var(--tile)}.syn-product-media img{width:100%;height:100%;aspect-ratio:2/3;object-fit:contain;object-position:center;background:#fff}.syn-product-info{padding:.85rem}.syn-product-info h1{font-size:1rem;font-weight:500;margin:.5rem 0 0;line-height:1.4}.syn-price-lg{display:flex;align-items:baseline;gap:.4rem;color:var(--price);font-size:1.6rem;font-weight:700}.syn-select{margin-top:1rem;width:100%;border:1px solid var(--line);border-radius:8px;padding:.7rem;font-size:.9rem;background:#fff;color:var(--ink)}.syn-form{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.syn-form .syn-btn{width:100%}.syn-desc{margin-top:1.25rem;font-size:.85rem;line-height:1.7;color:#333}.syn-rte{padding:1rem .85rem 2rem;font-size:.9rem;line-height:1.7}.syn-line{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;border-bottom:1px solid var(--line);font-size:.9rem}.syn-footer{padding:1rem .85rem 1.5rem;text-align:center;font-size:11px;color:var(--muted)}.card__media,.card__inner,.media{overflow:visible!important}.card__media .media img,.card__media img,.product-card img{object-fit:contain!important;object-position:center!important;width:100%!important;height:100%!important;background:#fff}.card__media{aspect-ratio:2/3!important}
/*# sourceMappingURL=/cdn/shop/t/15/assets/noxen.css.map */
