:root{--bg: #fff;--surface: #f4f3ef;--text: #252523;--muted: #66665f;--line: #deded7;--inverse: #fff;--brand-pink: #fa447d;--brand-pink-ink: #a51f4a;--brand-blush: #fae7ee;--brand-blush-soft: #fff4f7;--accent: var(--brand-blush);--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.25rem;--text-xl: clamp(1.6rem, 2.2vw, 2.25rem);--text-hero: clamp(2.5rem, 4.4vw, 3.5rem);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--gutter: clamp(20px, 4vw, 64px)}body.yoko-site{font-family:General Sans,Arial,sans-serif;font-size:var(--text-base);color:var(--text);background:var(--bg);line-height:1.5}body.yoko-site h1,body.yoko-site h2,body.yoko-site h3{font-weight:500;letter-spacing:-.045em;line-height:1.12}body.yoko-site h2{font-size:var(--text-xl)}body.yoko-site h3{font-size:var(--text-base)}body.yoko-site button{padding:0}body.yoko-site p{line-height:1.6}body.yoko-site .announcement{height:30px;display:grid;place-items:center;font-size:var(--text-xs);letter-spacing:.12em;background:var(--brand-pink);color:#252523}body.yoko-site .header{position:sticky;top:0;z-index:30;height:88px;background:#fff;color:#252523;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 var(--gutter);border-bottom:1px solid #eee}body.yoko-site .desktop-nav{display:flex;gap:var(--space-6);align-items:center;font-size:var(--text-sm)}body.yoko-site .desktop-nav :is(a,button){min-height:44px;display:flex;align-items:center;gap:var(--space-1)}body.yoko-site .desktop-nav svg{width:14px}body.yoko-site .desktop-nav :is(a,button):hover{text-decoration:underline;text-underline-offset:5px}body.yoko-site .brand{width:210px;display:block}body.yoko-site .brand img{width:100%}body.yoko-site .header-actions{display:flex;justify-content:flex-end;gap:var(--space-2)}body.yoko-site .icon-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;position:relative}body.yoko-site .icon-btn:hover{background:#8881}body.yoko-site .counter{font-size:var(--text-xs);position:absolute;top:0;right:-1px;min-width:17px;height:17px;background:#252523;color:#fff;border-radius:50%;display:grid;place-items:center}body.yoko-site .mobile-menu,body.yoko-site .mobile-only{display:none}body.yoko-site .theme-switch{margin-left:var(--space-1)}body.yoko-site .hero{height:min(650px,70vw);min-height:490px;position:relative;color:#fff;overflow:hidden;background:#333}body.yoko-site .hero-image{width:100%;height:100%;object-fit:cover;object-position:center 48%}body.yoko-site .hero-content{position:absolute;left:var(--gutter);top:50%;transform:translateY(-43%);max-width:500px}body.yoko-site .eyebrow{font-size:var(--text-xs);letter-spacing:.13em;font-weight:500;line-height:1.4;margin-bottom:var(--space-4)}body.yoko-site .hero h1{font-size:var(--text-hero);font-weight:500;letter-spacing:-.035em;line-height:1.03;margin-bottom:var(--space-6)}body.yoko-site .hero-content>p:not(.eyebrow){font-size:var(--text-base);margin-bottom:var(--space-8)}body.yoko-site .button{padding:var(--space-4) var(--space-6);min-height:52px;display:inline-flex;align-items:center;justify-content:space-between;gap:var(--space-8);font-size:var(--text-sm);font-weight:500;transition:background .2s,transform .2s}body.yoko-site .button:hover{transform:translateY(-2px)}body.yoko-site .light{background:#fff;color:#252523}body.yoko-site .light:hover{background:var(--brand-blush)}body.yoko-site .dark{background:var(--text);color:var(--bg)}body.yoko-site .dark:hover{opacity:.88}body.yoko-site .hero-caption{position:absolute;bottom:var(--space-8);right:var(--gutter);text-align:right;display:flex;flex-direction:column;font-size:var(--text-xs);letter-spacing:.1em}body.yoko-site .intro-strip{padding:var(--space-6) var(--gutter);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}body.yoko-site .intro-strip p{font-size:var(--text-lg);letter-spacing:-.035em}body.yoko-site .intro-strip>span{font-size:var(--text-xs);letter-spacing:.12em}body.yoko-site .section{padding:var(--space-20) var(--gutter)}body.yoko-site .section-head{display:flex;justify-content:space-between;gap:var(--space-6);align-items:end;margin-bottom:var(--space-8)}body.yoko-site .section-head .eyebrow{margin-bottom:var(--space-3)}body.yoko-site .text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:var(--space-3);font-size:var(--text-sm);min-height:44px;text-decoration:underline;text-underline-offset:5px}body.yoko-site .text-link:hover{opacity:.65}body.yoko-site .category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4)}body.yoko-site .category{text-align:left}body.yoko-site .category-img{display:block;aspect-ratio:4/4.4;background:var(--surface);overflow:hidden}body.yoko-site .category img{height:100%;width:100%;object-fit:cover;transition:transform .6s}body.yoko-site .category:hover img{transform:scale(1.035)}body.yoko-site .category>span:last-child{display:flex;align-items:center;justify-content:space-between;font-size:var(--text-lg);padding:var(--space-4) 0}body.yoko-site .edit-section{padding-top:80px;padding-bottom:var(--space-20)}body.yoko-site .product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-4)}body.yoko-site .product-card{position:relative;min-width:0}body.yoko-site .product-visual{display:block;position:relative;aspect-ratio:1/1.13;background:var(--surface);overflow:hidden;width:100%}body.yoko-site .product-visual img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:opacity .35s,transform .6s;padding:var(--space-6)}body.yoko-site .product-visual .alternate{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;padding:0;opacity:0;mix-blend-mode:normal}body.yoko-site .product-card:hover .alternate{opacity:1}body.yoko-site .product-card:hover .product-visual img{transform:scale(1.025)}body.yoko-site .favourite{position:absolute;right:var(--space-2);top:var(--space-2);z-index:2;color:#333}body.yoko-site .favourite[aria-pressed=true] svg{fill:#333}body.yoko-site .card-tag{position:absolute;top:var(--space-4);left:var(--space-4);z-index:2;font-size:var(--text-xs);letter-spacing:.06em;color:#333}body.yoko-site .product-meta{padding:var(--space-4) 0 var(--space-2);display:flex;justify-content:space-between;gap:var(--space-2);align-items:start}body.yoko-site .product-title{text-align:left;font-size:var(--text-sm);font-weight:500;line-height:1.4}body.yoko-site .product-price{font-size:var(--text-sm);white-space:nowrap}body.yoko-site .product-sub{font-size:var(--text-xs);color:var(--muted);padding-right:var(--space-8);line-height:1.5}body.yoko-site .swatches{display:flex;gap:var(--space-1);padding-top:var(--space-3)}body.yoko-site .swatch{width:12px;height:12px;border-radius:50%;border:1px solid #a2a292;background:#c3a363}body.yoko-site .swatch.silver{background:#c4c5c2}body.yoko-site .swatch.colour{background:#449e9a}body.yoko-site .quick-add{position:absolute;top:var(--space-2);bottom:auto;right:var(--space-2);color:#333;background:#fffd;z-index:2}body.yoko-site .worlds{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2);padding:0 var(--space-2)}body.yoko-site .world{height:720px;max-height:70vw;min-height:500px;position:relative;overflow:hidden;color:#fff;background:#444}body.yoko-site .world>img{height:100%;width:100%;object-fit:cover;object-position:center 35%;transition:transform .8s}body.yoko-site .world:hover>img{transform:scale(1.018)}body.yoko-site .world:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0008);pointer-events:none}body.yoko-site .world-copy{position:absolute;z-index:1;left:var(--space-10);bottom:var(--space-10);right:var(--space-8)}body.yoko-site .world-copy h2{font-size:var(--text-xl);margin-bottom:var(--space-6)}body.yoko-site .world-copy .eyebrow{font-size:var(--text-xs)}body.yoko-site .shop-look{display:grid;grid-template-columns:1.05fr 1fr;gap:var(--space-20);align-items:center}body.yoko-site .look-image{position:relative;aspect-ratio:1/1.12;overflow:hidden}body.yoko-site .look-image>img{height:100%;width:100%;object-fit:cover;object-position:center}body.yoko-site .hotspot{position:absolute;top:49%;left:56%;width:44px;height:44px;display:grid;place-items:center;border:1px solid white;border-radius:50%;background:#ffffffd9;color:#222;box-shadow:0 0 0 8px #ffffff30}body.yoko-site .hotspot:hover{transform:scale(1.08)}body.yoko-site .image-label{position:absolute;bottom:var(--space-5);left:var(--space-6);font-size:var(--text-xs);letter-spacing:.14em;background:#fff;color:#222;padding:var(--space-2) var(--space-3)}body.yoko-site .look-copy h2{margin-bottom:var(--space-6)}body.yoko-site .look-copy>p:not(.eyebrow){color:var(--muted);font-size:var(--text-sm)}body.yoko-site #look-products{margin:var(--space-8) 0}body.yoko-site .look-product{border-top:1px solid var(--line);padding:var(--space-4) 0;display:grid;grid-template-columns:82px 1fr 44px;gap:var(--space-4);align-items:center}body.yoko-site .look-product img{width:82px;height:88px;object-fit:contain;background:#f5f4f0;mix-blend-mode:multiply}body.yoko-site .look-product p{font-size:var(--text-sm)}body.yoko-site .look-product .fine{font-size:var(--text-xs);color:var(--muted)}body.yoko-site .look-product button:not(.icon-btn){text-align:left}body.yoko-site .gift-band{margin:0 var(--gutter);background:var(--accent);padding:var(--space-10) var(--space-12);display:flex;justify-content:space-between;align-items:center;gap:var(--space-8)}body.yoko-site .gift-band h2{font-size:var(--text-xl)}body.yoko-site .brand-story{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-20);padding-block:var(--space-24)}body.yoko-site .brand-story h2{font-size:var(--text-xl)}body.yoko-site .brand-copy{max-width:550px;align-self:center}body.yoko-site .brand-copy p{margin-bottom:var(--space-4);font-size:var(--text-base)}body.yoko-site .newsletter{background:var(--surface);padding:var(--space-16) var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:var(--space-20);align-items:center}body.yoko-site .newsletter h2{margin-bottom:var(--space-5)}body.yoko-site .newsletter p:not(.eyebrow){font-size:var(--text-sm)}body.yoko-site #newsletter-form{max-width:540px}body.yoko-site #newsletter-form label{font-size:var(--text-sm)}body.yoko-site .email-row{display:flex;border-bottom:1px solid var(--text);margin-top:var(--space-3)}body.yoko-site input{min-width:0;color:var(--text);background:transparent;border:0;border-radius:0}body.yoko-site .email-row input{width:100%;padding:var(--space-3) 0;font-size:var(--text-base)}body.yoko-site .fine{font-size:var(--text-xs)!important;line-height:1.6;color:var(--muted)}body.yoko-site #newsletter-form .fine{margin-top:var(--space-4)}body.yoko-site #newsletter-status{margin-top:var(--space-3);font-size:var(--text-sm)}body.yoko-site footer{padding:var(--space-16) var(--gutter) var(--space-8)}body.yoko-site .footer-top{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-10)}body.yoko-site .footer-brand img{width:210px;background:#fff}body.yoko-site .footer-brand p{margin-top:var(--space-5);font-size:var(--text-sm);color:var(--muted)}body.yoko-site .footer-top h3{font-weight:500;margin-bottom:var(--space-3)}body.yoko-site .footer-top a,body.yoko-site .footer-top button{display:block;font-size:var(--text-sm);text-align:left;min-height:28px;color:var(--muted)}body.yoko-site .footer-top .footer-brand a{display:inline-block}body.yoko-site .footer-top a:hover,body.yoko-site .footer-top button:hover{text-decoration:underline}body.yoko-site .footer-bottom{border-top:1px solid var(--line);margin-top:var(--space-12);padding-top:var(--space-6);display:flex;justify-content:space-between;gap:var(--space-4);font-size:var(--text-xs);color:var(--muted)}body.yoko-site .footer-bottom>div{display:flex;gap:var(--space-6)}body.yoko-site .preview-label{position:fixed;left:var(--space-4);bottom:var(--space-3);z-index:40;display:flex;align-items:center;gap:var(--space-2);background:#fff;color:#333;box-shadow:0 1px 12px #0002;padding:var(--space-1) var(--space-3);font-size:var(--text-xs);letter-spacing:.07em}body.yoko-site .preview-label button{width:32px;height:32px;display:grid;place-items:center}body.yoko-site .preview-label svg{width:16px}body.yoko-site .collection-view{min-height:70vh}body.yoko-site .collection-heading{margin:var(--space-10) 0}body.yoko-site .collection-heading h1{font-size:var(--text-xl);margin-bottom:var(--space-4)}body.yoko-site .collection-heading>p:last-child{color:var(--muted);font-size:var(--text-sm)}body.yoko-site .filter-bar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);border-block:1px solid var(--line);padding:var(--space-4) 0}body.yoko-site .filter-chips{display:flex;gap:var(--space-2);flex-wrap:wrap}body.yoko-site .filter-chips :is(a,button),body.yoko-site .search-suggestions button{border:1px solid var(--line);padding:var(--space-3) var(--space-4);font-size:var(--text-sm);min-height:44px}body.yoko-site .filter-chips :is(a,button)[aria-pressed=true]{background:var(--text);color:var(--bg);border-color:var(--text)}body.yoko-site .select-filters{display:flex;gap:var(--space-4)}body.yoko-site .select-filters label{font-size:var(--text-xs);display:flex;flex-direction:column;gap:var(--space-1);color:var(--muted)}body.yoko-site select{background:var(--bg);border:1px solid var(--line);color:var(--text);font-size:var(--text-sm);padding:var(--space-2);min-height:44px}body.yoko-site .result-count{font-size:var(--text-xs);color:var(--muted);margin:var(--space-6) 0}body.yoko-site .collection-view .product-grid{row-gap:var(--space-10)}body.yoko-site .empty-state{grid-column:1/-1;padding:var(--space-16) var(--space-4);text-align:center;background:var(--surface)}body.yoko-site .empty-state p{margin:var(--space-4) 0 var(--space-6);color:var(--muted)}body.yoko-site dialog{background:var(--bg);max-width:calc(100vw - 32px);max-height:90dvh;box-shadow:0 12px 70px #0003}body.yoko-site dialog[open]{animation:appear .18s ease-out}body.yoko-site .dialog-top{display:flex;justify-content:space-between;align-items:center;gap:var(--space-6);padding:var(--space-6) var(--space-8);border-bottom:1px solid var(--line)}body.yoko-site .dialog-top h2{font-size:var(--text-lg);letter-spacing:-.02em}body.yoko-site .menu-dialog{width:820px}body.yoko-site .menu-body{display:grid;grid-template-columns:1.4fr 1fr;padding:var(--space-8);gap:var(--space-12)}body.yoko-site .menu-body nav button{display:flex;justify-content:space-between;width:100%;min-height:52px;font-size:var(--text-lg);border-bottom:1px solid var(--line)}body.yoko-site .menu-worlds button{display:block;min-height:44px;font-size:var(--text-sm)}body.yoko-site .search-dialog{width:800px}body.yoko-site .search-dialog form{padding:var(--space-8) var(--space-8) var(--space-4)}body.yoko-site .search-row{display:flex;align-items:center;gap:var(--space-4);border-bottom:1px solid var(--text)}body.yoko-site .search-row input{flex:1;padding:var(--space-4) 0}body.yoko-site .search-dialog>.fine{padding-inline:var(--space-8)}body.yoko-site .search-suggestions{display:flex;gap:var(--space-2);padding:var(--space-6) var(--space-8) var(--space-8);flex-wrap:wrap}body.yoko-site .product-dialog{width:1050px}body.yoko-site .floating-close{position:absolute;right:var(--space-3);top:var(--space-3);z-index:5;background:var(--bg)}body.yoko-site .product-detail-grid{display:grid;grid-template-columns:1fr 1fr}body.yoko-site .detail-gallery{background:#f3f2ee;padding:var(--space-6);position:relative}body.yoko-site .detail-main-image{width:100%;aspect-ratio:1;object-fit:contain;mix-blend-mode:multiply}body.yoko-site .thumbs{display:flex;gap:var(--space-3);padding-top:var(--space-4)}body.yoko-site .thumbs button{width:70px;height:70px;border:1px solid #c7c6c0}body.yoko-site .thumbs button[aria-pressed=true]{border:2px solid #333}body.yoko-site .thumbs img{width:100%;height:100%;object-fit:cover}body.yoko-site .detail-info{padding:var(--space-12) var(--space-8) var(--space-8)}body.yoko-site .detail-info h2{font-size:var(--text-xl);margin-bottom:var(--space-3)}body.yoko-site .detail-info .subtitle{font-size:var(--text-sm);color:var(--muted);margin-bottom:var(--space-5)}body.yoko-site .detail-price{font-size:var(--text-lg);margin-bottom:var(--space-1)}body.yoko-site .detail-info .fine{margin-bottom:var(--space-5)}body.yoko-site .variant-label{font-size:var(--text-sm);margin-bottom:var(--space-2)}body.yoko-site .sizes{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-bottom:var(--space-4)}body.yoko-site .sizes button{border:1px solid var(--line);min-width:44px;height:44px;padding:var(--space-2)}body.yoko-site .sizes button[aria-pressed=true]{background:var(--text);color:var(--bg);border-color:var(--text)}body.yoko-site .detail-add{width:100%;margin-top:var(--space-3)}body.yoko-site .variant-error{font-size:var(--text-sm);color:#b52626;margin-top:var(--space-2)}body.yoko-site .detail-info details{border-top:1px solid var(--line);padding:var(--space-4) 0;font-size:var(--text-sm)}body.yoko-site .detail-info details:first-of-type{margin-top:var(--space-6)}body.yoko-site .detail-info summary{cursor:pointer;min-height:28px;font-weight:500}body.yoko-site .detail-info details p{color:var(--muted);margin-top:var(--space-3)}body.yoko-site .detail-info details ul{padding-left:var(--space-5);color:var(--muted);line-height:1.8}body.yoko-site .original-link{margin-top:var(--space-2)}body.yoko-site .cart-dialog{margin:0 0 0 auto;height:100dvh;max-height:100dvh;width:470px;max-width:100vw;min-height:100dvh}body.yoko-site .demo-note{font-size:var(--text-xs);padding:var(--space-3) var(--space-8);background:var(--surface);color:var(--muted)}body.yoko-site #cart-content{padding:var(--space-6) var(--space-8)}body.yoko-site .cart-item{display:grid;grid-template-columns:80px 1fr 32px;gap:var(--space-4);border-bottom:1px solid var(--line);padding:var(--space-4) 0}body.yoko-site .cart-item img{width:80px;height:95px;object-fit:contain;background:#f3f2ee}body.yoko-site .cart-item h3{font-size:var(--text-sm);letter-spacing:0;line-height:1.4}body.yoko-site .cart-item p{font-size:var(--text-xs);margin-top:var(--space-1)}body.yoko-site .cart-item .icon-btn{width:32px;height:44px}body.yoko-site .quantity{display:inline-flex;border:1px solid var(--line);align-items:center;margin-top:var(--space-3)}body.yoko-site .quantity button{width:36px;height:36px}body.yoko-site .quantity span{min-width:24px;text-align:center;font-size:var(--text-sm)}body.yoko-site .cart-summary{margin-top:var(--space-8)}body.yoko-site .cart-summary>p{display:flex;justify-content:space-between;font-size:var(--text-lg);margin-bottom:var(--space-3)}body.yoko-site .cart-summary .button{width:100%;margin-block:var(--space-5)}body.yoko-site .cart-summary .fine{margin-top:var(--space-3)}body.yoko-site .info-dialog{width:600px}body.yoko-site #info-content{padding:var(--space-8)}body.yoko-site #info-content p{margin-bottom:var(--space-5)}body.yoko-site #info-content .button{margin-top:var(--space-4)}body.yoko-site #info-content a{text-decoration:underline;text-underline-offset:3px}body.yoko-site .toast{position:fixed;bottom:var(--space-6);left:50%;transform:translate(-50%,30px);background:var(--text);color:var(--bg);padding:var(--space-4) var(--space-6);z-index:100;opacity:0;pointer-events:none;transition:.2s;font-size:var(--text-sm);max-width:90vw}body.yoko-site .toast.show{opacity:1;transform:translate(-50%)}body.yoko-site .loading{padding:var(--space-8);color:var(--muted)}@keyframes appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1700px){body.yoko-site .section,body.yoko-site .newsletter,body.yoko-site footer{padding-inline:max(var(--gutter),calc((100vw - 1560px)/2))}body.yoko-site .hero{height:730px}body.yoko-site .hero-content{left:max(var(--gutter),calc((100vw - 1560px)/2))}body.yoko-site .world{max-height:850px;height:850px}}@media(max-width:1150px){body.yoko-site .desktop-nav{gap:var(--space-4)}body.yoko-site .desktop-nav :is(a,button):last-child{display:none}body.yoko-site .brand{width:175px}body.yoko-site .header-actions{gap:0}body.yoko-site .theme-switch{display:none}body.yoko-site .hero{height:560px}body.yoko-site .shop-look{gap:var(--space-10)}body.yoko-site .world{height:650px}body.yoko-site .world-copy{left:var(--space-6);bottom:var(--space-8)}body.yoko-site .filter-bar{align-items:start;flex-direction:column}body.yoko-site .product-meta{flex-direction:column;gap:var(--space-1)}}@media(max-width:760px){body.yoko-site .announcement{height:28px;font-size:var(--text-xs);letter-spacing:.05em}body.yoko-site .header{height:68px;padding:0 var(--space-3);grid-template-columns:1fr auto 1fr}body.yoko-site .desktop-nav{display:none}body.yoko-site .mobile-menu{display:flex;justify-self:start}body.yoko-site .brand{width:156px}body.yoko-site .wish-nav{display:none}body.yoko-site .header-actions .icon-btn{width:39px}body.yoko-site .hero{min-height:0;height:640px;max-height:calc(100svh - 96px)}body.yoko-site .hero-image{object-position:65% center}body.yoko-site .hero:after{content:"";position:absolute;top:35%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0009);pointer-events:none}body.yoko-site .hero-content{z-index:1;top:auto;bottom:var(--space-8);transform:none;left:var(--space-6);right:var(--space-6)}body.yoko-site .hero-content h1{font-size:var(--text-hero);margin-bottom:var(--space-4)}body.yoko-site .hero-content .eyebrow{margin-bottom:var(--space-3)}body.yoko-site .hero-content>p:not(.eyebrow){font-size:var(--text-sm);margin-bottom:var(--space-5)}body.yoko-site .hero-caption{display:none}body.yoko-site .hero .button{min-height:50px}body.yoko-site .intro-strip{padding:var(--space-5) var(--gutter)}body.yoko-site .intro-strip p{font-size:var(--text-base)}body.yoko-site .intro-strip>span{font-size:var(--text-xs);max-width:90px;text-align:right}body.yoko-site .mobile-only{display:block}body.yoko-site .section{padding:var(--space-12) var(--gutter)}body.yoko-site .section-head{align-items:start;gap:var(--space-4);margin-bottom:var(--space-6)}body.yoko-site .section-head>.text-link{font-size:var(--text-xs);max-width:105px;text-align:left;line-height:1.4}body.yoko-site .section-head h2{font-size:var(--text-xl)}body.yoko-site .eyebrow{font-size:var(--text-xs);letter-spacing:.08em}body.yoko-site .category-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-6) var(--space-3)}body.yoko-site .category>span:last-child{font-size:var(--text-base);padding:var(--space-3) 0}body.yoko-site .category-img{aspect-ratio:4/4.4}body.yoko-site .edit-section{padding-top:48px}body.yoko-site .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-6) var(--space-3)}body.yoko-site .product-visual{aspect-ratio:1/1.3}body.yoko-site .product-visual img{padding:var(--space-3)}body.yoko-site .product-title,body.yoko-site .product-price{font-size:var(--text-sm)}body.yoko-site .product-meta{padding-top:var(--space-3)}body.yoko-site .product-sub{padding-right:0}body.yoko-site .card-tag{top:var(--space-3);left:var(--space-3)}body.yoko-site .favourite{top:var(--space-1);right:var(--space-1)}body.yoko-site .quick-add{width:36px;height:36px}body.yoko-site .product-card:hover .alternate{opacity:0}body.yoko-site .worlds{grid-template-columns:1fr;gap:var(--space-2);padding:0}body.yoko-site .world{height:620px;min-height:0;max-height:none}body.yoko-site .world>img{object-position:center 30%}body.yoko-site .world-copy{left:var(--space-6);right:var(--space-6);bottom:var(--space-8)}body.yoko-site .world-copy h2{font-size:var(--text-xl)}body.yoko-site .shop-look{grid-template-columns:1fr;gap:var(--space-8)}body.yoko-site .look-image{aspect-ratio:1/1.05}body.yoko-site .look-copy>p:not(.eyebrow){font-size:var(--text-base)}body.yoko-site #look-products{margin:var(--space-6) 0}body.yoko-site .gift-band{padding:var(--space-8) var(--space-6);flex-direction:column;align-items:start;margin:0 var(--gutter)}body.yoko-site .gift-band h2{font-size:var(--text-xl)}body.yoko-site .gift-band .button{width:100%}body.yoko-site .brand-story{grid-template-columns:1fr;gap:var(--space-8);padding-block:var(--space-16)}body.yoko-site .brand-story h2{font-size:var(--text-xl)}body.yoko-site .newsletter{padding:var(--space-12) var(--gutter);grid-template-columns:1fr;gap:var(--space-8)}body.yoko-site footer{padding:var(--space-12) var(--gutter) var(--space-16)}body.yoko-site .footer-top{grid-template-columns:1fr 1fr;gap:var(--space-8)}body.yoko-site .footer-brand{grid-column:1/-1}body.yoko-site .footer-top a,body.yoko-site .footer-top button{min-height:30px}body.yoko-site .footer-bottom{flex-wrap:wrap;font-size:var(--text-xs)}body.yoko-site .footer-bottom>div{gap:var(--space-4)}body.yoko-site .footer-bottom>span:last-child{display:none}body.yoko-site .collection-view{padding-top:var(--space-6)}body.yoko-site .collection-heading{margin:var(--space-8) 0}body.yoko-site .filter-chips{gap:var(--space-1)}body.yoko-site .filter-chips :is(a,button){padding:var(--space-2) var(--space-3);font-size:var(--text-xs)}body.yoko-site .select-filters{width:100%;gap:var(--space-3)}body.yoko-site .select-filters label{flex:1}body.yoko-site .select-filters select{width:100%}body.yoko-site .preview-label{left:var(--space-2);bottom:var(--space-2);font-size:var(--text-xs);padding:0 var(--space-2);letter-spacing:.04em}body.yoko-site .dialog-top{padding:var(--space-4) var(--space-5)}body.yoko-site .menu-body{grid-template-columns:1fr;gap:var(--space-8);padding:var(--space-5)}body.yoko-site .menu-dialog{max-height:85dvh}body.yoko-site .menu-body nav button{font-size:var(--text-base)}body.yoko-site .menu-worlds{display:flex;gap:var(--space-4);flex-wrap:wrap}body.yoko-site .menu-worlds .eyebrow{width:100%;margin:0}body.yoko-site .search-dialog form{padding:var(--space-5)}body.yoko-site .search-row{gap:var(--space-2)}body.yoko-site .search-row>.text-link{font-size:0;gap:0}body.yoko-site .search-row>.text-link svg{width:24px}body.yoko-site .search-row input{font-size:var(--text-sm)}body.yoko-site .search-dialog>.fine{padding-inline:var(--space-5)}body.yoko-site .search-suggestions{padding:var(--space-5)}body.yoko-site .product-dialog{max-width:100vw;width:100vw;max-height:95dvh;margin:auto 0 0}body.yoko-site .product-detail-grid{grid-template-columns:1fr}body.yoko-site .detail-gallery{padding:var(--space-4)}body.yoko-site .detail-main-image{max-height:300px;aspect-ratio:1.2}body.yoko-site .thumbs{position:absolute;bottom:var(--space-3);left:var(--space-3)}body.yoko-site .thumbs button{width:44px;height:44px}body.yoko-site .detail-info{padding:var(--space-6) var(--space-5)}body.yoko-site .detail-info h2{font-size:var(--text-xl)}body.yoko-site .detail-info .eyebrow{margin-bottom:var(--space-3)}body.yoko-site .detail-add{position:sticky;bottom:0;z-index:1}body.yoko-site .floating-close{right:var(--space-2);top:var(--space-2);background:#fff;color:#222}body.yoko-site .cart-dialog{width:100%}body.yoko-site #cart-content{padding:var(--space-5)}body.yoko-site .demo-note{padding-inline:var(--space-5)}body.yoko-site #info-content{padding:var(--space-5)}body.yoko-site .toast{bottom:var(--space-16);width:max-content}body.yoko-site .info-dialog{max-width:calc(100vw - 24px)}}body.yoko-site .shopping-bag-icon{display:inline-block;position:relative;width:18px;height:16px;margin-top:5px;border:1.4px solid currentColor;border-radius:4px 4px 7px 7px;flex-shrink:0}body.yoko-site .shopping-bag-icon:before{content:"";position:absolute;left:4px;top:-7px;width:7px;height:9px;border:1.4px solid currentColor;border-bottom:0;border-radius:8px 8px 0 0}:root{color-scheme:light}body.yoko-site .header{height:130px;grid-template-rows:80px 50px}body.yoko-site .header .brand{grid-column:2;grid-row:1}body.yoko-site .header .header-actions{grid-column:3;grid-row:1}body.yoko-site .header .desktop-nav{grid-column:1/-1;grid-row:2;display:flex;justify-content:center;gap:36px;align-self:stretch;border-top:1px solid #f0f0ed}body.yoko-site .desktop-nav :is(a,button):last-child{display:flex}body.yoko-site .hero{height:650px;min-height:0;color:#252523;background:#eeede8}body.yoko-site .hero-image{object-position:center top}body.yoko-site .hero-content{max-width:480px}body.yoko-site .hero-caption{left:var(--gutter);right:auto;text-align:left}body.yoko-site .category-img{background:var(--brand-blush)}body.yoko-site .category:nth-child(2) .category-img{background:#f4f1ef}body.yoko-site .category:nth-child(3) .category-img{background:var(--brand-blush-soft)}body.yoko-site .category:nth-child(4) .category-img{background:#eeeae8}body.yoko-site .category img{object-fit:contain;padding:28px}body.yoko-site .colour-banner{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;min-height:620px;background:var(--brand-blush);margin:var(--space-20) 0;padding:48px var(--gutter);gap:24px;overflow:hidden}body.yoko-site .colour-banner-copy{position:relative;z-index:2}body.yoko-site .colour-banner-copy h2{font-size:clamp(2.25rem,3.5vw,3.6rem);margin-bottom:24px}body.yoko-site .colour-banner-copy>p:not(.eyebrow){margin-bottom:32px}body.yoko-site .jewellery-stage{height:510px;position:relative}body.yoko-site .jewellery-stage>:is(a,button){position:absolute;transition:transform .4s}body.yoko-site .jewellery-stage>:is(a,button):hover{transform:translateY(-7px)}body.yoko-site .jewellery-stage img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(6px 12px 7px #574b7324)}body.yoko-site .stage-necklace{width:70%;height:88%;left:-4%;top:0;transform:rotate(-12deg)}body.yoko-site .jewellery-stage>.stage-necklace:hover{transform:rotate(-12deg) translateY(-7px)}body.yoko-site .stage-earrings{width:43%;height:53%;right:0;top:1%}body.yoko-site .stage-ring{width:35%;height:42%;right:1%;bottom:0;transform:rotate(12deg)}body.yoko-site .jewellery-stage>.stage-ring:hover{transform:rotate(12deg) translateY(-7px)}body.yoko-site .stage-label{display:flex;align-items:center;gap:8px;justify-content:center;position:absolute;bottom:0;left:50%;transform:translate(-50%);white-space:nowrap;font-size:12px;background:#ffffffde;padding:8px 12px;color:#252523}body.yoko-site .stage-label svg{width:16px;height:16px}body.yoko-site .footer-bottom{align-items:center}body.yoko-site .legal-footer{margin-top:24px;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:24px}body.yoko-site .legal-footer nav{display:flex;gap:24px;flex-wrap:wrap;align-items:center}body.yoko-site .legal-footer nav a{font-size:13px;min-height:44px;display:inline-flex;align-items:center}body.yoko-site .legal-footer nav a:hover{text-decoration:underline;text-underline-offset:4px}body.yoko-site .withdrawal-button{display:inline-flex;align-items:center;justify-content:center;background:#000;color:#fff;padding:14px 24px;min-height:48px;font-size:14px;white-space:nowrap}body.yoko-site .withdrawal-button:hover{background:#242424}@media(min-width:1700px){body.yoko-site .hero{height:760px}}@media(max-width:1150px){body.yoko-site .header .desktop-nav{gap:28px}body.yoko-site .hero{height:560px}body.yoko-site .hero-content{max-width:43%}body.yoko-site .colour-banner{min-height:500px}body.yoko-site .jewellery-stage{height:440px}}@media(max-width:760px){body.yoko-site .header{height:112px;grid-template-rows:68px 44px;padding:0 12px}body.yoko-site .mobile-menu{grid-column:1;grid-row:1}body.yoko-site .header .desktop-nav{display:flex;justify-content:flex-start;gap:24px;overflow-x:auto;max-width:100%;scrollbar-width:none}body.yoko-site .desktop-nav :is(a,button){white-space:nowrap;font-size:13px;flex-shrink:0}body.yoko-site .desktop-nav :is(a,button):first-child{order:6}body.yoko-site .hero{height:auto;max-height:none;display:flex;flex-direction:column}body.yoko-site .hero-image{height:430px;object-position:76% top}body.yoko-site .hero:after{display:none}body.yoko-site .hero-content{position:static;transform:none;max-width:none;padding:30px 24px 36px;background:#eeede8}body.yoko-site .hero-content h1{font-size:36px}body.yoko-site .hero-content>p:not(.eyebrow){font-size:14px}body.yoko-site .hero-caption{display:none}body.yoko-site .category img{padding:14px}body.yoko-site .colour-banner{display:flex;flex-direction:column;padding:40px 24px;margin:48px 0;gap:12px;align-items:stretch;min-height:0}body.yoko-site .colour-banner-copy h2{font-size:34px}body.yoko-site .colour-banner-copy>p:not(.eyebrow){font-size:14px;margin-bottom:24px}body.yoko-site .jewellery-stage{height:360px}body.yoko-site .stage-label{font-size:10px;padding:6px 8px;gap:4px}body.yoko-site .stage-necklace{left:-8%;width:73%}body.yoko-site .stage-ring{right:0;width:38%}body.yoko-site .legal-footer{flex-direction:column;align-items:stretch;gap:20px}body.yoko-site .legal-footer nav{gap:0 20px}body.yoko-site .withdrawal-button{align-self:flex-start}}body.yoko-site .header{height:72px;grid-template-columns:190px minmax(0,1fr) auto;grid-template-rows:1fr;column-gap:24px}body.yoko-site .header .brand{grid-column:1;grid-row:1;width:180px;justify-self:start}body.yoko-site .header .desktop-nav{grid-column:2;grid-row:1;border:0;align-self:center;justify-content:center;gap:clamp(18px,2vw,32px)}body.yoko-site .header .desktop-nav :is(a,button){font-size:13px;white-space:nowrap;transform:translateY(4px)}body.yoko-site .header .header-actions{grid-column:3;grid-row:1;gap:4px;align-items:center}body.yoko-site .header-actions .icon-btn{width:44px;height:44px}body.yoko-site .header-actions svg{width:22px;height:22px}@media(max-width:1100px){body.yoko-site .header{height:68px;grid-template-columns:1fr auto 44px;column-gap:8px}body.yoko-site .header .desktop-nav{display:none}body.yoko-site .header .header-actions{grid-column:2}body.yoko-site .header .mobile-menu{display:flex;grid-column:3;grid-row:1;justify-self:end}}@media(max-width:760px){body.yoko-site .header{height:60px;padding-inline:12px;column-gap:0}body.yoko-site .header .brand{width:clamp(130px,36vw,156px)}body.yoko-site .header .header-actions{gap:0}body.yoko-site .header-actions .icon-btn{width:40px;height:44px}}@media(max-width:350px){body.yoko-site .header{padding-inline:8px;grid-template-columns:1fr auto 36px}body.yoko-site .header .brand{width:122px}body.yoko-site .header-actions .icon-btn,body.yoko-site .header .mobile-menu{width:36px}}body.yoko-site .collection-view{padding-top:var(--space-8)}body.yoko-site .collection-banner{display:grid;grid-template-columns:1.5fr 1fr;gap:var(--space-8);align-items:center;min-height:280px;background:var(--brand-blush-soft);padding:var(--space-8) var(--space-12);margin-block:var(--space-6) var(--space-8);overflow:hidden}body.yoko-site .collection-banner h1{text-transform:uppercase}body.yoko-site .collection-banner>div>p:last-child{max-width:520px;color:var(--muted)}body.yoko-site .collection-banner>img{justify-self:center;width:250px;height:250px;object-fit:contain;mix-blend-mode:multiply}body.yoko-site .collection-view .filter-bar{align-items:end;flex-wrap:wrap}body.yoko-site .collection-view .select-filters{gap:var(--space-3)}body.yoko-site .collection-results-bar{display:flex;justify-content:space-between;align-items:center;gap:var(--space-4)}body.yoko-site .collection-results-bar .text-link{font-size:var(--text-xs);min-height:44px;flex-shrink:0}body.yoko-site .collection-load{display:grid;justify-items:center;gap:var(--space-4);margin-block:var(--space-10) var(--space-12)}body.yoko-site .collection-help{display:flex;justify-content:space-between;align-items:center;gap:var(--space-8);border-top:1px solid var(--line);padding-top:var(--space-10)}body.yoko-site .collection-help h2{font-size:var(--text-lg)}body.yoko-site .collection-help>div:last-child{display:flex;flex-wrap:wrap;gap:var(--space-6)}body.yoko-site .collection-help a{text-decoration:underline;text-underline-offset:4px;font-size:var(--text-sm)}body.yoko-site .product-page{padding:var(--space-8) var(--gutter) var(--space-16)}body.yoko-site #product-title:focus,body.yoko-site #collection-title:focus,body.yoko-site #service-title:focus{outline:none}body.yoko-site .product-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3);font-size:var(--text-xs);color:var(--muted);margin-bottom:var(--space-6)}body.yoko-site .product-breadcrumb button,body.yoko-site .product-breadcrumb a{min-height:32px;display:inline-flex;align-items:center}body.yoko-site .product-breadcrumb a:hover,body.yoko-site .product-breadcrumb button:hover{text-decoration:underline}body.yoko-site .pdp-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:start;gap:clamp(32px,5vw,80px)}body.yoko-site .pdp-gallery{position:sticky;top:112px}body.yoko-site .pdp-image-button{width:100%;display:block;aspect-ratio:1;background:var(--surface);position:relative;cursor:zoom-in}body.yoko-site .pdp-image-button>img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:var(--space-8)}body.yoko-site .pdp-image-button>span{position:absolute;right:var(--space-4);bottom:var(--space-4);width:44px;height:44px;background:#fff;display:grid;place-items:center}body.yoko-site .yoko-product-thumbnails button{flex:0 0 88px;width:88px;height:88px;background:var(--surface);border:1px solid transparent;padding:4px}body.yoko-site .pdp-image-hint{margin-top:var(--space-3);font-size:var(--text-xs);color:var(--muted)}body.yoko-site .detail-info.pdp-info{padding:var(--space-3) 0 0}body.yoko-site .pdp-info h1{font-size:var(--text-xl);margin-block:var(--space-3)}body.yoko-site .pdp-info .detail-price{margin-top:var(--space-6)}body.yoko-site .pdp-info a:not(.button){text-decoration:underline;text-underline-offset:3px}body.yoko-site .pdp-colour{display:flex;gap:var(--space-3);align-items:center;font-size:var(--text-sm);margin-block:var(--space-6)}body.yoko-site .colour-dot{width:22px;height:22px;border-radius:50%;background:#c8ab69;border:1px solid #b09359}body.yoko-site .colour-dot.silber{background:#c4c5c2;border-color:#999}body.yoko-site .colour-dot.bicolor{background:linear-gradient(90deg,#c8ab69 50%,#c4c5c2 50%)}body.yoko-site .pdp-size-heading{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-4);margin-top:var(--space-6)}body.yoko-site .pdp-size-heading a{font-size:var(--text-xs);min-height:32px}body.yoko-site .pdp-stock{color:var(--muted);font-size:var(--text-xs);margin-block:var(--space-4) var(--space-2)}body.yoko-site .pdp-demo{margin-top:var(--space-3)}body.yoko-site .pdp-service-links{display:flex;gap:var(--space-5);padding:var(--space-4);background:var(--brand-blush-soft);margin-block:var(--space-6)}body.yoko-site .pdp-service-links a{display:flex;gap:var(--space-2);align-items:center;font-size:var(--text-xs);min-height:36px}body.yoko-site .pdp-service-links svg{width:20px;height:20px}body.yoko-site .pdp-info details p{line-height:1.8}body.yoko-site .product-facts{margin-block:var(--space-4) 0}body.yoko-site .product-facts>div{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4);padding-block:var(--space-2)}body.yoko-site .product-facts dt{color:var(--muted);overflow-wrap:anywhere}body.yoko-site .product-facts dd{margin:0;overflow-wrap:anywhere}body.yoko-site .pdp-info summary{min-height:36px;padding-block:var(--space-1)}body.yoko-site .product-recommendations{margin-top:var(--space-16);padding-top:var(--space-10);border-top:1px solid var(--line)}body.yoko-site .product-recommendations .section-head{margin-bottom:var(--space-6)}body.yoko-site .zoom-dialog{width:min(950px,90vw);padding:var(--space-8)}body.yoko-site .zoom-dialog>img{max-height:80dvh;width:100%;object-fit:contain}@media(max-width:1000px){body.yoko-site .pdp-grid{gap:var(--space-8)}body.yoko-site .pdp-gallery{top:96px}body.yoko-site .pdp-service-links{flex-direction:column;gap:var(--space-1)}}@media(max-width:760px){body.yoko-site .collection-banner{min-height:200px;grid-template-columns:1.6fr 1fr;gap:var(--space-2);padding:var(--space-6) var(--space-4)}body.yoko-site .collection-banner>img{width:120px;height:150px}body.yoko-site .collection-banner h1{font-size:var(--text-lg);overflow-wrap:anywhere}body.yoko-site .collection-banner>div>p:last-child{font-size:var(--text-xs)}body.yoko-site .collection-view .select-filters{display:grid;grid-template-columns:1fr 1fr;width:100%}body.yoko-site .collection-view .select-filters label:last-child{grid-column:1 / -1}body.yoko-site .collection-view .select-filters select{width:100%;min-width:0}body.yoko-site .collection-results-bar{align-items:start}body.yoko-site .collection-results-bar .result-count{margin-block:var(--space-4)}body.yoko-site .collection-results-bar .text-link{margin-top:var(--space-2)}body.yoko-site .collection-help{display:block}body.yoko-site .collection-help>div:last-child{margin-top:var(--space-6);gap:var(--space-5)}body.yoko-site .product-page{padding-top:var(--space-4)}body.yoko-site .product-breadcrumb{gap:var(--space-2);margin-bottom:var(--space-4)}body.yoko-site .pdp-grid{grid-template-columns:1fr;gap:var(--space-6)}body.yoko-site .pdp-gallery{position:static}body.yoko-site .pdp-image-button>img{padding:var(--space-5)}body.yoko-site .pdp-service-links{flex-direction:row;flex-wrap:wrap;gap:var(--space-3)}body.yoko-site .pdp-info .detail-add{position:static}body.yoko-site:has(#product-view:not([hidden])) .preview-label{display:none}body.yoko-site .product-recommendations h2{font-size:var(--text-lg)}}body.yoko-site .service-view{border-bottom:1px solid var(--line)}body.yoko-site .service-view.about-page .service-header{display:none}body.yoko-site .about-story{max-width:780px;margin:0 auto;padding:24px 0}body.yoko-site .about-story h1{font-size:clamp(32px,4vw,56px);line-height:1.12;margin-bottom:32px}body.yoko-site .about-story h2{font-size:clamp(22px,2.5vw,30px);margin:40px 0 16px}body.yoko-site .about-story p{font-size:17px;line-height:1.75;margin-bottom:20px}body.yoko-site .about-story .eyebrow{font-size:12px;margin-bottom:18px}body.yoko-site .about-story .button{margin-top:16px}body.yoko-site .service-header{background:var(--brand-blush-soft);padding:var(--space-8) var(--gutter) var(--space-12)}body.yoko-site .service-header>.text-link{margin-bottom:var(--space-8);font-size:var(--text-sm)}body.yoko-site .service-header .eyebrow{margin-bottom:var(--space-3)}body.yoko-site .service-header h1{font-size:var(--text-xl);margin-bottom:var(--space-4)}body.yoko-site .service-header>p:last-child{color:var(--muted)}body.yoko-site .service-layout{display:block;padding:var(--space-12) var(--gutter) var(--space-16);max-width:1120px;margin-inline:auto}body.yoko-site .service-article{min-width:0;max-width:none}body.yoko-site #service-content{line-height:1.7}body.yoko-site #service-content p{margin-bottom:var(--space-6)}body.yoko-site #service-content h2{font-size:var(--text-lg);margin-bottom:var(--space-3);letter-spacing:-.025em}body.yoko-site #service-content a:not(.button){text-decoration:underline;text-underline-offset:4px}body.yoko-site #service-content a:hover{color:var(--brand-pink-ink)}body.yoko-site #service-content a.button:hover{color:#fff}body.yoko-site .service-source{padding-top:var(--space-6);margin-top:var(--space-10);border-top:1px solid var(--line);font-size:var(--text-xs);color:var(--muted)}body.yoko-site .service-source a{text-decoration:underline;text-underline-offset:3px}body.yoko-site .about-service{display:grid;grid-template-columns:1.25fr 1fr;align-items:start;gap:var(--space-8)}body.yoko-site #service-content .brand-manifesto{margin-block:var(--space-8)}body.yoko-site .service-product{margin:0;background:var(--brand-blush);position:relative}body.yoko-site .service-product img{width:100%;height:auto;padding:var(--space-5)}body.yoko-site .service-product figcaption{font-size:var(--text-xs);letter-spacing:.16em;text-align:center;padding-bottom:var(--space-5)}body.yoko-site .service-callout{display:flex;align-items:start;gap:var(--space-5);padding:var(--space-8);margin-block:var(--space-8);background:var(--brand-blush-soft)}body.yoko-site .service-callout>svg{width:28px;height:28px;flex-shrink:0}body.yoko-site .service-callout.text-only{display:block}body.yoko-site #service-content .service-callout p:last-child{margin-bottom:0}body.yoko-site .payment-explanations section{padding-block:var(--space-6);border-top:1px solid var(--line)}body.yoko-site #service-content .payment-explanations p{margin-bottom:0}body.yoko-site .service-note{background:var(--brand-blush-soft);padding:var(--space-5);font-size:var(--text-sm)}body.yoko-site .shipping-table-wrap{margin-block:var(--space-6)}body.yoko-site .shipping-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:var(--text-sm)}body.yoko-site .shipping-table caption{text-align:left;font-size:var(--text-xs);color:var(--muted);margin-bottom:var(--space-3)}body.yoko-site .shipping-table th,body.yoko-site .shipping-table td{text-align:left;padding:var(--space-4);border-bottom:1px solid var(--line);vertical-align:top;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}body.yoko-site .shipping-table th{font-weight:500}body.yoko-site .shipping-table thead{background:var(--brand-blush-soft)}body.yoko-site .return-steps{counter-reset:returns;list-style:none;padding:0;margin-top:var(--space-8)}body.yoko-site .return-steps li{counter-increment:returns;position:relative;padding:0 0 var(--space-6) var(--space-12);margin-bottom:var(--space-6);border-bottom:1px solid var(--line)}body.yoko-site .return-steps li:before{content:counter(returns,decimal-leading-zero);position:absolute;left:0;top:0;color:var(--brand-pink-ink);font-size:var(--text-sm)}body.yoko-site .service-actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-5)}body.yoko-site .contact-methods{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-8);padding-block:var(--space-6)}body.yoko-site .contact-methods section>svg{width:24px;height:24px;margin-bottom:var(--space-4)}body.yoko-site .contact-methods a{display:inline-flex;align-items:center;gap:var(--space-2);min-height:44px;overflow-wrap:anywhere;font-size:var(--text-sm)}body.yoko-site .contact-methods a svg{width:16px;height:16px;flex-shrink:0}body.yoko-site .service-hours>div{display:flex;justify-content:space-between;gap:var(--space-4);padding-block:var(--space-2)}@media(max-width:1000px){body.yoko-site .about-service,body.yoko-site .contact-methods{grid-template-columns:1fr}body.yoko-site .service-product{max-width:320px}}@media(max-width:760px){body.yoko-site .service-header{padding-block:var(--space-6) var(--space-8)}body.yoko-site .service-layout{padding-block:var(--space-8) var(--space-10)}body.yoko-site .service-callout{padding:var(--space-5)}body.yoko-site .service-callout:not(.text-only){display:block}body.yoko-site .service-callout>svg{margin-bottom:var(--space-4)}body.yoko-site .shipping-table th,body.yoko-site .shipping-table td{padding:var(--space-3) var(--space-2);font-size:var(--text-xs)}body.yoko-site .shipping-table th:first-child{width:29%}body.yoko-site .service-actions .button{padding-inline:var(--space-3);font-size:var(--text-xs)}body.yoko-site .service-hours>div{flex-direction:column;gap:var(--space-1)}}body.yoko-site .email-row{border:1px solid #8b8788;background:#fff;padding:4px;min-height:56px;align-items:center}body.yoko-site .email-row:focus-within{border-color:var(--brand-pink-ink);box-shadow:0 0 0 1px var(--brand-pink-ink)}body.yoko-site .email-row input{padding:var(--space-3);height:46px}body.yoko-site .email-row input:focus-visible{outline:none}body.yoko-site .email-row .icon-btn{background:#252523;color:#fff;flex-shrink:0;width:46px;height:46px}body.yoko-site .footer-bottom{justify-content:flex-end;border-top:0}body.yoko-site .yoko-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}body.yoko-site .footer-top{grid-template-columns:minmax(210px,1fr) minmax(0,1.55fr);gap:64px}body.yoko-site .yoko-footer-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}body.yoko-site .footer-top .footer-menu a{min-height:24px;line-height:1.6;margin:0}body.yoko-site .footer-top .footer-menu h3{margin-bottom:18px}body.yoko-site footer .legal-footer{grid-template-columns:1fr auto;align-items:start}body.yoko-site footer .legal-footer .copyright{grid-column:1/-1;grid-row:2}body.yoko-site footer .legal-footer nav{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center}body.yoko-site footer .legal-footer nav button{font-size:var(--text-xs);text-align:left;color:inherit}body.yoko-site footer .legal-footer .withdrawal-button{grid-column:2;grid-row:1}body.yoko-site .yoko-info-view .service-layout{max-width:1000px}body.yoko-site .yoko-info-view h1{font-size:clamp(28px,3vw,44px);line-height:1.15;margin-bottom:32px}body.yoko-site .yoko-info-view h2{font-size:clamp(20px,2vw,26px);margin:32px 0 14px;line-height:1.3}body.yoko-site .yoko-info-view .yoko-page-content{line-height:1.75}@media(max-width:1100px){body.yoko-site .footer-top{grid-template-columns:1fr;gap:36px}body.yoko-site .yoko-footer-columns{grid-column:1/-1}}@media(max-width:760px){body.yoko-site .yoko-footer-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}body.yoko-site .yoko-footer-columns .footer-menu:last-child{grid-column:1/-1}body.yoko-site .footer-top .footer-menu a{min-height:30px}body.yoko-site footer .legal-footer{grid-template-columns:1fr;gap:24px}body.yoko-site footer .legal-footer nav{grid-column:1;grid-row:1;gap:14px 20px}body.yoko-site footer .legal-footer .withdrawal-button{grid-column:1;grid-row:2;justify-self:start}body.yoko-site footer .legal-footer .copyright{grid-column:1;grid-row:3}}body.yoko-site .footer-bottom .payment-methods{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-end}@media(min-width:1101px){body.yoko-site .categories .product-grid,body.yoko-site .edit-section .product-grid,body.yoko-site .collection-view .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}body.yoko-site .payment-method img{width:38px;height:24px;object-fit:contain}body.yoko-site .legal-footer{display:grid;grid-template-columns:auto 1fr auto;gap:24px}body.yoko-site .copyright{font-size:var(--text-xs);color:var(--muted);white-space:nowrap}body.yoko-site .legal-footer nav{gap:20px}@media(max-width:1100px){body.yoko-site .legal-footer{grid-template-columns:auto 1fr}body.yoko-site .legal-footer .withdrawal-button{grid-column:2;justify-self:start}}@media(max-width:760px){body.yoko-site .legal-footer{grid-template-columns:1fr;gap:16px}body.yoko-site .legal-footer .withdrawal-button{grid-column:1;justify-self:start}body.yoko-site .footer-bottom{margin-top:32px}body.yoko-site .footer-bottom .payment-methods{gap:8px;justify-content:flex-end}}body.yoko-site .hero-media{position:absolute;top:0;right:0;bottom:0;left:0}body.yoko-site .ai-image-label{position:absolute;left:8px;bottom:8px;z-index:2;padding:2px 4px;font-size:10px;line-height:1;font-weight:500;letter-spacing:.03em;background:#ffffffdb;color:#333;pointer-events:none}@media(max-width:760px){body.yoko-site .hero-media{position:relative;inset:auto;height:430px;flex-shrink:0}}body.yoko-site ::selection{background:var(--brand-blush);color:var(--text)}body.yoko-site button:focus-visible,body.yoko-site a:focus-visible,body.yoko-site input:focus-visible,body.yoko-site select:focus-visible{outline-color:var(--brand-pink-ink)}body.yoko-site .header .desktop-nav :is(a,button):hover{text-decoration-color:var(--brand-pink);text-decoration-thickness:2px}body.yoko-site .header .icon-btn:hover{background:var(--brand-blush-soft)}body.yoko-site .counter{background:var(--brand-pink);color:var(--text)}body.yoko-site .category>span:last-child svg{color:var(--brand-pink-ink)}body.yoko-site .colour-banner-copy .eyebrow,body.yoko-site .gift-copy .eyebrow{color:var(--brand-pink-ink)}body.yoko-site .filter-chips :is(a,button)[aria-pressed=true]{background:var(--brand-pink-ink);border-color:var(--brand-pink-ink);color:#fff}body.yoko-site .gift-band{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--space-12);align-items:center;background:var(--brand-blush-soft);padding:var(--space-10) var(--space-16)}body.yoko-site .gift-copy .gift-description{margin:var(--space-6) 0;font-size:var(--text-base)}body.yoko-site .gift-packaging{display:flex;align-items:center;justify-content:center}body.yoko-site .gift-packaging img{width:280px;max-height:340px;object-fit:contain}@media(max-width:760px){body.yoko-site .gift-band{grid-template-columns:1fr;padding:var(--space-8) var(--space-6);gap:var(--space-6)}body.yoko-site .gift-packaging{grid-row:1}body.yoko-site .gift-packaging img{width:220px;max-height:260px}body.yoko-site .gift-copy .gift-description{font-size:var(--text-sm);margin:var(--space-5) 0}}body.yoko-site{margin:0}body.yoko-site #main{min-height:40vh}body.yoko-site .shopify-section-group-header-group{position:sticky;top:-30px;z-index:30;background:#fff}body.yoko-site .header{position:relative}body.yoko-site .header{height:72px}@media(max-width:1100px){body.yoko-site .header{height:68px}}@media(max-width:760px){body.yoko-site .header{height:60px}}body.yoko-site .brand img{height:auto}body.yoko-site .desktop-nav a{text-transform:uppercase;display:flex;align-items:center;min-height:44px}body.yoko-site .header .desktop-nav a{transform:translateY(4px)}body.yoko-site .product-visual{display:block}body.yoko-site .product-meta{align-items:flex-start}body.yoko-site .product-price{white-space:nowrap}body.yoko-site .product-price s{display:block;font-size:12px;color:var(--muted)}body.yoko-site .product-title{text-align:left}body.yoko-site .jewellery-stage img{mix-blend-mode:multiply}body.yoko-site .jewellery-stage>a{position:absolute;display:block}body.yoko-site .jewellery-stage>a>img{width:100%;height:100%;object-fit:contain}body.yoko-site .jewellery-stage>a{mix-blend-mode:multiply}body.yoko-site .jewellery-stage img{filter:none}body.yoko-site .payment-icon{width:46px;height:30px}body.yoko-site .payment-method{display:flex;align-items:center}body.yoko-site .yoko-drawer{position:fixed;inset:0 0 0 auto;width:min(100%,460px);max-width:100%;height:100dvh;max-height:100dvh;border:0;margin:0;padding:24px;background:#fff;color:var(--text)}body.yoko-site .yoko-drawer::backdrop,body.yoko-site .image-zoom-dialog::backdrop{background:#0006}body.yoko-site .yoko-mobile-nav{display:grid;gap:8px;margin-top:24px}body.yoko-site .yoko-mobile-nav a{display:block;font-size:22px;padding:12px 0;border-bottom:1px solid var(--line);text-transform:uppercase}body.yoko-site .dialog-head{display:flex;justify-content:space-between;align-items:center}body.yoko-site .yoko-search-form{display:grid;gap:12px;margin:24px 0}body.yoko-site .yoko-search-form input,body.yoko-site .yoko-product-form select{width:100%;border:1px solid var(--line);min-height:48px;padding:12px;background:#fff;color:var(--text)}body.yoko-site .yoko-product-form{margin-top:24px}body.yoko-site .yoko-product-thumbnails{display:flex;gap:12px;margin-top:14px;overflow-x:auto;padding:2px 2px 8px}body.yoko-site .yoko-product-thumbnails button{flex:0 0 88px;width:88px;height:88px;background:var(--surface);border:1px solid transparent;padding:4px;cursor:pointer}body.yoko-site .yoko-product-thumbnails button[aria-pressed=true]{border-color:var(--text)}body.yoko-site .yoko-product-thumbnails img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}body.yoko-site .yoko-product-thumbnails button:hover{border-color:var(--brand-pink)}@media(max-width:760px){body.yoko-site .yoko-product-thumbnails button{flex-basis:72px;width:72px;height:72px}}body.yoko-site .yoko-product-form .detail-add{width:100%;margin-bottom:16px}body.yoko-site .yoko-product-form button[disabled]{opacity:.45;cursor:not-allowed}body.yoko-site .yoko-product-form .shopify-payment-button{margin:0 0 16px}body.yoko-site .yoko-description{padding:12px 0;line-height:1.65}body.yoko-site .yoko-description *{max-width:100%}body.yoko-site .yoko-description table{width:100%;border-collapse:collapse}body.yoko-site .yoko-description td,body.yoko-site .yoko-description th{padding:8px;text-align:left;border-bottom:1px solid var(--line);overflow-wrap:anywhere}body.yoko-site .yoko-description ul{padding-left:20px;list-style:disc}body.yoko-site .yoko-page-content{overflow-wrap:anywhere}body.yoko-site .yoko-page-content [style]{max-width:100%}body.yoko-site .yoko-page-content p{margin:0 0 20px}body.yoko-site .yoko-page-content ul,body.yoko-site .yoko-page-content ol{padding-left:24px;margin-block:20px}body.yoko-site .yoko-page-content ul{list-style:disc}body.yoko-site .yoko-page-content ol{list-style:decimal}body.yoko-site .yoko-page-content a{text-decoration:underline;text-underline-offset:3px}body.yoko-site .yoko-page-content table{width:100%!important;border-collapse:collapse}body.yoko-site .yoko-page-content td,body.yoko-site .yoko-page-content th{padding:12px;border-bottom:1px solid var(--line)}body.yoko-site .filter-chips a{border:1px solid var(--line);padding:10px 18px;white-space:nowrap}body.yoko-site .filter-chips a[aria-current]{background:var(--brand-pink-ink);color:#fff}body.yoko-site .yoko-filter-form .select-filters{align-items:flex-end;flex-wrap:wrap}body.yoko-site .yoko-filter{position:relative;border:1px solid var(--line);padding:12px}body.yoko-site .yoko-filter summary{cursor:pointer}body.yoko-site .yoko-filter>div{background:#fff;position:absolute;top:100%;left:0;padding:16px;min-width:210px;box-shadow:0 6px 18px #0002;z-index:5}body.yoko-site .yoko-filter label{display:flex;gap:10px;padding:6px 0;align-items:center}body.yoko-site .yoko-filter input{-webkit-appearance:auto;appearance:auto;width:16px;height:16px}body.yoko-site .yoko-price-filter{display:flex;gap:8px}body.yoko-site .yoko-price-filter input{border:1px solid var(--line);padding:10px;width:90px;min-height:44px;background:#fff}body.yoko-site .yoko-cart h1{font-size:clamp(28px,3vw,44px);margin-bottom:40px}body.yoko-site .yoko-cart-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:64px;align-items:start}body.yoko-site .yoko-cart .cart-summary{position:sticky;top:120px}body.yoko-site .yoko-cart .cart-item h2{font-size:16px}body.yoko-site .yoko-cart .cart-item>a>img{width:100%;height:auto}body.yoko-site .yoko-qty{display:flex;align-items:center;gap:12px;margin-top:12px}body.yoko-site .yoko-qty input{border:1px solid var(--line);width:70px;min-height:44px;padding:8px;background:#fff}body.yoko-site .yoko-cart .cart-summary>.text-link{margin-top:18px}body.yoko-site .image-zoom-dialog{width:min(95vw,1000px);max-height:95dvh;padding:40px;border:0;background:#f4f3ef;margin:auto}body.yoko-site .image-zoom-dialog>img{width:100%;max-height:82dvh;object-fit:contain;mix-blend-mode:multiply}body.yoko-site .image-zoom-dialog .zoom-close{position:absolute;top:8px;right:8px}body.yoko-site .shopify-policy__container{max-width:1000px;padding:56px var(--gutter)}body.yoko-site .shopify-policy__body{margin-top:28px;line-height:1.7}body.yoko-site .shopify-policy__body p{margin-bottom:18px}body.yoko-site .yoko-legacy #main{padding:30px var(--gutter)}@media(max-width:760px){body.yoko-site .yoko-cart-grid{grid-template-columns:1fr;gap:32px}body.yoko-site .yoko-cart .cart-summary{position:static}body.yoko-site .yoko-filter-form .select-filters{gap:12px}body.yoko-site .yoko-filter>div{position:static;box-shadow:none;padding:12px 0}body.yoko-site .image-zoom-dialog{padding:40px 12px 12px}body.yoko-site .yoko-page-content td,body.yoko-site .yoko-page-content th{padding:6px}body.yoko-site .stage-label{max-width:160px;white-space:normal;text-align:center}body.yoko-site .yoko-price-filter input{width:80px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/yoko-relaunch.css.map */
