:root{--nx-bg: #f4ede0;--nx-ink: #1f1a12;--nx-accent: #c2562d;--nx-soft: #e8ddc7;--nx-alert: #b85433;--nx-ink-muted: #5e5142;--nx-border: #ddd0b6}.product-main{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;max-width:1200px;margin-inline:auto;padding-inline:1rem}.product-gallery{max-width:520px;width:100%;margin-inline:auto}.product-gallery__main{aspect-ratio:1 / 1;width:100%;max-width:520px;max-height:520px;background:var(--nx-bg);border-radius:12px;overflow:hidden}.product-gallery__main img{width:100%;height:100%;object-fit:contain;background:var(--nx-bg)}.product-gallery__thumbs{display:flex;flex-wrap:nowrap;gap:.5rem;margin-top:.75rem;overflow-x:auto;scrollbar-width:thin;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.25rem;max-width:520px;margin-inline:auto}.product-gallery__thumbs::-webkit-scrollbar{height:4px}.product-gallery__thumbs::-webkit-scrollbar-thumb{background:var(--nx-border);border-radius:4px}.product-gallery__thumb{flex:0 0 auto;width:64px;height:64px;border-radius:8px;border:2px solid transparent;background:#fff;padding:0;overflow:hidden;cursor:pointer;scroll-snap-align:start;transition:border-color .15s}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumb.is-active{border-color:var(--nx-accent)}.product-info{min-width:0}.product-info__title{font-size:1.75rem;line-height:1.2;margin:.5rem 0}.product-info__price-row .price{font-size:1.5rem;font-weight:600}.atc-btn{padding:1rem;font-size:1rem;text-transform:uppercase}.variant-btn-list{display:flex;flex-wrap:wrap;gap:.5rem}.variant-btn{padding:.55rem .9rem;font-size:.85rem;white-space:nowrap}@media(max-width:1024px){.product-main{grid-template-columns:1fr;gap:1.25rem;max-width:100%;padding-inline:1rem}.product-gallery{max-width:100%;width:100%}.product-gallery__main{width:100%;max-width:100%;height:55vh;max-height:500px;min-height:280px;aspect-ratio:auto}.product-gallery__thumbs{max-width:100%}.product-info{max-width:720px;margin-inline:auto}}@media(max-width:640px){.product-main{gap:1rem;padding-inline:.75rem}.product-gallery__main{height:45vh;max-height:380px;min-height:240px}.product-gallery__thumbs{gap:.4rem;margin-top:.5rem}.product-gallery__thumb{width:52px;height:52px;border-radius:6px}.product-info__vendor{font-size:.7rem;letter-spacing:.08em;margin:.5rem 0 .25rem}.product-info__title{font-size:1.35rem;line-height:1.2;margin:.25rem 0 .5rem}.product-info__price-row .price{font-size:1.35rem}.variant-picker{margin-bottom:.85rem}.variant-picker__label{font-size:.85rem;margin-bottom:.4rem}.variant-btn{padding:.5rem .75rem;font-size:.8rem}.product-form__controls{gap:.5rem}.atc-btn{padding:.9rem;font-size:.95rem}.qty-stepper{flex:0 0 auto}.trust-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem;margin-top:1rem;padding:.6rem .4rem}.trust-badge{flex-direction:column;align-items:center;text-align:center;gap:.25rem;padding:.3rem .15rem}.trust-badge svg{width:20px;height:20px}.trust-badge span{font-size:.65rem;line-height:1.15;color:var(--nx-ink-muted)}.collapsible__trigger{padding:.85rem 0;font-size:.95rem}}@media(max-width:380px){.product-gallery__main{height:42vh;max-height:320px}.product-gallery__thumb{width:46px;height:46px}.product-info__title{font-size:1.2rem}.trust-badge span{font-size:.6rem}}.nx-toast-host{position:fixed;top:calc(var(--nx-header-h) + var(--nx-announce-h) + 1rem);right:1.25rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;pointer-events:none;max-width:380px;width:calc(100vw - 2.5rem)}.nx-toast{pointer-events:auto;position:relative;background:#fff;border:1px solid var(--nx-border);border-radius:var(--nx-radius-card);box-shadow:0 8px 30px #1f1a122e;padding:1.1rem 1.1rem 1rem;display:flex;gap:.85rem;align-items:flex-start;transform:translate(120%);opacity:0;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .35s ease}.nx-toast.is-visible{transform:translate(0);opacity:1}.nx-toast__close{position:absolute;top:.5rem;right:.6rem;font-size:1.25rem;line-height:1;color:var(--nx-ink-muted);background:none;border:none;cursor:pointer;padding:.2rem;transition:color .15s}.nx-toast__close:hover{color:var(--nx-ink)}.nx-toast__check{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--nx-accent);color:#fff;display:flex;align-items:center;justify-content:center}.nx-toast__check svg{width:18px;height:18px}.nx-toast__main{flex:1;min-width:0;padding-right:.5rem}.nx-toast__heading{font-family:var(--nx-font-head);font-weight:600;font-size:.95rem;color:var(--nx-ink);margin-bottom:.6rem}.nx-toast__product{display:flex;gap:.65rem;align-items:center;margin-bottom:.85rem}.nx-toast__img{flex-shrink:0;width:46px;height:46px;border-radius:8px;overflow:hidden;background:var(--nx-soft)}.nx-toast__img img{width:100%;height:100%;object-fit:cover}.nx-toast__meta{display:flex;flex-direction:column;gap:.15rem;min-width:0}.nx-toast__title{font-size:.85rem;font-weight:500;color:var(--nx-ink);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nx-toast__variant{font-size:.75rem;color:var(--nx-ink-muted)}.nx-toast__actions{display:flex;gap:.5rem}.nx-toast__btn{flex:1;text-align:center;padding:.6rem .75rem;border-radius:var(--nx-radius-btn);font-size:.8125rem;font-weight:600;cursor:pointer;transition:opacity .15s,background .15s,color .15s;border:1.5px solid transparent;white-space:nowrap}.nx-toast__btn--primary{background:var(--nx-accent);color:#fff}.nx-toast__btn--primary:hover{opacity:.9}.nx-toast__btn--ghost{background:transparent;color:var(--nx-ink);border-color:var(--nx-border)}.nx-toast__btn--ghost:hover{border-color:var(--nx-ink)}@media(max-width:480px){.nx-toast-host{top:auto;bottom:1rem;right:1rem;left:1rem;width:auto;max-width:none}.nx-toast{transform:translateY(140%)}.nx-toast.is-visible{transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/nexori-fix.css.map */
