#tj button,#tj .tj-btn,#tj .tj-select{-webkit-tap-highlight-color:transparent;touch-action:manipulation}#tj .tj-gallery{position:relative}#tj .tj-gallery .tj-gallery__stage{position:relative;border-radius:12px;overflow:hidden;background:var(--sand)}#tj .tj-gallery .tj-gallery__track{display:flex;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}#tj .tj-gallery .tj-gallery__track::-webkit-scrollbar{display:none}#tj .tj-gallery .tj-gallery__track:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}#tj .tj-gallery .tj-slide{flex:0 0 100%;width:100%;scroll-snap-align:center;scroll-snap-stop:always}#tj .tj-gallery .tj-slide img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}#tj .tj-gallery .tj-gallery__nav{position:absolute;top:50%;z-index:2;transform:translateY(-50%);display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid var(--line);border-radius:50%;background:#ffffffed;color:var(--ink);cursor:pointer;box-shadow:0 4px 14px #14110e24;transition:opacity .15s ease,background .15s ease}#tj .tj-gallery .tj-gallery__nav:hover{background:#fff}#tj .tj-gallery .tj-gallery__nav[disabled]{opacity:.3;cursor:default}#tj .tj-gallery .tj-gallery__nav--prev{left:12px}#tj .tj-gallery .tj-gallery__nav--next{right:12px}@media(hover:hover)and (pointer:fine)and (min-width:821px){#tj .tj-gallery .tj-gallery__nav{display:flex}}#tj .tj-gallery .tj-gallery__count{position:absolute;right:12px;bottom:12px;z-index:2;display:none;padding:5px 11px;border-radius:30px;font-size:12px;font-weight:600;line-height:1.3;letter-spacing:.02em;font-variant-numeric:tabular-nums;color:#fff;background:#14110e8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}#tj .tj-gallery .tj-gallery__dots{display:none;justify-content:center;align-items:center;gap:2px;margin-top:12px}#tj .tj-gallery .tj-dot{position:relative;width:22px;height:22px;padding:0;border:0;background:none;cursor:pointer}#tj .tj-gallery .tj-dot:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:7px;height:7px;border-radius:20px;background:var(--line);transition:width .2s ease,background .2s ease}#tj .tj-gallery .tj-dot.active:before{width:20px;background:var(--accent)}#tj .tj-gallery .tj-gallery__thumbs{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;overflow:visible}#tj .tj-gallery .tj-gallery__thumbs .tj-thumb{flex:0 0 auto;width:76px;height:76px;padding:0;border:0;border-radius:8px;overflow:hidden;background:none;cursor:pointer;opacity:.55;outline:2px solid transparent;outline-offset:2px;transition:opacity .15s ease,outline-color .15s ease}#tj .tj-gallery .tj-gallery__thumbs .tj-thumb img{display:block;width:100%;height:100%;object-fit:cover}#tj .tj-gallery .tj-gallery__thumbs .tj-thumb.active,#tj .tj-gallery .tj-gallery__thumbs .tj-thumb:hover{opacity:1;outline-color:var(--accent)}@media(prefers-reduced-motion:reduce){#tj .tj-gallery .tj-gallery__track{scroll-behavior:auto}}#tj .tj-select{-webkit-appearance:none;appearance:none;width:100%;min-height:44px;font:inherit;font-size:15px;line-height:1.2;color:var(--ink);background-color:var(--surface);padding:10px 32px 10px 12px;border:1.5px solid var(--line);border-radius:9px;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2312242F' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:15px;transition:border-color .15s ease;text-overflow:ellipsis}#tj .tj-select:hover{border-color:var(--accent)}#tj .tj-select:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #e8503a2e}#tj .tj-rule{display:flex;align-items:center;gap:14px;margin:26px 0 14px;color:var(--ink)}#tj .tj-rule:before,#tj .tj-rule:after{content:"";flex:1;height:1px;background:var(--line)}#tj .tj-rule span{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}#tj .tj-bars{display:flex;flex-direction:column;gap:12px}#tj .tj-bar{position:relative;background:var(--surface);border:2px solid var(--line);border-radius:14px;transition:border-color .15s ease,box-shadow .15s ease}#tj .tj-bar:hover{border-color:var(--accent)}#tj .tj-bar.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent) inset}#tj .tj-bar__head{width:100%;min-height:64px;text-align:left;cursor:pointer;background:none;border:0;display:flex;align-items:center;gap:14px;padding:18px 20px;font:inherit;color:inherit}#tj .tj-bar__head:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:12px}#tj .tj-bar__radio{width:24px;height:24px;flex:none;position:relative;border:2px solid var(--line);border-radius:50%;transition:border-color .15s ease}#tj .tj-bar.active .tj-bar__radio{border-color:var(--accent)}#tj .tj-bar.active .tj-bar__radio:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:var(--accent)}#tj .tj-bar__l{flex:1;min-width:0}#tj .tj-bar__l b{display:block;font-size:20px;line-height:1.15}#tj .tj-bar__save{display:block;font-size:13px;color:var(--muted);margin-top:3px}#tj .tj-bar.active .tj-bar__save{color:var(--accent);font-weight:600}#tj .tj-bar__r{text-align:right;flex:none}#tj .tj-bar__r b{font-family:Fraunces,Georgia,serif;font-size:23px;color:var(--accent);white-space:nowrap}#tj .tj-bar__r s{display:block;font-size:14px;color:var(--muted)}#tj .tj-bar__tag{position:absolute;top:-11px;right:14px;z-index:2;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#fff;background:var(--accent);padding:4px 12px;border-radius:20px}#tj .tj-bar__body{display:none;padding:0 20px 18px}#tj .tj-bar.active .tj-bar__body{display:block}#tj .tj-bar__bl{display:block;margin-bottom:8px;font-size:12px;color:var(--muted)}#tj .tj-pair{display:grid;grid-template-columns:30px minmax(0,1fr) 92px;gap:8px;align-items:center;margin-bottom:8px}#tj .tj-pair:last-child{margin-bottom:0}#tj .tj-pair__n{font-size:13px;font-weight:700;color:var(--muted)}#tj .tj-select--sz{padding-right:28px}#tj .tj-detail .tj-btn.tj-btn--block{margin-top:16px}#tj .tj-btn.is-disabled{pointer-events:none;opacity:.5}#tj .tj-soldout{color:var(--accent);font-weight:600}#tj .tj-pay__cards{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:11px}#tj .tj-pay__cards .tj-pay__ico,#tj .tj-pay__cards svg{width:40px;height:26px;border-radius:4px;box-shadow:0 1px 2px #0000000f}#tj .tj-pay__none{font-size:12px;color:var(--muted)}#tj .tj-mbar.tj-mbar{gap:12px;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));background:#f7f3ecfa}#tj .tj-mbar.tj-mbar .tj-mbar__l{display:flex;flex-direction:column;justify-content:center;gap:1px;min-width:0;line-height:1.2}#tj .tj-mbar.tj-mbar .tj-mbar__name{display:block;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#tj .tj-mbar.tj-mbar .tj-mbar__p{display:flex;align-items:baseline;gap:7px;font-size:inherit;color:inherit}#tj .tj-mbar.tj-mbar b{font-family:Fraunces,Georgia,serif;font-size:20px;line-height:1.15}#tj .tj-mbar.tj-mbar s{font-size:13px;color:var(--muted)}#tj .tj-mbar.tj-mbar .tj-btn{flex:0 0 auto;min-width:44%;min-height:48px;padding:14px 20px;font-size:15px;border-radius:10px}#tj .tj-mbar.tj-mbar .tj-btn:hover{transform:none;box-shadow:none}@media(max-width:820px){#tj [id][id]{scroll-margin-top:88px}#tj .tj-buy.tj-buy{padding:32px 0 56px}#tj .tj-gallery .tj-gallery__stage{margin-inline:-20px;border-radius:0}#tj .tj-gallery .tj-gallery__count{display:block}#tj .tj-gallery .tj-gallery__dots{display:flex}#tj .tj-gallery .tj-gallery__thumbs{display:none}#tj .tj-detail .tj-detail__title{font-size:28px;line-height:1.12;margin-bottom:10px}#tj .tj-detail .tj-price{margin:14px 0 10px;gap:10px;flex-wrap:wrap}#tj .tj-detail .tj-price b{font-size:30px}#tj .tj-detail .tj-detail__desc{font-size:15px;line-height:1.6}#tj .tj-rule{margin:22px 0 12px}#tj .tj-rule span{font-size:11px;letter-spacing:.14em}#tj .tj-detail .tj-select{font-size:16px;min-height:46px;padding:11px 30px 11px 12px}#tj .tj-detail .tj-select--sz{padding-right:26px}#tj .tj-bars{gap:14px}#tj .tj-bar__head{padding:14px 15px;gap:12px;min-height:68px}#tj .tj-bar__radio{width:22px;height:22px}#tj .tj-bar__l b{font-size:17px}#tj .tj-bar__save{font-size:12.5px}#tj .tj-bar__r b{font-size:20px}#tj .tj-bar__r s{font-size:13px}#tj .tj-bar__body{padding:0 15px 15px}#tj .tj-pair{grid-template-columns:20px minmax(0,1.3fr) minmax(0,1fr);gap:7px;margin-bottom:7px}#tj .tj-pair__n{font-size:12px}#tj .tj-detail .tj-btn.tj-btn--block{margin-top:14px;min-height:54px;padding:16px;font-size:16px;border-radius:10px}#tj .tj-detail .tj-btn.tj-btn--block:hover{transform:none}#tj .tj-guarantee.tj-guarantee{gap:8px;margin-top:16px}#tj .tj-guarantee.tj-guarantee .tj-guarantee__item{padding:12px 6px;border-radius:10px}#tj .tj-guarantee.tj-guarantee .tj-guarantee__item b{font-size:12px}#tj .tj-guarantee.tj-guarantee .tj-guarantee__item span{font-size:10.5px}}@media(max-width:560px){#tj .tj-gallery .tj-gallery__stage{margin-inline:-18px}#tj .tj-detail .tj-detail__title{font-size:25px}#tj .tj-detail .tj-price b{font-size:27px}#tj .tj-bar__head{padding:13px 14px;gap:10px}#tj .tj-bar__l b{font-size:16px}#tj .tj-bar__r b{font-size:19px}#tj .tj-bar__body{padding:0 14px 14px}#tj .tj-pair{grid-template-columns:18px minmax(0,1.25fr) minmax(0,1fr);gap:6px}#tj .tj-mbar.tj-mbar{padding-inline:14px}#tj .tj-mbar.tj-mbar .tj-btn{min-width:42%;padding:13px 14px}#tj .tj-mbar.tj-mbar b{font-size:19px}}@media(max-width:380px){#tj .tj-bar__head{gap:9px;padding:12px}#tj .tj-bar__l b{font-size:15px}#tj .tj-bar__save{font-size:11.5px}#tj .tj-bar__r b{font-size:17px}#tj .tj-guarantee.tj-guarantee .tj-guarantee__item span{display:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/tj-buybox.css.map */
