.kiibiki-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-3) var(--spacing-5);margin-block-end:var(--spacing-6)}@media(prefers-reduced-motion:no-preference){.kiibiki-toolbar{animation:kiibiki-toolbar-in .45s cubic-bezier(.2,.7,.3,1) both}@keyframes kiibiki-toolbar-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}}.kiibiki-toggle{display:inline-flex;padding:3px;border-radius:var(--rounded-full);background:rgb(var(--text-color) / .06);flex-shrink:0}.kiibiki-toggle__opt{display:inline-flex;align-items:center;gap:.35em;padding:.55rem 1.2rem;border-radius:var(--rounded-full);font-size:.875rem;font-weight:700;line-height:1;white-space:nowrap;text-decoration:none;color:rgb(var(--text-color) / .7);background:transparent;transition:color .2s ease,background-color .25s ease,box-shadow .25s ease,transform .12s ease}@media(hover:hover){.kiibiki-toggle__opt:not(.is-active):hover{color:rgb(var(--text-color))}}.kiibiki-toggle__opt:active{transform:scale(.96)}.kiibiki-toggle__opt.is-active{color:rgb(var(--background));background:rgb(var(--text-color));box-shadow:0 2px 8px #0000001f}.kiibiki-toggle__opt--premium.is-active{background:rgb(var(--primary-badge-background));color:rgb(var(--primary-badge-text));box-shadow:0 2px 10px rgb(var(--primary-badge-background) / .45)}.kiibiki-tags{display:flex;align-items:center;gap:var(--spacing-2);flex:1 1 280px;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-block:3px;scroll-snap-type:x proximity;mask-image:linear-gradient(to right,black calc(100% - 36px),transparent);-webkit-mask-image:linear-gradient(to right,black calc(100% - 36px),transparent)}.kiibiki-tags::-webkit-scrollbar{display:none}.kiibiki-tag{display:inline-flex;align-items:center;flex-shrink:0;scroll-snap-align:start;padding:.5rem 1rem;border:1px solid rgb(var(--text-color) / .16);border-radius:var(--rounded-full);background:rgb(var(--background));color:rgb(var(--text-color));font-size:.875rem;font-weight:600;line-height:1.2;white-space:nowrap;text-decoration:none;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}@media(hover:hover){.kiibiki-tag:hover{border-color:rgb(var(--text-color));transform:translateY(-2px)}}.kiibiki-tag:active{transform:translateY(0) scale(.97)}.kiibiki-tag--clear{background:rgb(var(--text-color));color:rgb(var(--background));border-color:rgb(var(--text-color));font-weight:700}@media(hover:hover){.kiibiki-tag--clear:hover{opacity:.88;transform:translateY(-2px)}}.product-card .product-card__info{gap:.2rem;padding-block-start:var(--spacing-2)}.product-list .product-card:not(.product-card--blends) .product-card__info{padding:var(--spacing-2) var(--spacing-3) var(--spacing-4)}.product-list{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:var(--spacing-4) var(--spacing-3)!important}@media screen and (max-width:1299px){.product-list{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media screen and (max-width:1099px){.product-list{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media screen and (max-width:899px){.product-list{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media screen and (max-width:699px){.product-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:var(--spacing-3) var(--spacing-2)!important}.product-list .product-card .product-card__title{font-size:.8125rem;line-height:1.25}.product-list .product-card .price-list{font-size:.9375rem}.product-list .product-card:not(.product-card--blends) .product-card__info{padding:var(--spacing-2) var(--spacing-2) var(--spacing-3)}}.kiibiki-filters{display:flex;flex-direction:column;gap:var(--spacing-5);font-size:.875rem}.kiibiki-filters__head{display:flex;align-items:baseline;justify-content:space-between;padding-block-end:var(--spacing-3);border-block-end:1px solid rgb(var(--text-color) / .12)}.kiibiki-filters__title{font-weight:700;font-size:1.0625rem}.kiibiki-filters__count{font-size:.8125rem;opacity:.6}.kiibiki-filters__group{display:flex;flex-direction:column;gap:.3rem}.kiibiki-filters__label{font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;opacity:.7;margin-block-end:.15rem}.kiibiki-filters__opt{display:inline-block;padding:.3rem 0;color:rgb(var(--text-color));text-decoration:none;line-height:1.3;transition:color .15s ease,padding-inline-start .15s ease}@media(hover:hover){a.kiibiki-filters__opt:hover{padding-inline-start:.35rem;color:rgb(var(--primary-badge-background))}}.kiibiki-filters__opt.is-active{font-weight:700;color:rgb(var(--primary-badge-background))}.kiibiki-check{display:flex;align-items:center;gap:.5rem;cursor:pointer;line-height:1.3}.kiibiki-check input{width:1.05rem;height:1.05rem;accent-color:rgb(var(--primary-badge-background));flex-shrink:0}.kiibiki-filters__tags{display:flex;flex-wrap:wrap;gap:.4rem;max-height:13rem;overflow-y:auto;padding-block:2px;scrollbar-width:thin}.kiibiki-filters__tag{display:inline-flex;align-items:center;padding:.3rem .65rem;border:1px solid rgb(var(--text-color) / .16);border-radius:var(--rounded-full);font-size:.8125rem;color:rgb(var(--text-color));text-decoration:none;white-space:nowrap;transition:border-color .15s ease,background-color .15s ease,transform .15s ease}@media(hover:hover){.kiibiki-filters__tag:hover{border-color:rgb(var(--text-color));transform:translateY(-1px)}}.kiibiki-filters__tag.is-active{background:rgb(var(--text-color));color:rgb(var(--background));border-color:rgb(var(--text-color));font-weight:700}.kiibiki-filters__reset{align-self:flex-start;font-size:.8125rem;font-weight:600;text-decoration:underline;color:rgb(var(--text-color));opacity:.8}@media screen and (min-width:1000px){.collection--filters-sidebar{--collection-sidebar-width: 230px}}.product-card .product-card__title{font-size:.875rem;line-height:1.3;font-weight:500;color:rgb(var(--text-color));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .price-list{font-size:1rem;font-weight:700}.product-card .price-list sale-price,.product-card .price-list sale-price.text-subdued{color:rgb(var(--text-color));font-weight:700}.product-card .price-list .price-list__introducer{font-weight:500;opacity:.7}.product-card__mobile-quick-buy-button{display:none!important}@media(hover:hover)and (prefers-reduced-motion:no-preference){.product-card{transition:transform var(--kiibiki-med, .22s) var(--kiibiki-ease, ease-out),box-shadow var(--kiibiki-med, .22s) var(--kiibiki-ease, ease-out),border-color var(--kiibiki-med, .22s) var(--kiibiki-ease, ease-out)}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014,0 2px 6px #0000000d;border-color:#0000001a}.product-card .product-card__image{transition:opacity .2s ease-in-out,transform var(--kiibiki-med, .22s) var(--kiibiki-ease, ease-out)}.product-card:hover .product-card__image{transform:scale(1.03)}}@media screen and (max-width:699px){.product-card .product-card__title{font-size:.9375rem;line-height:1.3}.product-card .price-list{font-size:1.125rem}}@media(prefers-reduced-motion:no-preference){.product-list>*:nth-child(-n+12){animation:kiibiki-card-in .35s cubic-bezier(.2,.7,.3,1) backwards}.product-list>*:nth-child(1){animation-delay:0s}.product-list>*:nth-child(2){animation-delay:.03s}.product-list>*:nth-child(3){animation-delay:.06s}.product-list>*:nth-child(4){animation-delay:.09s}.product-list>*:nth-child(5){animation-delay:.12s}.product-list>*:nth-child(6){animation-delay:.15s}.product-list>*:nth-child(7){animation-delay:.18s}.product-list>*:nth-child(8){animation-delay:.18s}.product-list>*:nth-child(9){animation-delay:.18s}.product-list>*:nth-child(10){animation-delay:.18s}@keyframes kiibiki-card-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}product-list[aria-busy=true],.product-list[aria-busy=true]{opacity:.35;transition:opacity .2s ease}.dropdown-menu__item{transition:transform .16s ease,opacity .16s ease}.dropdown-menu__item:hover{transform:translate(4px)}.image-link-blocks .content-over-media img,.collection-list .content-over-media img{transition:transform .45s cubic-bezier(.2,.6,.3,1)}.image-link-blocks a:hover .content-over-media img,.collection-list a:hover .content-over-media img{transform:scale(1.05)}.kiibiki-filters__group{animation:kiibiki-card-in .4s cubic-bezier(.2,.7,.3,1) both}}.kiibiki-load-more{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-4);margin-block-start:var(--spacing-8)}.kiibiki-load-more__button{min-width:18rem}.kiibiki-load-more__button[aria-busy=true]{opacity:.7;pointer-events:none}.kiibiki-load-more--auto .kiibiki-load-more__button{opacity:0;height:0;min-height:0;padding-block:0;margin:0;border:0;overflow:hidden;pointer-events:none}.kiibiki-load-more--auto .kiibiki-load-more__button:focus-visible{opacity:1;height:auto;padding-block:var(--button-padding-block, .75rem);pointer-events:auto}.kiibiki-load-more__sentinel{width:100%;height:1px;pointer-events:none}.kiibiki-load-more__loader{display:inline-flex;align-items:center;gap:var(--spacing-2);font-size:.875rem;color:rgb(var(--text-color) / .7)}.kiibiki-load-more__loader[hidden]{display:none}.kiibiki-load-more__spinner{width:1.125rem;height:1.125rem;border-radius:var(--rounded-full);border:2px solid rgb(var(--text-color) / .2);border-top-color:rgb(var(--text-color) / .75);animation:kiibiki-spin .7s linear infinite}@keyframes kiibiki-spin{to{transform:rotate(360deg)}}.kiibiki-reveal-in{opacity:0;transform:translateY(15px);transition:opacity .35s ease,transform .35s ease}.kiibiki-reveal-in.kiibiki-reveal-in--on{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.kiibiki-load-more__spinner{animation:none}.kiibiki-reveal-in,.kiibiki-reveal-in.kiibiki-reveal-in--on{opacity:1;transform:none;transition:none}}.pagination__numbers{display:none;align-items:center;gap:var(--spacing-1)}.pagination__number{display:inline-flex;align-items:center;justify-content:center;min-width:2.375rem;height:2.375rem;padding-inline:.5rem;border-radius:var(--rounded-full);font-weight:600;font-size:.875rem;color:rgb(var(--text-color));text-decoration:none;transition:background-color .15s ease,color .15s ease}@media(hover:hover){a.pagination__number:hover{background:rgb(var(--text-color) / .08)}}.pagination__number--current{background:rgb(var(--text-color));color:rgb(var(--background))}.pagination__number--gap{opacity:.5;min-width:auto}@media screen and (min-width:700px){.pagination__numbers{display:inline-flex}.pagination .pagination__current{display:none}}.kiibiki-marketplace__grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-6)}@media screen and (min-width:700px){.kiibiki-marketplace__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1150px){.kiibiki-marketplace__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.kiibiki-creator-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--spacing-4);padding:var(--spacing-8) var(--spacing-6);background:rgb(var(--product-card-background, var(--background)));border:1px solid rgb(var(--text-color) / .1);border-radius:var(--rounded-lg);transition:transform .25s cubic-bezier(.2,.6,.3,1),box-shadow .25s ease}@media(hover:hover)and (prefers-reduced-motion:no-preference){.kiibiki-creator-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a}}.kiibiki-creator-card__avatar{width:7rem;height:7rem;border-radius:var(--rounded-full);object-fit:cover;border:3px solid rgb(var(--text-color) / .08)}.kiibiki-creator-card__avatar--placeholder{display:flex;align-items:center;justify-content:center;font-size:2.5rem;background:rgb(var(--text-color) / .05)}.kiibiki-creator-card__name{margin:0}.kiibiki-creator-card__description{font-size:.9375rem;opacity:.75;margin:0}.kiibiki-creator-card--placeholder{border-style:dashed;opacity:.7}.kiibiki-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-1-5, .375rem);font-size:.8125rem;opacity:.75;margin-block-end:var(--spacing-4)}.kiibiki-breadcrumb a{text-decoration:none;color:inherit}.kiibiki-breadcrumb a:hover{text-decoration:underline}.kiibiki-breadcrumb__sep{opacity:.65}@media(prefers-reduced-motion:reduce){.kiibiki-toggle__opt,.kiibiki-tag,.kiibiki-series__chip,.product-card,.product-card__image--primary,.kiibiki-creator-card{transition:none}.kiibiki-toolbar,.product-list>*{animation:none}}.kiibiki-hide-commons{display:block;margin-block-end:0}.kiibiki-hide-commons__row{margin:0}.shopify-section--collection-banner .collection-header,.shopify-section--collection-banner .collection-banner__content{text-align:start;margin-block-start:.25rem;margin-block-end:.5rem}.shopify-section--collection-banner .collection-header h1,.shopify-section--collection-banner .collection-banner__content h1{margin:0;line-height:1.2;font-size:1rem}@media screen and (min-width:700px){.shopify-section--collection-banner .collection-header,.shopify-section--collection-banner .collection-banner__content{margin-block-start:.25rem;margin-block-end:.5rem}}.shopify-section--main-search .page-spacer{margin-block-start:.25rem}.shopify-section--main-search .page-spacer>.v-stack:first-child{gap:.375rem;text-align:start;margin-block-end:1rem}.shopify-section--main-search .page-spacer>.v-stack:first-child>h1{margin:0;text-align:start;line-height:1.2;font-size:1rem}.shopify-section--main-search .page-spacer>.v-stack:first-child>p{margin:0;text-align:start;font-size:.875rem;max-width:60ch}@media screen and (min-width:700px){.shopify-section--main-search .page-spacer{margin-block-start:.25rem}}@media screen and (max-width:699px){.shopify-section--collection-banner .collection-header,.shopify-section--collection-banner .collection-banner__content{margin-block-start:.25rem;margin-block-end:.5rem}.shopify-section--main-search .page-spacer{margin-block-start:.25rem}.shopify-section--main-search .page-spacer>.v-stack:first-child>p{font-size:.8125rem}}.shopify-section--collection-banner .kiibiki-breadcrumb,.shopify-section--main-search .kiibiki-breadcrumb{display:none!important}.shopify-section--collection-banner .collection-header h1,.shopify-section--collection-banner .collection-banner__content h1,.shopify-section--main-search .page-spacer>.v-stack:first-child>h1{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.shopify-section--collection-banner .collection-header,.shopify-section--collection-banner .collection-banner__content{margin:0!important;padding:0!important;border:0!important}.shopify-section--main-search .page-spacer>.v-stack:first-child{margin:0!important;gap:0!important}.header__wrapper{box-shadow:none!important}.collection__top-bar{border-bottom:0!important}.back-to-top{display:none!important}.kiibiki-series{display:flex;flex-direction:column;gap:var(--spacing-2);margin-block-end:var(--spacing-6)}.kiibiki-series__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;opacity:.7}.kiibiki-series__scroller{display:flex;flex-wrap:wrap;gap:.4rem;max-height:10.5rem;overflow-y:auto;padding:var(--spacing-3);border-radius:var(--rounded-lg, .75rem);background:rgb(var(--text-color) / .04);border:1px solid rgb(var(--text-color) / .08);scrollbar-width:thin;scrollbar-color:rgb(var(--text-color) / .25) transparent}.kiibiki-series__scroller::-webkit-scrollbar{width:8px}.kiibiki-series__scroller::-webkit-scrollbar-thumb{background:rgb(var(--text-color) / .22);border-radius:var(--rounded-full, 9999px)}.kiibiki-series__chip{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .8rem;border:1px solid rgb(var(--text-color) / .16);border-radius:var(--rounded-full, 9999px);background:rgb(var(--background));color:rgb(var(--text-color));font-size:.8125rem;font-weight:600;line-height:1.2;white-space:nowrap;text-decoration:none;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}@media(hover:hover){a.kiibiki-series__chip:hover{border-color:rgb(var(--text-color));transform:translateY(-1px)}}.kiibiki-series__chip:active{transform:translateY(0) scale(.97)}.kiibiki-series__chip.is-active{background:rgb(var(--text-color));color:rgb(var(--background));border-color:rgb(var(--text-color));font-weight:700}.kiibiki-series__chip-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;padding:0 .35rem;height:1.25rem;border-radius:var(--rounded-full, 9999px);font-size:.6875rem;font-weight:700;background:rgb(var(--text-color) / .1);color:inherit}.kiibiki-series__chip.is-active .kiibiki-series__chip-count{background:rgb(var(--background) / .22)}.kiibiki-series__chip--all{font-weight:700}.kiibiki-series__chip--all:not(.is-active){border-color:rgb(var(--text-color) / .32)}@media screen and (max-width:699px){.kiibiki-series__scroller{max-height:8.5rem;padding:var(--spacing-2)}}.collection.collection--filters-sidebar{align-items:start;margin-block-start:var(--spacing-4)}html:has(.kiibiki-hub){scroll-behavior:smooth}.kiibiki-hub{display:flex;flex-direction:column;gap:var(--spacing-8);margin-block-start:1rem}.kiibiki-hub__head{display:flex;flex-direction:column;gap:.375rem}.kiibiki-hub__head h1{margin:0;line-height:1.15}.kiibiki-hub__sub{margin:0;font-size:.875rem;max-width:62ch}.kiibiki-hub__actions{display:flex;flex-wrap:wrap;gap:.5rem}.kiibiki-hub__action{display:inline-flex;align-items:center;padding:.55rem 1.1rem;border:1px solid rgb(var(--text-color) / .25);border-radius:var(--rounded-full, 9999px);font-size:.875rem;font-weight:700;text-decoration:none;color:rgb(var(--text-color));transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.kiibiki-hub__action--primary{background:rgb(var(--text-color));color:rgb(var(--background));border-color:rgb(var(--text-color))}@media(hover:hover){.kiibiki-hub__action:hover{border-color:rgb(var(--text-color));transform:translateY(-1px)}}.kiibiki-hub__tools{display:flex;flex-direction:column;gap:var(--spacing-4)}.kiibiki-hub__search{position:relative;max-width:26rem}.kiibiki-hub__search-icon{position:absolute;inset-inline-start:.9rem;inset-block-start:50%;translate:0 -50%;opacity:.5;pointer-events:none}.kiibiki-hub__search input{width:100%;padding:.65rem 1rem .65rem 2.5rem;border:1px solid rgb(var(--text-color) / .18);border-radius:var(--rounded-full, 9999px);background:rgb(var(--text-color) / .04);color:rgb(var(--text-color));font-size:.9375rem}.kiibiki-hub__search input:focus-visible{outline:2px solid rgb(var(--text-color) / .6);outline-offset:1px}.kiibiki-hub__eras-nav{display:flex;flex-wrap:wrap;gap:.4rem}.kiibiki-hub__empty{margin:0;font-size:.9375rem;opacity:.75}.kiibiki-hub__era{scroll-margin-top:7rem;display:flex;flex-direction:column;gap:var(--spacing-4)}.kiibiki-hub__era-head{display:flex;align-items:baseline;gap:.75rem;padding-block-end:.5rem;border-bottom:1px solid rgb(var(--text-color) / .1)}.kiibiki-hub__era-head h2{margin:0}.kiibiki-hub__era-range{font-size:.75rem;font-weight:600;letter-spacing:.04em;opacity:.65;white-space:nowrap}.kiibiki-hub__era-all{margin-inline-start:auto;font-size:.8125rem;font-weight:700;text-decoration:none;color:rgb(var(--text-color) / .75);white-space:nowrap;transition:color .16s ease}.kiibiki-hub__era-all:after{content:" \2192"}@media(hover:hover){.kiibiki-hub__era-all:hover{color:rgb(var(--text-color))}}.kiibiki-hub__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:var(--spacing-3)}.kiibiki-hub__grid--wide{grid-template-columns:repeat(auto-fill,minmax(215px,1fr))}.kiibiki-hub__tile{display:flex;flex-direction:column;border:1px solid rgb(var(--text-color) / .1);border-radius:var(--rounded-lg, .75rem);background:rgb(var(--text-color) / .025);overflow:hidden;text-decoration:none;color:rgb(var(--text-color));transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}@media(hover:hover){.kiibiki-hub__tile:hover{transform:translateY(-2px);border-color:rgb(var(--text-color) / .4);box-shadow:0 6px 18px #00000040}}.kiibiki-hub__tile:active{transform:translateY(0) scale(.99)}.kiibiki-hub__tile-media{--kiibiki-media-h: 96px;display:grid;place-items:center;height:var(--kiibiki-media-h);padding:.75rem;overflow:hidden}.kiibiki-hub__grid--wide .kiibiki-hub__tile-media{--kiibiki-media-h: 118px;padding:0}.kiibiki-hub__grid--wide .kiibiki-hub__tile-media:has(>.kiibiki-hub__tile-img:not(.kiibiki-hub__tile-img--cover)){padding:.85rem 1.1rem}.kiibiki-hub__tile-img{filter:drop-shadow(0 1px 1px rgb(0 0 0 / .16));max-width:90%;max-height:calc(var(--kiibiki-media-h, 96px) - 1.75rem);object-fit:contain}.kiibiki-hub__tile-img--cover{width:100%;height:100%;object-fit:cover}.kiibiki-hub__tile-monogram{display:grid;place-items:center;width:3.25rem;height:3.25rem;border-radius:var(--rounded-full, 9999px);border:1px solid rgb(var(--text-color) / .25);background:rgb(var(--text-color) / .07);font-size:1.05rem;font-weight:800;letter-spacing:.03em}.kiibiki-hub__tile-body{display:flex;flex-direction:column;gap:.125rem;padding:.6rem .75rem .7rem}.kiibiki-hub__tile-name{font-size:.875rem;font-weight:700;line-height:1.25}.kiibiki-hub__tile-sub{font-size:.6875rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;opacity:.5}.kiibiki-hub__tile-count{font-size:.75rem;opacity:.6}@media screen and (max-width:699px){.kiibiki-hub{gap:var(--spacing-6)}.kiibiki-hub__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:var(--spacing-2)}.kiibiki-hub__grid--wide{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.kiibiki-hub__tile-media{--kiibiki-media-h: 76px}.kiibiki-hub__grid--wide .kiibiki-hub__tile-media{--kiibiki-media-h: 92px}}@media(prefers-reduced-motion:reduce){html:has(.kiibiki-hub){scroll-behavior:auto}.kiibiki-hub__tile,.kiibiki-hub__action{transition:none}}.kiibiki-hub__tile-media{position:relative}.kiibiki-hub__tile-symbol{position:absolute;inset-block-start:.45rem;inset-inline-start:.45rem;width:1.1rem;height:1.1rem;object-fit:contain;opacity:.85;filter:drop-shadow(0 1px 2px rgb(0 0 0 / .4))}.kiibiki-hub__tile-img{width:auto;height:auto}.kiibiki-series--strip .kiibiki-series__scroller{display:flex;flex-wrap:nowrap;align-items:stretch;gap:.5rem;max-height:none;overflow-x:auto;overflow-y:hidden;padding:.6rem;scroll-snap-type:x proximity;scrollbar-width:thin}.kiibiki-series--strip .kiibiki-series__scroller::-webkit-scrollbar{height:8px;width:auto}.kiibiki-series__chip--strip{flex:0 0 auto;align-self:center;scroll-snap-align:start}.kiibiki-series__tile{flex:0 0 auto;display:flex;flex-direction:column;align-items:stretch;gap:.4rem;width:8.25rem;padding:.45rem .45rem .5rem;border:1px solid rgb(var(--text-color) / .12);border-radius:.7rem;background:rgb(var(--background));color:rgb(var(--text-color));text-decoration:none;scroll-snap-align:start;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.kiibiki-series__tile-media{display:flex;align-items:center;justify-content:center;width:100%;height:3.4rem;padding:.3rem .5rem;border-radius:.5rem;background:rgb(var(--text-color) / .04);overflow:hidden}@media(hover:hover){.kiibiki-series__tile:hover{border-color:rgb(var(--text-color) / .55);transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}}.kiibiki-series__tile:active{transform:translateY(0) scale(.98)}.kiibiki-series__tile.is-active{border-color:rgb(var(--text-color));box-shadow:inset 0 0 0 2px rgb(var(--text-color)),0 6px 16px #00000029;background:rgb(var(--text-color) / .08)}.kiibiki-series__tile.is-active .kiibiki-series__tile-media{background:rgb(var(--text-color) / .11)}.kiibiki-series__tile-logo{max-height:100%;max-width:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 1px 1px rgb(0 0 0 / .18))}.kiibiki-series__tile-name{max-width:100%;padding-inline:.15rem;font-size:.6875rem;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kiibiki-series__tile.is-active .kiibiki-series__tile-name{font-weight:800}.kiibiki-series__tile-count{font-size:.625rem;font-weight:700;opacity:.7}@media screen and (max-width:699px){.kiibiki-series--strip .kiibiki-series__scroller{padding:.5rem}.kiibiki-series__tile{width:7.25rem}.kiibiki-series__tile-media{height:3rem}.kiibiki-series__tile-name{max-width:6.25rem}}.product-list{animation:kiibiki-grid-in .28s ease both}@keyframes kiibiki-grid-in{0%{opacity:.4;transform:translateY(6px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.product-list{animation:none}.product-card,.product-card:hover,.kiibiki-series__tile,.kiibiki-series__tile:hover{transition:none;transform:none}}.kiibiki-series__head{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.kiibiki-series__tabs{display:inline-flex;gap:.2rem;padding:.2rem;border:1px solid rgb(var(--text-color) / .12);border-radius:var(--rounded-full, 9999px);background:rgb(var(--text-color) / .04)}.kiibiki-series__tab{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:rgb(var(--text-color) / .7);font-size:.75rem;font-weight:700;line-height:1;padding:.4rem .8rem;border-radius:var(--rounded-full, 9999px);cursor:pointer;transition:background-color .16s ease,color .16s ease}.kiibiki-series__tab.is-active{background:rgb(var(--text-color));color:rgb(var(--background))}@media(hover:hover){.kiibiki-series__tab:not(.is-active):hover{color:rgb(var(--text-color))}}@media(prefers-reduced-motion:reduce){.kiibiki-series__tab{transition:none}}.kiibiki-series__tile--text{justify-content:center;gap:.25rem}.kiibiki-series__tile-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;max-width:7.25rem;text-align:center;font-size:.8125rem;font-weight:800;line-height:1.2}.kiibiki-series__tile--all{border-style:dashed}.kiibiki-series__tile--all.is-active{border-style:solid}:root{--kiibiki-ease: cubic-bezier(0, 0, .2, 1);--kiibiki-fast: .16s;--kiibiki-med: .22s}.header__wrapper{box-shadow:0 1px #00000014}.js .header[allow-transparency]:not(.is-filled) .header__wrapper{box-shadow:none}@media screen and (max-width:699px){.header{--header-background-blur-radius: 8px}}.header__link-list>ul>li>a,.header__link-list>ul>li>details>summary{font-size:.875rem;letter-spacing:.02em}.header__link-list>ul>li{display:flex;align-items:center}.header__link-list>ul>li>a{display:flex;align-items:center}.header__link-list .link-faded-reverse{transition:opacity var(--kiibiki-fast) var(--kiibiki-ease)}.header__link-list details[open]>summary.link-faded-reverse{opacity:1}.header__link-list>ul>li>a[aria-current=page]{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.45em}.header__link-list summary .icon-chevron-bottom{transition:transform var(--kiibiki-fast) var(--kiibiki-ease)}.header__link-list details[open]>summary .icon-chevron-bottom{transform:rotate(180deg)}@media(hover:hover)and (pointer:fine){.header__icon-list .tap-area{transition:opacity var(--kiibiki-fast) var(--kiibiki-ease)}.header__icon-list .tap-area:hover{opacity:.65}}@media screen and (max-width:699px){.header__icon-list .tap-area:before{inset-block:calc(-1 * var(--spacing-3))}}.header__link-list .dropdown-menu{border-radius:var(--rounded, .75rem);box-shadow:0 0 0 1px #00000014,0 2px 8px #0000000f,0 16px 40px -12px #0000002e}@media(prefers-reduced-motion:no-preference){.header__link-list details[open]>.dropdown-menu{animation:kiibiki-dropdown-in var(--kiibiki-fast) var(--kiibiki-ease) both}@keyframes kiibiki-dropdown-in{0%{transform:translateY(-4px)}to{transform:translateY(0)}}}.navigation-drawer::part(content){background:rgb(var(--dialog-background) / .92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 0 0 1px #00000014,0 24px 64px -16px #00000040}.navigation-drawer .panel li>a,.navigation-drawer .panel li>button{min-height:2.75rem;display:flex;align-items:center}.facets-vertical .accordion__toggle>span:not(.circle-chevron),.facets-vertical .accordion__toggle>label,.kiibiki-hide-commons .accordion__toggle>label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--text-color) / .62);transition:color var(--kiibiki-fast) var(--kiibiki-ease)}@media(hover:hover){.facets-vertical summary:hover .accordion__toggle>span:not(.circle-chevron){color:rgb(var(--text-color))}}.facets-vertical .accordion__toggle>label,.kiibiki-hide-commons .accordion__toggle>label,.facets-vertical .switch,.kiibiki-hide-commons .switch{cursor:pointer}.facets-vertical .accordion{border-color:rgb(var(--text-color) / .08)}.facets-vertical .circle-chevron,.collection__top-bar .circle-chevron{background:rgb(var(--text-color) / .05);transition:transform .2s var(--kiibiki-ease),background-color .2s var(--kiibiki-ease),color .2s var(--kiibiki-ease)}.facets-vertical .group[aria-expanded=true] .circle-chevron.group-expanded\:colors:not([disabled]){background:rgb(var(--text-color) / .1);color:rgb(var(--text-color))}@media screen and (pointer:fine){.facets-vertical .group:hover .circle-chevron.group-hover\:colors:not([disabled]),.collection__top-bar .group:hover .circle-chevron.group-hover\:colors:not([disabled]){background:rgb(var(--text-color) / .12);color:rgb(var(--text-color))}}@media screen and (min-width:1000px){.collection__facets-scroller{max-height:calc(100svh - var(--sticky-area-height) - 40px);overflow-y:auto;overscroll-behavior:contain;padding-inline-end:var(--spacing-2);padding-block-end:var(--spacing-6);scrollbar-width:thin;scrollbar-color:rgb(var(--text-color) / .18) transparent}.collection__facets-scroller::-webkit-scrollbar{width:5px}.collection__facets-scroller::-webkit-scrollbar-thumb{background:rgb(var(--text-color) / .18);border-radius:var(--rounded-full)}.collection__facets-scroller::-webkit-scrollbar-track{background:transparent}.collection__facets .kiibiki-hide-commons{margin-block-end:0}}@media screen and (min-width:1000px){.collection--filters-sidebar .collection__top-bar>.text-with-icon{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--text-color) / .62)}.collection--filters-sidebar .collection__top-bar{align-items:center;padding-block-end:var(--spacing-4);border-block-end:1px solid rgb(var(--text-color) / .08)}.facets-summary{align-items:center}.active-facets{margin-block:0}}.removable-facet{align-items:center;gap:var(--spacing-2);border-radius:var(--rounded-full);background:rgb(var(--text-color));color:rgb(var(--background));font-weight:600;line-height:1.2;transition:opacity var(--kiibiki-fast) var(--kiibiki-ease)}@media screen and (min-width:1000px){.removable-facet{padding-block:.4rem;padding-inline:1rem .7rem;font-size:.8125rem}.active-facets>.facet-clear-all{font-size:.8125rem}}@media(hover:hover){.removable-facet:hover{opacity:.85}}.collection__top-bar .sort-by-facet>.bold{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--text-color) / .62)}.collection__top-bar .sort-by-facet>button{gap:var(--spacing-2);min-height:2.25rem;padding-block:.35rem;padding-inline:1rem .55rem;border:1px solid rgb(var(--text-color) / .12);border-radius:var(--rounded-full);background:rgb(var(--background));font-size:.875rem;font-weight:600;transition:border-color var(--kiibiki-fast) var(--kiibiki-ease)}@media(hover:hover){.collection__top-bar .sort-by-facet>button:hover{border-color:rgb(var(--text-color) / .35)}}.collection__top-bar .sort-by-facet button .reversed-link{background:none}.kiibiki-series__tabs{gap:2px;padding:3px;border:0;background:rgb(var(--text-color) / .06)}.kiibiki-series__tab{padding:.45rem .95rem;color:rgb(var(--text-color) / .65);transition:background-color var(--kiibiki-fast) var(--kiibiki-ease),color var(--kiibiki-fast) var(--kiibiki-ease)}@media screen and (max-width:699px){.kiibiki-series__tab{min-height:2.75rem;padding-inline:1rem}}.kiibiki-series__tile{border-color:rgb(var(--text-color) / .08);transition:border-color var(--kiibiki-fast) var(--kiibiki-ease),transform var(--kiibiki-fast) var(--kiibiki-ease),box-shadow var(--kiibiki-fast) var(--kiibiki-ease)}@media(hover:hover){.kiibiki-series__tile:hover{border-color:rgb(var(--text-color) / .25);transform:translateY(-2px);box-shadow:0 8px 20px #00000014,0 1px 3px #0000000d}}.kiibiki-hub__tile{border-color:rgb(var(--text-color) / .08);transition:transform var(--kiibiki-fast) var(--kiibiki-ease),border-color var(--kiibiki-fast) var(--kiibiki-ease),box-shadow var(--kiibiki-fast) var(--kiibiki-ease)}@media(hover:hover){.kiibiki-hub__tile:hover{transform:translateY(-2px);border-color:rgb(var(--text-color) / .2);box-shadow:0 8px 24px #0000001a,0 2px 6px #0000000d}}.kiibiki-hub__tile-count,.kiibiki-series__tile-count,.kiibiki-series__chip-count{font-variant-numeric:tabular-nums}.kiibiki-breadcrumb{font-size:.75rem;opacity:1;color:rgb(var(--text-color) / .7)}.kiibiki-breadcrumb [aria-current=page]{color:rgb(var(--text-color) / .9)}.product-list .product-card:not(.product-card--blends){border-radius:var(--rounded);border:1px solid rgb(0 0 0 / .06);overflow:hidden}.product-list .product-card:not(.product-card--blends) .product-card__image{border-radius:0}.product-list .product-card .product-card__title{min-height:2.6em}.product-list .product-card .product-card__title a{font-weight:500}.product-card .badge--sold-out{background:#ffffffeb;color:#1a1a1ac7;border:1px solid rgb(0 0 0 / .08);font-size:.625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.25rem .6rem}.product-card:has(a:focus-visible){outline:2px solid rgb(var(--text-color) / .7);outline-offset:2px}.product-card a:focus-visible{outline:none}@media(hover:none)and (prefers-reduced-motion:no-preference){.product-card{transition:transform var(--kiibiki-fast) var(--kiibiki-ease)}.product-card:active{transform:scale(.98)}}.reversed-link{transition:background-size var(--kiibiki-med) var(--kiibiki-ease)}.link-faded,.link-faded-reverse{transition:opacity var(--kiibiki-fast) var(--kiibiki-ease)}@media(prefers-reduced-motion:no-preference){.dropdown-menu__item{transition:transform var(--kiibiki-fast) var(--kiibiki-ease),opacity var(--kiibiki-fast) var(--kiibiki-ease)}.kiibiki-toolbar{animation-duration:.3s}}.kiibiki-tag,.kiibiki-filters__tag,.kiibiki-series__chip{transition:border-color var(--kiibiki-fast) var(--kiibiki-ease),background-color var(--kiibiki-fast) var(--kiibiki-ease),color var(--kiibiki-fast) var(--kiibiki-ease),transform var(--kiibiki-fast) var(--kiibiki-ease)}.kiibiki-toggle__opt{transition:color var(--kiibiki-fast) var(--kiibiki-ease),background-color var(--kiibiki-med) var(--kiibiki-ease),box-shadow var(--kiibiki-med) var(--kiibiki-ease),transform var(--kiibiki-fast) var(--kiibiki-ease)}.kiibiki-hub__action{transition:border-color var(--kiibiki-fast) var(--kiibiki-ease),background-color var(--kiibiki-fast) var(--kiibiki-ease),transform var(--kiibiki-fast) var(--kiibiki-ease)}.kiibiki-reveal-in{transition:opacity var(--kiibiki-med) var(--kiibiki-ease),transform var(--kiibiki-med) var(--kiibiki-ease)}.button,.btn{transition:background-color var(--kiibiki-fast) var(--kiibiki-ease),color var(--kiibiki-fast) var(--kiibiki-ease),box-shadow var(--kiibiki-fast) var(--kiibiki-ease),transform var(--kiibiki-fast) var(--kiibiki-ease),opacity var(--kiibiki-fast) var(--kiibiki-ease)}@media(prefers-reduced-motion:no-preference){.button:active,.btn:active{transform:scale(.98)}}.button:focus-visible,.btn:focus-visible,.switch:focus-visible,.kiibiki-tag:focus-visible,.kiibiki-toggle__opt:focus-visible,.kiibiki-series__chip:focus-visible,.kiibiki-series__tab:focus-visible,.kiibiki-hub__action:focus-visible,.kiibiki-hub__era-all:focus-visible,.kiibiki-breadcrumb a:focus-visible,.kiibiki-series__tile:focus-visible,.kiibiki-hub__tile:focus-visible{outline:2px solid rgb(var(--text-color) / .7);outline-offset:2px}.kiibiki-load-more__loader{padding:.5rem 1.1rem;border:1px solid rgb(0 0 0 / .08);border-radius:var(--rounded-full, 9999px);background:rgb(var(--background))}@media(prefers-reduced-motion:no-preference){.kiibiki-load-more__loader:not([hidden]){animation:kiibiki-fade-in var(--kiibiki-fast) var(--kiibiki-ease) both}@keyframes kiibiki-fade-in{0%{opacity:0}}}.facets__floating-filter .button{border-radius:var(--rounded-full, 9999px);box-shadow:0 8px 24px #00000029,0 1px 2px #0000001a}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.facets-drawer::part(content){background:rgb(var(--dialog-background) / .92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}}@media screen and (max-width:699px){.facets-drawer::part(content){border-start-start-radius:1rem;border-start-end-radius:1rem}.kiibiki-toolbar,.kiibiki-series{margin-block-end:var(--spacing-4)}.kiibiki-load-more{margin-block-start:var(--spacing-5)}.collection__results>.v-stack.gap-6{gap:var(--spacing-4)}}@media(pointer:coarse){.kiibiki-tag,.kiibiki-series__chip,.kiibiki-toggle__opt,.kiibiki-series__tab,.kiibiki-hub__action{min-height:2.75rem}.kiibiki-hide-commons__row label{padding-block:.75rem;margin-block:-.75rem}}@media(prefers-reduced-motion:reduce){.header__link-list .link-faded-reverse,.header__link-list summary .icon-chevron-bottom,.header__icon-list .tap-area,.facets-vertical .accordion__toggle>span:not(.circle-chevron),.facets-vertical .accordion__toggle>label,.kiibiki-hide-commons .accordion__toggle>label,.facets-vertical .circle-chevron,.collection__top-bar .circle-chevron,.removable-facet,.collection__top-bar .sort-by-facet>button,.kiibiki-series__tab,.kiibiki-series__tile,.kiibiki-hub__tile,.kiibiki-hub__action,.button,.btn,.reversed-link,.link-faded,.link-faded-reverse,.dropdown-menu__item,.kiibiki-tag,.kiibiki-filters__tag,.kiibiki-series__chip,.kiibiki-toggle__opt,.kiibiki-reveal-in,.product-card{transition:none}.button:active,.btn:active{transform:none}.kiibiki-load-more__loader:not([hidden]){animation:none}.product-card,.product-card:hover,.kiibiki-series__tile,.kiibiki-series__tile:hover,.kiibiki-hub__tile,.kiibiki-hub__tile:hover{transform:none}}.product-list .product-card__figure{border-radius:.7rem;overflow:hidden;box-shadow:0 3px 12px #11111a14;transition:box-shadow var(--kiibiki-med, .22s) var(--kiibiki-ease, ease-out),transform var(--kiibiki-med, .22s) var(--kiibiki-ease, ease-out)}.product-list .product-card__image{border-radius:.7rem}@media(hover:hover)and (prefers-reduced-motion:no-preference){.product-list .product-card:hover .product-card__figure{box-shadow:0 14px 30px #11111a29,0 4px 10px #11111a14}.product-list .product-card:hover{box-shadow:none;border-color:transparent}}.product-list .product-card .product-card__title{letter-spacing:-.01em}.product-list .product-card .price-list{font-size:1.0625rem;letter-spacing:-.02em}.product-list .product-card:not(.product-card--blends) .product-card__info{padding-block-start:var(--spacing-3)}@media screen and (min-width:700px){.product-list{gap:var(--spacing-6) var(--spacing-4)!important}}.product-gallery__media,.product-gallery__media-list .media{border-radius:.9rem;overflow:hidden}.product-gallery__media-list .media{box-shadow:0 10px 34px #11111a1f}@media(prefers-reduced-motion:reduce){.product-list .product-card__figure{transition:none}}.button,.btn{transition:transform .18s var(--kiibiki-ease, ease-out),box-shadow .18s var(--kiibiki-ease, ease-out),background-color .18s var(--kiibiki-ease, ease-out),color .18s var(--kiibiki-ease, ease-out),border-color .18s var(--kiibiki-ease, ease-out)}@media(hover:hover)and (prefers-reduced-motion:no-preference){.button:hover,.btn:hover{transform:translateY(-1px)}.button--primary:hover,.button--secondary:hover{box-shadow:0 6px 18px #11111a26}}.button:active,.btn:active{transform:translateY(0) scale(.99)}.shopify-section--collection-banner .collection-header,.shopify-section--main-search .page-spacer>.v-stack:first-child{position:relative;padding-block-end:var(--spacing-4);border-block-end:1px solid rgb(var(--text-color) / .08)}.kiibiki-breadcrumb,.breadcrumb{font-size:.75rem;letter-spacing:.01em;opacity:.7}.product-info .price-list,.product-info__price{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.product-info .buy-buttons .button,.product-form .button--secondary{font-size:1rem;border-radius:var(--rounded, .6rem)}@media(hover:hover){.product-info .buy-buttons .button:hover{box-shadow:0 8px 22px #11111a2e}}.product-info .product-info__custom-text,.product-info .metafield-rich_text_field{font-size:.9375rem;line-height:1.6}@media(hover:hover){.header__link-list a:not(.button),.footer a:not(.button){background-image:linear-gradient(currentColor,currentColor);background-size:0% 1px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .22s var(--kiibiki-ease, ease-out)}.header__link-list a:not(.button):hover,.footer a:not(.button):hover{background-size:100% 1px}}.facets-vertical input[type=text],.facets-vertical input[type=number],.search-input input,.field input{border-radius:var(--rounded, .5rem);transition:border-color .16s ease,box-shadow .16s ease}.facets-vertical input:focus-visible,.search-input input:focus-visible,.field input:focus-visible{outline:none;box-shadow:0 0 0 3px rgb(var(--text-color) / .12);border-color:rgb(var(--text-color) / .4)}.announcement-bar,.shopify-section--announcement-bar{letter-spacing:.04em;font-size:.75rem}.kiibiki-hub__quick{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;margin-block-start:-.25rem}.kiibiki-hub__quick-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;opacity:.5}.kiibiki-hub__quick-chips{display:flex;flex-wrap:wrap;gap:.4rem}@media(hover:hover)and (pointer:fine){.header__link-list .dropdown-menu,.header__link-list .mega-menu{transition:opacity .18s ease}.header__link-list details:hover>.dropdown-menu,.header__link-list details:hover>.mega-menu{opacity:1!important;pointer-events:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/kiibiki.css.map */
