.tk-categories__wrapper{width:100%;display:flex;flex-direction:column;gap:20px}.tk-categories__header{display:flex;align-items:center;justify-content:space-between}.tk-categories__heading{font-size:clamp(28px,4vw,36px);font-weight:700;margin:0;color:#1a1a1a;letter-spacing:-.02em;line-height:1.2}.tk-categories__view-all{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:var(--tk-cat-heading-color, #1d1d1f);text-decoration:none;opacity:.6;transition:opacity .3s ease,gap .3s ease}.tk-categories__view-all:hover{opacity:1;gap:6px}.tk-categories__view-all-icon{transition:transform .3s ease}.tk-categories__view-all:hover .tk-categories__view-all-icon{transform:translate(2px)}.tk-categories__viewport{position:relative}.tk-categories__nav{position:absolute;top:50%;transform:translateY(-50%) scale(.9);z-index:10;width:40px;height:40px;border-radius:50%;background:#fffffff2;border:none;box-shadow:0 2px 12px #00000014,0 0 0 1px #0000000a;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1d1d1f;opacity:0;pointer-events:none;transition:opacity .35s ease,transform .35s ease,box-shadow .2s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.tk-categories__nav--left{left:-4px}.tk-categories__nav--right{right:-4px}.tk-categories__nav.is-visible{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1)}.tk-categories__nav:hover{box-shadow:0 4px 20px #0000001f,0 0 0 1px #0000000f;background:#fff}.tk-categories__nav:active{transform:translateY(-50%) scale(.95)}.tk-categories__fade{position:absolute;top:0;bottom:0;width:48px;pointer-events:none;z-index:5;opacity:0;transition:opacity .35s ease}.tk-categories__fade--left{left:0;background:linear-gradient(to right,var(--tk-cat-section-bg, #fff),transparent)}.tk-categories__fade--right{right:0;background:linear-gradient(to left,var(--tk-cat-section-bg, #fff),transparent)}.tk-categories__fade.is-visible{opacity:1}.tk-categories__scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;cursor:grab;scroll-behavior:auto;user-select:none;-webkit-user-select:none;scroll-snap-type:x mandatory}.tk-categories__scroll::-webkit-scrollbar{display:none}.tk-categories__scroll.is-snap-off{scroll-snap-type:none}.tk-categories__scroll.is-dragging{cursor:grabbing}.tk-categories__scroll.is-dragging .tk-categories__card{pointer-events:none}.tk-categories__track{display:flex;gap:var(--tk-cat-gap, 12px)}.tk-categories__track.is-fitted{justify-content:space-between}.tk-categories__card{flex:0 0 calc((100% - (var(--tk-cat-peek) - 1) * var(--tk-cat-gap, 12px)) / var(--tk-cat-peek));width:calc((100% - (var(--tk-cat-peek) - 1) * var(--tk-cat-gap, 12px)) / var(--tk-cat-peek));max-width:var(--tk-cat-card-size, 140px);aspect-ratio:1;background:var(--tk-cat-bg, #fff);border:1px solid var(--tk-cat-border, rgba(0, 0, 0, .06));border-radius:var(--tk-cat-border-radius, 14px);overflow:hidden;text-decoration:none;color:var(--tk-cat-title-color, #1d1d1f);display:flex;flex-direction:column;-webkit-user-drag:none;scroll-snap-align:start;transition:border-color .3s ease,box-shadow .3s ease}.tk-categories__card img{-webkit-user-drag:none;pointer-events:none}.tk-categories__card:hover{border-color:var(--tk-cat-hover-border, var(--tk-cat-border, rgba(0, 0, 0, .1)));box-shadow:0 4px 16px #0000000f,0 1px 3px #0000000a}.tk-categories__image{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:14px;background:var(--tk-cat-image-bg, #fafafa);overflow:hidden;transition:background .3s ease}.tk-categories__card:hover .tk-categories__image{background:var(--tk-cat-bg, #fff)}.tk-categories__image--art{padding:0}.tk-categories__sale-art{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.16,1,.3,1)}.tk-categories__card:hover .tk-categories__sale-art{transform:scale(1.05)}.tk-sale-icon-img{object-fit:contain;mix-blend-mode:normal}.tk-sale-icon-wrap{position:relative;display:inline-flex;flex-shrink:0}.tk-sale-icon-wrap>.tk-sale-icon-img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal}.tk-sale-icon-dot{position:absolute;top:-1px;right:-3px;width:8px;height:8px;box-sizing:border-box;border-radius:50%;background:#ced720;border:1.5px solid #0a0a0a}.tk-sale-icon-dot:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:1.5px solid rgba(206,215,32,.8);animation:tkSaleHalo 1.9s ease-out infinite}@keyframes tkSaleHalo{0%{transform:scale(.65);opacity:.9}70%,to{transform:scale(1.6);opacity:0}}@media(prefers-reduced-motion:reduce){.tk-sale-icon-dot:after{animation:none;opacity:0}}.tk-categories__img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}@media(hover:hover){.tk-categories__card:hover .tk-categories__img{transform:scale(1.08)}}.tk-categories__scroll.is-dragging .tk-categories__card,.tk-categories__scroll.is-dragging .tk-categories__img,.tk-categories__scroll.is-dragging .tk-categories__image{transition:none!important}@media(max-width:768px){.tk-categories__img{mix-blend-mode:normal}}.tk-categories__placeholder{width:60%;height:60%;opacity:.2}.tk-categories__sale-svg{width:82%;height:82%;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.14));transition:transform .45s cubic-bezier(.16,1,.3,1)}@media(hover:hover){.tk-categories__card--sale:hover .tk-categories__sale-svg{transform:scale(1.06)}}.tk-categories__scroll.is-dragging .tk-categories__card--sale .tk-categories__sale-svg{transition:none!important}.tk-categories__info{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;gap:4px}.tk-categories__title{font-size:var(--tk-cat-title-size, 12px);font-weight:var(--tk-cat-title-weight, 500);letter-spacing:.01em;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;opacity:.8;transition:opacity .3s ease}.tk-categories__card:hover .tk-categories__title{opacity:1}.tk-categories__arrow{flex-shrink:0;color:var(--tk-cat-arrow-color, #999);opacity:0;transform:translate(-4px);transition:opacity .3s ease,transform .3s ease,color .3s ease}.tk-categories__card:hover .tk-categories__arrow{opacity:1;transform:translate(0);color:var(--tk-cat-title-color, #1d1d1f)}@media(max-width:768px){.tk-categories__track{gap:10px}.tk-categories__card{flex:0 0 calc((100% - 2.3 * var(--tk-cat-gap, 10px)) / 3.3);width:calc((100% - 2.3 * var(--tk-cat-gap, 10px)) / 3.3);max-width:110px}.tk-categories__image{padding:10px}.tk-categories__info{padding:6px 10px}.tk-categories__title{font-size:10px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3}.tk-categories__arrow{display:none}.tk-categories__nav{width:32px;height:32px}.tk-categories__nav svg{width:14px;height:14px}.tk-categories__fade{width:24px}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/tk-category-swiper.css.map */
