:root{
  --sjt-black:#111827;
  --sjt-ink:#1f2937;
  --sjt-muted:#6b7280;
  --sjt-soft:#f5f7fb;
  --sjt-line:#e5e7eb;
  --sjt-yellow:#ffd42a;
  --sjt-yellow-dark:#f5b400;
  --sjt-orange:#f97316;
  --sjt-blue:#0f4c81;
  --sjt-green:#16a34a;
  --sjt-white:#ffffff;
  --sjt-shadow:0 18px 45px rgba(17,24,39,.10);
  --sjt-radius:18px;
}

html{scroll-behavior:smooth;}
body{
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  background:var(--sjt-soft);
  color:var(--sjt-ink);
}
a{color:var(--sjt-blue);text-decoration:none;}
a:hover{color:var(--sjt-orange);}
.wrapper{background:var(--sjt-soft);}
.content-wrapper,
.right-side{
  background:linear-gradient(180deg,#ffffff 0,#f6f7fb 260px,#f6f7fb 100%) !important;
  min-height:calc(100vh - 80px);
}
.content{padding:34px 0 48px;}
.layout-top-nav .content-wrapper{margin-left:0;}
.container{max-width:1180px;}

/* Header */
.sjt-header{box-shadow:none;}
.sjt-topbar{
  background:#111827;
  color:#f9fafb;
  font-size:12px;
  letter-spacing:.2px;
  padding:8px 0;
}
.sjt-topbar i{color:var(--sjt-yellow);margin-right:6px;}
.sjt-navbar{
  background:rgba(255,255,255,.96) !important;
  border:0 !important;
  box-shadow:0 10px 30px rgba(15,23,42,.08);
  min-height:78px !important;
  position:sticky;
  top:0;
  z-index:1030;
}
.layout-top-nav .main-header .navbar{display:flex;}
.sjt-navbar>.container{display:flex !important;align-items:center;gap:16px;}
.sjt-brand{
  display:flex !important;
  align-items:center;
  gap:12px;
  padding:12px 0 !important;
  color:var(--sjt-black) !important;
  min-width:230px;
}
.sjt-brand:hover{color:var(--sjt-black) !important;}
.sjt-brand-mark{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:var(--sjt-yellow);
  color:#111;
  box-shadow:0 9px 22px rgba(255,212,42,.35);
  font-size:24px;
}
.sjt-brand-text{line-height:1.05;display:flex;flex-direction:column;}
.sjt-brand-text strong{font-size:18px;font-weight:800;letter-spacing:-.4px;}
.sjt-brand-text small{font-size:11px;text-transform:uppercase;letter-spacing:.9px;color:var(--sjt-muted);font-weight:700;margin-top:4px;}
.sjt-toggler{background:var(--sjt-yellow);color:#111;border-radius:12px;padding:10px 12px;margin-left:auto;}
.sjt-main-menu{gap:2px;}
.sjt-main-menu .nav-link,
.sjt-action-menu .nav-link{
  color:#243041 !important;
  font-weight:600;
  font-size:14px;
  padding:12px 12px !important;
  border-radius:12px;
}
.sjt-main-menu .nav-link:hover,
.sjt-main-menu .nav-link:focus,
.sjt-action-menu .nav-link:hover{
  color:#111 !important;
  background:#fff6cf;
}
.sjt-category-menu,
.sjt-account-menu,
.sjt-cart-menu{
  border:0;
  border-radius:16px;
  box-shadow:0 24px 55px rgba(15,23,42,.16);
  padding:10px;
}
.sjt-category-menu .dropdown-item,
.sjt-account-menu .dropdown-item,
.sjt-cart-menu .dropdown-item{
  border-radius:10px;
  padding:9px 12px;
  font-weight:500;
}
.sjt-category-menu .dropdown-item i,
.sjt-account-menu .dropdown-item i{width:18px;color:var(--sjt-orange);}
.sjt-search-form{min-width:280px;}
.sjt-search-form .form-control{
  border:2px solid #eef0f4;
  border-right:0;
  border-radius:999px 0 0 999px !important;
  height:44px;
  font-size:13px;
  box-shadow:none;
}
.sjt-search-form .form-control:focus{border-color:var(--sjt-yellow);box-shadow:none;}
#searchBtn{display:flex !important;}
.sjt-search-btn{
  height:44px;
  border-radius:0 999px 999px 0 !important;
  background:var(--sjt-yellow);
  color:#111;
  border:2px solid var(--sjt-yellow);
  min-width:52px;
  font-weight:700;
}
.sjt-search-btn:hover{background:var(--sjt-yellow-dark);border-color:var(--sjt-yellow-dark);color:#111;}
.sjt-cart-link{
  position:relative;
  background:#111827 !important;
  color:#fff !important;
  border-radius:999px !important;
  min-width:54px;
  text-align:center;
}
.sjt-cart-link:hover{background:#000 !important;color:var(--sjt-yellow) !important;}
.sjt-cart-link .cart_count{
  position:absolute;
  top:-6px;
  right:-6px;
  min-width:22px;
  height:22px;
  border-radius:999px;
  background:var(--sjt-orange);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:11px;
  font-weight:800;
  border:2px solid #fff;
}
.sjt-cart-menu{min-width:320px;max-width:360px;}
.sjt-cart-menu .dropdown-header{font-weight:700;color:var(--sjt-black);font-size:14px;}
.sjt-cart-menu .menu li a{display:flex;gap:10px;white-space:normal;color:var(--sjt-ink);}
.sjt-user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid var(--sjt-yellow);}
.sjt-user-avatar-lg{width:76px;height:76px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 0 0 3px var(--sjt-yellow);}
.sjt-login-link{background:#fff6cf;color:#111 !important;border-radius:999px !important;}

/* Hero */
.sjt-hero{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:
    radial-gradient(circle at 88% 22%, rgba(255,212,42,.45), transparent 28%),
    linear-gradient(135deg,#101827 0%,#1d293d 52%,#0f4c81 100%);
  color:#fff;
  min-height:430px;
  box-shadow:var(--sjt-shadow);
}
.sjt-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(45deg, rgba(255,255,255,.06) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.06) 50%, rgba(255,255,255,.06) 75%, transparent 75%, transparent);
  background-size:38px 38px;
  opacity:.18;
}
.sjt-hero-inner{position:relative;z-index:1;padding:48px;}
.sjt-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,212,42,.16);
  border:1px solid rgba(255,212,42,.42);
  color:#ffe990;
  padding:8px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  margin-bottom:18px;
}
.sjt-hero h1{font-size:46px;line-height:1.08;font-weight:800;letter-spacing:-1.5px;margin:0 0 18px;max-width:710px;}
.sjt-hero p{font-size:16px;line-height:1.8;color:#dbeafe;max-width:690px;margin-bottom:28px;}
.sjt-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px;}
.sjt-btn-primary,
.btn-primary{
  background:var(--sjt-yellow) !important;
  border-color:var(--sjt-yellow) !important;
  color:#111 !important;
  border-radius:999px !important;
  font-weight:800;
  box-shadow:0 12px 24px rgba(255,212,42,.25);
}
.sjt-btn-primary:hover,
.btn-primary:hover{background:var(--sjt-yellow-dark) !important;border-color:var(--sjt-yellow-dark) !important;color:#111 !important;}
.sjt-btn-outline{
  border:1px solid rgba(255,255,255,.48);
  color:#fff;
  border-radius:999px;
  font-weight:700;
  padding:10px 18px;
}
.sjt-btn-outline:hover{background:#fff;color:#111;}
.sjt-hero-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:820px;}
.sjt-hero-feature{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  padding:16px;
  backdrop-filter:blur(8px);
}
.sjt-hero-feature i{color:var(--sjt-yellow);font-size:22px;margin-bottom:10px;display:block;}
.sjt-hero-feature strong{display:block;font-size:14px;color:#fff;margin-bottom:4px;}
.sjt-hero-feature span{display:block;font-size:12px;color:#cbd5e1;line-height:1.5;}
.sjt-hero-panel{
  position:absolute;
  right:38px;
  bottom:34px;
  width:275px;
  background:#fff;
  border-radius:22px;
  color:#111;
  padding:22px;
  box-shadow:0 28px 70px rgba(0,0,0,.28);
  z-index:1;
}
.sjt-hero-panel .sjt-panel-icon{
  width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:#fff3bd;color:#111;font-size:28px;margin-bottom:16px;
}
.sjt-hero-panel h3{font-size:18px;font-weight:800;margin:0 0 10px;}
.sjt-hero-panel ul{padding-left:18px;margin:0;color:var(--sjt-muted);font-size:13px;line-height:1.9;}

/* Sections */
.sjt-section{padding:38px 0 0;}
.sjt-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px;}
.sjt-section-kicker{font-size:12px;font-weight:800;letter-spacing:1.8px;color:var(--sjt-orange);text-transform:uppercase;margin-bottom:6px;}
.sjt-section-title,
.page-header{font-size:30px;font-weight:800;letter-spacing:-.7px;color:var(--sjt-black);border:0 !important;margin:0 0 20px !important;padding:0 !important;}
.sjt-section-subtitle{color:var(--sjt-muted);margin:0;max-width:650px;line-height:1.7;}
.sjt-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:-34px;position:relative;z-index:2;}
.sjt-info-card{
  background:#fff;
  border-radius:18px;
  padding:20px;
  border:1px solid rgba(226,232,240,.95);
  box-shadow:0 14px 30px rgba(15,23,42,.08);
}
.sjt-info-card i{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#fff6cf;color:#111;font-size:20px;margin-bottom:14px;}
.sjt-info-card h4{font-weight:800;font-size:16px;margin:0 0 6px;}
.sjt-info-card p{font-size:13px;color:var(--sjt-muted);line-height:1.6;margin:0;}
.sjt-category-strip{display:flex;gap:10px;flex-wrap:wrap;}
.sjt-category-chip{
  display:inline-flex;align-items:center;gap:8px;
  border:1px solid var(--sjt-line);
  background:#fff;
  border-radius:999px;
  padding:10px 14px;
  color:#111;
  font-weight:700;
  font-size:13px;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}
.sjt-category-chip i{color:var(--sjt-orange);}
.sjt-category-chip:hover{background:#111827;color:#fff;border-color:#111827;}

/* Product cards */
.product-grid{row-gap:24px;}
.product-grid .box,
.sjt-product-card{
  background:#fff !important;
  border:1px solid rgba(226,232,240,.95) !important;
  border-radius:20px !important;
  box-shadow:0 16px 35px rgba(15,23,42,.07) !important;
  overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  height:100%;
  margin-bottom:0 !important;
}
.product-grid .box:hover,
.sjt-product-card:hover{transform:translateY(-5px);box-shadow:0 24px 45px rgba(15,23,42,.12) !important;border-color:#ffd42a !important;}
.product-grid .box-body,
.sjt-product-card .box-body{padding:16px !important;}
.product-grid .prod-body{height:auto !important;display:flex;flex-direction:column;gap:12px;}
.product-grid .img-thumbnail,
.sjt-product-img{
  width:100% !important;
  height:230px !important;
  object-fit:contain;
  background:#f8fafc;
  border:1px solid #eef2f7 !important;
  border-radius:16px !important;
  padding:16px !important;
}
.product-grid h5{font-size:15px;line-height:1.5;font-weight:700;min-height:46px;margin:0;}
.product-grid h5 a{color:var(--sjt-black);}
.product-grid h5 a:hover{color:var(--sjt-orange);}
.product-grid .box-footer,
.sjt-product-card .box-footer{
  border-top:1px solid #eef2f7 !important;
  background:#fff !important;
  padding:14px 16px !important;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.sjt-price{font-size:17px;font-weight:800;color:#111;}
.sjt-card-link{font-size:13px;font-weight:800;color:var(--sjt-orange);}

/* Sidebar */
.sjt-sidebar{display:flex;flex-direction:column;gap:18px;}
.sjt-sidebar .box,
.box.box-solid:not(.sjt-product-card){
  background:#fff;
  border:1px solid rgba(226,232,240,.95);
  border-radius:18px;
  box-shadow:0 12px 25px rgba(15,23,42,.06);
  overflow:hidden;
}
.sjt-sidebar .box-header,
.box.box-solid:not(.sjt-product-card)>.box-header{
  border-bottom:1px solid #eef2f7;
  background:#fff;
  padding:16px 18px;
}
.sjt-sidebar .box-title,
.box.box-solid:not(.sjt-product-card) .box-title{font-size:16px;font-weight:800;margin:0;color:#111827;}
.sjt-sidebar .box-body{padding:18px;}
#trending{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;}
#trending li{padding-left:0;border-bottom:1px dashed #e5e7eb;padding-bottom:10px;}
#trending li:last-child{border-bottom:0;padding-bottom:0;}
#trending li:before{display:none;}
#trending li a{color:#1f2937;font-size:13px;font-weight:600;display:flex;gap:8px;}
#trending li a:before{content:"\f046";font-family:FontAwesome;color:var(--sjt-green);}
.sjt-side-category{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;}
.sjt-side-category a{display:flex;align-items:center;justify-content:space-between;border:1px solid #eef2f7;border-radius:12px;padding:11px 12px;color:#111;font-weight:700;font-size:13px;background:#fff;}
.sjt-side-category a:hover{background:#111827;color:#fff;border-color:#111827;}
.sjt-contact-card{background:linear-gradient(135deg,#111827,#0f4c81);color:#fff;border-radius:18px;padding:20px;box-shadow:var(--sjt-shadow);}
.sjt-contact-card h3{font-size:19px;font-weight:800;margin:0 0 8px;}
.sjt-contact-card p{color:#dbeafe;font-size:13px;line-height:1.7;margin-bottom:16px;}
.sjt-contact-card .btn{border-radius:999px;font-weight:800;background:var(--sjt-yellow);color:#111;border:0;}
.sjt-socials{display:flex;gap:8px;flex-wrap:wrap;}
.sjt-socials a{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#f8fafc;color:#111;border:1px solid #eef2f7;}
.sjt-socials a:hover{background:#111827;color:#fff;}

/* Product detail/cart/table/forms */
.sjt-panel,
.product-detail-card{
  background:#fff;
  border:1px solid rgba(226,232,240,.95);
  border-radius:22px;
  box-shadow:0 16px 35px rgba(15,23,42,.07);
  padding:24px;
}
.product-detail-card .zoom{
  border:1px solid #eef2f7;
  border-radius:20px;
  padding:20px;
  background:#f8fafc;
  object-fit:contain;
}
.product-detail-card h1{font-size:34px;font-weight:800;letter-spacing:-.8px;border:0;margin-bottom:14px;}
.product-detail-card .sjt-detail-price{font-size:30px;font-weight:800;color:#111;margin:10px 0 16px;}
.product-detail-card .sjt-meta{display:inline-flex;gap:8px;align-items:center;background:#fff6cf;color:#111;border-radius:999px;padding:7px 12px;font-weight:700;font-size:12px;margin-bottom:18px;}
.product-detail-card .input-group{max-width:210px;}
.product-detail-card #quantity{text-align:center;font-weight:800;}
.table{background:#fff;border-radius:14px;overflow:hidden;}
.table thead th{background:#111827 !important;color:#fff;border:0 !important;font-size:13px;text-transform:uppercase;letter-spacing:.5px;}
.table td{vertical-align:middle;}
.callout,
.alert{border-radius:16px;border:0;box-shadow:0 10px 25px rgba(15,23,42,.08);}
.btn{font-weight:700;}
.btn-secondary{border-radius:999px;}

/* Auth */
.login-page,
.register-page{
  background:linear-gradient(135deg,#101827 0%,#0f4c81 55%,#f5b400 100%) !important;
  min-height:100vh;
}
.login-box,
.register-box{margin-top:7vh;}
.login-box-body,
.register-box-body{
  border-radius:24px;
  box-shadow:0 28px 80px rgba(0,0,0,.24);
  border:1px solid rgba(255,255,255,.18);
  padding:30px;
}
.login-box-msg{font-weight:800;color:#111827;font-size:18px;}
.form-control{border-radius:12px;border:1px solid #e5e7eb;min-height:44px;}
.form-control:focus{border-color:var(--sjt-yellow);box-shadow:0 0 0 .25rem rgba(255,212,42,.18);}

/* Footer */
.main-footer{
  background:#0b1220 !important;
  color:#cbd5e1 !important;
  border:0 !important;
  padding:44px 0 20px;
  margin:0 !important;
}
.sjt-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px;margin-bottom:28px;}
.sjt-footer-brand{display:flex;gap:12px;align-items:center;color:#fff;margin-bottom:14px;}
.sjt-footer-brand .sjt-brand-mark{width:44px;height:44px;box-shadow:none;}
.sjt-footer-brand strong{font-size:18px;display:block;}
.sjt-footer-brand small{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:800;}
.sjt-footer p{font-size:13px;line-height:1.8;color:#94a3b8;margin:0;}
.sjt-footer h4{font-size:15px;color:#fff;font-weight:800;margin:0 0 14px;}
.sjt-footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px;}
.sjt-footer a{color:#cbd5e1;font-size:13px;}
.sjt-footer a:hover{color:var(--sjt-yellow);}
.sjt-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:18px;font-size:12px;color:#94a3b8;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;}

/* Responsive */
@media (min-width:992px){
  .layout-top-nav .main-header .navbar-collapse{display:flex !important;flex-basis:auto !important;align-items:center;}
  .layout-top-nav .main-header .navbar .navbar-nav{flex-direction:row;align-items:center;}
}
@media (max-width:1199.98px){
  .sjt-search-form{min-width:220px;}
  .sjt-hero-panel{display:none;}
}
@media (max-width:991.98px){
  .sjt-navbar{position:relative;}
  .sjt-navbar>.container{flex-wrap:wrap;}
  .sjt-brand{min-width:auto;}
  .layout-top-nav .main-header .navbar .navbar-nav{flex-direction:column;align-items:stretch;width:100%;}
  .sjt-search-form{width:100%;min-width:0;margin-bottom:12px;}
  .sjt-action-menu{width:100%;align-items:stretch !important;gap:8px;}
  .sjt-cart-link{text-align:left;padding-left:16px !important;}
  .sjt-hero-inner{padding:34px 24px;}
  .sjt-hero h1{font-size:34px;}
  .sjt-hero-features{grid-template-columns:1fr;}
  .sjt-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px;}
  .sjt-footer-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:575.98px){
  .sjt-brand-text strong{font-size:15px;}
  .sjt-brand-mark{width:42px;height:42px;font-size:20px;}
  .sjt-hero{border-radius:20px;}
  .sjt-hero h1{font-size:29px;}
  .sjt-info-grid{grid-template-columns:1fr;}
  .sjt-section-header{display:block;}
  .sjt-footer-grid{grid-template-columns:1fr;}
  .product-grid .img-thumbnail,.sjt-product-img{height:210px !important;}
}

/* Dynamic Bootstrap 5 carousel hero */
.sjt-hero-carousel{
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--sjt-shadow);
  background:#111827;
}
.sjt-hero-carousel .carousel-item{height:500px;position:relative;background:#111827;}
.sjt-hero-carousel .carousel-item>img{height:500px;object-fit:cover;opacity:.92;}
.sjt-carousel-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,24,39,.92) 0%,rgba(17,24,39,.68) 45%,rgba(17,24,39,.15) 100%);}
.sjt-carousel-caption{left:48px;right:auto;bottom:58px;max-width:720px;z-index:2;}
.sjt-carousel-caption h1{font-size:46px;line-height:1.08;font-weight:800;letter-spacing:-1.5px;margin:0 0 18px;color:#fff;}
.sjt-carousel-caption p{font-size:16px;line-height:1.8;color:#dbeafe;max-width:680px;margin-bottom:26px;}
.sjt-hero-carousel .carousel-indicators{justify-content:flex-start;margin-left:48px;margin-bottom:24px;}
.sjt-hero-carousel .carousel-indicators [data-bs-target]{width:32px;height:6px;border-radius:999px;border:0;background:#fff;opacity:.45;}
.sjt-hero-carousel .carousel-indicators .active{background:var(--sjt-yellow);opacity:1;}
.sjt-hero-carousel .carousel-control-prev,.sjt-hero-carousel .carousel-control-next{width:7%;}

/* Admin comfort layer */
.sjt-admin-note{background:#fff8d7;border-left:4px solid #ffd42a;padding:12px 14px;border-radius:8px;margin-bottom:16px;color:#4b5563;}
.sjt-admin-preview-img{width:120px;height:56px;object-fit:cover;border-radius:10px;border:1px solid #e5e7eb;background:#f8fafc;}
.sjt-admin-form .form-label{font-weight:700;color:#374151;}
.sjt-admin-form .help-block{font-size:12px;color:#6b7280;margin-top:4px;display:block;}

@media (max-width: 991px){
  .sjt-hero-carousel .carousel-item,.sjt-hero-carousel .carousel-item>img{height:560px;}
  .sjt-carousel-caption{left:24px;right:24px;bottom:46px;}
  .sjt-carousel-caption h1{font-size:34px;}
  .sjt-carousel-caption p{font-size:14px;}
  .sjt-info-grid{margin-top:18px;}
}

/* Checkout, dropdown cart, and auth responsiveness fixes */
.sjt-auth-box{
  width:min(94vw,520px);
  margin:6vh auto 40px;
}
.login-box.sjt-auth-box{width:min(94vw,440px);}
.auth-shell{
  min-height:100vh;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:24px 12px;
}
.sjt-auth-card{
  width:100%;
  background:#fff;
}
.sjt-auth-brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.sjt-auth-brand strong{
  display:block;
  font-size:18px;
  font-weight:800;
  color:#111827;
}
.sjt-auth-brand small{
  display:block;
  font-size:12px;
  color:#6b7280;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.8px;
}
.sjt-auth-form .form-group{margin-bottom:10px;}
.sjt-auth-links{
  display:flex;
  flex-direction:column;
  gap:7px;
  font-weight:600;
}
.sjt-auth-links a{color:#0f4c81;}
.sjt-auth-links a:hover{color:#f97316;}
.sjt-auth-card .btn{white-space:normal;}

.sjt-cart-menu{
  width:min(92vw,380px);
  max-height:min(78vh,520px);
  overflow:auto;
}
.sjt-cart-menu #cart_menu,
.sjt-cart-menu .menu{
  max-height:340px;
  overflow:auto;
  padding:0;
  margin:0;
}
.sjt-cart-menu-item{list-style:none;}
.sjt-cart-menu-item + .sjt-cart-menu-item{border-top:1px solid #eef2f7;}
.sjt-cart-menu-item a{
  display:flex !important;
  align-items:center;
  gap:12px;
  padding:10px 8px;
  color:#1f2937;
  border-radius:12px;
}
.sjt-cart-menu-item a:hover{background:#f8fafc;color:#111827;}
.sjt-cart-thumb,
.sjt-cart-menu img,
.sjt-cart-menu .img-thumbnail,
.sjt-cart-menu .img-circle{
  width:58px !important;
  height:58px !important;
  min-width:58px !important;
  max-width:58px !important;
  object-fit:contain !important;
  border-radius:12px !important;
  border:1px solid #e5e7eb !important;
  background:#f8fafc;
  padding:5px !important;
  float:none !important;
}
.sjt-cart-meta{display:flex;flex-direction:column;min-width:0;gap:3px;}
.sjt-cart-meta strong{
  display:block;
  font-size:13px;
  font-weight:800;
  color:#111827;
  line-height:1.35;
}
.sjt-cart-meta small{
  display:block;
  font-size:11px;
  color:#6b7280;
  line-height:1.35;
}
.sjt-cart-empty{
  list-style:none;
  padding:16px 10px;
  text-align:center;
  color:#6b7280;
  font-size:13px;
}

.sjt-cart-table-img{
  width:64px;
  height:64px;
  object-fit:contain;
  border:1px solid #e5e7eb;
  border-radius:12px;
  background:#f8fafc;
  padding:6px;
}
.sjt-cart-product-name{font-weight:700;color:#111827;min-width:180px;}
.sjt-cart-price,
.sjt-cart-subtotal{white-space:nowrap;}
.sjt-qty-control{
  display:inline-flex;
  align-items:center;
  gap:6px;
  flex-wrap:nowrap;
}
.sjt-qty-control .form-control{
  width:58px;
  min-height:34px;
  height:34px;
  text-align:center;
  font-weight:800;
  border-radius:10px;
  padding:4px;
}
.sjt-qty-control .btn{
  width:34px;
  height:34px;
  display:inline-grid;
  place-items:center;
  padding:0;
  border-radius:10px !important;
}
.sjt-cart-remove-cell .btn{
  border-radius:10px !important;
  width:34px;
  height:34px;
  display:inline-grid;
  place-items:center;
  padding:0;
}
.sjt-panel .table-responsive{border-radius:14px;}

.sjt-product-description img,
.product-detail-card .text-muted img{
  max-width:100% !important;
  height:auto !important;
  border-radius:16px;
  margin:10px 0;
}
.sjt-product-actions .input-group{width:210px;max-width:100%;flex-wrap:nowrap;}
.sjt-product-actions .btn{white-space:normal;}

@media (max-width:991.98px){
  .sjt-cart-dropdown .dropdown-menu{
    position:static !important;
    transform:none !important;
    width:100%;
    max-width:100%;
    margin-top:8px;
  }
  .sjt-action-menu .sjt-login-link,
  .sjt-action-menu .sjt-cart-link{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .sjt-action-menu .sjt-cart-link .cart_count{
    top:3px;
    right:calc(50% - 42px);
  }
}

@media (max-width:767.98px){
  .content{padding:22px 0 34px;}
  .sjt-section-title,
  .page-header{font-size:25px;}
  .sjt-panel,
  .product-detail-card{padding:16px;border-radius:18px;}
  .sjt-cart-table-img{width:54px;height:54px;}
  .table thead th{font-size:11px;}
  .table td{font-size:13px;}
  .sjt-qty-control .form-control{width:48px;}
  .sjt-product-actions .input-group{width:100%;}
  .sjt-product-actions .btn{width:100%;}
  .sjt-product-actions .input-group .btn{width:46px;flex:0 0 46px;}
  .product-detail-card h1{font-size:26px;}
  .product-detail-card .sjt-detail-price{font-size:24px;}
}

@media (max-width:575.98px){
  .sjt-auth-box,
  .login-box.sjt-auth-box{width:100%;margin:2vh auto 24px;}
  .login-box-body,
  .register-box-body{padding:22px;}
  .sjt-auth-brand .sjt-brand-mark{width:44px;height:44px;}
  .sjt-cart-menu{width:100%;}
  .sjt-hero-carousel .carousel-item,
  .sjt-hero-carousel .carousel-item>img{height:500px;}
  .sjt-carousel-caption h1{font-size:29px;}
  .sjt-carousel-caption .btn{display:block;width:100%;margin-bottom:10px;}
}

/* Final responsive checkout/contact/order layer */
.sjt-page-content{padding-top:32px;}
.sjt-page-hero{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:34px;
  border-radius:26px;
  background:linear-gradient(135deg,#111827 0%,#0f4c81 72%,#ffd42a 180%);
  color:#fff;
  box-shadow:var(--sjt-shadow);
  overflow:hidden;
  position:relative;
}
.sjt-page-hero:after{
  content:"";
  position:absolute;
  right:-80px;
  top:-80px;
  width:240px;
  height:240px;
  background:rgba(255,212,42,.18);
  border-radius:50%;
}
.sjt-page-hero>*{position:relative;z-index:1;}
.sjt-page-hero.compact{padding:28px 32px;}
.sjt-page-hero h1{font-size:34px;line-height:1.15;font-weight:800;letter-spacing:-.8px;margin:0 0 10px;color:#fff;}
.sjt-page-hero p{color:#dbeafe;margin:0;max-width:760px;line-height:1.7;}
.sjt-btn-light{background:#fff;color:#111827;border:0;border-radius:999px;font-weight:800;white-space:nowrap;}
.sjt-btn-light:hover{background:#ffd42a;color:#111827;}
.sjt-contact-quick{display:flex;flex-direction:column;gap:10px;min-width:260px;}
.sjt-contact-quick span{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.12);padding:12px 14px;border-radius:14px;color:#fff;font-weight:700;}
.sjt-contact-detail-card p{display:flex;gap:10px;line-height:1.65;margin-bottom:12px;}
.sjt-contact-detail-card i{width:18px;flex:0 0 18px;margin-top:4px;}

/* hard limit cart dropdown thumbnails against legacy AdminLTE rules */
#cart_menu img,
.sjt-cart-menu img,
.sjt-cart-menu .sjt-cart-thumb,
.navbar-nav .sjt-cart-menu img{
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  max-width:56px!important;
  max-height:56px!important;
  display:block!important;
  object-fit:contain!important;
  float:none!important;
  padding:4px!important;
  border-radius:12px!important;
  background:#f8fafc!important;
}
#cart_menu .sjt-cart-meta{overflow:hidden;}
#cart_menu .sjt-cart-meta strong{max-width:230px;white-space:normal;}
.sjt-cart-dropdown .dropdown-toggle:after{display:none;}
.sjt-cart-menu{z-index:1080;}

.sjt-cart-table-wrap{overflow-x:auto;}
.sjt-cart-table{min-width:720px;}
.sjt-checkout-form .form-select,
.sjt-checkout-form .form-control{min-height:44px;border-radius:12px;}
.sjt-sticky-summary{position:sticky;top:96px;}
.sjt-payment-choice{display:grid;grid-template-columns:1fr;gap:10px;}
.sjt-choice-card{
  display:flex;
  gap:12px;
  align-items:flex-start;
  border:2px solid #e5e7eb;
  background:#fff;
  border-radius:16px;
  padding:14px;
  cursor:pointer;
  transition:.2s ease;
}
.sjt-choice-card:hover,.sjt-choice-card.active{border-color:#ffd42a;background:#fff9db;}
.sjt-choice-card input{margin-top:4px;}
.sjt-choice-card b{display:block;color:#111827;}
.sjt-choice-card small{display:block;color:#6b7280;line-height:1.5;}
.sjt-bank-list{display:flex;flex-direction:column;gap:10px;}
.sjt-bank-card{
  display:block;
  border:2px solid #e5e7eb;
  border-radius:16px;
  padding:14px;
  background:#fff;
  cursor:pointer;
  transition:.2s ease;
}
.sjt-bank-card:hover,.sjt-bank-card.selected{border-color:#ffd42a;background:#fff9db;box-shadow:0 12px 22px rgba(255,212,42,.18);}
.sjt-bank-card input{float:left;margin:5px 10px 0 0;}
.sjt-bank-card strong{display:block;color:#111827;font-size:14px;}
.sjt-bank-card span{display:block;color:#6b7280;font-size:12px;margin-top:2px;}
.sjt-bank-number{font-size:18px;font-weight:900;letter-spacing:.5px;color:#0f4c81;margin-top:8px;}
.sjt-payment-total{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#111827;color:#fff;border-radius:16px;padding:16px;}
.sjt-payment-total span{color:#cbd5e1;font-size:13px;}
.sjt-payment-total strong{font-size:22px;color:#ffd42a;}
.sjt-upload-box{border:1px dashed #cbd5e1;border-radius:16px;padding:16px;background:#f8fafc;}

.sjt-tracking-steps{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin:14px 0;}
.sjt-track-step{position:relative;text-align:center;color:#94a3b8;font-weight:700;}
.sjt-track-step:before{content:"";position:absolute;top:17px;left:-50%;width:100%;height:3px;background:#e5e7eb;z-index:0;}
.sjt-track-step:first-child:before{display:none;}
.sjt-track-step span{position:relative;z-index:1;width:36px;height:36px;border-radius:999px;background:#e5e7eb;display:grid;place-items:center;margin:0 auto 8px;color:#64748b;}
.sjt-track-step small{display:block;font-size:11px;line-height:1.3;}
.sjt-track-step.active{color:#111827;}
.sjt-track-step.active:before,.sjt-track-step.active span{background:#ffd42a;color:#111827;}

.sjt-profile-card{text-align:center;}
.sjt-profile-photo{width:110px;height:110px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 0 0 4px #ffd42a;margin-bottom:16px;}
.sjt-profile-card h3{font-weight:800;margin:0;color:#111827;}
.sjt-profile-card p{color:#6b7280;margin:6px 0 14px;}
.sjt-profile-info{display:flex;flex-direction:column;gap:10px;text-align:left;margin-top:18px;}
.sjt-profile-info span{display:flex;gap:10px;background:#f8fafc;border:1px solid #eef2f7;border-radius:14px;padding:12px;font-size:13px;line-height:1.5;}
.sjt-order-list{display:flex;flex-direction:column;gap:16px;}
.sjt-order-card{border:1px solid #e5e7eb;border-radius:18px;padding:16px;background:#fff;box-shadow:0 10px 22px rgba(15,23,42,.05);}
.sjt-order-card-head{display:flex;justify-content:space-between;gap:14px;margin-bottom:12px;}
.sjt-order-card-head strong{font-size:16px;color:#111827;}
.sjt-order-card-head small{display:block;color:#6b7280;margin-top:3px;}
.sjt-order-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}
.sjt-order-meta span{background:#f8fafc;border:1px solid #eef2f7;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700;color:#475569;}
.sjt-order-meta i{color:#f5b400;margin-right:4px;}

/* Admin order helpers */
.table .badge{font-size:11px;padding:6px 8px;border-radius:999px;}
.sjt-admin-form .form-control,.sjt-admin-form select{border-radius:10px;}

@media (max-width:991.98px){
  .sjt-page-content{padding-top:22px;}
  .sjt-page-hero{display:block;padding:26px 22px;border-radius:22px;}
  .sjt-page-hero h1{font-size:29px;}
  .sjt-page-hero .btn{margin-top:18px;width:100%;}
  .sjt-contact-quick{min-width:0;margin-top:18px;}
  .sjt-sticky-summary{position:static;}
  .sjt-tracking-steps{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:14px;}
  .sjt-track-step:before{display:none;}
}
@media (max-width:767.98px){
  .sjt-cart-table{min-width:620px;}
  .sjt-payment-total{display:block;}
  .sjt-payment-total strong{display:block;margin-top:4px;}
  .sjt-order-card-head{display:block;}
  .sjt-order-card-head .text-end{text-align:left!important;margin-top:10px;}
  .sjt-tracking-steps{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:575.98px){
  .sjt-page-hero h1{font-size:25px;}
  .sjt-panel{padding:15px;}
  .sjt-cart-table{min-width:580px;}
  .sjt-bank-number{font-size:16px;word-break:break-all;}
  .sjt-page-hero.compact{padding:22px 18px;}
}


/* Checkout polish: remove sticky overlap, add breathing room, improve responsive forms/buttons */
.sjt-navbar{
  position:relative !important;
  top:auto !important;
}
.content-wrapper{
  padding-top:28px !important;
}
.sjt-page-content{
  padding-top:34px !important;
  padding-bottom:56px !important;
}
.sjt-page-hero{
  margin-bottom:28px !important;
}
.sjt-page-hero.compact{
  min-height:auto;
}
.sjt-page-hero h1{
  word-break:break-word;
}
.sjt-panel{
  margin-bottom:22px;
}
.sjt-checkout-form .sjt-panel{
  padding:28px;
}
.sjt-checkout-form .row.g-3{--bs-gutter-x:18px;--bs-gutter-y:18px;}
.sjt-checkout-form .form-label{margin-bottom:8px;color:#1f2937;}
.sjt-checkout-form .form-control,
.sjt-checkout-form .form-select{
  min-height:50px;
  padding:12px 15px;
  font-size:15px;
  border-radius:14px;
}
.sjt-checkout-form textarea.form-control{min-height:110px;}
.sjt-shipping-list{
  display:grid;
  gap:12px;
}
.sjt-shipping-card{
  width:100%;
  border:2px solid #e5e7eb;
  background:#fff;
  border-radius:18px;
  padding:16px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  text-align:left;
  transition:.2s ease;
  cursor:pointer;
}
.sjt-shipping-card:hover,
.sjt-shipping-card.active{
  border-color:#ffd42a;
  background:#fff9db;
  box-shadow:0 14px 28px rgba(255,212,42,.18);
}
.sjt-shipping-main b{display:block;color:#111827;font-size:15px;margin-bottom:4px;}
.sjt-shipping-main small{display:block;color:#64748b;line-height:1.45;}
.sjt-shipping-main em{display:inline-flex;margin-top:8px;font-style:normal;font-size:12px;font-weight:800;color:#0f4c81;background:#e0f2fe;border-radius:999px;padding:5px 9px;}
.sjt-shipping-card strong{white-space:nowrap;color:#111827;font-size:15px;}
.sjt-checkout-breakdown{
  border:1px solid #eef2f7;
  background:#f8fafc;
  border-radius:16px;
  padding:14px;
}
.sjt-checkout-breakdown div{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:6px 0;
}
.sjt-checkout-breakdown span{color:#64748b;font-size:13px;}
.sjt-checkout-breakdown strong{color:#111827;white-space:nowrap;}
.sjt-order-summary-list .d-flex{align-items:flex-start;}
.sjt-order-summary-list span{line-height:1.45;min-width:0;overflow-wrap:anywhere;}
.sjt-order-summary-list strong{white-space:nowrap;}
.sjt-tracking-steps{overflow-x:auto;padding-bottom:8px;}
.sjt-track-step{min-width:88px;}
.sjt-contact-form-card,
.sjt-contact-detail-card{height:auto;}
.sjt-contact-detail-card p{overflow-wrap:anywhere;}
.sjt-cart-table-wrap{border-radius:16px;border:1px solid #eef2f7;}
.sjt-cart-table{margin-bottom:0!important;}
.sjt-cart-table th,
.sjt-cart-table td{padding:14px!important;}
.sjt-cart-total-row td{background:#f8fafc;font-size:15px;}
.btn,
.sjt-btn-primary,
.sjt-btn-light,
.sjt-choice-card,
.sjt-bank-card{
  white-space:normal;
}
.sjt-action-menu .dropdown-menu{margin-top:10px!important;}

@media (min-width:1200px){
  .sjt-sticky-summary{top:24px;}
}
@media (max-width:1199.98px){
  .sjt-search-form{min-width:240px;}
  .sjt-page-content{padding-top:28px!important;}
}
@media (max-width:991.98px){
  .content-wrapper{padding-top:18px!important;}
  .sjt-page-content{padding-top:20px!important;padding-bottom:42px!important;}
  .sjt-checkout-form .sjt-panel{padding:22px;}
  .sjt-page-hero{margin-bottom:22px!important;}
  .sjt-page-hero h1{font-size:28px;}
  .sjt-page-hero p{font-size:14px;}
  .sjt-shipping-card{padding:14px;}
  .sjt-cart-table th,.sjt-cart-table td{padding:12px!important;}
}
@media (max-width:575.98px){
  .content-wrapper{padding-top:12px!important;}
  .sjt-page-content{padding-top:16px!important;}
  .sjt-checkout-form .sjt-panel,
  .sjt-panel{padding:18px;}
  .sjt-page-hero{border-radius:20px;margin-bottom:18px!important;}
  .sjt-page-hero.compact{padding:22px 18px;}
  .sjt-page-hero h1{font-size:24px;}
  .sjt-shipping-card{display:block;}
  .sjt-shipping-card strong{display:block;margin-top:10px;}
  .sjt-checkout-breakdown div{font-size:14px;}
  .sjt-payment-total strong{font-size:20px;}
  .sjt-contact-quick span{font-size:13px;}
}

/* Realtime shipping destination search */
.sjt-destination-search-wrap{position:relative;}
.sjt-destination-results{
  position:absolute;
  left:0;
  right:0;
  top:100%;
  z-index:1055;
  margin-top:8px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  box-shadow:0 24px 60px rgba(15,23,42,.16);
  overflow:hidden;
  max-height:320px;
  overflow-y:auto;
}
.sjt-destination-item{
  width:100%;
  border:0;
  border-bottom:1px solid #f1f5f9;
  background:#fff;
  text-align:left;
  padding:12px 14px;
  display:block;
  cursor:pointer;
}
.sjt-destination-item:last-child{border-bottom:0;}
.sjt-destination-item:hover{background:#fff8d6;}
.sjt-destination-item b{display:block;color:#111827;font-size:14px;line-height:1.35;}
.sjt-destination-item small{display:block;color:#64748b;font-size:12px;margin-top:4px;line-height:1.35;}
.sjt-destination-loading,
.sjt-destination-empty{padding:14px;color:#64748b;font-size:14px;}
.sjt-shipping-card[disabled]{opacity:.65;cursor:not-allowed;}
.sjt-checkout-form .form-control,
.sjt-checkout-form .form-select{min-height:48px;}
.sjt-checkout-form textarea.form-control{min-height:110px;}
@media (max-width:575.98px){
  .sjt-destination-results{position:static;margin-top:8px;max-height:260px;}
}

/* =========================================================
   Global frontend UI repair: AdminLTE max-height was causing
   the custom Bootstrap 5 header to overlap page content.
   ========================================================= */
html,
body{
  min-height:100%;
  overflow-x:hidden;
}
.wrapper{
  min-height:100vh !important;
  height:auto !important;
  overflow-x:hidden !important;
  overflow-y:visible !important;
  background:#f6f7fb !important;
}
.main-header,
.layout-top-nav .main-header,
.skin-blue.layout-top-nav .main-header{
  position:relative !important;
  max-height:none !important;
  min-height:0 !important;
  height:auto !important;
  z-index:1030;
  background:#fff;
}
.sjt-header{
  max-height:none !important;
  height:auto !important;
  overflow:visible !important;
}
.sjt-topbar{
  position:relative;
  z-index:2;
}
.sjt-navbar{
  position:relative !important;
  top:auto !important;
  z-index:2;
  min-height:74px !important;
  padding:10px 0 !important;
}
.content-wrapper,
.layout-top-nav .content-wrapper{
  position:relative !important;
  z-index:1 !important;
  padding-top:0 !important;
  margin-top:0 !important;
  overflow:visible !important;
}
.content{
  padding-top:42px !important;
  padding-bottom:58px !important;
}
.sjt-page-content{
  padding-top:42px !important;
  padding-bottom:58px !important;
}
.sjt-section-header{
  margin-top:0 !important;
}
.sjt-panel,
.product-detail-card,
.sjt-page-hero,
.sjt-sidebar .box,
.box.box-solid:not(.sjt-product-card){
  position:relative;
  z-index:1;
}
.sjt-page-hero{
  margin-top:0 !important;
}
.product-detail-card .zoom{
  max-width:100%;
  height:auto;
  display:block;
}
.sjt-product-description img,
.sjt-panel img,
.product-detail-card img{
  max-width:100%;
}
.sjt-sidebar{
  position:relative;
  z-index:1;
}

@media (min-width:1200px){
  .container{
    max-width:1440px;
  }
  .sjt-navbar>.container{
    flex-wrap:nowrap !important;
  }
  .layout-top-nav .main-header .navbar-collapse,
  .sjt-navbar .navbar-collapse{
    display:flex !important;
    flex-basis:auto !important;
    flex-grow:1 !important;
    align-items:center !important;
    min-width:0;
  }
  .sjt-main-menu{
    flex:0 0 auto;
    gap:4px;
  }
  .sjt-main-menu .nav-link,
  .sjt-action-menu .nav-link{
    padding:10px 10px !important;
    font-size:14px;
  }
  .sjt-brand{
    min-width:230px;
    flex:0 0 auto;
  }
  .sjt-search-form{
    min-width:240px;
    max-width:330px;
    flex:1 1 280px;
  }
  .sjt-action-menu{
    flex:0 0 auto;
    white-space:nowrap;
  }
}
@media (min-width:992px) and (max-width:1199.98px){
  .sjt-navbar>.container{
    flex-wrap:wrap !important;
  }
  .sjt-brand{
    min-width:0;
  }
  .layout-top-nav .main-header .navbar-collapse,
  .sjt-navbar .navbar-collapse{
    display:flex !important;
    flex-basis:100% !important;
    align-items:center !important;
    padding-top:10px;
  }
}
@media (max-width:991.98px){
  .sjt-navbar{
    padding:8px 0 !important;
  }
  .content,
  .sjt-page-content{
    padding-top:28px !important;
    padding-bottom:44px !important;
  }
  .sjt-brand{
    max-width:calc(100% - 64px);
  }
  .sjt-brand-text strong,
  .sjt-brand-text small{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:210px;
  }
  .sjt-navbar .navbar-collapse{
    padding-top:12px;
  }
  .sjt-search-form{
    margin-top:8px;
  }
}
@media (max-width:575.98px){
  .sjt-topbar .container{
    align-items:flex-start !important;
  }
  .content,
  .sjt-page-content{
    padding-top:22px !important;
    padding-bottom:36px !important;
  }
  .sjt-panel,
  .product-detail-card{
    border-radius:18px;
  }
  .sjt-page-hero{
    border-radius:18px;
  }
  .product-detail-card h1{
    font-size:25px;
  }
}

/* Catalog quotation mode product detail */
.sjt-catalog-mode .sjt-cart-dropdown{display:none!important;}
.sjt-product-detail-v2{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:6px;
  padding:20px;
  box-shadow:0 12px 38px rgba(15,23,42,.06);
}
.sjt-product-image-box{
  background:#fff;
  border:1px solid #ddd;
  border-radius:4px;
  padding:28px;
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.sjt-product-main-image{
  display:block;
  width:100%;
  max-height:420px;
  object-fit:contain;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.sjt-product-info-box h1{
  font-size:34px;
  line-height:1.2;
  font-weight:800;
  color:#3f3f46;
  margin:0 0 14px;
  border:0;
}
.sjt-call-price-box{
  margin:6px 0 18px;
  padding-bottom:14px;
  border-bottom:1px solid #efefef;
}
.sjt-detail-price-text{
  color:#f26a21;
  font-weight:800;
  font-size:22px;
  line-height:1.2;
  white-space:pre-line;
}
.sjt-detail-price-note{
  color:#8b8b8b;
  font-size:14px;
  margin-top:5px;
}
.sjt-product-spec-table{
  overflow:hidden;
  border-radius:4px;
  border:1px solid #efefef;
  margin:16px 0 24px;
}
.sjt-product-spec-row{
  display:grid;
  grid-template-columns:minmax(150px, 34%) 1fr;
  gap:16px;
  padding:12px 16px;
  background:#fafafa;
  border-bottom:1px solid #efefef;
  font-size:15px;
}
.sjt-product-spec-row:nth-child(even){background:#fff;}
.sjt-product-spec-row:last-child{border-bottom:0;}
.sjt-product-spec-row span{color:#555;font-weight:600;}
.sjt-product-spec-row strong{color:#333;text-align:right;font-weight:700;}
.sjt-product-description-block{margin-top:18px;}
.sjt-product-description-block h4{font-weight:800;margin-bottom:10px;color:#111827;}
.sjt-product-description{font-size:15px;color:#4b5563;line-height:1.8;}
.sjt-product-description img{max-width:100%!important;height:auto!important;}
.sjt-share-line{
  display:flex;
  align-items:center;
  gap:12px;
  margin:24px 0 16px;
  color:#555;
  font-weight:600;
}
.sjt-share-line a{
  width:34px;
  height:34px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#0f172a;
  border:1px solid #e5e7eb;
  background:#fff;
}
.sjt-share-line a:hover{background:#ffcc1b;color:#111;}
.sjt-product-quote-actions{
  display:flex;
  flex-direction:column;
  gap:12px;
  max-width:360px;
  margin-left:auto;
  margin-right:auto;
}
.sjt-product-quote-actions .btn{
  border-radius:6px!important;
  font-weight:700;
  padding:12px 20px;
}
.sjt-btn-whatsapp{
  background:#05b830;
  border-color:#05b830;
  color:#fff!important;
}
.sjt-btn-whatsapp:hover{background:#069b2a;border-color:#069b2a;color:#fff!important;}
.sjt-empty-catalog-icon{
  width:76px;
  height:76px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff4c2;
  color:#111827;
  font-size:30px;
}

@media (max-width: 991.98px){
  .sjt-product-info-box h1{font-size:28px;}
  .sjt-product-image-box{min-height:260px;padding:18px;}
  .sjt-product-spec-row{grid-template-columns:1fr;gap:4px;}
  .sjt-product-spec-row strong{text-align:left;}
  .sjt-product-quote-actions{max-width:none;}
}
@media (max-width: 575.98px){
  .sjt-product-detail-v2{padding:14px;border-radius:12px;}
  .sjt-product-info-box h1{font-size:24px;}
  .sjt-detail-price-text{font-size:20px;}
}

/* Quotation chat and link-only sharing */
.sjt-copy-share-line{
  flex-wrap:wrap;
  align-items:center;
}
.sjt-copy-share-line .sjt-share-input{
  flex:1 1 260px;
  min-width:0;
  border-radius:999px;
  height:40px;
  font-size:13px;
  color:#64748b;
}
.sjt-btn-outline{
  border:1px solid #dbe3ef!important;
  background:#fff!important;
  color:#111827!important;
  border-radius:999px!important;
  font-weight:800!important;
}
.sjt-btn-outline:hover{background:#fff8d6!important;border-color:#ffcc1b!important;color:#111827!important;}
.sjt-chat-card{padding:0!important;overflow:hidden;}
.sjt-chat-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  padding:24px;
  border-bottom:1px solid #edf2f7;
}
.sjt-chat-thread{
  padding:24px;
  background:linear-gradient(180deg,#f8fafc,#fff);
  min-height:360px;
  max-height:640px;
  overflow:auto;
}
.sjt-chat-message{display:flex;margin-bottom:16px;}
.sjt-chat-message.customer{justify-content:flex-start;}
.sjt-chat-message.admin{justify-content:flex-end;}
.sjt-chat-bubble{
  max-width:min(78%,680px);
  padding:14px 16px;
  border-radius:18px;
  line-height:1.65;
  box-shadow:0 8px 24px rgba(15,23,42,.08);
}
.sjt-chat-message.customer .sjt-chat-bubble{background:#fff;border:1px solid #e5e7eb;border-top-left-radius:6px;}
.sjt-chat-message.admin .sjt-chat-bubble{background:#0f4c81;color:#fff;border-top-right-radius:6px;}
.sjt-chat-meta{display:flex;gap:10px;align-items:center;justify-content:space-between;font-size:12px;margin-bottom:6px;opacity:.85;}
.sjt-chat-meta span{font-weight:500;}
.sjt-chat-reply-form{padding:24px;border-top:1px solid #edf2f7;background:#fff;}
.sjt-quote-summary-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:12px 0;
  border-bottom:1px solid #edf2f7;
}
.sjt-quote-summary-row span{color:#64748b;}
.sjt-quote-summary-row strong{text-align:right;color:#111827;}
@media (max-width:767.98px){
  .sjt-chat-header{flex-direction:column;padding:18px;}
  .sjt-chat-thread{padding:16px;max-height:none;}
  .sjt-chat-bubble{max-width:92%;}
  .sjt-chat-reply-form{padding:18px;}
  .sjt-copy-share-line .sjt-share-input,.sjt-copy-share-line .btn{width:100%;}
}

/* Performance + logo upload fixes */
body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;}
.sjt-navbar{backdrop-filter:none;}
.sjt-brand.has-logo-image{min-width:auto;max-width:260px;}
.sjt-brand-logo-wrap{display:flex;align-items:center;justify-content:flex-start;min-width:0;}
.sjt-brand-logo{display:block;max-width:240px;max-height:64px;width:auto;height:auto;object-fit:contain;}
.sjt-footer-logo{display:block;max-width:230px;max-height:62px;width:auto;height:auto;object-fit:contain;filter:none;}
.sjt-footer-brand.has-logo-image{align-items:center;gap:0;}
.sjt-product-img,.sjt-product-main-image,.sjt-cart-table-img,.sjt-cart-thumb,.sjt-profile-photo{content-visibility:auto;}
.sjt-product-card,.sjt-panel,.sjt-page-hero,.sjt-product-image-box,.sjt-product-info-box{box-shadow:0 10px 24px rgba(17,24,39,.08);}
.sjt-hero-carousel .carousel-item img{object-fit:cover;}
@media (max-width:991px){.sjt-brand-logo{max-width:190px;max-height:54px}.sjt-brand.has-logo-image{max-width:200px}.sjt-navbar>.container{gap:10px}.sjt-search-form{min-width:100%;}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.carousel{transition:none!important}}

/* Product detail gallery and cleaner card layout */
.sjt-product-detail-v2{
  border-radius:18px!important;
  padding:28px!important;
  overflow:visible!important;
}
.sjt-product-detail-v2 .row{align-items:stretch!important;}
.sjt-product-gallery,
.sjt-product-info-box{
  height:100%;
}
.sjt-product-info-box{
  background:#fff;
  border:1px solid #eef2f7;
  border-radius:16px;
  padding:28px;
  box-shadow:0 10px 28px rgba(15,23,42,.06);
  overflow:visible;
}
.sjt-product-image-box{
  min-height:420px!important;
  border-radius:16px!important;
  border:1px solid #e5e7eb!important;
  box-shadow:0 10px 28px rgba(15,23,42,.05);
}
.sjt-product-thumbs{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(88px,1fr));
  gap:10px;
  margin-top:14px;
}
.sjt-product-thumb{
  display:flex;
  align-items:center;
  justify-content:center;
  height:86px;
  padding:6px;
  border:2px solid #e5e7eb;
  border-radius:12px;
  background:#fff;
  cursor:pointer;
  transition:border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.sjt-product-thumb:hover,
.sjt-product-thumb.active{
  border-color:#ffd42a;
  box-shadow:0 8px 18px rgba(255,212,42,.22);
  transform:translateY(-1px);
}
.sjt-product-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.sjt-product-quote-actions{
  max-width:460px!important;
  margin:22px auto 0!important;
}
.sjt-product-quote-actions .btn{
  width:100%;
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.sjt-copy-share-line{
  background:#fbfdff;
  border:1px solid #eef2f7;
  border-radius:14px;
  padding:12px;
}
@media(max-width:991.98px){
  .sjt-product-detail-v2{padding:18px!important;}
  .sjt-product-info-box{padding:20px;}
  .sjt-product-image-box{min-height:300px!important;}
}
@media(max-width:575.98px){
  .sjt-product-detail-v2{padding:12px!important;border-radius:14px!important;}
  .sjt-product-info-box{padding:16px;}
  .sjt-product-thumbs{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));}
  .sjt-product-thumb{height:70px;}
  .sjt-share-line{align-items:stretch;}
  .sjt-copy-share-line .sjt-share-input{flex-basis:100%;}
}
