.tbc-section,.tbc-section *{box-sizing:border-box}.tbc-section{overflow:hidden;padding-top:var(--tbc-padding-top);padding-bottom:var(--tbc-padding-bottom);background:var(--tbc-background);color:var(--tbc-text-color)}.tbc-container{width:min(92%,1500px);margin:0 auto}.tbc-header{max-width:760px;margin:0 auto 32px;text-align:center}.tbc-heading{margin:0;color:var(--tbc-text-color);font-size:clamp(32px,4vw,54px);font-weight:600;line-height:1.1;letter-spacing:-1.5px}.tbc-section[dir=rtl] .tbc-heading{line-height:1.25;letter-spacing:0}.tbc-description{margin:14px auto 0;color:var(--tbc-muted-color);font-size:15px;line-height:1.75}.tbc-tabs{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-bottom:34px}.tbc-tab{display:inline-flex;align-items:center;justify-content:center;min-height:47px;padding:10px 23px;border:1px solid transparent;border-radius:100px;background:var(--tbc-tab-background);color:var(--tbc-text-color);font-family:inherit;font-size:14px;font-weight:600;line-height:1.2;white-space:nowrap;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease}.tbc-tab:hover{border-color:var(--tbc-accent-color);transform:translateY(-2px)}.tbc-tab.is-active{border-color:var(--tbc-active-tab-background);background:var(--tbc-active-tab-background);color:var(--tbc-active-tab-text);box-shadow:0 10px 25px #0000001f}.tbc-tab:focus-visible{outline:2px solid var(--tbc-accent-color);outline-offset:3px}.tbc-panel[hidden]{display:none!important}.tbc-panel{animation:tbcPanelFade .4s ease}@keyframes tbcPanelFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tbc-slider{display:flex;width:100%;gap:16px;overflow-x:auto;overflow-y:hidden;padding:3px 2px 15px;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}.tbc-slider::-webkit-scrollbar{display:none;width:0;height:0}.tbc-product-card{position:relative;display:flex;flex:0 0 calc((100% - 48px)/4);min-width:calc((100% - 48px)/4);flex-direction:column;overflow:hidden;border:1px solid rgba(0,0,0,.07);border-radius:var(--tbc-radius);background:var(--tbc-card-background);scroll-snap-align:start;scroll-snap-stop:always;transition:transform .3s ease,box-shadow .3s ease}.tbc-product-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #0000001a}.tbc-product-card__image-link{display:block;color:inherit;text-decoration:none}.tbc-product-card__image-wrapper{position:relative;overflow:hidden;width:100%;aspect-ratio:1 / 1;background:var(--tbc-card-background)}.tbc-product-card__image,.tbc-product-card__placeholder{display:block;width:100%;height:100%;object-fit:contain;padding:14px;transition:transform .55s ease}.tbc-product-card:hover .tbc-product-card__image{transform:scale(1.05)}.tbc-product-card__badge{position:absolute;top:11px;left:11px;z-index:2;max-width:calc(100% - 22px);padding:6px 10px;border-radius:100px;background:#222;color:#fff;font-size:10px;font-weight:700;line-height:1.2}.tbc-section[dir=rtl] .tbc-product-card__badge{right:11px;left:auto}.tbc-product-card__badge--sale{background:#c94d4d}.tbc-product-card__view{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;justify-content:center;width:39px;height:39px;border-radius:50%;background:#fff;color:#222;opacity:0;transform:translateY(8px);box-shadow:0 7px 20px #0000001a;transition:opacity .3s ease,transform .3s ease}.tbc-section[dir=rtl] .tbc-product-card__view{right:auto;left:12px}.tbc-product-card__view svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tbc-section[dir=rtl] .tbc-product-card__view svg,.tbc-section[dir=rtl] .tbc-view-all svg{transform:rotate(180deg)}.tbc-product-card:hover .tbc-product-card__view{opacity:1;transform:translateY(0)}.tbc-product-card__content{display:flex;flex:1;flex-direction:column;padding:16px}.tbc-product-card__vendor{margin-bottom:6px;color:var(--tbc-muted-color);font-size:10px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase}.tbc-product-card__title{margin:0 0 12px;color:var(--tbc-text-color);font-size:14px;font-weight:600;line-height:1.45}.tbc-product-card__title a{color:inherit;text-decoration:none}.tbc-product-card__price{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:auto}.tbc-product-card__current-price{color:var(--tbc-text-color);font-size:14px;font-weight:700}.tbc-product-card__compare-price{color:var(--tbc-muted-color);font-size:12px}.tbc-add-form{width:100%;margin-top:14px}.tbc-add-button{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:46px;margin-top:14px;padding:10px 15px;border:1px solid var(--tbc-accent-color);border-radius:10px;background:var(--tbc-accent-color);color:#fff;font-family:inherit;font-size:13px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .3s ease,transform .3s ease,opacity .3s ease}.tbc-add-form .tbc-add-button{margin-top:0}.tbc-add-button svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tbc-add-button:hover:not(:disabled){background:transparent;color:var(--tbc-accent-color);transform:translateY(-2px)}.tbc-add-button--options{background:transparent;color:var(--tbc-accent-color)}.tbc-add-button--options:hover{background:var(--tbc-accent-color);color:#fff}.tbc-section[dir=rtl] .tbc-add-button--options svg{transform:rotate(180deg)}.tbc-add-button--disabled,.tbc-add-button:disabled{border-color:#ddd;background:#ddd;color:#888;cursor:not-allowed;opacity:.75;transform:none}.tbc-add-button.is-loading{pointer-events:none;opacity:.65}.tbc-add-button.is-added{border-color:#2f8f5b;background:#2f8f5b;color:#fff}.tbc-panel-footer{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:16px}.tbc-slider-controls{display:flex;align-items:center;gap:12px}.tbc-arrow{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;padding:0;border:1px solid rgba(0,0,0,.14);border-radius:50%;background:transparent;color:var(--tbc-text-color);cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease,opacity .25s ease,transform .25s ease}.tbc-arrow svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tbc-section[dir=rtl] .tbc-arrow svg{transform:rotate(180deg)}.tbc-arrow:hover:not(:disabled){border-color:var(--tbc-accent-color);background:var(--tbc-accent-color);color:#fff}.tbc-arrow:active:not(:disabled){transform:scale(.92)}.tbc-arrow:disabled{cursor:default;opacity:.28}.tbc-dots{display:flex;align-items:center;justify-content:center;gap:7px;min-width:80px;direction:ltr}.tbc-dot{width:7px;height:7px;flex:0 0 7px;padding:0;border:0;border-radius:50%;background:#ccc;cursor:pointer;transition:width .3s ease,flex-basis .3s ease,background .3s ease}.tbc-dot.is-active{width:22px;flex-basis:22px;border-radius:100px;background:var(--tbc-accent-color)}.tbc-panel.is-single-page .tbc-slider-controls{visibility:hidden;pointer-events:none}.tbc-view-all{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:45px;padding:10px 20px;border:1px solid var(--tbc-accent-color);border-radius:100px;background:var(--tbc-accent-color);color:#fff;font-size:13px;font-weight:600;text-decoration:none;transition:background .3s ease,color .3s ease,transform .3s ease}.tbc-view-all svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tbc-view-all:hover{background:transparent;color:var(--tbc-accent-color);transform:translateY(-2px)}.tbc-empty-message,.tbc-no-blocks{width:100%;padding:55px 20px;border-radius:var(--tbc-radius);background:var(--tbc-card-background);color:var(--tbc-muted-color);text-align:center}@media(max-width:1100px){.tbc-product-card{flex:0 0 calc((100% - 32px) / 3);min-width:calc((100% - 32px) / 3)}}@media(max-width:749px){.tbc-section{padding-right:15px;padding-left:15px}.tbc-container{width:100%}.tbc-header{margin-bottom:23px}.tbc-heading{font-size:30px;line-height:1.2;letter-spacing:-.7px}.tbc-description{margin-top:10px;font-size:14px;line-height:1.65}.tbc-tabs{justify-content:flex-start;gap:8px;overflow-x:auto;overflow-y:hidden;margin-bottom:24px;padding:2px 0 8px;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tbc-tabs::-webkit-scrollbar{display:none}.tbc-tab{min-height:42px;padding:9px 18px;font-size:12px;scroll-snap-align:start}.tbc-slider{gap:10px;padding-right:0;padding-left:0}.tbc-product-card{flex:0 0 calc((100% - 10px)/2);min-width:calc((100% - 10px)/2);border-radius:12px}.tbc-product-card__image,.tbc-product-card__placeholder{padding:7px}.tbc-product-card__view{display:none}.tbc-product-card__content{padding:12px 10px 13px}.tbc-product-card__vendor{margin-bottom:4px;font-size:8px;letter-spacing:.7px}.tbc-product-card__title{margin-bottom:8px;font-size:12px;line-height:1.4}.tbc-product-card__current-price{font-size:12px}.tbc-product-card__compare-price{font-size:10px}.tbc-product-card__badge{top:7px;left:7px;padding:5px 7px;font-size:8px}.tbc-section[dir=rtl] .tbc-product-card__badge{right:7px;left:auto}.tbc-add-form{margin-top:10px}.tbc-add-button{min-height:40px;margin-top:10px;padding:8px 6px;border-radius:8px;font-size:10px;gap:5px}.tbc-add-form .tbc-add-button{margin-top:0}.tbc-add-button svg{width:15px;height:15px;flex-basis:15px}.tbc-panel-footer{flex-direction:column;justify-content:center;gap:16px;margin-top:14px}.tbc-slider-controls{justify-content:center;gap:14px}.tbc-arrow{width:39px;height:39px;flex-basis:39px}.tbc-view-all{min-height:43px;padding:9px 19px;font-size:12px}.tbc-panel.is-single-page .tbc-slider-controls{display:none}}@media(max-width:380px){.tbc-section{padding-right:12px;padding-left:12px}.tbc-slider{gap:8px}.tbc-product-card{flex-basis:calc((100% - 8px)/2);min-width:calc((100% - 8px)/2)}.tbc-product-card__title{font-size:11px}.tbc-add-button{padding-right:4px;padding-left:4px;font-size:9px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/tabs-by-categories.css.map */
