@import"https://fonts.googleapis.com/css2?family=Anton&family=Space+Mono:wght@400;700&display=swap";:root{--background:#000;--foreground:#f5f5f5;--card:#0a0a0a;--muted:#121212;--muted-foreground:#878787;--border:#1a1a1a;--primary:#8a0000;--primary-foreground:#fff;--font-sans:"Space Mono",ui-monospace,"Courier New",monospace;--font-heading:"Anton",Impact,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#000}body{margin:0;background:#000;color:var(--foreground);font-family:var(--font-sans)}button,input{font:inherit}a{color:inherit}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.yvrn-header{position:fixed;inset:0 0 auto;z-index:50;height:4.5rem;background:#000;border-bottom:1px solid var(--border)}.yvrn-header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.yvrn-header__side{width:2.5rem;position:relative}.yvrn-header__side--right{display:flex;justify-content:flex-end}.yvrn-icon-btn{width:2rem;height:2rem;padding:.25rem;border:0;background:none;color:#f5f5f5;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;text-decoration:none}.yvrn-icon-btn:hover{opacity:.5}.yvrn-hamburger{width:16px;height:13px;display:flex;flex-direction:column;justify-content:space-between}.yvrn-hamburger i{height:1px;width:16px;background:currentColor;display:block}.yvrn-menu{display:none;position:absolute;top:100%;left:0;min-width:11rem;background:#000;border:1px solid var(--border)}.yvrn-menu.is-open{display:block}.yvrn-menu a{display:block;padding:.85rem 1.25rem;border-bottom:1px solid var(--border);font-size:.58rem;letter-spacing:.25em;text-decoration:none}.yvrn-menu a:last-child{border-bottom:0}.yvrn-menu a:hover{background:#f5f5f5;color:#000}.yvrn-cart-count{position:absolute;right:-5px;top:-5px;min-width:12px;height:12px;border-radius:50%;background:var(--primary);color:#fff;font-size:7px;line-height:12px;text-align:center}.yvrn-cart-count.is-hidden{display:none}.yvrn-header-spacer{height:6rem}.yvrn-showcase{padding:0 1rem 4rem;background:#000}.yvrn-drops-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.yvrn-showcase-card{position:relative;aspect-ratio:3/4;background:#0a0a0a;border:0;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.yvrn-showcase-card img{width:55%;height:auto;object-fit:contain;mix-blend-mode:screen;-webkit-user-select:none;user-select:none;pointer-events:none}.yvrn-spin{animation:yvrn-rotate 8s linear infinite}@keyframes yvrn-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.yvrn-questions{position:absolute;top:0;right:0;bottom:0;left:0;background:#b3b3b321;display:flex;align-items:center;justify-content:center;gap:.4rem}.yvrn-questions b{font-family:var(--font-heading);font-size:2.2rem;line-height:1;font-weight:400;color:#000}.yvrn-coming-soon{display:none;position:absolute;top:0;right:0;bottom:0;left:0;align-items:flex-end;justify-content:center;padding:1rem;font-size:.5rem;letter-spacing:.3em;color:var(--muted-foreground)}.yvrn-showcase-card.is-revealed{cursor:default}.yvrn-showcase-card.is-revealed .yvrn-questions{display:none}.yvrn-showcase-card.is-revealed .yvrn-coming-soon{display:flex}.yvrn-floating-shop{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:40}.yvrn-shop-btn{display:block;padding:.55rem 1.4rem;background:var(--primary);border:1px solid var(--primary);color:#fff;text-decoration:none;font-size:.5rem;letter-spacing:.25em;white-space:nowrap}.yvrn-shop-btn:hover{background:#f5f5f5;color:#000;border-color:#f5f5f5}.yvrn-memory{background:#000;padding:3rem 1rem 4rem;text-align:center}.yvrn-eyebrow{font-family:var(--font-sans);font-size:.6rem;letter-spacing:.3em;color:var(--muted-foreground);margin:0 0 .5rem}.yvrn-memory h2{font-family:var(--font-heading);font-size:clamp(1.6rem,4vw,2.8rem);font-weight:400;line-height:1;margin:0 0 .4rem}.yvrn-memory-sub{font-size:.65rem;letter-spacing:.15em;color:var(--muted-foreground);margin:0 0 2rem}.yvrn-timer-row{max-width:360px;margin:0 auto 1.5rem;display:flex;align-items:center;gap:.75rem}.yvrn-timer-track{flex:1;height:3px;background:#121212;border-radius:2px;overflow:hidden}.yvrn-timer-fill{height:100%;width:100%;background:#f5f5f5;transition:width 1s linear,background .3s}.yvrn-timer{font-family:var(--font-heading);font-size:1.1rem;min-width:1.8rem}.yvrn-memory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;max-width:360px;margin:0 auto 2rem}.yvrn-memory-card{appearance:none;-webkit-appearance:none;width:100%;min-width:0;display:block;aspect-ratio:3/4;perspective:600px;cursor:pointer;background:transparent;border:0;padding:0;margin:0;color:inherit;outline:none}.yvrn-memory-card__inner{position:relative;display:block;width:100%;height:100%;min-height:1px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transition:transform .35s ease}.yvrn-memory-card.is-flipped .yvrn-memory-card__inner,.yvrn-memory-card.is-matched .yvrn-memory-card__inner{transform:rotateY(180deg)}.yvrn-face{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;align-items:center;justify-content:center;overflow:hidden}.yvrn-face--back{background:#0a0a0a;border:1px solid var(--border)}.yvrn-face--back img{width:60%;mix-blend-mode:screen;opacity:.6}.yvrn-face--front{transform:rotateY(180deg)}.yvrn-face--front img{width:65%;height:auto;object-fit:contain}.yvrn-face--red{background:#8a0000;border:2px solid #8a0000}.yvrn-face--white{background:#f5f5f5;border:2px solid #ccc}.yvrn-face--black{background:#121212;border:2px solid #404040}.yvrn-face--red img,.yvrn-face--black img{filter:brightness(0) invert(1)}.yvrn-face--white img{filter:brightness(0)}.yvrn-memory-card.is-matched .yvrn-face--front{opacity:.6}.yvrn-memory-hint{font-size:.55rem;letter-spacing:.2em;color:var(--muted-foreground);margin:.5rem 0 0}.yvrn-result{display:none;max-width:360px;margin:0 auto;padding:1.5rem;border:1px solid var(--border);background:#0a0a0a}.yvrn-result.is-visible{display:block}.yvrn-result[data-result=won]{border-color:var(--primary)}.yvrn-result-title{font-family:var(--font-heading);font-size:1.4rem;font-weight:400;color:var(--primary);line-height:1;margin:0 0 .4rem}.yvrn-result-title--plain{color:#f5f5f5}.yvrn-result-copy{font-size:.6rem;letter-spacing:.2em;color:var(--muted-foreground);margin:0 0 1rem}.yvrn-code-btn,.yvrn-retry{width:100%;cursor:pointer;padding:.6rem 1.5rem}.yvrn-code-btn{font-family:var(--font-heading);font-size:1.1rem;letter-spacing:.1em;background:var(--primary);color:#f5f5f5;border:0;margin-bottom:.75rem}.yvrn-retry{font-size:.55rem;letter-spacing:.2em;background:transparent;color:var(--muted-foreground);border:1px solid var(--border)}.yvrn-retry--solid{font-family:var(--font-heading);font-size:1rem;letter-spacing:.1em;background:#f5f5f5;color:#000;border:0}.yvrn-cooldown{font-family:var(--font-heading);font-size:2rem;letter-spacing:.05em;color:var(--primary);margin:0}.yvrn-signed{font-size:.6rem;letter-spacing:.2em;color:#f5f5f5;margin:0}.yvrn-footer{width:100%;background:#000;border-top:1px solid var(--border);padding:3rem 1.5rem 2rem}.yvrn-footer__inner{display:flex;flex-direction:column;align-items:center;gap:2rem}.yvrn-signup{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:24rem}.yvrn-footer-form{display:flex;width:100%}.yvrn-footer-form input{flex:1;min-width:0;padding:.65rem .9rem;background:transparent;border:1px solid #f5f5f5;border-right:0;color:#f5f5f5;outline:0;font-size:.58rem;letter-spacing:.15em}.yvrn-footer-form input::placeholder{color:var(--muted-foreground)}.yvrn-footer-form input:focus{border-color:var(--primary)}.yvrn-footer-form button{padding:.65rem 1rem;background:var(--primary);border:1px solid var(--primary);color:#fff;cursor:pointer;font-size:.58rem;letter-spacing:.2em;white-space:nowrap}.yvrn-footer-form button:hover{background:#f5f5f5;color:#000;border-color:#f5f5f5}.yvrn-socials a{color:var(--muted-foreground);display:flex;text-decoration:none}.yvrn-socials a:hover{color:#f5f5f5}.yvrn-copyright{font-size:.5rem;letter-spacing:.15em;color:var(--muted-foreground);margin:0}@media(min-width:768px){.yvrn-drops-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.yvrn-showcase{padding-left:1rem;padding-right:1rem}}.yvrn-shop-page{padding:7rem 1rem 5rem;background:#000;min-height:70vh}.yvrn-shop-page__inner,.yvrn-cart{max-width:1100px;margin:0 auto}.yvrn-shop-page h1,.yvrn-product-info h1,.yvrn-cart h1{font-family:var(--font-heading);font-size:clamp(2rem,5vw,4rem);font-weight:400;line-height:1;margin:.25rem 0 2rem}.yvrn-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.yvrn-product-card{text-decoration:none;color:#f5f5f5;display:flex;flex-direction:column;gap:.5rem}.yvrn-product-card img,.yvrn-product-placeholder{width:100%;aspect-ratio:3/4;object-fit:cover;background:#0a0a0a}.yvrn-product-placeholder{display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:3rem}.yvrn-product-card span{font-size:.65rem;letter-spacing:.15em}.yvrn-product-card small{font-size:.58rem;color:var(--muted-foreground);letter-spacing:.1em}.yvrn-product-page{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:3rem}.yvrn-product-page>div:first-child img{width:100%;height:auto}.yvrn-product-info{padding-top:1rem}.yvrn-price{font-size:.8rem;letter-spacing:.15em}.yvrn-description{font-size:.7rem;line-height:1.7;color:var(--muted-foreground);margin:2rem 0}.yvrn-label{display:block;font-size:.55rem;letter-spacing:.2em;margin-bottom:.5rem}.yvrn-select{width:100%;background:#000;color:#f5f5f5;border:1px solid #333;padding:.8rem;margin-bottom:1rem}.yvrn-add{width:100%;padding:.9rem;background:#8a0000;color:#fff;border:1px solid #8a0000;cursor:pointer;font-size:.58rem;letter-spacing:.2em}.yvrn-add:hover{background:#f5f5f5;color:#000;border-color:#f5f5f5}.yvrn-cart-row{display:grid;grid-template-columns:90px 1fr 70px;gap:1rem;align-items:center;border-bottom:1px solid #1a1a1a;padding:1rem 0}.yvrn-cart-row img{width:90px;height:110px;object-fit:cover}.yvrn-cart-row a{text-decoration:none;font-size:.65rem;letter-spacing:.1em}.yvrn-cart-row p{font-size:.6rem;color:#878787}.yvrn-cart-row input{width:60px;background:#000;color:#fff;border:1px solid #333;padding:.5rem}.yvrn-cart-total{text-align:right;font-size:.7rem;letter-spacing:.15em;margin:1.5rem 0}@media(max-width:700px){.yvrn-product-page{grid-template-columns:1fr;gap:1.5rem}.yvrn-product-grid{grid-template-columns:1fr 1fr}}.yvrn-menu button.yvrn-menu-link{width:100%;display:block;padding:.85rem 1.25rem;border:0;border-bottom:1px solid var(--border);background:#000;color:#f5f5f5;text-align:left;font-family:var(--font-sans);font-size:.58rem;letter-spacing:.25em;cursor:default}.yvrn-menu button.yvrn-menu-link:hover{background:#000;color:#f5f5f5}.yvrn-socials{display:flex;align-items:center;gap:2rem}.yvrn-socials a,.yvrn-social-disabled{font-family:var(--font-sans);font-size:.58rem;letter-spacing:.15em;color:var(--muted-foreground);text-decoration:none;transition:none}.yvrn-socials a:hover{color:var(--foreground)}.yvrn-social-disabled{cursor:default}
/*# sourceMappingURL=/cdn/shop/t/7/assets/yvrn.css.map */
