.tksc-shop-section{display:flex;flex-direction:column}.tksc-shop{min-height:100svh;overflow:clip;background:var(--tksc-shop-background);color:var(--tksc-shop-foreground);font-family:var(--tksc-shop-font);font-style:normal;font-weight:700;letter-spacing:0}.tksc-shop *,.tksc-shop *:before,.tksc-shop *:after{box-sizing:border-box}.tksc-shop a{color:inherit;text-decoration:none}.tksc-shop__header{display:flex;padding-top:var(--tksc-global-header-top);justify-content:center}.tksc-shop__global-nav{display:grid;width:min(68rem,calc(100% - 4.8rem));align-items:center;column-gap:4.8rem;grid-template-columns:minmax(0,1fr) var(--tksc-global-symbol-size) minmax(0,1fr);white-space:nowrap}.tksc-shop__global-group{display:flex;align-items:center;gap:4.8rem}.tksc-shop__global-group--start{justify-content:flex-end}.tksc-shop__global-group--end{justify-content:flex-start}.tksc-shop__global-link{font-size:2.8rem;line-height:1}.tksc-shop__global-link:hover,.tksc-shop__global-link:focus-visible{color:var(--tksc-shop-muted)}.tksc-shop__symbol,.tksc-shop-mark{display:flex;width:var(--tksc-global-symbol-size);height:var(--tksc-global-symbol-size);align-items:center;grid-column:2;justify-content:center}.tksc-shop__symbol-image{display:block;width:100%;height:100%;object-fit:contain}.tksc-shop-mark{border-radius:50%;background:var(--tksc-shop-foreground)}.tksc-shop-mark__ring{display:flex;align-items:center;justify-content:center;border:.25rem solid var(--tksc-shop-background);border-radius:50%}.tksc-shop-mark__ring--one{width:4.1rem;height:4.1rem}.tksc-shop-mark__ring--two{width:3rem;height:3rem}.tksc-shop-mark__ring--three{width:1.8rem;height:1.8rem}.tksc-shop__layout{display:grid;width:min(81.3vw,161.8rem);margin:12.2rem auto 0;padding-bottom:10rem;grid-template-columns:minmax(0,42.5%) minmax(0,45.1%);justify-content:space-between}.tksc-shop__product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(2.4rem,1.7vw,3.4rem);row-gap:3.4rem}.tksc-product-card{min-width:0;text-align:center}.tksc-product-card__link{display:block}.tksc-product-card__media{width:100%;overflow:hidden;aspect-ratio:1;background:#f8f7fb}.tksc-product-card__image{display:block;width:100%;height:100%;object-fit:contain;transition:transform .22s ease}.tksc-product-card__placeholder{display:grid;width:100%;height:100%;place-items:center;color:var(--tksc-shop-muted);font-size:1.8rem;line-height:1}.tksc-product-card__link:hover .tksc-product-card__image,.tksc-product-card__link:focus-visible .tksc-product-card__image{transform:scale(1.02)}.tksc-product-card__title{margin:1.4rem 0 0;color:var(--tksc-shop-foreground);font-family:inherit;font-size:2.4rem;font-weight:700;letter-spacing:0;line-height:1.25}.tksc-product-card__price{margin:1rem 0 0;color:var(--tksc-shop-foreground);font-family:Arial,Helvetica,sans-serif;font-size:1.8rem;font-weight:700;letter-spacing:0;line-height:1.2}.tksc-shop__aside-inner{position:sticky;top:2rem}.tksc-shop__editorial-media{width:100%;overflow:hidden;aspect-ratio:16 / 9}.tksc-shop__editorial-image{display:block;width:100%;height:100%;object-fit:cover}.tksc-shop__search{margin-top:4.6rem}.tksc-shop__search-input{width:100%;height:5rem;padding:0 0 1.2rem;border:0;border-bottom:.2rem solid var(--tksc-shop-muted);border-radius:0;outline:0;background:transparent;box-shadow:none;color:var(--tksc-shop-foreground);font:inherit;font-size:2rem;letter-spacing:0;-webkit-appearance:none;appearance:none}.tksc-shop__search-input::placeholder{color:var(--tksc-shop-muted);opacity:1}.tksc-shop__search-input:focus{border-bottom-color:var(--tksc-shop-foreground)}.tksc-shop__categories{display:flex;margin-top:2.6rem;align-items:center;justify-content:flex-start;gap:clamp(2.4rem,2.25vw,4.5rem);white-space:nowrap}.tksc-shop__category{color:var(--tksc-shop-muted)!important;font-size:2.4rem;line-height:1.25}.tksc-shop__category:hover,.tksc-shop__category:focus-visible,.tksc-shop__category.is-active{color:var(--tksc-shop-foreground)!important}.tksc-shop__coming-soon{display:grid;grid-column:1 / -1;margin:0;min-height:32rem;place-items:center;color:var(--tksc-shop-muted);font-size:2.4rem;line-height:1}.tksc-shop .pagination-wrapper{margin-top:6rem}@media screen and (max-width:1200px){.tksc-shop__global-nav,.tksc-shop__global-group{gap:4rem}.tksc-shop__global-link{font-size:2.4rem}.tksc-product-card__title{font-size:2rem}}@media screen and (max-width:989px){.tksc-shop__header{padding:var(--tksc-global-header-top) 2.4rem 0}.tksc-shop__global-nav{width:100%;gap:1.2rem}.tksc-shop__global-group{width:100%;gap:0;justify-content:space-between}.tksc-shop__global-link{font-size:clamp(1.6rem,3.4vw,2.4rem)}.tksc-shop__symbol,.tksc-shop-mark{width:var(--tksc-global-symbol-size);height:var(--tksc-global-symbol-size)}.tksc-shop-mark__ring--one{width:70%;height:70%}.tksc-shop-mark__ring--two{width:73%;height:73%}.tksc-shop-mark__ring--three{width:60%;height:60%}.tksc-shop__layout{width:100%;margin-top:var(--tksc-global-header-top);padding:0 3rem 6rem;grid-template-columns:minmax(0,1fr);grid-template-areas:"aside" "products";gap:5rem}.tksc-shop__products{grid-area:products}.tksc-shop__aside{grid-area:aside}.tksc-shop__aside-inner{position:static}.tksc-shop__categories{gap:min(5.8vw,4.2rem);overflow-x:auto;scrollbar-width:none}.tksc-shop__category{font-size:clamp(1.8rem,4.7vw,3.4rem)}.tksc-shop__categories::-webkit-scrollbar{display:none}}@media screen and (max-width:520px){.tksc-shop__header{padding-right:1.6rem;padding-left:1.6rem}.tksc-shop__global-nav{width:100%}.tksc-shop__global-link{font-size:1.4rem}.tksc-shop__layout{margin-top:var(--tksc-global-header-top);padding-right:1.6rem;padding-left:1.6rem;gap:4rem}.tksc-shop__search{margin-top:2.8rem}.tksc-shop__search-input{font-size:1.6rem}.tksc-shop__product-grid{column-gap:1.2rem;row-gap:2.8rem}.tksc-product-card__title{margin-top:1rem;font-size:1.5rem}.tksc-product-card__price{margin-top:.6rem;font-size:1.4rem}.tksc-product-card__placeholder,.tksc-shop__coming-soon{font-size:1.5rem}}@media screen and (max-width:989px){[data-template=collection] .tksc-shop__layout{grid-template-areas:"media" "navigation" "products";row-gap:0}[data-template=collection] .tksc-shop__aside,[data-template=collection] .tksc-shop__aside-inner{display:contents}[data-template=collection] .tksc-shop__editorial-media{grid-area:media}[data-template=collection] .tksc-shop__navigation{grid-area:navigation;position:sticky;top:0;z-index:10;min-width:0;margin-top:2.8rem;padding:1.2rem 0;background:var(--tksc-shop-background)}[data-template=collection] .tksc-shop__search{margin-top:0}[data-template=collection] .tksc-shop__category{font-size:clamp(1.53rem,3.995vw,2.89rem)}[data-template=collection] .tksc-shop__products{margin-top:2.8rem}}@media screen and (min-width:990px){[data-template=collection] .tksc-shop__layout{grid-template-columns:minmax(0,34%) minmax(0,55.924%)}[data-template=collection] .tksc-shop__editorial-media,[data-template=collection] .tksc-shop__search{width:100%}[data-template=collection] .tksc-shop__categories{width:calc(100% / 1.24)}[data-template=collection] .tksc-shop__search-input{border-bottom-width:.01rem}.tksc-shop__layout{margin-top:6rem;padding-bottom:6rem}.tksc-product-card__placeholder{font-size:1.3rem}.tksc-product-card__title{margin-top:1.1rem;font-size:1.4rem;line-height:1.3}.tksc-product-card__price{margin-top:.6rem;font-size:1.3rem}.tksc-shop__search{margin-top:3.2rem}.tksc-shop__search-input{height:4.2rem;padding-bottom:1rem;font-size:1.4rem}.tksc-shop__categories{margin-top:2rem;gap:clamp(2.4rem,2vw,3.6rem)}.tksc-shop__category{font-size:1.4rem}.tksc-shop__coming-soon{font-size:1.6rem}.tksc-shop .pagination-wrapper{margin-top:4rem}}@media(prefers-reduced-motion:reduce){.tksc-product-card__image{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-tksc-shop.css.map */
