:root{--prototype-ink: #123f49;--prototype-ink-soft: #41656d;--prototype-aqua: #258c91;--prototype-aqua-dark: #176d73;--prototype-mint: #e9f8f3;--prototype-mint-strong: #d4f0e8;--prototype-warm-white: #fffdf8;--prototype-sun: #f4b25e;--prototype-line: rgba(18, 63, 73, .15)}.prototype-site-header{position:sticky;top:0;z-index:80;background:#fffdf8f5;border-bottom:1px solid var(--prototype-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.prototype-nav{width:min(1220px,100%);min-height:82px;margin:0 auto;padding:12px 22px;gap:26px}.prototype-brand{flex:0 1 auto}.prototype-site-header .nuvami-brand-lockup__image{width:190px;max-height:62px;object-fit:contain}.prototype-nav-links{align-items:center;gap:27px;margin-left:auto}.prototype-nav-links a{color:var(--prototype-ink);font-size:16px;font-weight:700}.prototype-nav-links a:hover{color:var(--prototype-aqua-dark)}.prototype-nav-actions{gap:9px}.prototype-account-btn,.prototype-cart-btn{min-height:48px;border-color:var(--prototype-line);background:#fff;color:var(--prototype-ink);font-size:15px}.prototype-cart-btn{gap:8px;padding:.62em 1em;border-width:1.5px}.prototype-cart-btn .cart-count{position:static;min-width:22px;height:22px;background:var(--prototype-sun);color:var(--prototype-ink)}.prototype-nav-toggle{border-color:var(--prototype-line);background:#fff}.prototype-home{overflow:clip;background:var(--prototype-warm-white)}.prototype-shell{width:min(1220px,100%);margin:0 auto;padding-inline:22px}.prototype-hero{padding:46px 0 58px;background:radial-gradient(circle at 13% 15%,rgba(244,178,94,.24),transparent 24%),radial-gradient(circle at 88% 78%,rgba(105,198,200,.24),transparent 31%),linear-gradient(135deg,#fffaf0,#edf9f4 52%,#dff3ee)}.prototype-hero__grid{display:grid;grid-template-columns:minmax(0,44fr) minmax(0,56fr);gap:clamp(34px,5vw,64px);align-items:center}.prototype-hero__copy{padding:18px 0}.prototype-hero__copy h1{max-width:650px;margin:0 0 22px;color:var(--prototype-ink);font-size:clamp(56px,5.2vw,66px);font-weight:800;line-height:1.02;letter-spacing:-.035em}.prototype-hero__copy>p{max-width:570px;margin:0 0 30px;color:var(--prototype-ink-soft);font-size:clamp(18px,1.7vw,20px);line-height:1.6}.prototype-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.prototype-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 24px;border:1.5px solid transparent;border-radius:999px;font:700 16.5px/1.2 var(--font-body);text-decoration:none;transition:transform .15s ease,background .15s ease,border-color .15s ease}.prototype-button:active{transform:translateY(1px)}.prototype-button--primary{background:var(--prototype-aqua);color:#fff}.prototype-button--primary:hover{background:var(--prototype-aqua-dark)}.prototype-button--secondary{border-color:var(--prototype-ink);background:#ffffffad;color:var(--prototype-ink)}.prototype-button--secondary:hover{background:var(--prototype-ink);color:#fff}.prototype-hero__media{overflow:hidden;aspect-ratio:4 / 3;border-radius:20px;background:var(--prototype-mint-strong);box-shadow:0 20px 52px #123f491f}.prototype-hero__image{width:100%;height:100%;object-fit:cover;object-position:52% 48%}.prototype-catalogue{padding:70px 0 90px;background:var(--prototype-warm-white)}.prototype-catalogue__header{max-width:740px;margin-bottom:24px}.prototype-catalogue__header h2{margin:0 0 10px;color:var(--prototype-ink);font-size:clamp(38px,4vw,52px);line-height:1.06}.prototype-catalogue__header p{margin:0;color:var(--prototype-ink-soft);font-size:18px;line-height:1.55}.prototype-availability{width:fit-content;margin:0 0 32px;padding:13px 17px;border:1px solid rgba(244,178,94,.65);border-radius:12px;background:#fff4df;color:var(--prototype-ink);font-size:15.5px;font-weight:700}.prototype-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;align-items:start}.prototype-product-card{min-width:0;overflow:hidden;border:1px solid var(--prototype-line);border-radius:20px;background:#fff;box-shadow:0 10px 28px #123f4912}.prototype-product-card__main-link{display:block;overflow:hidden;aspect-ratio:4 / 3;background:var(--prototype-mint)}.prototype-product-card__main-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.prototype-product-card__main-link:hover .prototype-product-card__main-image{transform:scale(1.018)}.prototype-product-card__thumbnails{display:flex;gap:10px;padding:14px 24px 0}.prototype-product-card__thumbnail{display:block;overflow:hidden;width:76px;aspect-ratio:4 / 3;border:1px solid var(--prototype-line);border-radius:12px;background:var(--prototype-mint)}.prototype-product-card__thumbnail img{width:100%;height:100%;object-fit:cover}.prototype-product-card__content{padding:22px 26px 27px}.prototype-product-card__usage{margin:0 0 9px;color:var(--prototype-aqua-dark);font-size:14.5px;font-weight:800;letter-spacing:.02em}.prototype-product-card h3{margin:0;color:var(--prototype-ink);font-size:clamp(23px,2.2vw,27px);line-height:1.13}.prototype-product-card h3 a{color:inherit;text-decoration:none}.prototype-product-card h3 a:hover{color:var(--prototype-aqua-dark)}.prototype-product-card__description{display:-webkit-box;overflow:hidden;min-height:3.15em;margin:13px 0 22px;color:var(--prototype-ink-soft);font-size:16.5px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.prototype-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:18px}.prototype-product-card__price{margin:0;color:var(--prototype-ink);font:800 20px/1.2 var(--font-display);white-space:nowrap}.prototype-button--card{min-height:50px;padding-inline:21px;background:var(--prototype-aqua);color:#fff}.prototype-button--card:hover{background:var(--prototype-aqua-dark)}@media(max-width:1040px){.prototype-nav{gap:14px}.prototype-site-header .nuvami-brand-lockup__image{width:174px}.prototype-nav-links{gap:18px}.prototype-nav-links a{font-size:15px}.prototype-hero__grid{gap:34px}.prototype-product-grid{gap:28px}}@media(max-width:900px){.prototype-nav{min-height:76px}.prototype-nav-links{margin-left:0}.prototype-hero{padding:38px 0 48px}.prototype-hero__grid{grid-template-columns:1fr}.prototype-hero__copy{padding-bottom:0}.prototype-hero__copy h1{font-size:clamp(44px,8vw,58px)}.prototype-hero__media{width:100%}.prototype-product-grid{grid-template-columns:1fr}}@media(max-width:680px){.prototype-nav,.prototype-shell{padding-inline:20px}.prototype-nav{min-height:72px;gap:8px}.prototype-site-header .nuvami-brand-lockup__image{width:154px}.prototype-account-btn{width:44px;height:44px}.prototype-cart-btn{min-height:44px;padding:.52em .74em}.prototype-cart-btn>span:first-of-type{display:none}.prototype-nav-toggle{width:44px;height:44px}.prototype-nav-links{gap:0;background:var(--prototype-warm-white)}.prototype-nav-links a{min-height:52px;padding:15px 20px;font-size:16px}.prototype-hero{padding:28px 0 40px}.prototype-hero__grid{gap:26px}.prototype-hero__copy h1{max-width:11ch;margin-bottom:18px;font-size:clamp(39px,11.5vw,46px);line-height:1.04}.prototype-hero__copy>p{margin-bottom:24px;font-size:18px;line-height:1.52}.prototype-hero__actions{align-items:stretch;flex-direction:column}.prototype-button{width:100%;min-height:52px}.prototype-hero__media{border-radius:18px}.prototype-catalogue{padding:54px 0 70px}.prototype-catalogue__header{margin-bottom:20px}.prototype-catalogue__header h2{font-size:38px}.prototype-catalogue__header p{font-size:17px}.prototype-availability{width:100%;margin-bottom:26px;font-size:15px}.prototype-product-grid{gap:24px}.prototype-product-card{border-radius:18px}.prototype-product-card__thumbnails{padding:12px 20px 0}.prototype-product-card__thumbnail{width:70px}.prototype-product-card__content{padding:20px 22px 24px}.prototype-product-card h3{font-size:clamp(21px,6.3vw,24px)}.prototype-product-card__description{font-size:16px}.prototype-product-card__footer{align-items:stretch;flex-direction:column}.prototype-button--card{width:100%}}@media(max-width:390px){.prototype-nav,.prototype-shell{padding-inline:18px}.prototype-site-header .nuvami-brand-lockup__image{width:142px}}@media(prefers-reduced-motion:reduce){.prototype-button,.prototype-product-card__main-image{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/nuvami-prototype-v1.css.map */
