/* FIX bản tĩnh: theme ẩn section/buy-box (opacity 0/.01) tới khi JS reveal.
   Không có runtime Shopify nên ép hiện toàn bộ để layout không vỡ / mất buy-box. */
.scroll-trigger,
.scroll-trigger.fade_in,
.scroll-trigger.zoom_in,
.scroll-trigger.slide_in,
.scroll-trigger:is(.zoom_in, .fade_in, .slide_in),
motion-element,
[data-motion],
.opacity-0{
    opacity: 1 !important;
    animation: none !important;
    visibility: visible !important;
    transform: none !important;
}

/* Nút submit của theme ("Thêm vào giỏ"/"Mua ngay") kèm sẵn icon loading (svg.icon-load, quay
   bằng .spin) — theme chỉ bật khi AJAX submit. Bản tĩnh không có runtime để tắt, lại bị rule
   .opacity-0 ở trên ép hiện → icon loading quay hoài trên nút. Ẩn hẳn. */
.icon-load{
    display: none !important;
}

/* Ẩn drawer giỏ hàng GỐC của theme (Shopify minicart) — nó rỗng vì runtime Shopify
   không chạy, gây cảnh "1 drawer trống 1 drawer có hàng". Chỉ dùng drawer của mình. */
.minicart__wrapper,
.header__minicart .minicart.open_drawer,
cart-notification,
.cart-notification,
.minicart-overlay,
#CartDrawer,
cart-drawer{
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Giỏ hàng gắn vào trang mirror gốc — độc lập, không đụng CSS theme Timekettle. */
.tk-cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:99998;opacity:0;visibility:hidden;transition:opacity .3s}
.tk-cart-overlay.is-open{opacity:1;visibility:visible}
.tk-cart{position:fixed;top:0;right:-440px;width:410px;max-width:92vw;height:100vh;background:#fff;z-index:99999;display:flex;flex-direction:column;box-shadow:-8px 0 40px rgba(0,0,0,.14);transition:right .32s cubic-bezier(.4,0,.2,1);font-family:'Roboto',system-ui,sans-serif}
.tk-cart.is-open{right:0}
.tk-cart__head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #ebebeb}
.tk-cart__head h3{font-size:18px;font-weight:700;margin:0;color:#111}
.tk-cart__close{font-size:28px;line-height:1;color:#888;background:none;border:none;cursor:pointer}
.tk-cart__close:hover{color:#111}
.tk-cart__ship{padding:16px 24px 14px;font-size:13.5px;color:#333}
.tk-cart__bar-wrap{display:flex;align-items:center;gap:8px;margin-bottom:10px}
.tk-cart__bar{flex:1;height:6px;background:#e4e7eb;border-radius:999px;overflow:hidden}
.tk-cart__bar i{display:block;height:100%;background:#128807;border-radius:999px;transition:width .5s}
.tk-cart__truck{color:#128807;flex-shrink:0}
.tk-cart__ship-msg{margin:0;color:#333;font-size:13.5px}
.tk-cart__urgency{margin:0 24px 6px;padding:10px 14px;background:#fff5f2;border:1px solid #ffe0d6;border-radius:8px;font-size:13px;color:#c0392b;font-weight:500}
.tk-cart__urgency b{color:#c0392b}
.tk-line__sub{font-weight:700;font-size:14px;white-space:nowrap}
.tk-cart__body{flex:1;overflow-y:auto;padding:6px 24px}
.tk-cart__foot{padding:20px 24px;border-top:1px solid #ebebeb;display:flex;flex-direction:column;gap:10px}
.tk-cart__subtotal{display:flex;justify-content:space-between;font-size:16px;color:#111}
.tk-cart__subtotal strong{font-weight:700}
.tk-cart__btn{display:flex;align-items:center;justify-content:center;padding:14px;border-radius:999px;font-size:15px;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer}
.tk-cart__btn--primary{background:#111;color:#fff}
.tk-cart__btn--primary:hover{background:#005b99}
.tk-cart__btn--ghost{border-color:#111;color:#111;background:#fff}
.tk-cart__btn--ghost:hover{background:#111;color:#fff}
.tk-line{display:flex;gap:14px;padding:18px 0;border-bottom:1px solid #ebebeb}
.tk-line__img{width:70px;height:70px;border-radius:10px;overflow:hidden;background:#f7f8fa;flex-shrink:0}
.tk-line__img img{width:100%;height:100%;object-fit:cover}
.tk-line__info{flex:1;display:flex;flex-direction:column;gap:5px;min-width:0}
.tk-line__title{font-size:14px;font-weight:600;color:#111;text-decoration:none;line-height:1.35}
.tk-line__title:hover{color:#005b99}
.tk-line__variant{font-size:12px;color:#888}
.tk-line__price{font-size:13.5px;color:#555}
.tk-line__row{display:flex;align-items:center;gap:12px;margin-top:4px}
.tk-qty{display:inline-flex;align-items:center;border:1px solid #ebebeb;border-radius:999px;overflow:hidden}
.tk-qty button{width:30px;height:30px;font-size:16px;color:#111;background:none;border:none;cursor:pointer}
.tk-qty button:hover{background:#f7f8fa}
.tk-qty span{width:30px;text-align:center;font-size:14px}
.tk-line__remove{font-size:12px;color:#888;text-decoration:underline;background:none;border:none;cursor:pointer}
.tk-line__remove:hover{color:#e0492f}
.tk-cart__empty{text-align:center;padding:60px 0;color:#888}
.tk-cart__empty a{display:inline-block;margin-top:14px;background:#111;color:#fff;padding:12px 26px;border-radius:999px;text-decoration:none}
.tk-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(20px);background:#111;color:#fff;padding:13px 24px;border-radius:12px;font-size:14px;font-weight:500;box-shadow:0 12px 30px rgba(0,0,0,.25);opacity:0;visibility:hidden;transition:all .3s;z-index:100000}
.tk-toast.is-visible{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.tk-atc-loading{opacity:.6;pointer-events:none}

/* Nút chat nổi — đặt góc TRÁI dưới (góc phải đã có drawer giỏ hàng + nút scroll-top của theme).
   Xếp cột dọc phía trên pill chọn ngôn ngữ (.tk-lang) ở đáy trái. */
.tk-chat{position:fixed;left:14px;right:auto;bottom:74px;z-index:99980;display:flex;flex-direction:column;gap:10px}
.tk-chat__btn{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 14px rgba(0,0,0,.25);transition:transform .2s;text-decoration:none;animation:tkChatPulse 2s infinite}
.tk-chat__btn:hover{transform:scale(1.1)}
.tk-chat__btn svg{width:24px;height:24px}
.tk-chat__txt{font-size:13px;font-weight:700}
/* Nút dùng icon SVG đầy đủ (Zalo/Messenger lấy từ duri.com.vn) — icon tự có nền tròn,
   nên nút để trong suốt và ảnh lấp kín. */
.tk-chat__btn--img{background:transparent!important}
.tk-chat__ico{width:100%;height:100%;border-radius:50%;display:block;object-fit:cover}
.tk-chat__btn--phone{background:#2bb24c}
.tk-chat__btn--zalo{background:#0068ff}
.tk-chat__btn--mess{background:#0084ff}
.tk-chat__btn--wa{background:#25d366}
.tk-chat__btn--map{background:#1a73e8}
.tk-chat__btn--yt{background:#ff0000}
@keyframes tkChatPulse{0%{box-shadow:0 4px 14px rgba(0,0,0,.25),0 0 0 0 rgba(43,178,76,.5)}70%{box-shadow:0 4px 14px rgba(0,0,0,.25),0 0 0 12px rgba(43,178,76,0)}100%{box-shadow:0 4px 14px rgba(0,0,0,.25),0 0 0 0 rgba(43,178,76,0)}}
@media(max-width:768px){.tk-chat{left:10px;bottom:66px}.tk-chat__btn{width:42px;height:42px}}

/* Bộ chọn ngôn ngữ/tiền tệ (gồm Tiếng Việt) — góc dưới trái, gọn */
.tk-lang{position:fixed;left:16px;bottom:16px;z-index:99990;display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #e0e0e0;border-radius:999px;padding:6px 12px;box-shadow:0 6px 20px rgba(0,0,0,.12);color:#333;font-family:'Roboto',system-ui,sans-serif}
.tk-lang svg{color:#005b99;flex-shrink:0}
.tk-lang select{border:none;outline:none;background:transparent;font-size:13px;font-family:inherit;color:#111;cursor:pointer;max-width:150px}
@media(max-width:768px){.tk-lang{left:10px;bottom:10px;padding:5px 10px}.tk-lang select{max-width:110px;font-size:12px}}

/* Grid sản phẩm DB inject vào chrome collection gốc */
.tk-grid-wrap{max-width:1280px;margin:0 auto;padding:20px 24px 60px}
.tk-grid-wrap__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}
.tk-grid-wrap__head h2{font-size:26px;font-weight:700;color:#111;margin:0}
.tk-grid-wrap__count{font-size:14px;color:#888}
.tk-grid-sort{padding:9px 14px;border:1px solid #ebebeb;border-radius:10px;font-size:14px;background:#fff;cursor:pointer;font-family:inherit}
.tk-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.tk-pcard{background:#fff;border:1px solid #ebebeb;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}
.tk-pcard:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.08)}
.tk-pcard__media{display:block;aspect-ratio:1/1;background:#f7f8fa;position:relative}
.tk-pcard__media img{width:100%;height:100%;object-fit:cover}
.tk-pcard__badge{position:absolute;top:12px;left:12px;background:#e0492f;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px}
.tk-pcard__body{padding:16px 18px 20px;display:flex;flex-direction:column;gap:8px;flex:1}
.tk-pcard__title{font-size:14.5px;font-weight:600;color:#111;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em}
.tk-pcard__title:hover{color:#005b99}
.tk-pcard__rating{font-size:12.5px;color:#888}
.tk-pcard__rating .s{color:#e8a400}
.tk-pcard__price{font-size:16px;font-weight:700;color:#111;margin-top:auto}
.tk-pcard__price del{color:#999;font-size:13px;font-weight:400;margin-left:6px}
.tk-pcard__atc{margin-top:8px;padding:10px;border:none;border-radius:999px;background:#111;color:#fff;font-size:13.5px;font-weight:600;cursor:pointer;transition:background .2s}
.tk-pcard__atc:hover{background:#005b99}
.tk-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}
.tk-chip{padding:7px 16px;border:1px solid #ebebeb;border-radius:999px;font-size:13px;color:#111;text-decoration:none}
.tk-chip:hover,.tk-chip.is-active{border-color:#111;background:#111;color:#fff}
@media(max-width:1080px){.tk-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){.tk-grid{grid-template-columns:repeat(2,1fr);gap:14px}}

/* Modal đăng nhập (mở từ icon người ở header) — kiểu popup Timekettle gốc */
.tk-auth-overlay{position:fixed;inset:0;background:rgba(18,18,22,.55);z-index:100000;opacity:0;visibility:hidden;transition:opacity .25s}
.tk-auth-overlay.is-open{opacity:1;visibility:visible}
.tk-auth{position:fixed;top:50%;left:50%;transform:translate(-50%,-46%) scale(.98);width:440px;max-width:92vw;background:#fff;border-radius:16px;z-index:100001;padding:34px 40px 40px;box-shadow:0 30px 80px rgba(0,0,0,.28);opacity:0;visibility:hidden;transition:opacity .25s,transform .25s;font-family:'Roboto',system-ui,sans-serif}
.tk-auth.is-open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}
.tk-auth__close{position:absolute;top:14px;right:18px;font-size:26px;line-height:1;color:#9aa0a6;background:none;border:none;cursor:pointer}
.tk-auth__close:hover{color:#111}
.tk-auth__title{text-align:center;font-size:24px;font-weight:700;color:#111;margin:0 0 6px}
.tk-auth__sub{text-align:center;font-size:14px;color:#6b7177;margin:0 0 22px}
.tk-auth__field{margin-bottom:14px;position:relative}
.tk-auth__field input{width:100%;padding:15px 16px;border:1px solid #e2e5e9;border-radius:10px;font-size:14px;color:#111;outline:none;background:#fbfbfc;transition:border-color .2s,background .2s}
.tk-auth__field input:focus{border-color:#111;background:#fff}
.tk-auth__field--pw input{padding-right:46px}
.tk-auth__eye{position:absolute;top:50%;right:10px;transform:translateY(-50%);background:none;border:none;color:#9aa0a6;cursor:pointer;padding:4px;display:flex}
.tk-auth__eye:hover{color:#111}
.tk-auth__eye svg{width:20px;height:20px}
.tk-auth__error{display:none;color:#d33827;font-size:13px;margin:2px 2px 10px}
.tk-auth__error.is-visible{display:block}
.tk-auth__forgot{display:block;font-size:14px;color:#111;text-decoration:none;margin:6px 2px 22px;font-weight:500}
.tk-auth__forgot:hover{text-decoration:underline}
.tk-auth__submit{width:100%;padding:16px;border:none;border-radius:999px;background:#111;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s}
.tk-auth__submit:hover{background:#000}
.tk-auth__submit:disabled{opacity:.6;cursor:default}
.tk-auth__switch{display:block;text-align:center;margin-top:18px;font-size:15px;font-weight:700;color:#111;text-decoration:none}
.tk-auth__switch:hover{text-decoration:underline}
.tk-auth__policy{font-size:13px;color:#6b7177;line-height:1.5;margin:4px 2px 16px}
.tk-auth__policy a{color:#111;text-decoration:underline}
/* Toggle 2 view: mặc định hiện Login, thêm .mode-register để hiện form đăng ký */
.tk-auth__view--register{display:none}
.tk-auth.mode-register .tk-auth__view--login{display:none}
.tk-auth.mode-register .tk-auth__view--register{display:block}

/* Kết quả predictive trong drawer "Search Our Site" */
.tk-ps__for{font-size:15px;color:#111;margin:4px 0 14px}
.tk-ps__empty{color:#888;font-size:14px;padding:10px 0}
.tk-ps__list{display:flex;flex-direction:column;font-family:'Roboto',system-ui,sans-serif}
.tk-ps__item{display:flex;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid #ececec;text-decoration:none}
.tk-ps__item:hover .tk-ps__title{color:#005b99}
.tk-ps__img{width:60px;height:60px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f7f8fa}
.tk-ps__img img{width:100%;height:100%;object-fit:cover}
.tk-ps__info{display:flex;flex-direction:column;gap:4px;min-width:0}
.tk-ps__title{font-size:14px;font-weight:600;color:#111;line-height:1.35}
.tk-ps__rating{font-size:12px;color:#e8a400}
.tk-ps__price{font-size:14px;font-weight:700;color:#111}
.tk-ps__price del{color:#999;font-weight:400;font-size:12px;margin-left:6px}
.tk-ps__all{display:block;width:max-content;margin:22px auto 6px;background:#111;color:#fff;padding:13px 30px;border-radius:999px;font-size:14px;font-weight:600;text-decoration:none}
.tk-ps__all:hover{background:#000}

/* Modal "Select Your Region": tạm chỉ để English + Tiếng Việt → ẩn khu vực không còn lựa chọn */
.region-section:not(:has(.country-item)){display:none}

/* ===== Khối Đánh giá kiểu Judge.me (2 cột) chèn vào trang sản phẩm ===== */
/* Ẩn widget Judge.me gốc (rỗng vì runtime bị chặn) — dùng khối của mình bên dưới. */
.jdgm-review-widget{display:none !important}

.tk-jr{font-family:'Roboto',system-ui,sans-serif;color:#111;max-width:1200px;margin:0 auto;padding:16px 24px 56px}
.tk-jr__heading{text-align:center;font-size:34px;font-weight:800;margin:0 0 34px}
.tk-jr__grid{display:grid;grid-template-columns:300px 1fr;gap:48px;align-items:start}

/* --- cột trái: tóm tắt --- */
.tk-jr__side{position:sticky;top:20px}
.tk-jr__side-title{font-size:20px;font-weight:600;margin-bottom:10px}
.tk-jr__score{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.tk-jr__avg{font-size:30px;font-weight:800;line-height:1}
.tk-jr__score-r{display:flex;flex-direction:column;gap:2px}
.tk-jr__stars{color:#fbcd0a;letter-spacing:1px;font-size:15px}
.tk-jr__stars span:not(.on){color:#e2e4e8}
.tk-jr__stars--lg{font-size:18px}
.tk-jr__count{font-size:13px;color:#555}
.tk-jr__photos{display:flex;gap:8px;margin-bottom:18px}
.tk-jr__photo{width:72px;height:72px;border-radius:8px;overflow:hidden;background:#f2f3f5;display:flex;align-items:center;justify-content:center;color:#555;font-weight:700;font-size:15px;text-decoration:none}
.tk-jr__photo img{width:100%;height:100%;object-fit:cover}
.tk-jr__btn{display:block;width:100%;text-align:center;border-radius:6px;padding:13px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid #111;transition:all .2s;font-family:inherit;margin-bottom:10px}
.tk-jr__btn--dark{background:#111;color:#fff}
.tk-jr__btn--dark:hover{background:#000}
.tk-jr__btn--outline{background:#fff;color:#111}
.tk-jr__btn--outline:hover{background:#111;color:#fff}
.tk-jr__btn:disabled,.tk-jr__btn.is-loading{opacity:.6;cursor:default}
.tk-jr__form{background:#fafbfc;border:1px solid #e6e8eb;border-radius:10px;padding:16px;margin:4px 0 16px;display:flex;flex-direction:column;gap:10px}
.tk-jr__form[hidden]{display:none !important} /* để nút "Viết đánh giá" bật/tắt form được (display:flex đè [hidden]) */
.tk-jr__form input,.tk-jr__form textarea{width:100%;border:1px solid #dcdfe4;border-radius:8px;padding:11px 13px;font-size:14px;font-family:inherit;outline:none;background:#fff;transition:border-color .2s}
.tk-jr__form input:focus,.tk-jr__form textarea:focus{border-color:#111}
.tk-rv__rate{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.tk-rv__rate-label{font-size:13.5px;color:#555}
.tk-rv__rate-star{background:none;border:none;font-size:24px;line-height:1;color:#d3d6db;cursor:pointer;padding:0 1px}
.tk-rv__rate-star.is-on{color:#fbcd0a}
.tk-jr__hist{margin:18px 0 4px;display:flex;flex-direction:column;gap:7px}
.tk-jr__hist-row{display:flex;align-items:center;gap:10px;font-size:13px;color:#333}
.tk-jr__hist-label{width:34px;flex-shrink:0;display:flex;align-items:center;gap:3px}
.tk-jr__hist-star{color:#fbcd0a}
.tk-jr__hist-bar{flex:1;height:6px;background:#f0e6c7;border-radius:999px;overflow:hidden}
.tk-jr__hist-bar i{display:block;height:100%;background:#fbcd0a;border-radius:999px}
.tk-jr__hist-n{width:26px;text-align:right;flex-shrink:0;color:#555}
.tk-jr__says{margin-top:22px;background:#f7f8fa;border-radius:12px;padding:16px 18px}
.tk-jr__says-h{font-weight:700;font-size:15px;margin-bottom:6px}
.tk-jr__says-body{margin:0;font-size:13.5px;color:#555;line-height:1.5}

/* --- cột phải: tab + danh sách --- */
.tk-jr__bar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e6e8eb;margin-bottom:6px;flex-wrap:wrap;gap:10px}
.tk-jr__tabs{display:flex;gap:26px}
.tk-jr__tab{background:none;border:none;padding:10px 2px 14px;font-size:15px;font-weight:600;color:#9aa0a6;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;font-family:inherit}
.tk-jr__tab.is-active{color:#111;border-bottom-color:#111}
.tk-jr__sort{font-size:13.5px;color:#555;border:1px solid #e2e4e8;border-radius:8px;padding:8px 14px;cursor:default}
.tk-rv__list,.tk-qa__list{display:flex;flex-direction:column}

/* --- 1 review --- */
.tk-rv__item{padding:22px 0;border-bottom:1px solid #ececec}
.tk-rv__stars{display:block;margin-bottom:12px;font-size:16px;color:#fbcd0a}
.tk-rv__stars span:not(.on){color:#e2e4e8}
.tk-rv__head{display:flex;align-items:center;gap:12px}
.tk-rv__avatar{width:42px;height:42px;border-radius:50%;background:#f3ede0;color:#7a6f57;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:17px;flex-shrink:0}
.tk-rv__who{display:flex;flex-direction:column;gap:2px;min-width:0}
.tk-rv__author{font-weight:700;font-size:14.5px;display:flex;align-items:center;gap:8px}
.tk-rv__verified{color:#555;font-size:11px;font-weight:600;border:1px solid #d0d4d9;border-radius:999px;padding:1px 8px}
.tk-rv__meta{font-size:12.5px;color:#8a9099}
.tk-rv__title{margin:14px 0 5px;font-size:16px;font-weight:700}
.tk-rv__body{margin:5px 0 0;font-size:14px;line-height:1.65;color:#333;white-space:pre-line}
.tk-rv__pics{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}
.tk-rv__pics img{width:78px;height:78px;object-fit:cover;border-radius:8px;border:1px solid #eee}
.tk-rv__foot{display:flex;align-items:center;justify-content:space-between;margin-top:14px;flex-wrap:wrap;gap:10px}
.tk-rv__helpful{display:flex;align-items:center;gap:10px}
.tk-rv__helpful-lbl{font-size:13px;color:#666}
.tk-rv__vote{background:none;border:none;font-size:13px;color:#666;cursor:pointer;display:inline-flex;align-items:center;gap:4px}
.tk-rv__vote:hover{color:#111}
.tk-rv__vote b{font-weight:600}
.tk-rv__share{display:flex;gap:8px}
.tk-rv__share a{width:26px;height:26px;border-radius:4px;background:#8a9099;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;text-decoration:none;transition:background .2s}
.tk-rv__share a:hover{background:#111}
.tk-jr__empty{color:#888;font-size:14px;padding:26px 0}

/* --- Q&A --- */
.tk-qa__item{padding:18px 0;border-bottom:1px solid #ececec}
.tk-qa__row{display:flex;gap:12px;align-items:flex-start}
.tk-qa__row--a{margin-top:10px}
.tk-qa__badge{flex-shrink:0;width:30px;height:26px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}
.tk-qa__badge--q{background:#eef4fb;color:#005b99}
.tk-qa__badge--a{background:#eafaf0;color:#128807}
.tk-qa__content{flex:1;min-width:0}
.tk-qa__text{margin:0;font-size:14px;line-height:1.55;color:#222}
.tk-qa__by{font-size:12.5px;color:#999}
.tk-qa__pending{margin:8px 0 0 42px;font-size:13px;color:#b26b00;font-style:italic}

@media(max-width:860px){
    .tk-jr__grid{grid-template-columns:1fr;gap:28px}
    .tk-jr__side{position:static}
    .tk-jr__heading{font-size:26px;margin-bottom:24px}
}

/* ===== Giỏ hàng: ẩn drawer theme/app + empty state đẹp (song ngữ) ===== */
/* Ẩn DỨT ĐIỂM drawer giỏ của theme/app. Theme có rule .minicart.open_drawer{...!important} thắng
   selector cũ (cart-notification) → dùng specificity cao hơn (element + 2 class / có body) để đè. */
cart-notification.minicart,
cart-notification.minicart.open_drawer,
body .minicart.open_drawer,
body .minicart__wrapper,
body #minicart_wrapper,
body cart-drawer,
body .drawer--cart{
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
}
/* Lớp phủ (backdrop) minicart theme — CHỈ ẩn thẻ <div> overlay, KHÔNG đụng nút giỏ ở header
   (nút <a>.minicart__action GỐC cũng mang class .overlayminicart → nếu ẩn cả sẽ mất icon giỏ). */
body div.overlayminicart{
    display: none !important;
    pointer-events: none !important;
}

/* Empty state của drawer CỦA MÌNH — icon giỏ + tiêu đề + mô tả + nút. */
.tk-cart__empty{text-align:center;padding:44px 24px 30px;color:#888;display:flex;flex-direction:column;align-items:center}
.tk-cart__empty-ico{color:#d5d9df;margin-bottom:18px}
.tk-cart__empty-title{font-size:17px;font-weight:700;color:#1e232b;margin:0 0 8px}
.tk-cart__empty-sub{font-size:13.5px;color:#8a9099;margin:0 0 22px;max-width:270px;line-height:1.55}
.tk-cart__empty-btn{display:inline-block;background:#111;color:#fff;padding:13px 32px;border-radius:999px;text-decoration:none;font-weight:600;font-size:14px;transition:background .2s}
.tk-cart__empty-btn:hover{background:#005b99}

/* Badge review dưới tên SP (thay Judge.me) — link cuộn xuống #reviews */
.tk-rev-badge{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:#555;font-size:13.5px;cursor:pointer;vertical-align:middle}
.tk-rev-badge:hover .tk-rev-badge__txt{text-decoration:underline}
.tk-rev-badge__stars{color:#fbcd0a;letter-spacing:1px;font-size:14px;line-height:1}
.tk-rev-badge__stars span:not(.on){color:#e2e4e8}
.tk-rev-badge__txt{color:#555}
.tk-rev-badge__sep{color:#d0d4d9}

/* Icon "Chuyển khoản ngân hàng" (svg.icon 38×24) — để KÍCH THƯỚC như icon Visa/Master anh em
   (cùng class .icon, cùng 38×24). Chỉ canh giữa theo chiều dọc, KHÔNG ép height khác. */
svg.tk-pay-bank{vertical-align:middle}

/* Fix checkbox "đồng ý Chính sách bảo mật" trên form Liên hệ (theme render lỗi to/trống) */
#contact_form .checkbox-group{position:relative;width:20px;height:20px;flex:0 0 20px;margin-right:10px}
#contact_form .checkbox-group input[type="checkbox"]{position:absolute;inset:0;width:20px;height:20px;margin:0;opacity:0;cursor:pointer;z-index:2}
#contact_form .checkbox-group .checkmark{position:absolute;inset:0;width:20px;height:20px;border:2px solid #bbb;border-radius:4px;background:#fff;margin:0}
#contact_form .checkbox-group input[type="checkbox"]:checked ~ .checkmark{background:#111;border-color:#111}
#contact_form .checkbox-group input[type="checkbox"]:checked ~ .checkmark::after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
#contact_form .form_action .flex{align-items:center;display:flex}
#contact_form .privacy_btn.is-loading{opacity:.6;cursor:default}
