:root {
  --se-black: #0B0F14;
  --se-panel: #111827;
  --se-panel-2: #18212F;
  --se-gold: #D7A53B;
  --se-red: #E3312D;
  --se-cream: #F7F3EA;
  --se-white: #FFFFFF;
  --se-text: #27303D;
  --se-muted: #6B7280;
  --se-border: #E7E0D1;
  --se-radius: 22px;
  --se-shadow: 0 22px 54px rgba(11,15,20,.13);
}
body.se-steam-engine-site {
  background: #fff;
}
.se-site, .se-site * { box-sizing: border-box; }
.se-site { font-family: inherit; color: var(--se-text); }
.se-container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.se-section { padding: 74px 0; }
.se-section-soft { background: linear-gradient(180deg, #fff, var(--se-cream)); }
.se-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(215,165,59,.14); color: #8D6413; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
.se-title { margin: 0 0 18px; color: var(--se-black); font-weight: 950; line-height: .98; letter-spacing: -.06em; font-size: clamp(38px, 6vw, 76px); }
.se-subtitle { margin: 0 0 28px; color: var(--se-muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; max-width: 680px; }
.se-btn-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.se-btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 13px 20px; border-radius: 999px; text-decoration: none !important; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.se-btn:hover { transform: translateY(-2px); }
.se-btn-primary { color: #fff !important; background: linear-gradient(135deg, var(--se-red), #B91517); box-shadow: 0 16px 34px rgba(227,49,45,.24); }
.se-btn-dark { color: #fff !important; background: var(--se-black); box-shadow: 0 16px 34px rgba(11,15,20,.20); }
.se-btn-outline { color: var(--se-black) !important; border: 1px solid var(--se-border); background: #fff; }
.se-hero { position: relative; overflow: hidden; color: #fff; background:
  radial-gradient(circle at 10% 5%, rgba(215,165,59,.32), transparent 28%),
  radial-gradient(circle at 92% 18%, rgba(227,49,45,.32), transparent 30%),
  linear-gradient(135deg, #070A0F 0%, #111827 52%, #25211A 100%); padding: 86px 0 78px; }
.se-hero:before { content: ''; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(90deg, #fff 1px, transparent 1px), linear-gradient(#fff 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(180deg, #000, transparent 82%); }
.se-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 42px; align-items: center; }
.se-hero .se-title { color: #fff; }
.se-hero .se-subtitle { color: #D1D5DB; }
.se-logo-panel { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); border-radius: 30px; padding: 20px; box-shadow: 0 26px 72px rgba(0,0,0,.34); backdrop-filter: blur(16px); }
.se-brand-logo { width: 100%; height: auto; display: block; border-radius: 22px; }
.se-hero-card-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.se-mini-card { min-height: 105px; border-radius: 18px; padding: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.se-mini-card strong { display: block; color: #fff; font-size: 18px; font-weight: 950; }
.se-mini-card span { display: block; color: #C9CED8; font-size: 13px; margin-top: 6px; line-height: 1.4; }
.se-trust-row { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.se-trust { color: #fff; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.08); border-radius: 16px; padding: 14px; font-weight: 900; font-size: 14px; }
.se-heading { text-align: center; margin-bottom: 36px; }
.se-heading h2 { margin: 0 0 10px; color: var(--se-black); font-size: clamp(30px, 4vw, 48px); font-weight: 950; letter-spacing: -.05em; line-height: 1.05; }
.se-heading p { margin: 0 auto; max-width: 670px; color: var(--se-muted); font-size: 17px; line-height: 1.65; }
.se-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.se-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.se-card { background: #fff; border: 1px solid var(--se-border); border-radius: var(--se-radius); padding: 24px; box-shadow: 0 12px 28px rgba(11,15,20,.06); transition: transform .18s ease, box-shadow .18s ease; }
.se-card:hover { transform: translateY(-3px); box-shadow: var(--se-shadow); }
.se-card h3 { margin: 0 0 10px; color: var(--se-black); font-size: 22px; line-height: 1.15; font-weight: 950; letter-spacing: -.025em; }
.se-card p { margin: 0; color: var(--se-muted); line-height: 1.68; }
.se-cat-card { display: flex; min-height: 142px; flex-direction: column; justify-content: space-between; color: var(--se-black) !important; text-decoration: none !important; overflow: hidden; position: relative; }
.se-cat-card:before { content: ''; position: absolute; right: -46px; top: -46px; width: 120px; height: 120px; border-radius: 999px; background: rgba(215,165,59,.18); }
.se-cat-card:after { content: ''; position: absolute; right: 28px; bottom: 20px; width: 42px; height: 42px; border: 8px solid rgba(11,15,20,.08); border-radius: 999px; }
.se-cat-card span { color: var(--se-red); font-weight: 950; position: relative; }
.se-products-wrap ul.products { margin-bottom: 0 !important; }
.se-products-wrap ul.products li.product { background: #fff; border: 1px solid var(--se-border); border-radius: 22px; padding: 14px !important; overflow: hidden; box-shadow: 0 12px 26px rgba(11,15,20,.06); }
.se-products-wrap .woocommerce-loop-product__title { color: var(--se-black); font-weight: 950; font-size: 15px !important; line-height: 1.35; }
.se-products-wrap .price { color: var(--se-red) !important; font-weight: 950 !important; }
.se-products-wrap .button, .woocommerce ul.products li.product .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 999px !important; font-weight: 950 !important; background: var(--se-black) !important; color: #fff !important; padding: 12px 16px !important; }
.se-split { display: grid; grid-template-columns: .94fr 1.06fr; gap: 34px; align-items: center; }
.se-list { display: grid; gap: 12px; }
.se-list-item { display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 1px solid var(--se-border); border-radius: 18px; padding: 16px; box-shadow: 0 10px 22px rgba(11,15,20,.05); }
.se-check { flex: 0 0 28px; width: 28px; height: 28px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: rgba(227,49,45,.12); color: var(--se-red); font-weight: 950; }
.se-cta { border-radius: 32px; color: #fff; padding: 42px; background: linear-gradient(135deg, var(--se-black), #253042 60%, #7C211C); box-shadow: var(--se-shadow); position: relative; overflow: hidden; }
.se-cta:before { content: ''; position: absolute; inset: -40% auto auto 60%; width: 360px; height: 360px; border-radius: 999px; background: rgba(215,165,59,.22); }
.se-cta h2, .se-cta p, .se-cta .se-btn-row { position: relative; z-index: 1; }
.se-cta h2 { margin: 0 0 10px; color: #fff; font-size: clamp(30px, 4vw, 48px); font-weight: 950; letter-spacing: -.05em; }
.se-cta p { margin: 0 0 24px; color: #D1D5DB; line-height: 1.7; max-width: 690px; }
.se-form { display: grid; gap: 14px; }
.se-form label { display: grid; gap: 7px; font-weight: 900; color: var(--se-black); }
.se-form input, .se-form textarea, .se-form select { width: 100%; border: 1px solid var(--se-border); border-radius: 14px; background: #fff; padding: 13px 14px; color: var(--se-black); }
.se-form textarea { min-height: 130px; resize: vertical; }
.se-form button { border: 0; cursor: pointer; }
.se-alert { padding: 13px 14px; border-radius: 14px; margin-bottom: 14px; font-weight: 900; }
.se-alert-success { background: #ecfdf5; color: #047857; }
.se-alert-error { background: #fef2f2; color: #b91c1c; }
.se-contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 24px; align-items: start; }
.se-contact-box { background: #fff; border: 1px solid var(--se-border); border-radius: 24px; padding: 24px; box-shadow: 0 14px 32px rgba(11,15,20,.07); }
.se-faq { max-width: 900px; margin: 0 auto; display: grid; gap: 12px; }
.se-faq details { background: #fff; border: 1px solid var(--se-border); border-radius: 18px; padding: 18px 20px; box-shadow: 0 9px 18px rgba(11,15,20,.04); }
.se-faq summary { cursor: pointer; color: var(--se-black); font-weight: 950; }
.se-faq p { margin: 12px 0 0; color: var(--se-muted); line-height: 1.7; }
.se-whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 9999; width: 58px; height: 58px; border-radius: 999px; background: #25D366; color: #fff !important; font-size: 26px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none !important; box-shadow: 0 14px 34px rgba(37,211,102,.34); }
.se-product-trust { display: grid; gap: 8px; margin: 16px 0; padding: 14px; background: var(--se-cream); border: 1px solid var(--se-border); border-radius: 16px; }
.se-product-trust span { color: var(--se-black); font-size: 14px; font-weight: 900; line-height: 1.35; }
.se-policy { max-width: 920px; margin: 0 auto; background: #fff; border: 1px solid var(--se-border); border-radius: 24px; padding: 30px; box-shadow: 0 14px 32px rgba(11,15,20,.06); }
.se-policy h2 { color: var(--se-black); font-weight: 950; letter-spacing: -.035em; }
.se-policy p, .se-policy li { color: var(--se-muted); line-height: 1.75; }
/* WooCommerce default cart/checkout styling only, no template replacement */
body.woocommerce-cart .site-main, body.woocommerce-checkout .site-main, body.woocommerce-account .site-main { background: linear-gradient(180deg, #fff, var(--se-cream)); }
body.woocommerce-cart .entry-content, body.woocommerce-checkout .entry-content, body.woocommerce-account .entry-content { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 36px 0 70px; }
body.woocommerce-cart .entry-title, body.woocommerce-checkout .entry-title, body.woocommerce-account .entry-title { width: min(1180px, calc(100% - 32px)); margin: 34px auto 0; color: var(--se-black); font-weight: 950; letter-spacing: -.05em; font-size: clamp(34px, 5vw, 58px); }
.woocommerce table.shop_table { border: 1px solid var(--se-border) !important; border-radius: 22px !important; overflow: hidden; background: #fff; box-shadow: 0 14px 34px rgba(11,15,20,.06); }
.woocommerce table.shop_table th { color: var(--se-black); font-weight: 950; background: #F8F3E8; }
.woocommerce-cart-form, .woocommerce .cart-collaterals .cart_totals, .woocommerce-checkout #customer_details, .woocommerce-checkout #order_review, .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { background: #fff; border: 1px solid var(--se-border); border-radius: 24px; padding: 22px; box-shadow: 0 14px 34px rgba(11,15,20,.06); }
.woocommerce-cart .cart-collaterals .cart_totals { width: 100%; }
.woocommerce-cart .cart-collaterals { margin-top: 24px; }
.woocommerce-checkout .col2-set { margin-bottom: 24px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .woocommerce .select2-container .select2-selection--single { border: 1px solid var(--se-border) !important; border-radius: 14px !important; min-height: 46px; background: #fff; padding: 10px 12px; }
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered { line-height: 25px; padding-left: 0; }
.woocommerce-info, .woocommerce-message { border-top-color: var(--se-gold) !important; border-radius: 16px; background: #fff9eb; color: var(--se-black); }
.woocommerce-error { border-top-color: var(--se-red) !important; border-radius: 16px; }
.woocommerce .quantity .qty { border-radius: 12px; border: 1px solid var(--se-border); min-height: 40px; }
/* Mobile categories drawer */
.se-mobile-cat-button { display: none; position: fixed; left: 14px; bottom: 18px; z-index: 9998; border: 0; border-radius: 999px; background: var(--se-black); color: #fff; font-weight: 950; padding: 14px 16px; box-shadow: 0 14px 34px rgba(11,15,20,.28); }
.se-cat-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.46); z-index: 9997; opacity: 0; visibility: hidden; transition: .2s ease; }
.se-cat-overlay.is-open { opacity: 1; visibility: visible; }
.se-cat-panel { position: fixed; left: 0; top: 0; bottom: 0; z-index: 9999; width: min(360px, 88vw); background: #fff; transform: translateX(-102%); transition: transform .22s ease; box-shadow: 18px 0 60px rgba(11,15,20,.24); display: flex; flex-direction: column; }
.se-cat-panel.is-open { transform: translateX(0); }
.se-cat-panel-head { padding: 18px; background: var(--se-black); color: #fff; display: flex; justify-content: space-between; align-items: center; }
.se-cat-panel-head strong { font-size: 18px; font-weight: 950; }
.se-cat-close { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; width: 36px; height: 36px; font-size: 22px; line-height: 1; }
.se-cat-list { padding: 16px; overflow: auto; display: grid; gap: 9px; }
.se-cat-list a { display: flex; justify-content: space-between; gap: 8px; align-items: center; padding: 13px 14px; border: 1px solid var(--se-border); border-radius: 14px; color: var(--se-black) !important; text-decoration: none !important; font-weight: 900; background: #fff; }
.se-cat-list a span { color: var(--se-muted); font-size: 12px; }
.se-drawer-open { overflow: hidden; }
@media (max-width: 900px) {
  .se-section { padding: 54px 0; }
  .se-hero { padding: 58px 0 54px; }
  .se-hero-grid, .se-split, .se-contact-grid { grid-template-columns: 1fr; }
  .se-grid-3, .se-grid-4, .se-trust-row, .se-hero-card-grid { grid-template-columns: 1fr; }
  .se-cta { padding: 28px; border-radius: 24px; }
  .se-logo-panel { padding: 14px; border-radius: 24px; }
  .se-mobile-cat-button { display: inline-flex; }
  .se-whatsapp-float { right: 14px; bottom: 82px; }
  body.woocommerce-cart .entry-content, body.woocommerce-checkout .entry-content, body.woocommerce-account .entry-content { padding-top: 22px; }
}

/* v1.2 custom Computia-style header + cleaner contained layout */
body.se-steam-engine-site .ct-header,
body.se-steam-engine-site #header {
  display: none !important;
}
body.se-steam-engine-site:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.woocommerce-shop):not(.tax-product_cat) .hero-section,
body.se-steam-engine-site:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.woocommerce-shop):not(.tax-product_cat) .entry-header,
body.se-steam-engine-site.home .entry-header,
body.se-steam-engine-site.home .hero-section {
  display: none !important;
}
.se-custom-header-wrap,
.se-custom-header-wrap * {
  box-sizing: border-box;
}
.se-custom-header-wrap {
  position: relative;
  z-index: 100;
  background: #fff;
  color: var(--se-black);
  font-family: inherit;
  border-bottom: 1px solid rgba(11,15,20,.08);
  box-shadow: 0 10px 28px rgba(11,15,20,.05);
}
.se-header-container {
  width: min(1240px, calc(100% - 32px));
  margin-inline: auto;
}
.se-topbar {
  min-height: 34px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(215,165,59,.18), transparent 24%, rgba(227,49,45,.18)),
    #0B0F14;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.se-topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.se-topbar-left,
.se-topbar-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.se-topbar-left span {
  position: relative;
  color: #F7F3EA;
}
.se-topbar-left span + span:before,
.se-topbar-right a + a:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: var(--se-gold);
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.se-topbar-right a {
  position: relative;
  color: #fff !important;
  text-decoration: none !important;
  opacity: .92;
}
.se-topbar-right a:hover {
  opacity: 1;
  color: var(--se-gold) !important;
}
.se-main-header {
  background: #fff;
}
.se-main-header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: 230px minmax(260px, 1fr) auto;
  align-items: center;
  gap: 24px;
}
.se-header-logo {
  display: inline-flex;
  align-items: center;
  max-width: 230px;
  min-width: 0;
  text-decoration: none !important;
}
.se-header-logo-img {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 56px;
  object-fit: contain;
}
.se-logo-hidden {
  display: none;
}
.se-logo-fallback {
  align-items: center;
  gap: 10px;
  color: var(--se-black);
  text-decoration: none;
}
.se-logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--se-black), #253042);
  color: var(--se-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  letter-spacing: -.04em;
  box-shadow: inset 0 0 0 2px rgba(215,165,59,.28);
}
.se-logo-text {
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}
.se-header-search {
  display: flex;
  min-width: 0;
  height: 46px;
  border: 1px solid rgba(11,15,20,.16);
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}
.se-header-search input[type="search"] {
  flex: 1;
  min-width: 0;
  border: 0 !important;
  outline: 0;
  height: 100%;
  padding: 0 16px;
  font-size: 14px;
  color: var(--se-black);
  background: #fff;
  box-shadow: none !important;
}
.se-header-search input[type="search"]::placeholder {
  color: #6B7280;
}
.se-header-search button {
  width: 54px;
  height: 100%;
  border: 0;
  border-left: 1px solid rgba(11,15,20,.12);
  background: #F4F4F5;
  color: var(--se-black);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  transition: .18s ease;
}
.se-header-search button:hover {
  color: #fff;
  background: var(--se-red);
}
.se-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  white-space: nowrap;
}
.se-head-action {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 14px;
  color: var(--se-black) !important;
  text-decoration: none !important;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 13px;
}
.se-head-action:hover {
  background: var(--se-cream);
}
.se-head-account:after {
  content: '👤';
  font-size: 18px;
  line-height: 1;
}
.se-head-cart:after {
  content: '🛒';
  font-size: 18px;
  line-height: 1;
}
.se-cart-total {
  color: var(--se-muted);
  font-weight: 900;
  text-transform: none;
}
.se-cart-count {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--se-red);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  box-shadow: 0 6px 14px rgba(227,49,45,.25);
}
.se-menu-strip {
  background: #FBFAF7;
  border-top: 1px solid rgba(11,15,20,.06);
}
.se-menu-strip-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.se-header-parts-button {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  background: var(--se-black);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}
.se-menu-links {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 1;
}
.se-menu-links a {
  color: var(--se-black) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .025em;
}
.se-menu-links a:hover {
  color: var(--se-red) !important;
}
.se-menu-note {
  color: var(--se-muted);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
body.se-steam-engine-site .site-main,
body.se-steam-engine-site #main,
body.se-steam-engine-site .ct-container-full {
  padding-top: 0 !important;
}
.se-site {
  width: 100%;
  overflow: hidden;
}
.se-container {
  width: min(1120px, calc(100% - 32px));
}
.se-hero {
  width: min(1240px, calc(100% - 32px));
  margin: 26px auto 0;
  border-radius: 30px;
  padding: 62px 0 58px;
  box-shadow: 0 24px 70px rgba(11,15,20,.14);
}
.se-hero-grid {
  grid-template-columns: 1.03fr .97fr;
  gap: 36px;
}
.se-title {
  font-size: clamp(34px, 4.8vw, 64px);
}
.se-subtitle {
  font-size: clamp(16px, 1.7vw, 19px);
  max-width: 620px;
}
.se-logo-panel {
  border-radius: 26px;
}
.se-brand-logo {
  max-height: 180px;
  object-fit: contain;
  background: rgba(255,255,255,.03);
}
.se-section {
  padding: 58px 0;
}
.se-heading {
  margin-bottom: 28px;
}
.se-heading h2 {
  font-size: clamp(28px, 3vw, 42px);
}
@media (max-width: 980px) {
  .se-main-header-inner {
    min-height: auto;
    padding: 14px 0;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  .se-header-search {
    grid-column: 1 / -1;
    order: 3;
  }
  .se-header-actions {
    gap: 6px;
  }
  .se-cart-total,
  .se-head-account .se-action-label {
    display: none;
  }
  .se-menu-strip-inner {
    align-items: flex-start;
    padding: 9px 0;
    overflow-x: auto;
  }
  .se-menu-links {
    gap: 16px;
    min-width: max-content;
  }
  .se-menu-note {
    display: none;
  }
}
@media (max-width: 700px) {
  .se-topbar-inner {
    justify-content: center;
    text-align: center;
    padding: 7px 0;
  }
  .se-topbar-left {
    justify-content: center;
    gap: 12px;
  }
  .se-topbar-right {
    display: none;
  }
  .se-main-header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .se-header-logo-img {
    max-width: 170px;
    max-height: 46px;
  }
  .se-logo-text {
    font-size: 20px;
  }
  .se-header-actions .se-head-action {
    padding: 8px 9px;
  }
  .se-head-cart .se-action-label {
    display: none;
  }
  .se-header-search {
    height: 44px;
  }
  .se-menu-strip-inner {
    width: min(100% - 24px, 1240px);
  }
  .se-header-parts-button {
    min-width: max-content;
  }
  .se-hero {
    width: min(100% - 24px, 1240px);
    margin-top: 18px;
    border-radius: 22px;
    padding: 42px 0 38px;
  }
  .se-container,
  .se-header-container {
    width: min(100% - 24px, 1120px);
  }
  .se-title {
    font-size: clamp(34px, 12vw, 48px);
    letter-spacing: -.055em;
  }
}

/* v1.3 cleaner cart/checkout + custom footer */
body.se-steam-engine-site .ct-footer,
body.se-steam-engine-site footer.ct-footer,
body.se-steam-engine-site footer#footer,
body.se-steam-engine-site .site-footer:not(.se-footer) {
  display: none !important;
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main {
  background: linear-gradient(180deg, #fff 0%, #FBFAF7 100%) !important;
}
body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-account .entry-title {
  width: min(1120px, calc(100% - 32px)) !important;
  margin: 28px auto 18px !important;
  color: var(--se-black) !important;
  font-size: clamp(28px, 4vw, 46px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.045em !important;
}
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-account .entry-content {
  width: min(1120px, calc(100% - 32px)) !important;
  padding: 0 0 58px !important;
}
body.woocommerce-cart .woocommerce {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 24px !important;
  align-items: start !important;
}
body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info {
  grid-column: 1 / -1 !important;
}
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  background: #fff !important;
  border: 1px solid rgba(11,15,20,.10) !important;
  border-radius: 26px !important;
  padding: 20px !important;
  box-shadow: 0 18px 44px rgba(11,15,20,.08) !important;
  overflow: visible !important;
}
body.woocommerce-cart .woocommerce-cart-form {
  min-width: 0 !important;
}
body.woocommerce-cart .cart-collaterals {
  margin: 0 !important;
  width: 100% !important;
}
body.woocommerce-cart .cart-collaterals:before,
body.woocommerce-cart .cart-collaterals:after {
  content: none !important;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
  background: #fff !important;
  border: 1px solid rgba(11,15,20,.10) !important;
  border-radius: 26px !important;
  padding: 22px !important;
  box-shadow: 0 18px 44px rgba(11,15,20,.08) !important;
  overflow: hidden !important;
}
.woocommerce table.shop_table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid rgba(11,15,20,.09) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: rgba(11,15,20,.08) !important;
  padding: 18px 16px !important;
  vertical-align: middle !important;
}
.woocommerce table.shop_table th {
  background: #F8F6F1 !important;
  color: var(--se-black) !important;
  font-weight: 950 !important;
}
.woocommerce table.shop_table td {
  background: #fff !important;
  color: #263142 !important;
}
.woocommerce table.shop_table tr:last-child td,
.woocommerce table.shop_table tr:last-child th {
  border-bottom: 0 !important;
}
.woocommerce-cart table.cart img {
  width: 84px !important;
  max-width: 84px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(11,15,20,.08) !important;
}
.woocommerce-cart table.cart td.product-name a {
  color: var(--se-black) !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal,
.woocommerce-cart table.cart td.product-name .amount,
.woocommerce-cart .cart_totals .amount {
  color: #263142 !important;
  font-weight: 850 !important;
}
.woocommerce-cart table.cart td.actions {
  background: #fff !important;
  padding-top: 20px !important;
}
.woocommerce-cart table.cart td.actions .coupon {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: min(280px, 100%) !important;
  min-height: 46px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(11,15,20,.12) !important;
  padding: 0 14px !important;
}
.woocommerce-cart table.cart td.actions .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border-radius: 999px !important;
  min-height: 46px !important;
  padding: 12px 20px !important;
  font-weight: 950 !important;
  background: var(--se-black) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}
.woocommerce-cart table.cart td.actions .button[name="update_cart"] {
  background: #6B7280 !important;
}
.woocommerce-cart table.cart td.actions .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
  background: var(--se-red) !important;
  color: #fff !important;
}
.woocommerce-cart .cart_totals h2,
.woocommerce-checkout #order_review_heading {
  margin: 0 0 16px !important;
  color: var(--se-black) !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  letter-spacing: -.025em !important;
  font-weight: 950 !important;
}
.woocommerce-cart .cart_totals table.shop_table {
  border-radius: 18px !important;
  margin: 0 0 18px !important;
}
.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
  background: #fff !important;
  padding: 16px 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.woocommerce-cart .cart_totals table.shop_table th {
  width: 42% !important;
  padding-left: 0 !important;
  color: var(--se-black) !important;
}
.woocommerce-cart .cart_totals table.shop_table td {
  padding-right: 0 !important;
  text-align: right !important;
}
.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
  background: #FBFAF7 !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  border-top: 1px solid rgba(11,15,20,.12) !important;
}
.woocommerce-cart .cart_totals table.shop_table tr.order-total th {
  border-radius: 14px 0 0 14px !important;
  padding-left: 14px !important;
}
.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
  border-radius: 0 14px 14px 0 !important;
  padding-right: 14px !important;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0 !important;
  margin-top: 18px !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
  border-radius: 999px !important;
  min-height: 52px !important;
  background: var(--se-black) !important;
  color: #fff !important;
  font-weight: 950 !important;
  font-size: 15px !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--se-red) !important;
}
.woocommerce-shipping-calculator a,
.woocommerce-cart .cart_totals a {
  color: #334155 !important;
  font-weight: 850 !important;
}
.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 380px !important;
  gap: 24px !important;
  align-items: start !important;
}
.woocommerce-checkout #customer_details {
  grid-column: 1 !important;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  grid-column: 2 !important;
}
.woocommerce-checkout #order_review_heading {
  margin-top: 0 !important;
}
.woocommerce-checkout #order_review {
  position: sticky;
  top: 20px;
}
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  background: #fff !important;
}
.woocommerce-checkout table.shop_table thead th {
  background: #F8F6F1 !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single {
  border: 1px solid rgba(11,15,20,.12) !important;
  border-radius: 14px !important;
  min-height: 46px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.se-footer,
.se-footer * {
  box-sizing: border-box;
}
.se-footer {
  position: relative;
  z-index: 1;
  background: var(--se-black);
  color: #E5E7EB;
  margin-top: 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.se-footer-top {
  padding: 54px 0 38px;
  background:
    radial-gradient(circle at 8% 0%, rgba(215,165,59,.16), transparent 28%),
    radial-gradient(circle at 95% 15%, rgba(227,49,45,.17), transparent 30%),
    linear-gradient(180deg, #0B0F14, #111827);
}
.se-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr .85fr .9fr;
  gap: 30px;
  align-items: start;
}
.se-footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  margin-bottom: 16px;
}
.se-footer .se-header-logo-img {
  max-width: 210px;
  max-height: 62px;
  filter: none;
}
.se-footer .se-logo-text,
.se-footer .se-logo-fallback {
  color: #fff;
}
.se-footer-brand p {
  margin: 0 0 18px;
  color: #C9CED8;
  line-height: 1.7;
  max-width: 360px;
}
.se-footer-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.se-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 950;
  font-size: 13px;
}
.se-footer-btn-primary {
  background: var(--se-red);
  border-color: var(--se-red);
  box-shadow: 0 14px 28px rgba(227,49,45,.20);
}
.se-footer-col h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.se-footer-col a,
.se-footer-col span {
  display: block;
  color: #C9CED8 !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 10px;
  font-weight: 700;
}
.se-footer-col a:hover {
  color: var(--se-gold) !important;
}
.se-footer-bottom {
  background: #080B10;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 14px 0;
}
.se-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #9CA3AF;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  body.woocommerce-cart .woocommerce,
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
  }
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1 !important;
    position: static !important;
  }
  .se-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  body.woocommerce-cart .entry-title,
  body.woocommerce-checkout .entry-title,
  body.woocommerce-account .entry-title {
    width: min(100% - 24px, 1120px) !important;
    margin-top: 20px !important;
  }
  body.woocommerce-cart .entry-content,
  body.woocommerce-checkout .entry-content,
  body.woocommerce-account .entry-content {
    width: min(100% - 24px, 1120px) !important;
    padding-bottom: 42px !important;
  }
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals .cart_totals,
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review,
  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    border-radius: 20px !important;
    padding: 14px !important;
  }
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    padding: 14px 12px !important;
  }
  .woocommerce-cart table.cart td.actions .coupon {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .button,
  .woocommerce-cart table.cart td.actions .button[name="update_cart"] {
    width: 100% !important;
  }
  .se-footer-top {
    padding: 42px 0 30px;
  }
  .se-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .se-footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* v1.4 cart hotfix: clean single-column cart, no overlapping, no split color rows */
body.se-steam-engine-site.woocommerce-cart .entry-content {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: 1180px !important;
}
body.se-steam-engine-site.woocommerce-cart .entry-title {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: 1180px !important;
}
body.se-steam-engine-site.woocommerce-cart .woocommerce {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}
body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
}
body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form table.shop_table.cart {
  width: 100% !important;
  min-width: 760px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid rgba(11,15,20,.10) !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(11,15,20,.08) !important;
  margin: 0 !important;
}
body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form table.shop_table.cart thead th {
  background: #F8F6F1 !important;
  color: var(--se-black) !important;
  font-weight: 950 !important;
  padding: 18px 18px !important;
  border-bottom: 1px solid rgba(11,15,20,.08) !important;
  white-space: nowrap !important;
}
body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form table.shop_table.cart tbody td {
  background: #fff !important;
  color: #263142 !important;
  padding: 20px 18px !important;
  border-bottom: 1px solid rgba(11,15,20,.08) !important;
  vertical-align: middle !important;
}
body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form table.shop_table.cart tbody tr.cart_item:last-of-type td {
  border-bottom: 1px solid rgba(11,15,20,.08) !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart td.product-remove {
  width: 48px !important;
  text-align: center !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart td.product-thumbnail {
  width: 104px !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart td.product-name {
  min-width: 250px !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity {
  width: 150px !important;
  text-align: center !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart td.product-subtotal,
body.se-steam-engine-site.woocommerce-cart table.cart th.product-subtotal {
  width: 150px !important;
  text-align: right !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart img {
  width: 76px !important;
  height: 76px !important;
  max-width: 76px !important;
  object-fit: cover !important;
  border-radius: 14px !important;
  border: 1px solid rgba(11,15,20,.08) !important;
  background: #F8F6F1 !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart td.product-name a {
  color: var(--se-black) !important;
  font-weight: 950 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart .quantity {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart .quantity .qty {
  width: 72px !important;
  min-height: 42px !important;
  border: 1px solid rgba(11,15,20,.14) !important;
  border-radius: 14px !important;
  text-align: center !important;
  background: #fff !important;
  color: var(--se-black) !important;
  font-weight: 850 !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart td.actions {
  padding: 20px 18px !important;
  background: #fff !important;
  border-bottom: 0 !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart td.actions .coupon {
  float: left !important;
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 260px !important;
  min-height: 46px !important;
  border: 1px solid rgba(11,15,20,.12) !important;
  border-radius: 999px !important;
  padding: 0 16px !important;
  background: #fff !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart td.actions .button[name="update_cart"] {
  float: right !important;
  background: #7B828E !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart td.actions .button,
body.se-steam-engine-site.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border-radius: 999px !important;
  min-height: 46px !important;
  padding: 12px 22px !important;
  font-weight: 950 !important;
  background: var(--se-black) !important;
  color: #fff !important;
  border: 0 !important;
}
body.se-steam-engine-site.woocommerce-cart table.cart td.actions .button:hover,
body.se-steam-engine-site.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--se-red) !important;
}
body.se-steam-engine-site.woocommerce-cart .cart-collaterals {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
}
body.se-steam-engine-site.woocommerce-cart .cart-collaterals .cart_totals {
  float: none !important;
  width: min(430px, 100%) !important;
  max-width: 430px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  background: #fff !important;
  border: 1px solid rgba(11,15,20,.10) !important;
  border-radius: 26px !important;
  padding: 24px !important;
  box-shadow: 0 18px 46px rgba(11,15,20,.08) !important;
  overflow: hidden !important;
}
body.se-steam-engine-site.woocommerce-cart .cart_totals h2 {
  margin: 0 0 18px !important;
  font-size: 24px !important;
  color: var(--se-black) !important;
  font-weight: 950 !important;
}
body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 0 20px !important;
  background: #fff !important;
}
body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table th,
body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table td {
  display: table-cell !important;
  background: #fff !important;
  color: #263142 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(11,15,20,.09) !important;
  padding: 15px 0 !important;
  vertical-align: top !important;
}
body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table th {
  width: 40% !important;
  text-align: left !important;
  font-weight: 950 !important;
}
body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table td {
  text-align: right !important;
  font-weight: 850 !important;
}
body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
  background: #fff !important;
  border-top: 2px solid rgba(11,15,20,.14) !important;
  border-bottom: 0 !important;
  padding-top: 18px !important;
  color: var(--se-black) !important;
  font-size: 16px !important;
}
body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.order-total .amount {
  font-size: 18px !important;
  color: var(--se-black) !important;
  font-weight: 950 !important;
}
body.se-steam-engine-site.woocommerce-cart .cart_totals .woocommerce-shipping-methods {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left !important;
}
body.se-steam-engine-site.woocommerce-cart .cart_totals .woocommerce-shipping-methods li {
  margin: 0 0 10px !important;
  line-height: 1.45 !important;
}
body.se-steam-engine-site.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0 !important;
  margin: 0 !important;
}
body.se-steam-engine-site.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 54px !important;
  margin: 0 !important;
  font-size: 15px !important;
}
@media (max-width: 800px) {
  body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form table.shop_table.cart {
    min-width: 680px !important;
  }
  body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form {
    padding-bottom: 8px !important;
  }
  body.se-steam-engine-site.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
  }
  body.se-steam-engine-site.woocommerce-cart table.cart td.actions .coupon,
  body.se-steam-engine-site.woocommerce-cart table.cart td.actions .button[name="update_cart"] {
    float: none !important;
    width: 100% !important;
  }
  body.se-steam-engine-site.woocommerce-cart table.cart td.actions .coupon .input-text,
  body.se-steam-engine-site.woocommerce-cart table.cart td.actions .coupon .button,
  body.se-steam-engine-site.woocommerce-cart table.cart td.actions .button[name="update_cart"] {
    width: 100% !important;
  }
}


/* v1.5 product page + cart quantity + checkout progress header */
body.se-steam-engine-site.single-product .site-main,
body.se-steam-engine-site.single-product .ct-container,
body.se-steam-engine-site.single-product .ct-container-full {
  background: #fff !important;
}

body.se-steam-engine-site.single-product div.product {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: 1180px !important;
  margin: 34px auto 70px !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 500px) minmax(0, 1fr) !important;
  gap: 40px !important;
  align-items: start !important;
}

body.se-steam-engine-site.single-product div.product div.images,
body.se-steam-engine-site.single-product div.product div.summary {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.se-steam-engine-site.single-product div.product div.images {
  max-width: 500px !important;
  justify-self: start !important;
}

body.se-steam-engine-site.single-product .woocommerce-product-gallery,
body.se-steam-engine-site.single-product .woocommerce-product-gallery__wrapper,
body.se-steam-engine-site.single-product .woocommerce-product-gallery__image {
  width: 100% !important;
}

body.se-steam-engine-site.single-product .woocommerce-product-gallery__image img,
body.se-steam-engine-site.single-product div.product div.images img {
  width: 100% !important;
  max-height: 560px !important;
  object-fit: contain !important;
  background: #F7F3EA !important;
  border: 1px solid rgba(11,15,20,.10) !important;
  border-radius: 24px !important;
  display: block !important;
}

body.se-steam-engine-site.single-product div.product .summary .product_title,
body.se-steam-engine-site.single-product div.product .summary h1.product_title {
  font-size: clamp(30px, 3.2vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.04em !important;
  margin-bottom: 18px !important;
}

body.se-steam-engine-site.single-product div.product form.cart {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

body.se-steam-engine-site .quantity,
body.se-steam-engine-site.woocommerce-cart table.cart .quantity,
body.se-steam-engine-site.single-product div.product form.cart .quantity {
  position: relative !important;
  width: 114px !important;
  min-width: 114px !important;
  height: 46px !important;
  display: inline-grid !important;
  grid-template-columns: 34px 46px 34px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(11,15,20,.14) !important;
  border-radius: 999px !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: 0 6px 16px rgba(11,15,20,.04) !important;
}

body.se-steam-engine-site .quantity input.qty,
body.se-steam-engine-site.woocommerce-cart table.cart .quantity .qty,
body.se-steam-engine-site.single-product div.product form.cart .quantity .qty {
  grid-column: 2 !important;
  width: 46px !important;
  max-width: 46px !important;
  min-width: 46px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-left: 1px solid rgba(11,15,20,.08) !important;
  border-right: 1px solid rgba(11,15,20,.08) !important;
  border-radius: 0 !important;
  text-align: center !important;
  background: #fff !important;
  color: var(--se-black) !important;
  font-weight: 950 !important;
  line-height: 44px !important;
  box-shadow: none !important;
  appearance: textfield !important;
}

body.se-steam-engine-site .quantity input.qty::-webkit-outer-spin-button,
body.se-steam-engine-site .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

body.se-steam-engine-site .quantity .plus,
body.se-steam-engine-site .quantity .minus,
body.se-steam-engine-site .quantity .ct-increase,
body.se-steam-engine-site .quantity .ct-decrease,
body.se-steam-engine-site .quantity [class*="increase"],
body.se-steam-engine-site .quantity [class*="decrease"] {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: 34px !important;
  height: 44px !important;
  min-width: 34px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #526174 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

body.se-steam-engine-site .quantity .ct-decrease:before,
body.se-steam-engine-site .quantity [class*="decrease"]:before {
  content: '−' !important;
}

body.se-steam-engine-site .quantity .ct-increase:before,
body.se-steam-engine-site .quantity [class*="increase"]:before {
  content: '+' !important;
}

body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity {
  text-align: center !important;
}

.se-checkout-flow-header,
.se-checkout-flow-header * {
  box-sizing: border-box;
}

.se-checkout-flow-header {
  background: #fff;
  border-top: 3px solid var(--se-black);
  border-bottom: 1px solid rgba(11,15,20,.08);
  box-shadow: 0 12px 28px rgba(11,15,20,.04);
  position: relative;
  z-index: 100;
}

.se-checkout-flow-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  min-height: 94px;
  display: grid;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
}

.se-checkout-logo {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  text-decoration: none !important;
}

.se-checkout-logo .se-header-logo-img {
  max-height: 42px;
  max-width: 220px;
}

.se-checkout-steps {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #A7B0BE;
  font-size: 16px;
  font-weight: 800;
}

.se-checkout-step {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #A7B0BE !important;
  text-decoration: none !important;
  line-height: 1.2;
}

.se-checkout-step.is-active {
  color: var(--se-black) !important;
  font-weight: 950;
}

.se-step-icon {
  font-size: 14px;
  filter: grayscale(1);
}

.se-step-sep {
  color: #C6CCD5;
  font-size: 22px;
  line-height: 1;
}

body.se-steam-engine-site.woocommerce-cart .entry-title,
body.se-steam-engine-site.woocommerce-checkout .entry-title {
  display: none !important;
}

body.se-steam-engine-site.woocommerce-cart .entry-content,
body.se-steam-engine-site.woocommerce-checkout .entry-content {
  padding-top: 36px !important;
}

@media (max-width: 900px) {
  body.se-steam-engine-site.single-product div.product {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    margin-top: 22px !important;
  }
  body.se-steam-engine-site.single-product div.product div.images {
    max-width: 100% !important;
  }
  body.se-steam-engine-site.single-product .woocommerce-product-gallery__image img,
  body.se-steam-engine-site.single-product div.product div.images img {
    max-height: 440px !important;
  }
  .se-checkout-flow-container {
    min-height: 82px;
    padding: 12px 0;
  }
  .se-checkout-steps {
    font-size: 14px;
    gap: 7px;
  }
  .se-checkout-logo .se-header-logo-img {
    max-height: 36px;
  }
}

/* v1.6 quantity control alignment hotfix
   Keeps WooCommerce native quantity inputs, but forces all theme +/- controls
   into a stable 3-column layout: minus | number | plus. */
body.se-steam-engine-site .quantity,
body.se-steam-engine-site.woocommerce-cart table.cart .quantity,
body.se-steam-engine-site.single-product div.product form.cart .quantity {
  position: relative !important;
  inline-size: 116px !important;
  min-inline-size: 116px !important;
  block-size: 42px !important;
  min-block-size: 42px !important;
  display: grid !important;
  grid-template-columns: 36px 44px 36px !important;
  grid-template-rows: 42px !important;
  place-items: stretch !important;
  align-items: stretch !important;
  justify-content: center !important;
  margin: 0 !important;
  border: 1px solid rgba(11,15,20,.14) !important;
  border-radius: 999px !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: 0 8px 18px rgba(11,15,20,.05) !important;
}

body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity .quantity,
body.se-steam-engine-site.single-product div.product form.cart .quantity {
  margin-inline: auto !important;
}

body.se-steam-engine-site.single-product div.product form.cart .quantity {
  margin-inline: 0 !important;
}

body.se-steam-engine-site .quantity label,
body.se-steam-engine-site .quantity .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.se-steam-engine-site .quantity input.qty,
body.se-steam-engine-site .quantity .qty,
body.se-steam-engine-site.woocommerce-cart table.cart .quantity input.qty,
body.se-steam-engine-site.woocommerce-cart table.cart .quantity .qty,
body.se-steam-engine-site.single-product div.product form.cart .quantity input.qty,
body.se-steam-engine-site.single-product div.product form.cart .quantity .qty {
  grid-column: 2 !important;
  grid-row: 1 !important;
  inline-size: 44px !important;
  min-inline-size: 44px !important;
  max-inline-size: 44px !important;
  block-size: 40px !important;
  min-block-size: 40px !important;
  max-block-size: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-left: 1px solid rgba(11,15,20,.08) !important;
  border-right: 1px solid rgba(11,15,20,.08) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--se-black) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 40px !important;
  text-align: center !important;
  box-shadow: none !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
  z-index: 2 !important;
}

body.se-steam-engine-site .quantity input.qty::-webkit-outer-spin-button,
body.se-steam-engine-site .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

body.se-steam-engine-site .quantity .minus,
body.se-steam-engine-site .quantity .ct-decrease,
body.se-steam-engine-site .quantity .se-qty-minus,
body.se-steam-engine-site .quantity [class*="decrease"] {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body.se-steam-engine-site .quantity .plus,
body.se-steam-engine-site .quantity .ct-increase,
body.se-steam-engine-site .quantity .se-qty-plus,
body.se-steam-engine-site .quantity [class*="increase"] {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

body.se-steam-engine-site .quantity .plus,
body.se-steam-engine-site .quantity .minus,
body.se-steam-engine-site .quantity .ct-increase,
body.se-steam-engine-site .quantity .ct-decrease,
body.se-steam-engine-site .quantity .se-qty-btn,
body.se-steam-engine-site .quantity [class*="increase"],
body.se-steam-engine-site .quantity [class*="decrease"] {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  inline-size: 36px !important;
  min-inline-size: 36px !important;
  max-inline-size: 36px !important;
  block-size: 40px !important;
  min-block-size: 40px !important;
  max-block-size: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #334155 !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-align: center !important;
  cursor: pointer !important;
  opacity: 1 !important;
  box-shadow: none !important;
  z-index: 3 !important;
}

body.se-steam-engine-site .quantity .plus:hover,
body.se-steam-engine-site .quantity .minus:hover,
body.se-steam-engine-site .quantity .ct-increase:hover,
body.se-steam-engine-site .quantity .ct-decrease:hover,
body.se-steam-engine-site .quantity .se-qty-btn:hover,
body.se-steam-engine-site .quantity [class*="increase"]:hover,
body.se-steam-engine-site .quantity [class*="decrease"]:hover {
  background: #F8F6F1 !important;
  color: var(--se-black) !important;
}

body.se-steam-engine-site .quantity .minus:before,
body.se-steam-engine-site .quantity .ct-decrease:before,
body.se-steam-engine-site .quantity .se-qty-minus:before,
body.se-steam-engine-site .quantity [class*="decrease"]:before {
  content: '−' !important;
  display: block !important;
  line-height: 1 !important;
}

body.se-steam-engine-site .quantity .plus:before,
body.se-steam-engine-site .quantity .ct-increase:before,
body.se-steam-engine-site .quantity .se-qty-plus:before,
body.se-steam-engine-site .quantity [class*="increase"]:before {
  content: '+' !important;
  display: block !important;
  line-height: 1 !important;
}

body.se-steam-engine-site .quantity .minus,
body.se-steam-engine-site .quantity .plus,
body.se-steam-engine-site .quantity .ct-decrease,
body.se-steam-engine-site .quantity .ct-increase,
body.se-steam-engine-site .quantity .se-qty-btn {
  font-size: 0 !important;
}

body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity {
  text-align: center !important;
  vertical-align: middle !important;
}

body.se-steam-engine-site.woocommerce-cart table.cart td.product-subtotal {
  vertical-align: middle !important;
}

@media (max-width: 800px) {
  body.se-steam-engine-site .quantity,
  body.se-steam-engine-site.woocommerce-cart table.cart .quantity,
  body.se-steam-engine-site.single-product div.product form.cart .quantity {
    inline-size: 112px !important;
    min-inline-size: 112px !important;
    grid-template-columns: 34px 44px 34px !important;
  }

  body.se-steam-engine-site .quantity .plus,
  body.se-steam-engine-site .quantity .minus,
  body.se-steam-engine-site .quantity .ct-increase,
  body.se-steam-engine-site .quantity .ct-decrease,
  body.se-steam-engine-site .quantity .se-qty-btn,
  body.se-steam-engine-site .quantity [class*="increase"],
  body.se-steam-engine-site .quantity [class*="decrease"] {
    inline-size: 34px !important;
    min-inline-size: 34px !important;
    max-inline-size: 34px !important;
  }
}


/* v1.7 product page cleanup + hide duplicate cart/checkout titles */
body.se-steam-engine-site.woocommerce-cart .entry-title,
body.se-steam-engine-site.woocommerce-cart .page-title,
body.se-steam-engine-site.woocommerce-checkout .entry-title,
body.se-steam-engine-site.woocommerce-checkout .page-title,
body.se-steam-engine-site.woocommerce-order-received .entry-title,
body.se-steam-engine-site.woocommerce-order-received .page-title {
  display: none !important;
}

body.se-steam-engine-site.single-product div.product > .images {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body.se-steam-engine-site.single-product div.product > .summary {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-self: start !important;
  gap: 12px !important;
}

body.se-steam-engine-site.single-product div.product > .woocommerce-tabs,
body.se-steam-engine-site.single-product div.product > .related,
body.se-steam-engine-site.single-product div.product > .related.products,
body.se-steam-engine-site.single-product div.product > .upsells,
body.se-steam-engine-site.single-product div.product > .up-sells,
body.se-steam-engine-site.single-product div.product > .woocommerce-notices-wrapper {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  clear: none !important;
}

body.se-steam-engine-site.single-product div.product > .woocommerce-tabs {
  margin-top: 18px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(11,15,20,.10) !important;
}

body.se-steam-engine-site.single-product .woocommerce-tabs ul.tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(11,15,20,.10) !important;
}

body.se-steam-engine-site.single-product .woocommerce-tabs ul.tabs::before,
body.se-steam-engine-site.single-product .woocommerce-tabs ul.tabs::after {
  display: none !important;
}

body.se-steam-engine-site.single-product .woocommerce-tabs ul.tabs li {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

body.se-steam-engine-site.single-product .woocommerce-tabs ul.tabs li a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  padding: 0 2px 12px !important;
  font-weight: 800 !important;
  color: #5B6675 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  letter-spacing: .02em !important;
}

body.se-steam-engine-site.single-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--se-black) !important;
  box-shadow: inset 0 -2px 0 var(--se-red) !important;
}

body.se-steam-engine-site.single-product .woocommerce-tabs .panel {
  margin: 0 !important;
  padding: 0 !important;
}

body.se-steam-engine-site.single-product div.product .summary .price {
  margin: 0 !important;
}

body.se-steam-engine-site.single-product div.product .summary .woocommerce-product-details__short-description {
  margin: 0 !important;
}

body.se-steam-engine-site.single-product div.product .summary .stock {
  margin-top: 6px !important;
}

@media (max-width: 900px) {
  body.se-steam-engine-site.single-product div.product > .images,
  body.se-steam-engine-site.single-product div.product > .summary,
  body.se-steam-engine-site.single-product div.product > .woocommerce-tabs,
  body.se-steam-engine-site.single-product div.product > .related,
  body.se-steam-engine-site.single-product div.product > .related.products,
  body.se-steam-engine-site.single-product div.product > .upsells,
  body.se-steam-engine-site.single-product div.product > .up-sells,
  body.se-steam-engine-site.single-product div.product > .woocommerce-notices-wrapper {
    grid-column: 1 !important;
  }
}

/* v1.9 single product alignment hard fix
   Main goal: keep product image and product info separated, aligned, and neat. */
body.se-steam-engine-site.single-product div.product {
  width: min(1120px, calc(100vw - 64px)) !important;
  max-width: 1120px !important;
  margin: 42px auto 80px !important;
  display: grid !important;
  grid-template-columns: minmax(360px, 470px) minmax(380px, 1fr) !important;
  column-gap: 72px !important;
  row-gap: 36px !important;
  align-items: start !important;
  justify-content: center !important;
}

body.se-steam-engine-site.single-product div.product > div.images,
body.se-steam-engine-site.single-product div.product > .images,
body.se-steam-engine-site.single-product div.product > .woocommerce-product-gallery,
body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery {
  grid-column: 1 !important;
  grid-row: 1 !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: 470px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-self: end !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.single-product div.product > div.summary,
body.se-steam-engine-site.single-product div.product > .summary,
body.se-steam-engine-site.single-product div.product > .entry-summary,
body.se-steam-engine-site.single-product div.product div.summary,
body.se-steam-engine-site.single-product div.product .entry-summary {
  grid-column: 2 !important;
  grid-row: 1 !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: 560px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 4px 0 0 !important;
  align-self: start !important;
  justify-self: start !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

body.se-steam-engine-site.single-product div.product .summary > *,
body.se-steam-engine-site.single-product div.product .entry-summary > * {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.single-product div.product .summary .product_title,
body.se-steam-engine-site.single-product div.product .summary h1.product_title,
body.se-steam-engine-site.single-product div.product .entry-summary .product_title,
body.se-steam-engine-site.single-product div.product .entry-summary h1.product_title {
  margin: 0 0 6px !important;
  padding: 0 !important;
  font-size: clamp(36px, 3.4vw, 48px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
  text-align: left !important;
  max-width: 520px !important;
}

body.se-steam-engine-site.single-product div.product .summary p.price,
body.se-steam-engine-site.single-product div.product .summary .price,
body.se-steam-engine-site.single-product div.product .entry-summary p.price,
body.se-steam-engine-site.single-product div.product .entry-summary .price {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
}

body.se-steam-engine-site.single-product div.product .summary .woocommerce-product-details__short-description,
body.se-steam-engine-site.single-product div.product .entry-summary .woocommerce-product-details__short-description {
  margin: 2px 0 8px !important;
  padding: 0 !important;
  color: #273447 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  max-width: 540px !important;
}

body.se-steam-engine-site.single-product .se-product-trust {
  width: 100% !important;
  max-width: 520px !important;
  margin: 10px 0 18px !important;
  padding: 16px 18px !important;
  border-radius: 16px !important;
}

body.se-steam-engine-site.single-product div.product .summary .stock,
body.se-steam-engine-site.single-product div.product .entry-summary .stock {
  margin: 10px 0 0 !important;
  font-weight: 800 !important;
}

body.se-steam-engine-site.single-product div.product form.cart {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}

body.se-steam-engine-site.single-product div.product form.cart .quantity {
  margin: 0 !important;
}

body.se-steam-engine-site.single-product div.product form.cart .single_add_to_cart_button,
body.se-steam-engine-site.single-product div.product form.cart button[type="submit"] {
  margin: 0 !important;
  min-height: 48px !important;
  padding: 0 30px !important;
  border-radius: 999px !important;
}

body.se-steam-engine-site.single-product div.product div.images .woocommerce-product-gallery__image img,
body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery__image img,
body.se-steam-engine-site.single-product div.product div.images img {
  width: 100% !important;
  height: auto !important;
  max-height: 500px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

body.se-steam-engine-site.single-product div.product .flex-control-thumbs,
body.se-steam-engine-site.single-product div.product ol.flex-control-thumbs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

body.se-steam-engine-site.single-product div.product .flex-control-thumbs li {
  width: 70px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.se-steam-engine-site.single-product div.product .product_meta {
  margin-top: 22px !important;
  padding-top: 22px !important;
  border-top: 1px solid rgba(11,15,20,.12) !important;
  font-size: 12px !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
  color: #738096 !important;
}

body.se-steam-engine-site.single-product div.product > .woocommerce-tabs,
body.se-steam-engine-site.single-product div.product > .related,
body.se-steam-engine-site.single-product div.product > .related.products,
body.se-steam-engine-site.single-product div.product > .upsells,
body.se-steam-engine-site.single-product div.product > .up-sells {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.se-steam-engine-site.single-product div.product > .woocommerce-tabs {
  margin-top: 28px !important;
}

@media (min-width: 981px) {
  body.se-steam-engine-site.single-product div.product {
    grid-auto-flow: row !important;
  }
}

@media (max-width: 980px) {
  body.se-steam-engine-site.single-product div.product {
    width: min(760px, calc(100vw - 28px)) !important;
    display: block !important;
    margin-top: 24px !important;
  }

  body.se-steam-engine-site.single-product div.product div.images,
  body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery,
  body.se-steam-engine-site.single-product div.product div.summary,
  body.se-steam-engine-site.single-product div.product .summary,
  body.se-steam-engine-site.single-product div.product .entry-summary {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.se-steam-engine-site.single-product div.product div.summary,
  body.se-steam-engine-site.single-product div.product .summary,
  body.se-steam-engine-site.single-product div.product .entry-summary {
    padding-top: 24px !important;
  }

  body.se-steam-engine-site.single-product div.product .summary .product_title,
  body.se-steam-engine-site.single-product div.product .summary h1.product_title,
  body.se-steam-engine-site.single-product div.product .entry-summary .product_title,
  body.se-steam-engine-site.single-product div.product .entry-summary h1.product_title {
    font-size: clamp(30px, 9vw, 40px) !important;
  }
}


/* v2.0 normal WooCommerce product page layout
   A clean desktop product page: image left, details right, tabs below. */
@media (min-width: 769px) {
  body.se-steam-engine-site.single-product .site-main,
  body.se-steam-engine-site.single-product .ct-container,
  body.se-steam-engine-site.single-product .ct-container-full,
  body.single-product.se-steam-engine-site .site-main,
  body.single-product.se-steam-engine-site .ct-container,
  body.single-product.se-steam-engine-site .ct-container-full {
    max-width: none !important;
    width: 100% !important;
  }

  body.se-steam-engine-site.single-product div.product,
  body.single-product.se-steam-engine-site div.product,
  body.se-steam-engine-site.single-product .woocommerce div.product,
  body.single-product.se-steam-engine-site .woocommerce div.product {
    width: min(1180px, calc(100vw - 72px)) !important;
    max-width: 1180px !important;
    margin: 44px auto 80px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(320px, 480px) minmax(0, 1fr) !important;
    gap: 34px 56px !important;
    align-items: start !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site.single-product div.product div.images,
  body.se-steam-engine-site.single-product div.product .images,
  body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery,
  body.single-product.se-steam-engine-site div.product div.images,
  body.single-product.se-steam-engine-site div.product .images,
  body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery {
    grid-column: 1 !important;
    grid-row: 1 !important;
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 480px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site.single-product div.product div.summary,
  body.se-steam-engine-site.single-product div.product .summary,
  body.se-steam-engine-site.single-product div.product .entry-summary,
  body.single-product.se-steam-engine-site div.product div.summary,
  body.single-product.se-steam-engine-site div.product .summary,
  body.single-product.se-steam-engine-site div.product .entry-summary {
    grid-column: 2 !important;
    grid-row: 1 !important;
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 620px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 2px 0 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
  }

  body.se-steam-engine-site.single-product div.product > .woocommerce-tabs,
  body.se-steam-engine-site.single-product div.product > .related,
  body.se-steam-engine-site.single-product div.product > .related.products,
  body.se-steam-engine-site.single-product div.product > .upsells,
  body.se-steam-engine-site.single-product div.product > .up-sells,
  body.single-product.se-steam-engine-site div.product > .woocommerce-tabs,
  body.single-product.se-steam-engine-site div.product > .related,
  body.single-product.se-steam-engine-site div.product > .related.products,
  body.single-product.se-steam-engine-site div.product > .upsells,
  body.single-product.se-steam-engine-site div.product > .up-sells {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 1180px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both !important;
  }
}

body.se-steam-engine-site.single-product div.product div.images .woocommerce-product-gallery__wrapper,
body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery__wrapper,
body.single-product.se-steam-engine-site div.product div.images .woocommerce-product-gallery__wrapper,
body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

body.se-steam-engine-site.single-product div.product div.images .woocommerce-product-gallery__image,
body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery__image,
body.single-product.se-steam-engine-site div.product div.images .woocommerce-product-gallery__image,
body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery__image {
  width: 100% !important;
  margin: 0 !important;
}

body.se-steam-engine-site.single-product div.product div.images .woocommerce-product-gallery__image img,
body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery__image img,
body.se-steam-engine-site.single-product div.product div.images img,
body.single-product.se-steam-engine-site div.product div.images .woocommerce-product-gallery__image img,
body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery__image img,
body.single-product.se-steam-engine-site div.product div.images img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 520px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  border-radius: 0 !important;
  background: #F6F6F6 !important;
}

body.se-steam-engine-site.single-product div.product .summary .product_title,
body.se-steam-engine-site.single-product div.product .summary h1.product_title,
body.se-steam-engine-site.single-product div.product .entry-summary .product_title,
body.se-steam-engine-site.single-product div.product .entry-summary h1.product_title,
body.single-product.se-steam-engine-site div.product .summary .product_title,
body.single-product.se-steam-engine-site div.product .summary h1.product_title,
body.single-product.se-steam-engine-site div.product .entry-summary .product_title,
body.single-product.se-steam-engine-site div.product .entry-summary h1.product_title {
  margin: 0 0 2px !important;
  padding: 0 !important;
  max-width: 100% !important;
  font-size: clamp(32px, 3vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.04em !important;
  text-align: left !important;
}

body.se-steam-engine-site.single-product div.product .summary p.price,
body.se-steam-engine-site.single-product div.product .summary .price,
body.se-steam-engine-site.single-product div.product .entry-summary p.price,
body.se-steam-engine-site.single-product div.product .entry-summary .price,
body.single-product.se-steam-engine-site div.product .summary p.price,
body.single-product.se-steam-engine-site div.product .summary .price,
body.single-product.se-steam-engine-site div.product .entry-summary p.price,
body.single-product.se-steam-engine-site div.product .entry-summary .price {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 900 !important;
}

body.se-steam-engine-site.single-product div.product .summary .woocommerce-product-details__short-description,
body.se-steam-engine-site.single-product div.product .entry-summary .woocommerce-product-details__short-description,
body.single-product.se-steam-engine-site div.product .summary .woocommerce-product-details__short-description,
body.single-product.se-steam-engine-site div.product .entry-summary .woocommerce-product-details__short-description {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 560px !important;
  color: #273447 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

body.se-steam-engine-site.single-product .se-product-trust,
body.single-product.se-steam-engine-site .se-product-trust {
  width: 100% !important;
  max-width: 520px !important;
  margin: 8px 0 6px !important;
  padding: 16px 18px !important;
  border-radius: 16px !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.single-product div.product .summary .stock,
body.se-steam-engine-site.single-product div.product .entry-summary .stock,
body.single-product.se-steam-engine-site div.product .summary .stock,
body.single-product.se-steam-engine-site div.product .entry-summary .stock {
  margin: 16px 0 0 !important;
  font-weight: 800 !important;
}

body.se-steam-engine-site.single-product div.product form.cart,
body.single-product.se-steam-engine-site div.product form.cart {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
}

body.se-steam-engine-site.single-product div.product form.cart .single_add_to_cart_button,
body.se-steam-engine-site.single-product div.product form.cart button[type="submit"],
body.single-product.se-steam-engine-site div.product form.cart .single_add_to_cart_button,
body.single-product.se-steam-engine-site div.product form.cart button[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 150px !important;
  min-height: 48px !important;
  padding: 0 26px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  text-align: center !important;
}

body.se-steam-engine-site.single-product div.product .product_meta,
body.single-product.se-steam-engine-site div.product .product_meta {
  width: 100% !important;
  margin-top: 24px !important;
  padding-top: 22px !important;
  border-top: 1px solid rgba(11,15,20,.12) !important;
  clear: both !important;
}

body.se-steam-engine-site.single-product div.product .flex-control-thumbs,
body.se-steam-engine-site.single-product div.product ol.flex-control-thumbs,
body.single-product.se-steam-engine-site div.product .flex-control-thumbs,
body.single-product.se-steam-engine-site div.product ol.flex-control-thumbs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
}

body.se-steam-engine-site.single-product div.product .flex-control-thumbs li,
body.single-product.se-steam-engine-site div.product .flex-control-thumbs li {
  width: 62px !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 769px) and (max-width: 1040px) {
  body.se-steam-engine-site.single-product div.product,
  body.single-product.se-steam-engine-site div.product,
  body.se-steam-engine-site.single-product .woocommerce div.product,
  body.single-product.se-steam-engine-site .woocommerce div.product {
    width: min(940px, calc(100vw - 48px)) !important;
    grid-template-columns: minmax(300px, 360px) minmax(0, 1fr) !important;
    gap: 28px 44px !important;
  }

  body.se-steam-engine-site.single-product div.product div.images,
  body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery,
  body.single-product.se-steam-engine-site div.product div.images,
  body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery {
    max-width: 360px !important;
  }

  body.se-steam-engine-site.single-product div.product .summary .product_title,
  body.se-steam-engine-site.single-product div.product .summary h1.product_title,
  body.se-steam-engine-site.single-product div.product .entry-summary .product_title,
  body.se-steam-engine-site.single-product div.product .entry-summary h1.product_title,
  body.single-product.se-steam-engine-site div.product .summary .product_title,
  body.single-product.se-steam-engine-site div.product .summary h1.product_title,
  body.single-product.se-steam-engine-site div.product .entry-summary .product_title,
  body.single-product.se-steam-engine-site div.product .entry-summary h1.product_title {
    font-size: clamp(30px, 4vw, 38px) !important;
  }
}

@media (max-width: 768px) {
  body.se-steam-engine-site.single-product div.product,
  body.single-product.se-steam-engine-site div.product,
  body.se-steam-engine-site.single-product .woocommerce div.product,
  body.single-product.se-steam-engine-site .woocommerce div.product {
    width: min(680px, calc(100vw - 28px)) !important;
    max-width: 680px !important;
    margin: 24px auto 60px !important;
    padding: 0 !important;
    display: block !important;
  }

  body.se-steam-engine-site.single-product div.product div.images,
  body.se-steam-engine-site.single-product div.product .images,
  body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery,
  body.se-steam-engine-site.single-product div.product div.summary,
  body.se-steam-engine-site.single-product div.product .summary,
  body.se-steam-engine-site.single-product div.product .entry-summary,
  body.single-product.se-steam-engine-site div.product div.images,
  body.single-product.se-steam-engine-site div.product .images,
  body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery,
  body.single-product.se-steam-engine-site div.product div.summary,
  body.single-product.se-steam-engine-site div.product .summary,
  body.single-product.se-steam-engine-site div.product .entry-summary {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.se-steam-engine-site.single-product div.product div.summary,
  body.se-steam-engine-site.single-product div.product .summary,
  body.se-steam-engine-site.single-product div.product .entry-summary,
  body.single-product.se-steam-engine-site div.product div.summary,
  body.single-product.se-steam-engine-site div.product .summary,
  body.single-product.se-steam-engine-site div.product .entry-summary {
    padding-top: 22px !important;
  }

  body.se-steam-engine-site.single-product div.product .summary .product_title,
  body.se-steam-engine-site.single-product div.product .summary h1.product_title,
  body.se-steam-engine-site.single-product div.product .entry-summary .product_title,
  body.se-steam-engine-site.single-product div.product .entry-summary h1.product_title,
  body.single-product.se-steam-engine-site div.product .summary .product_title,
  body.single-product.se-steam-engine-site div.product .summary h1.product_title,
  body.single-product.se-steam-engine-site div.product .entry-summary .product_title,
  body.single-product.se-steam-engine-site div.product .entry-summary h1.product_title {
    font-size: clamp(28px, 9vw, 38px) !important;
  }

  body.se-steam-engine-site.single-product div.product form.cart,
  body.single-product.se-steam-engine-site div.product form.cart {
    flex-wrap: wrap !important;
  }
}


/* v2.5: compact WooCommerce shop/category title header */
body.se-steam-engine-site.woocommerce-shop .hero-section,
body.se-steam-engine-site.tax-product_cat .hero-section,
body.se-steam-engine-site.tax-product_tag .hero-section,
body.se-steam-engine-site.post-type-archive-product .hero-section,
body.se-steam-engine-site.archive.woocommerce .hero-section,
body.se-steam-engine-site.woocommerce-shop .entry-header,
body.se-steam-engine-site.tax-product_cat .entry-header,
body.se-steam-engine-site.tax-product_tag .entry-header,
body.se-steam-engine-site.post-type-archive-product .entry-header,
body.se-steam-engine-site.archive.woocommerce .entry-header,
body.se-steam-engine-site.woocommerce-shop .woocommerce-products-header,
body.se-steam-engine-site.tax-product_cat .woocommerce-products-header,
body.se-steam-engine-site.tax-product_tag .woocommerce-products-header,
body.se-steam-engine-site.post-type-archive-product .woocommerce-products-header,
body.se-steam-engine-site.archive.woocommerce .woocommerce-products-header {
  min-height: 54px !important;
  height: 54px !important;
  max-height: 54px !important;
  padding: 0 16px !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #f2f5f8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.woocommerce-shop .hero-section *,
body.se-steam-engine-site.tax-product_cat .hero-section *,
body.se-steam-engine-site.tax-product_tag .hero-section *,
body.se-steam-engine-site.post-type-archive-product .hero-section *,
body.se-steam-engine-site.archive.woocommerce .hero-section *,
body.se-steam-engine-site.woocommerce-shop .entry-header *,
body.se-steam-engine-site.tax-product_cat .entry-header *,
body.se-steam-engine-site.tax-product_tag .entry-header *,
body.se-steam-engine-site.post-type-archive-product .entry-header *,
body.se-steam-engine-site.archive.woocommerce .entry-header *,
body.se-steam-engine-site.woocommerce-shop .woocommerce-products-header *,
body.se-steam-engine-site.tax-product_cat .woocommerce-products-header *,
body.se-steam-engine-site.tax-product_tag .woocommerce-products-header *,
body.se-steam-engine-site.post-type-archive-product .woocommerce-products-header *,
body.se-steam-engine-site.archive.woocommerce .woocommerce-products-header * {
  min-height: 0 !important;
  max-height: 54px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.se-steam-engine-site.woocommerce-shop h1.page-title,
body.se-steam-engine-site.tax-product_cat h1.page-title,
body.se-steam-engine-site.tax-product_tag h1.page-title,
body.se-steam-engine-site.post-type-archive-product h1.page-title,
body.se-steam-engine-site.archive.woocommerce h1.page-title,
body.se-steam-engine-site.woocommerce-shop .woocommerce-products-header__title,
body.se-steam-engine-site.tax-product_cat .woocommerce-products-header__title,
body.se-steam-engine-site.tax-product_tag .woocommerce-products-header__title,
body.se-steam-engine-site.post-type-archive-product .woocommerce-products-header__title,
body.se-steam-engine-site.archive.woocommerce .woocommerce-products-header__title {
  font-size: 24px !important;
  line-height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  color: var(--se-black) !important;
}

body.se-steam-engine-site.woocommerce-shop .woocommerce-result-count,
body.se-steam-engine-site.tax-product_cat .woocommerce-result-count,
body.se-steam-engine-site.tax-product_tag .woocommerce-result-count,
body.se-steam-engine-site.post-type-archive-product .woocommerce-result-count,
body.se-steam-engine-site.archive.woocommerce .woocommerce-result-count,
body.se-steam-engine-site.woocommerce-shop .woocommerce-ordering,
body.se-steam-engine-site.tax-product_cat .woocommerce-ordering,
body.se-steam-engine-site.tax-product_tag .woocommerce-ordering,
body.se-steam-engine-site.post-type-archive-product .woocommerce-ordering,
body.se-steam-engine-site.archive.woocommerce .woocommerce-ordering {
  margin-top: 24px !important;
  margin-bottom: 18px !important;
}

body.se-steam-engine-site.woocommerce-shop ul.products,
body.se-steam-engine-site.tax-product_cat ul.products,
body.se-steam-engine-site.tax-product_tag ul.products,
body.se-steam-engine-site.post-type-archive-product ul.products,
body.se-steam-engine-site.archive.woocommerce ul.products {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 768px) {
  body.se-steam-engine-site.woocommerce-shop .hero-section,
  body.se-steam-engine-site.tax-product_cat .hero-section,
  body.se-steam-engine-site.tax-product_tag .hero-section,
  body.se-steam-engine-site.post-type-archive-product .hero-section,
  body.se-steam-engine-site.archive.woocommerce .hero-section,
  body.se-steam-engine-site.woocommerce-shop .entry-header,
  body.se-steam-engine-site.tax-product_cat .entry-header,
  body.se-steam-engine-site.tax-product_tag .entry-header,
  body.se-steam-engine-site.post-type-archive-product .entry-header,
  body.se-steam-engine-site.archive.woocommerce .entry-header,
  body.se-steam-engine-site.woocommerce-shop .woocommerce-products-header,
  body.se-steam-engine-site.tax-product_cat .woocommerce-products-header,
  body.se-steam-engine-site.tax-product_tag .woocommerce-products-header,
  body.se-steam-engine-site.post-type-archive-product .woocommerce-products-header,
  body.se-steam-engine-site.archive.woocommerce .woocommerce-products-header {
    min-height: 48px !important;
    height: 48px !important;
    max-height: 48px !important;
  }
}


/* v2.6: final shop/category title strip - one clean bar, no second grey box */
body.se-steam-engine-site.woocommerce-shop .hero-section,
body.se-steam-engine-site.tax-product_cat .hero-section,
body.se-steam-engine-site.tax-product_tag .hero-section,
body.se-steam-engine-site.post-type-archive-product .hero-section,
body.se-steam-engine-site.archive.woocommerce .hero-section,
body.se-steam-engine-site.woocommerce-shop .entry-header,
body.se-steam-engine-site.tax-product_cat .entry-header,
body.se-steam-engine-site.tax-product_tag .entry-header,
body.se-steam-engine-site.post-type-archive-product .entry-header,
body.se-steam-engine-site.archive.woocommerce .entry-header {
  min-height: 68px !important;
  height: 68px !important;
  max-height: 68px !important;
  background: #f2f5f8 !important;
  margin: 0 !important;
  padding: 0 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

body.se-steam-engine-site.woocommerce-shop .woocommerce-products-header,
body.se-steam-engine-site.tax-product_cat .woocommerce-products-header,
body.se-steam-engine-site.tax-product_tag .woocommerce-products-header,
body.se-steam-engine-site.post-type-archive-product .woocommerce-products-header,
body.se-steam-engine-site.archive.woocommerce .woocommerce-products-header {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

body.se-steam-engine-site.woocommerce-shop h1.page-title,
body.se-steam-engine-site.tax-product_cat h1.page-title,
body.se-steam-engine-site.tax-product_tag h1.page-title,
body.se-steam-engine-site.post-type-archive-product h1.page-title,
body.se-steam-engine-site.archive.woocommerce h1.page-title,
body.se-steam-engine-site.woocommerce-shop .hero-section h1,
body.se-steam-engine-site.tax-product_cat .hero-section h1,
body.se-steam-engine-site.tax-product_tag .hero-section h1,
body.se-steam-engine-site.post-type-archive-product .hero-section h1,
body.se-steam-engine-site.archive.woocommerce .hero-section h1,
body.se-steam-engine-site.woocommerce-shop .entry-header h1,
body.se-steam-engine-site.tax-product_cat .entry-header h1,
body.se-steam-engine-site.tax-product_tag .entry-header h1,
body.se-steam-engine-site.post-type-archive-product .entry-header h1,
body.se-steam-engine-site.archive.woocommerce .entry-header h1 {
  font-size: 27px !important;
  line-height: 68px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

body.se-steam-engine-site.woocommerce-shop .woocommerce-result-count,
body.se-steam-engine-site.tax-product_cat .woocommerce-result-count,
body.se-steam-engine-site.tax-product_tag .woocommerce-result-count,
body.se-steam-engine-site.post-type-archive-product .woocommerce-result-count,
body.se-steam-engine-site.archive.woocommerce .woocommerce-result-count,
body.se-steam-engine-site.woocommerce-shop .woocommerce-ordering,
body.se-steam-engine-site.tax-product_cat .woocommerce-ordering,
body.se-steam-engine-site.tax-product_tag .woocommerce-ordering,
body.se-steam-engine-site.post-type-archive-product .woocommerce-ordering,
body.se-steam-engine-site.archive.woocommerce .woocommerce-ordering {
  margin-top: 34px !important;
  margin-bottom: 18px !important;
}

@media (max-width: 768px) {
  body.se-steam-engine-site.woocommerce-shop .hero-section,
  body.se-steam-engine-site.tax-product_cat .hero-section,
  body.se-steam-engine-site.tax-product_tag .hero-section,
  body.se-steam-engine-site.post-type-archive-product .hero-section,
  body.se-steam-engine-site.archive.woocommerce .hero-section,
  body.se-steam-engine-site.woocommerce-shop .entry-header,
  body.se-steam-engine-site.tax-product_cat .entry-header,
  body.se-steam-engine-site.tax-product_tag .entry-header,
  body.se-steam-engine-site.post-type-archive-product .entry-header,
  body.se-steam-engine-site.archive.woocommerce .entry-header {
    min-height: 58px !important;
    height: 58px !important;
    max-height: 58px !important;
  }
}


/* v2.7: shop archive sidebar + smaller product cards */
body.se-steam-engine-site.woocommerce-shop .site-main,
body.se-steam-engine-site.tax-product_cat .site-main,
body.se-steam-engine-site.tax-product_tag .site-main,
body.se-steam-engine-site.post-type-archive-product .site-main,
body.se-steam-engine-site.archive.woocommerce .site-main,
body.se-steam-engine-site.woocommerce-shop .content-area,
body.se-steam-engine-site.tax-product_cat .content-area,
body.se-steam-engine-site.tax-product_tag .content-area,
body.se-steam-engine-site.post-type-archive-product .content-area,
body.se-steam-engine-site.archive.woocommerce .content-area,
body.se-steam-engine-site.woocommerce-shop .woocommerce,
body.se-steam-engine-site.tax-product_cat .woocommerce,
body.se-steam-engine-site.tax-product_tag .woocommerce,
body.se-steam-engine-site.post-type-archive-product .woocommerce,
body.se-steam-engine-site.archive.woocommerce .woocommerce {
  width: 100% !important;
  max-width: none !important;
}

body.se-steam-engine-site.woocommerce-shop .sesb-shop-layout,
body.se-steam-engine-site.tax-product_cat .sesb-shop-layout,
body.se-steam-engine-site.tax-product_tag .sesb-shop-layout,
body.se-steam-engine-site.post-type-archive-product .sesb-shop-layout,
body.se-steam-engine-site.archive.woocommerce .sesb-shop-layout {
  width: min(1380px, calc(100vw - 48px)) !important;
  max-width: 1380px !important;
  margin: 28px auto 64px !important;
  display: grid !important;
  grid-template-columns: 260px minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

body.se-steam-engine-site.woocommerce-shop .sesb-shop-sidebar,
body.se-steam-engine-site.tax-product_cat .sesb-shop-sidebar,
body.se-steam-engine-site.tax-product_tag .sesb-shop-sidebar,
body.se-steam-engine-site.post-type-archive-product .sesb-shop-sidebar,
body.se-steam-engine-site.archive.woocommerce .sesb-shop-sidebar {
  position: sticky !important;
  top: 24px !important;
  align-self: start !important;
}

body.se-steam-engine-site .sesb-shop-sidebar-card {
  background: #fff !important;
  border: 1px solid rgba(11,15,20,.08) !important;
  border-radius: 18px !important;
  padding: 18px !important;
  box-shadow: 0 12px 28px rgba(11,15,20,.05) !important;
}

body.se-steam-engine-site .sesb-shop-sidebar-heading {
  margin: 0 0 16px !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 950 !important;
  color: var(--se-black) !important;
}

body.se-steam-engine-site .sesb-shop-sidebar .sesb-widget {
  margin: 0 0 18px !important;
  padding: 0 0 18px !important;
  border-bottom: 1px solid rgba(11,15,20,.08) !important;
}

body.se-steam-engine-site .sesb-shop-sidebar .sesb-widget:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

body.se-steam-engine-site .sesb-shop-sidebar .widget-title {
  margin: 0 0 12px !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
  color: var(--se-black) !important;
}

body.se-steam-engine-site .sesb-filter-links,
body.se-steam-engine-site .sesb-shop-sidebar ul.product-categories {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.se-steam-engine-site .sesb-filter-links li,
body.se-steam-engine-site .sesb-shop-sidebar ul.product-categories li {
  margin: 0 0 8px !important;
  padding: 0 !important;
}

body.se-steam-engine-site .sesb-filter-links li:last-child,
body.se-steam-engine-site .sesb-shop-sidebar ul.product-categories li:last-child {
  margin-bottom: 0 !important;
}

body.se-steam-engine-site .sesb-filter-links a,
body.se-steam-engine-site .sesb-shop-sidebar ul.product-categories a {
  color: #233247 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.se-steam-engine-site .sesb-filter-links a:hover,
body.se-steam-engine-site .sesb-shop-sidebar ul.product-categories a:hover {
  color: var(--se-red) !important;
}

body.se-steam-engine-site .sesb-shop-sidebar .price_slider_wrapper .button,
body.se-steam-engine-site .sesb-shop-sidebar .widget_price_filter .button {
  min-height: 40px !important;
  padding: 10px 16px !important;
  font-size: 13px !important;
}

body.se-steam-engine-site .sesb-shop-main > .woocommerce-result-count,
body.se-steam-engine-site .sesb-shop-main > .woocommerce-ordering {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

body.se-steam-engine-site .sesb-shop-main > .woocommerce-result-count {
  float: left !important;
}

body.se-steam-engine-site .sesb-shop-main > .woocommerce-ordering {
  float: right !important;
}

body.se-steam-engine-site .sesb-shop-main ul.products {
  clear: both !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.se-steam-engine-site .sesb-shop-main ul.products::before,
body.se-steam-engine-site .sesb-shop-main ul.products::after {
  display: none !important;
}

body.se-steam-engine-site .sesb-shop-main ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.se-steam-engine-site .sesb-shop-main ul.products li.product .woocommerce-loop-product__link {
  display: block !important;
  text-decoration: none !important;
}

body.se-steam-engine-site .sesb-shop-main ul.products li.product img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 0 14px !important;
  border-radius: 18px !important;
  background: #f7f7f9 !important;
  border: 1px solid rgba(11,15,20,.08) !important;
  box-shadow: 0 10px 22px rgba(11,15,20,.04) !important;
}

body.se-steam-engine-site .sesb-shop-main ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 10px !important;
  color: var(--se-black) !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  min-height: 40px !important;
}

body.se-steam-engine-site .sesb-shop-main ul.products li.product .price {
  margin: 0 0 10px !important;
  color: var(--se-black) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 800 !important;
}

body.se-steam-engine-site .sesb-shop-main ul.products li.product .product-categories,
body.se-steam-engine-site .sesb-shop-main ul.products li.product .posted_in,
body.se-steam-engine-site .sesb-shop-main ul.products li.product .star-rating {
  margin-bottom: 10px !important;
}

body.se-steam-engine-site .sesb-shop-main ul.products li.product .button,
body.se-steam-engine-site .sesb-shop-main ul.products li.product a.button {
  min-height: 42px !important;
  padding: 10px 16px !important;
  font-size: 14px !important;
}

body.se-steam-engine-site .sesb-shop-main nav.woocommerce-pagination {
  margin-top: 28px !important;
}

@media (max-width: 1220px) {
  body.se-steam-engine-site .sesb-shop-main ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  body.se-steam-engine-site.woocommerce-shop .sesb-shop-layout,
  body.se-steam-engine-site.tax-product_cat .sesb-shop-layout,
  body.se-steam-engine-site.tax-product_tag .sesb-shop-layout,
  body.se-steam-engine-site.post-type-archive-product .sesb-shop-layout,
  body.se-steam-engine-site.archive.woocommerce .sesb-shop-layout {
    width: min(760px, calc(100vw - 24px)) !important;
    grid-template-columns: 1fr !important;
  }

  body.se-steam-engine-site.woocommerce-shop .sesb-shop-sidebar,
  body.se-steam-engine-site.tax-product_cat .sesb-shop-sidebar,
  body.se-steam-engine-site.tax-product_tag .sesb-shop-sidebar,
  body.se-steam-engine-site.post-type-archive-product .sesb-shop-sidebar,
  body.se-steam-engine-site.archive.woocommerce .sesb-shop-sidebar {
    position: static !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.se-steam-engine-site .sesb-shop-main > .woocommerce-result-count,
  body.se-steam-engine-site .sesb-shop-main > .woocommerce-ordering {
    float: none !important;
    width: 100% !important;
  }

  body.se-steam-engine-site .sesb-shop-main > .woocommerce-ordering {
    margin-bottom: 16px !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products {
    grid-template-columns: 1fr !important;
  }
}


/* v2.9: centered shop title, category-only top menu, proper WhatsApp float icon */
.se-whatsapp-float svg {
  width: 30px;
  height: 30px;
  display: block;
}

.se-menu-links {
  justify-content: center;
  flex-wrap: wrap;
}

body.se-steam-engine-site.woocommerce-shop .hero-section,
body.se-steam-engine-site.tax-product_cat .hero-section,
body.se-steam-engine-site.tax-product_tag .hero-section,
body.se-steam-engine-site.post-type-archive-product .hero-section,
body.se-steam-engine-site.archive.woocommerce .hero-section,
body.se-steam-engine-site.woocommerce-shop .entry-header,
body.se-steam-engine-site.tax-product_cat .entry-header,
body.se-steam-engine-site.tax-product_tag .entry-header,
body.se-steam-engine-site.post-type-archive-product .entry-header,
body.se-steam-engine-site.archive.woocommerce .entry-header {
  position: relative !important;
}

body.se-steam-engine-site.woocommerce-shop h1.page-title,
body.se-steam-engine-site.tax-product_cat h1.page-title,
body.se-steam-engine-site.tax-product_tag h1.page-title,
body.se-steam-engine-site.post-type-archive-product h1.page-title,
body.se-steam-engine-site.archive.woocommerce h1.page-title,
body.se-steam-engine-site.woocommerce-shop .hero-section h1,
body.se-steam-engine-site.tax-product_cat .hero-section h1,
body.se-steam-engine-site.tax-product_tag .hero-section h1,
body.se-steam-engine-site.post-type-archive-product .hero-section h1,
body.se-steam-engine-site.archive.woocommerce .hero-section h1,
body.se-steam-engine-site.woocommerce-shop .entry-header h1,
body.se-steam-engine-site.tax-product_cat .entry-header h1,
body.se-steam-engine-site.tax-product_tag .entry-header h1,
body.se-steam-engine-site.post-type-archive-product .entry-header h1,
body.se-steam-engine-site.archive.woocommerce .entry-header h1 {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* v3.0 final header/menu + product page + checkout cleanup */
.se-menu-strip-inner {
  justify-content: center !important;
}

.se-header-parts-button,
.se-menu-note {
  display: none !important;
}

.se-menu-links,
.se-menu-links.se-menu-links-onlycats {
  flex: 0 1 auto !important;
  width: 100% !important;
  justify-content: center !important;
  gap: 34px !important;
}

body.se-steam-engine-site.woocommerce-checkout .entry-content {
  width: min(1240px, calc(100% - 32px)) !important;
}

.woocommerce-checkout form.checkout {
  grid-template-columns: minmax(0, 1fr) 430px !important;
  gap: 32px !important;
}

.woocommerce-checkout #customer_details {
  padding: 24px !important;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  grid-column: 2 !important;
  width: 100% !important;
}

.woocommerce-checkout #order_review {
  padding: 28px !important;
}

.woocommerce-checkout #order_review .shop_table {
  border-radius: 22px !important;
  overflow: hidden !important;
  margin-bottom: 18px !important;
}

.woocommerce-checkout #order_review .shop_table th,
.woocommerce-checkout #order_review .shop_table td {
  padding: 18px 14px !important;
}

.woocommerce-checkout #payment {
  margin-top: 18px !important;
  border: 1px solid rgba(11,15,20,.10) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #fff !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid rgba(11,15,20,.08) !important;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 14px 18px !important;
  margin: 0 !important;
}

.woocommerce-checkout #payment div.payment_box {
  margin: 0 !important;
  padding: 16px 18px !important;
  background: #FBFAF7 !important;
}

body.se-steam-engine-site.single-product .site-main,
body.single-product.se-steam-engine-site .site-main,
body.se-steam-engine-site.single-product .content-area,
body.single-product.se-steam-engine-site .content-area,
body.se-steam-engine-site.single-product .woocommerce,
body.single-product.se-steam-engine-site .woocommerce {
  width: 100% !important;
  max-width: none !important;
}

body.se-steam-engine-site.single-product div.product,
body.single-product.se-steam-engine-site div.product,
body.se-steam-engine-site.single-product .woocommerce div.product,
body.single-product.se-steam-engine-site .woocommerce div.product {
  width: min(1200px, calc(100vw - 48px)) !important;
  max-width: 1200px !important;
  margin: 38px auto 72px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(340px, 460px) minmax(0, 1fr) !important;
  column-gap: 50px !important;
  row-gap: 24px !important;
  align-items: start !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.single-product div.product > div.images,
body.se-steam-engine-site.single-product div.product > .images,
body.se-steam-engine-site.single-product div.product > .woocommerce-product-gallery,
body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery,
body.single-product.se-steam-engine-site div.product > div.images,
body.single-product.se-steam-engine-site div.product > .images,
body.single-product.se-steam-engine-site div.product > .woocommerce-product-gallery,
body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery {
  grid-column: 1 !important;
  grid-row: 1 !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: 460px !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-self: start !important;
}

body.se-steam-engine-site.single-product div.product > div.summary,
body.se-steam-engine-site.single-product div.product > .summary,
body.se-steam-engine-site.single-product div.product > .entry-summary,
body.se-steam-engine-site.single-product div.product div.summary,
body.se-steam-engine-site.single-product div.product .entry-summary,
body.single-product.se-steam-engine-site div.product > div.summary,
body.single-product.se-steam-engine-site div.product > .summary,
body.single-product.se-steam-engine-site div.product > .entry-summary,
body.single-product.se-steam-engine-site div.product div.summary,
body.single-product.se-steam-engine-site div.product .entry-summary {
  grid-column: 2 !important;
  grid-row: 1 !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  align-self: start !important;
}

body.se-steam-engine-site.single-product div.product .summary .product_title,
body.se-steam-engine-site.single-product div.product .entry-summary .product_title,
body.single-product.se-steam-engine-site div.product .summary .product_title,
body.single-product.se-steam-engine-site div.product .entry-summary .product_title {
  margin: 0 0 8px !important;
  max-width: none !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.04em !important;
}

body.se-steam-engine-site.single-product div.product .summary .price,
body.se-steam-engine-site.single-product div.product .entry-summary .price,
body.single-product.se-steam-engine-site div.product .summary .price,
body.single-product.se-steam-engine-site div.product .entry-summary .price {
  font-size: 19px !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

body.se-steam-engine-site.single-product div.product .summary .woocommerce-product-details__short-description,
body.se-steam-engine-site.single-product div.product .entry-summary .woocommerce-product-details__short-description,
body.single-product.se-steam-engine-site div.product .summary .woocommerce-product-details__short-description,
body.single-product.se-steam-engine-site div.product .entry-summary .woocommerce-product-details__short-description {
  max-width: 560px !important;
  margin: 0 !important;
}

body.se-steam-engine-site.single-product .se-product-trust,
body.single-product.se-steam-engine-site .se-product-trust {
  max-width: 560px !important;
  margin: 6px 0 12px !important;
}

body.se-steam-engine-site.single-product div.product .summary .stock,
body.se-steam-engine-site.single-product div.product .entry-summary .stock,
body.single-product.se-steam-engine-site div.product .summary .stock,
body.single-product.se-steam-engine-site div.product .entry-summary .stock {
  margin-top: 8px !important;
  font-weight: 900 !important;
}

body.se-steam-engine-site.single-product div.product form.cart,
body.single-product.se-steam-engine-site div.product form.cart {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  margin: 0 !important;
}

body.se-steam-engine-site.single-product div.product form.cart .single_add_to_cart_button,
body.se-steam-engine-site.single-product div.product form.cart button[type="submit"],
body.single-product.se-steam-engine-site div.product form.cart .single_add_to_cart_button,
body.single-product.se-steam-engine-site div.product form.cart button[type="submit"] {
  min-width: 190px !important;
  min-height: 52px !important;
  padding: 0 30px !important;
  white-space: nowrap !important;
}

body.se-steam-engine-site.single-product div.product .product_meta,
body.single-product.se-steam-engine-site div.product .product_meta {
  margin-top: 18px !important;
  padding-top: 18px !important;
}

body.se-steam-engine-site.single-product div.product > .woocommerce-tabs,
body.se-steam-engine-site.single-product div.product > .related,
body.se-steam-engine-site.single-product div.product > .related.products,
body.se-steam-engine-site.single-product div.product > .upsells,
body.se-steam-engine-site.single-product div.product > .up-sells,
body.single-product.se-steam-engine-site div.product > .woocommerce-tabs,
body.single-product.se-steam-engine-site div.product > .related,
body.single-product.se-steam-engine-site div.product > .related.products,
body.single-product.se-steam-engine-site div.product > .upsells,
body.single-product.se-steam-engine-site div.product > .up-sells {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 1200px !important;
}

@media (max-width: 1100px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1 !important;
    position: static !important;
  }
}

@media (max-width: 980px) {
  body.se-steam-engine-site.single-product div.product,
  body.single-product.se-steam-engine-site div.product,
  body.se-steam-engine-site.single-product .woocommerce div.product,
  body.single-product.se-steam-engine-site .woocommerce div.product {
    width: min(760px, calc(100vw - 24px)) !important;
    display: block !important;
    margin-top: 24px !important;
  }

  body.se-steam-engine-site.single-product div.product > div.images,
  body.se-steam-engine-site.single-product div.product > .images,
  body.se-steam-engine-site.single-product div.product > .woocommerce-product-gallery,
  body.se-steam-engine-site.single-product div.product > div.summary,
  body.se-steam-engine-site.single-product div.product > .summary,
  body.se-steam-engine-site.single-product div.product > .entry-summary,
  body.single-product.se-steam-engine-site div.product > div.images,
  body.single-product.se-steam-engine-site div.product > .images,
  body.single-product.se-steam-engine-site div.product > .woocommerce-product-gallery,
  body.single-product.se-steam-engine-site div.product > div.summary,
  body.single-product.se-steam-engine-site div.product > .summary,
  body.single-product.se-steam-engine-site div.product > .entry-summary {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.se-steam-engine-site.single-product div.product > div.summary,
  body.se-steam-engine-site.single-product div.product > .summary,
  body.se-steam-engine-site.single-product div.product > .entry-summary,
  body.single-product.se-steam-engine-site div.product > div.summary,
  body.single-product.se-steam-engine-site div.product > .summary,
  body.single-product.se-steam-engine-site div.product > .entry-summary {
    padding-top: 22px !important;
  }

  body.se-steam-engine-site.single-product div.product form.cart,
  body.single-product.se-steam-engine-site div.product form.cart {
    flex-wrap: wrap !important;
  }
}


/* v3.1 mobile friendliness pass: header, shop, product, cart, checkout, footer */
html,
body.se-steam-engine-site {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body.se-steam-engine-site img,
body.se-steam-engine-site video,
body.se-steam-engine-site iframe {
  max-width: 100% !important;
}

body.se-steam-engine-site input,
body.se-steam-engine-site select,
body.se-steam-engine-site textarea,
body.se-steam-engine-site button,
body.se-steam-engine-site .button {
  font-size: 16px;
}

@media (max-width: 980px) {
  .se-topbar {
    display: none !important;
  }

  .se-main-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(11,15,20,.06) !important;
  }

  .se-main-header-inner {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px 12px !important;
    padding: 10px 0 12px !important;
  }

  .se-header-logo {
    min-width: 0 !important;
  }

  .se-header-logo-img,
  .se-footer .se-header-logo-img {
    max-width: 180px !important;
    max-height: 48px !important;
  }

  .se-logo-mark {
    width: 38px !important;
    height: 38px !important;
    font-size: 12px !important;
  }

  .se-logo-text {
    font-size: 20px !important;
    white-space: nowrap !important;
  }

  .se-header-search {
    grid-column: 1 / -1 !important;
    order: 3 !important;
    height: 46px !important;
    border-radius: 12px !important;
  }

  .se-header-search input[type="search"] {
    min-height: 46px !important;
    padding: 0 13px !important;
  }

  .se-header-search button {
    width: 52px !important;
  }

  .se-header-actions {
    gap: 4px !important;
  }

  .se-head-action {
    min-height: 40px !important;
    padding: 7px 8px !important;
    border-radius: 12px !important;
  }

  .se-head-account .se-action-label,
  .se-head-cart .se-action-label,
  .se-cart-total {
    display: none !important;
  }

  .se-cart-count {
    top: -3px !important;
    right: -2px !important;
  }

  .se-menu-strip {
    background: #fff !important;
    position: sticky !important;
    top: 82px !important;
    z-index: 999 !important;
  }

  .se-menu-strip-inner {
    min-height: 42px !important;
    padding: 8px 0 !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    justify-content: flex-start !important;
  }

  .se-menu-strip-inner::-webkit-scrollbar {
    display: none !important;
  }

  .se-menu-links,
  .se-menu-links.se-menu-links-onlycats {
    width: max-content !important;
    min-width: max-content !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 10px !important;
  }

  .se-menu-links a {
    display: inline-flex !important;
    min-height: 34px !important;
    align-items: center !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    background: #F4F6F8 !important;
    white-space: nowrap !important;
    font-size: 12px !important;
  }

  .se-hero,
  .se-section,
  .se-heading,
  .se-card,
  .se-contact-box,
  .se-policy,
  .se-products-wrap ul.products li.product {
    border-radius: 18px !important;
  }

  .se-hero-grid,
  .se-grid-3,
  .se-contact-grid,
  .se-footer-grid {
    grid-template-columns: 1fr !important;
  }

  .se-section {
    padding: 38px 0 !important;
  }

  .se-btn-row,
  .se-footer-buttons {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .se-btn,
  .se-footer-btn {
    width: 100% !important;
  }

  .se-whatsapp-float {
    width: 54px !important;
    height: 54px !important;
    right: 14px !important;
    bottom: 14px !important;
    z-index: 99999 !important;
  }

  .se-whatsapp-float svg {
    width: 29px !important;
    height: 29px !important;
  }
}

@media (max-width: 760px) {
  body.se-steam-engine-site.woocommerce-shop .hero-section,
  body.se-steam-engine-site.tax-product_cat .hero-section,
  body.se-steam-engine-site.tax-product_tag .hero-section,
  body.se-steam-engine-site.post-type-archive-product .hero-section,
  body.se-steam-engine-site.archive.woocommerce .hero-section,
  body.se-steam-engine-site.woocommerce-shop .entry-header,
  body.se-steam-engine-site.tax-product_cat .entry-header,
  body.se-steam-engine-site.tax-product_tag .entry-header,
  body.se-steam-engine-site.post-type-archive-product .entry-header,
  body.se-steam-engine-site.archive.woocommerce .entry-header {
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
  }

  body.se-steam-engine-site.woocommerce-shop h1.page-title,
  body.se-steam-engine-site.tax-product_cat h1.page-title,
  body.se-steam-engine-site.tax-product_tag h1.page-title,
  body.se-steam-engine-site.post-type-archive-product h1.page-title,
  body.se-steam-engine-site.archive.woocommerce h1.page-title,
  body.se-steam-engine-site.woocommerce-shop .hero-section h1,
  body.se-steam-engine-site.tax-product_cat .hero-section h1,
  body.se-steam-engine-site.tax-product_tag .hero-section h1,
  body.se-steam-engine-site.post-type-archive-product .hero-section h1,
  body.se-steam-engine-site.archive.woocommerce .hero-section h1,
  body.se-steam-engine-site.woocommerce-shop .entry-header h1,
  body.se-steam-engine-site.tax-product_cat .entry-header h1,
  body.se-steam-engine-site.tax-product_tag .entry-header h1,
  body.se-steam-engine-site.post-type-archive-product .entry-header h1,
  body.se-steam-engine-site.archive.woocommerce .entry-header h1 {
    line-height: 58px !important;
    font-size: 24px !important;
  }

  body.se-steam-engine-site.woocommerce-shop .sesb-shop-layout,
  body.se-steam-engine-site.tax-product_cat .sesb-shop-layout,
  body.se-steam-engine-site.tax-product_tag .sesb-shop-layout,
  body.se-steam-engine-site.post-type-archive-product .sesb-shop-layout,
  body.se-steam-engine-site.archive.woocommerce .sesb-shop-layout {
    width: min(100% - 20px, 760px) !important;
    margin-top: 18px !important;
    gap: 18px !important;
  }

  body.se-steam-engine-site .sesb-shop-sidebar-card {
    padding: 16px !important;
    max-height: 340px !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.se-steam-engine-site .sesb-shop-sidebar-heading {
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }

  body.se-steam-engine-site .sesb-shop-sidebar .sesb-widget {
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
  }

  body.se-steam-engine-site .sesb-shop-main > .woocommerce-result-count,
  body.se-steam-engine-site .sesb-shop-main > .woocommerce-ordering {
    float: none !important;
    width: 100% !important;
    margin: 0 0 12px !important;
  }

  body.se-steam-engine-site .sesb-shop-main > .woocommerce-ordering select {
    width: 100% !important;
    min-height: 46px !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 12px !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products li.product img {
    border-radius: 14px !important;
    margin-bottom: 10px !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px !important;
    min-height: auto !important;
    margin-bottom: 7px !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products li.product .price,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .posted_in,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .product-categories {
    font-size: 12px !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products li.product .button,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product a.button {
    width: 100% !important;
    min-height: 40px !important;
    padding: 9px 10px !important;
    font-size: 12px !important;
  }

  body.se-steam-engine-site.single-product div.product,
  body.single-product.se-steam-engine-site div.product,
  body.se-steam-engine-site.single-product .woocommerce div.product,
  body.single-product.se-steam-engine-site .woocommerce div.product {
    width: min(100% - 20px, 760px) !important;
    margin: 18px auto 48px !important;
  }

  body.se-steam-engine-site.single-product div.product div.images .woocommerce-product-gallery__image img,
  body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery__image img,
  body.se-steam-engine-site.single-product div.product div.images img,
  body.single-product.se-steam-engine-site div.product div.images .woocommerce-product-gallery__image img,
  body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery__image img,
  body.single-product.se-steam-engine-site div.product div.images img {
    max-height: 360px !important;
    object-fit: contain !important;
  }

  body.se-steam-engine-site.single-product div.product .flex-control-thumbs,
  body.single-product.se-steam-engine-site div.product .flex-control-thumbs {
    gap: 8px !important;
    margin-top: 12px !important;
  }

  body.se-steam-engine-site.single-product div.product .flex-control-thumbs li,
  body.single-product.se-steam-engine-site div.product .flex-control-thumbs li {
    width: 54px !important;
  }

  body.se-steam-engine-site.single-product div.product .summary .product_title,
  body.se-steam-engine-site.single-product div.product .entry-summary .product_title,
  body.single-product.se-steam-engine-site div.product .summary .product_title,
  body.single-product.se-steam-engine-site div.product .entry-summary .product_title {
    font-size: clamp(30px, 10vw, 42px) !important;
    line-height: 1.07 !important;
  }

  body.se-steam-engine-site.single-product div.product form.cart,
  body.single-product.se-steam-engine-site div.product form.cart {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.se-steam-engine-site.single-product div.product form.cart .quantity,
  body.single-product.se-steam-engine-site div.product form.cart .quantity {
    justify-self: start !important;
  }

  body.se-steam-engine-site.single-product div.product form.cart .single_add_to_cart_button,
  body.se-steam-engine-site.single-product div.product form.cart button[type="submit"],
  body.single-product.se-steam-engine-site div.product form.cart .single_add_to_cart_button,
  body.single-product.se-steam-engine-site div.product form.cart button[type="submit"] {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.woocommerce-cart .entry-content,
  body.woocommerce-checkout .entry-content,
  body.woocommerce-account .entry-content,
  body.se-steam-engine-site.woocommerce-checkout .entry-content {
    width: min(100% - 20px, 1120px) !important;
    padding-bottom: 36px !important;
  }

  body.woocommerce-cart .woocommerce,
  .woocommerce-checkout form.checkout {
    display: block !important;
  }

  body.woocommerce-cart table.shop_table,
  body.woocommerce-cart table.shop_table tbody,
  body.woocommerce-cart table.shop_table tr,
  body.woocommerce-cart table.shop_table td {
    display: block !important;
    width: 100% !important;
  }

  body.woocommerce-cart table.shop_table thead {
    display: none !important;
  }

  body.woocommerce-cart table.shop_table tr.cart_item {
    padding: 14px !important;
    border-bottom: 1px solid rgba(11,15,20,.10) !important;
  }

  body.woocommerce-cart table.shop_table td {
    padding: 8px 0 !important;
    border: 0 !important;
    text-align: left !important;
  }

  body.woocommerce-cart table.shop_table td.product-thumbnail,
  body.woocommerce-cart table.shop_table td.product-remove {
    text-align: left !important;
  }

  body.woocommerce-cart table.cart img {
    width: 90px !important;
    max-width: 90px !important;
  }

  body.woocommerce-cart table.cart td.actions .coupon,
  body.woocommerce-cart table.cart td.actions .coupon .input-text,
  body.woocommerce-cart table.cart td.actions .button,
  body.woocommerce-cart table.cart td.actions .coupon button {
    width: 100% !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals,
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review,
  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .woocommerce-checkout #order_review_heading {
    margin-top: 18px !important;
  }

  .woocommerce-checkout #order_review {
    position: static !important;
  }

  .woocommerce-checkout table.shop_table th,
  .woocommerce-checkout table.shop_table td {
    padding: 14px 10px !important;
    font-size: 13px !important;
  }

  .woocommerce form .form-row,
  .woocommerce-page form .form-row {
    width: 100% !important;
    float: none !important;
  }

  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .woocommerce form .form-row select,
  .woocommerce .select2-container .select2-selection--single {
    width: 100% !important;
    min-height: 48px !important;
  }

  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    width: 100% !important;
    min-height: 52px !important;
  }

  .se-checkout-flow-container {
    width: min(100% - 20px, 1120px) !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
    padding: 10px 0 !important;
  }

  .se-checkout-steps {
    width: 100% !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    padding-bottom: 2px !important;
  }

  .se-checkout-step {
    font-size: 12px !important;
  }

  .se-footer-top {
    padding: 36px 0 28px !important;
  }

  .se-footer-bottom-inner {
    flex-direction: column !important;
    text-align: center !important;
  }
}

@media (max-width: 430px) {
  .se-header-container,
  .se-container {
    width: min(100% - 18px, 1120px) !important;
  }

  .se-header-logo-img {
    max-width: 145px !important;
  }

  .se-logo-text {
    font-size: 18px !important;
  }

  .se-head-action {
    padding: 6px 7px !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products {
    grid-template-columns: 1fr !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products li.product img {
    max-height: 340px !important;
  }

  .se-policy,
  .se-contact-box,
  .se-card,
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals .cart_totals,
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review {
    padding: 14px !important;
  }
}

/* v3.1 mobile-first polish across header, shop, product, cart, checkout, footer */
html,
body.se-steam-engine-site {
  max-width: 100%;
  overflow-x: hidden !important;
}

body.se-steam-engine-site img,
body.se-steam-engine-site video,
body.se-steam-engine-site iframe {
  max-width: 100%;
  height: auto;
}

.sesb-filter-toggle,
.sesb-filter-overlay {
  display: none;
}

@media (max-width: 980px) {
  body.se-steam-engine-site .se-topbar {
    display: none !important;
  }

  body.se-steam-engine-site .se-main-header-inner {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 12px !important;
    padding: 12px 0 !important;
    align-items: center !important;
  }

  body.se-steam-engine-site .se-header-logo {
    min-width: 0 !important;
  }

  body.se-steam-engine-site .se-logo-text,
  body.se-steam-engine-site .se-header-logo .se-logo-text {
    font-size: 20px !important;
    white-space: nowrap !important;
  }

  body.se-steam-engine-site .se-header-search {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    order: 3 !important;
  }

  body.se-steam-engine-site .se-header-search input[type="search"] {
    min-height: 48px !important;
    font-size: 16px !important;
  }

  body.se-steam-engine-site .se-header-search button {
    width: 54px !important;
    min-height: 48px !important;
  }

  body.se-steam-engine-site .se-header-actions {
    justify-self: end !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
  }

  body.se-steam-engine-site .se-head-action {
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  body.se-steam-engine-site .se-head-account .se-action-label {
    display: none !important;
  }

  body.se-steam-engine-site .se-menu-strip-inner {
    width: 100% !important;
    min-height: 44px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    justify-content: flex-start !important;
    padding-inline: 12px !important;
  }

  body.se-steam-engine-site .se-menu-strip-inner::-webkit-scrollbar {
    display: none !important;
  }

  body.se-steam-engine-site .se-menu-links,
  body.se-steam-engine-site .se-menu-links.se-menu-links-onlycats {
    width: max-content !important;
    min-width: max-content !important;
    flex: 0 0 auto !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    white-space: nowrap !important;
  }

  body.se-steam-engine-site .se-menu-links a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 38px !important;
    font-size: 12px !important;
  }

  body.se-steam-engine-site .hero-section,
  body.se-steam-engine-site .entry-header {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.se-steam-engine-site.woocommerce-shop .sesb-shop-layout,
  body.se-steam-engine-site.tax-product_cat .sesb-shop-layout,
  body.se-steam-engine-site.tax-product_tag .sesb-shop-layout,
  body.se-steam-engine-site.post-type-archive-product .sesb-shop-layout,
  body.se-steam-engine-site.archive.woocommerce .sesb-shop-layout {
    width: min(100% - 24px, 760px) !important;
    margin: 22px auto 56px !important;
    display: block !important;
  }

  body.se-steam-engine-site .sesb-filter-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    margin: 0 0 18px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--se-black) !important;
    color: #fff !important;
    font-weight: 950 !important;
    font-size: 14px !important;
    box-shadow: 0 12px 24px rgba(11,15,20,.15) !important;
  }

  body.se-steam-engine-site .sesb-filter-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99997 !important;
    background: rgba(11,15,20,.42) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .2s ease !important;
    display: block !important;
  }

  body.se-steam-engine-site .sesb-filter-overlay.is-open {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.se-steam-engine-site .sesb-shop-sidebar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: min(88vw, 340px) !important;
    max-width: 340px !important;
    height: 100dvh !important;
    z-index: 99998 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 16px !important;
    background: #fff !important;
    transform: translateX(-105%) !important;
    transition: transform .25s ease !important;
    box-shadow: 18px 0 42px rgba(11,15,20,.22) !important;
  }

  body.se-steam-engine-site .sesb-shop-sidebar.is-open {
    transform: translateX(0) !important;
  }

  html.sesb-filter-open,
  body.sesb-filter-open {
    overflow: hidden !important;
  }

  body.se-steam-engine-site .sesb-shop-sidebar-card {
    box-shadow: none !important;
    border: 0 !important;
    padding: 8px !important;
  }

  body.se-steam-engine-site .sesb-shop-main > .woocommerce-result-count,
  body.se-steam-engine-site .sesb-shop-main > .woocommerce-ordering {
    float: none !important;
    width: 100% !important;
    margin: 0 0 14px !important;
  }

  body.se-steam-engine-site .sesb-shop-main > .woocommerce-ordering select {
    width: 100% !important;
    min-height: 46px !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products li.product img {
    border-radius: 14px !important;
    margin-bottom: 10px !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products li.product .woocommerce-loop-product__title {
    min-height: 0 !important;
    font-size: 14px !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products li.product .button,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product a.button {
    width: 100% !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
  }

  body.se-steam-engine-site.single-product div.product,
  body.single-product.se-steam-engine-site div.product,
  body.se-steam-engine-site.single-product .woocommerce div.product,
  body.single-product.se-steam-engine-site .woocommerce div.product {
    width: min(100% - 24px, 760px) !important;
    max-width: 760px !important;
    margin: 24px auto 56px !important;
    display: block !important;
  }

  body.se-steam-engine-site.single-product div.product div.images,
  body.se-steam-engine-site.single-product div.product .images,
  body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery,
  body.single-product.se-steam-engine-site div.product div.images,
  body.single-product.se-steam-engine-site div.product .images,
  body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: both !important;
  }

  body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery__image img,
  body.se-steam-engine-site.single-product div.product div.images img,
  body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery__image img,
  body.single-product.se-steam-engine-site div.product div.images img {
    max-height: 380px !important;
    object-fit: contain !important;
  }

  body.se-steam-engine-site.single-product div.product div.summary,
  body.se-steam-engine-site.single-product div.product .summary,
  body.se-steam-engine-site.single-product div.product .entry-summary,
  body.single-product.se-steam-engine-site div.product div.summary,
  body.single-product.se-steam-engine-site div.product .summary,
  body.single-product.se-steam-engine-site div.product .entry-summary {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-top: 20px !important;
    float: none !important;
    clear: both !important;
  }

  body.se-steam-engine-site.single-product div.product .summary .product_title,
  body.se-steam-engine-site.single-product div.product .entry-summary .product_title,
  body.single-product.se-steam-engine-site div.product .summary .product_title,
  body.single-product.se-steam-engine-site div.product .entry-summary .product_title {
    font-size: clamp(30px, 9vw, 40px) !important;
    line-height: 1.08 !important;
  }

  body.se-steam-engine-site.single-product div.product form.cart,
  body.single-product.se-steam-engine-site div.product form.cart {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
  }

  body.se-steam-engine-site.single-product div.product form.cart .single_add_to_cart_button,
  body.se-steam-engine-site.single-product div.product form.cart button[type="submit"],
  body.single-product.se-steam-engine-site div.product form.cart .single_add_to_cart_button,
  body.single-product.se-steam-engine-site div.product form.cart button[type="submit"] {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.woocommerce-cart .entry-content,
  body.woocommerce-checkout .entry-content,
  body.woocommerce-account .entry-content,
  body.se-steam-engine-site.woocommerce-checkout .entry-content {
    width: min(100% - 24px, 760px) !important;
    padding-bottom: 48px !important;
  }

  body.woocommerce-cart .woocommerce,
  .woocommerce-checkout form.checkout {
    display: block !important;
  }

  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals .cart_totals,
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review,
  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    border-radius: 20px !important;
    padding: 16px !important;
    margin-bottom: 18px !important;
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: auto !important;
    width: 100% !important;
    position: static !important;
  }

  .woocommerce-checkout #order_review_heading {
    margin-top: 22px !important;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last {
    width: 100% !important;
    float: none !important;
  }

  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .woocommerce form .form-row select,
  .woocommerce .select2-container .select2-selection--single {
    min-height: 48px !important;
    font-size: 16px !important;
  }

  .woocommerce-cart table.shop_table,
  .woocommerce-checkout table.shop_table {
    font-size: 14px !important;
  }

  .woocommerce-cart table.shop_table th,
  .woocommerce-cart table.shop_table td,
  .woocommerce-checkout table.shop_table th,
  .woocommerce-checkout table.shop_table td {
    padding: 14px 10px !important;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .button,
  .woocommerce-cart table.cart td.actions .button,
  .woocommerce button.button,
  .woocommerce a.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout #place_order {
    width: 100% !important;
    min-height: 48px !important;
  }

  .se-footer-top {
    padding: 34px 0 26px !important;
  }

  .se-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .se-footer-bottom-inner {
    flex-direction: column !important;
    text-align: center !important;
  }

  .se-whatsapp-float {
    width: 54px !important;
    height: 54px !important;
    right: 14px !important;
    bottom: 18px !important;
  }
}

@media (max-width: 520px) {
  body.se-steam-engine-site .se-header-container,
  body.se-steam-engine-site .se-container {
    width: min(100% - 22px, 1120px) !important;
  }

  body.se-steam-engine-site .se-main-header-inner {
    grid-template-columns: 1fr auto !important;
  }

  body.se-steam-engine-site .se-logo-mark {
    width: 38px !important;
    height: 38px !important;
    font-size: 12px !important;
  }

  body.se-steam-engine-site .se-logo-text {
    font-size: 18px !important;
  }

  body.se-steam-engine-site .se-head-cart .se-action-label {
    display: none !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.se-steam-engine-site .sesb-shop-main ul.products li.product img {
    aspect-ratio: 1 / .82 !important;
    object-fit: cover !important;
  }

  body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery__image img,
  body.se-steam-engine-site.single-product div.product div.images img,
  body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery__image img,
  body.single-product.se-steam-engine-site div.product div.images img {
    max-height: 330px !important;
  }

  body.se-steam-engine-site.single-product div.product form.cart,
  body.single-product.se-steam-engine-site div.product form.cart {
    grid-template-columns: 1fr !important;
  }

  body.se-steam-engine-site.single-product div.product form.cart .quantity,
  body.single-product.se-steam-engine-site div.product form.cart .quantity {
    justify-self: start !important;
  }

  .se-checkout-flow-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    justify-items: center !important;
  }

  .se-checkout-steps {
    max-width: 100% !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    padding-bottom: 2px !important;
  }
}

/* v3.2 final checkout order-column reset + stable product page layout */
body.se-steam-engine-site .se-mobile-cat-button {
  display: none !important;
}

body.se-steam-engine-site .se-header-parts-button,
body.se-steam-engine-site .se-menu-note {
  display: none !important;
}

body.se-steam-engine-site .se-whatsapp-float {
  font-size: 0 !important;
  line-height: 0 !important;
}

body.se-steam-engine-site .se-whatsapp-float::before,
body.se-steam-engine-site .se-whatsapp-float::after {
  content: none !important;
  display: none !important;
}

body.se-steam-engine-site .se-whatsapp-float svg {
  width: 31px !important;
  height: 31px !important;
  display: block !important;
  flex: 0 0 auto !important;
}

body.se-steam-engine-site.woocommerce-checkout .site-main,
body.woocommerce-checkout.se-steam-engine-site .site-main,
body.se-steam-engine-site.woocommerce-checkout .content-area,
body.woocommerce-checkout.se-steam-engine-site .content-area,
body.se-steam-engine-site.woocommerce-checkout .woocommerce,
body.woocommerce-checkout.se-steam-engine-site .woocommerce {
  width: 100% !important;
  max-width: none !important;
  overflow-x: clip !important;
}

body.se-steam-engine-site.woocommerce-checkout .entry-content,
body.woocommerce-checkout.se-steam-engine-site .entry-content {
  width: min(1180px, calc(100vw - 48px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 34px 0 72px !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.woocommerce-checkout form.checkout,
body.woocommerce-checkout.se-steam-engine-site form.checkout,
body.se-steam-engine-site.woocommerce-checkout .woocommerce form.checkout,
body.woocommerce-checkout.se-steam-engine-site .woocommerce form.checkout {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 640px) minmax(390px, 440px) !important;
  grid-template-rows: auto 1fr !important;
  column-gap: 54px !important;
  row-gap: 12px !important;
  align-items: start !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.woocommerce-checkout #customer_details,
body.woocommerce-checkout.se-steam-engine-site #customer_details {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  width: 100% !important;
  max-width: 650px !important;
  min-width: 0 !important;
  align-self: start !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.woocommerce-checkout #customer_details .col2-set,
body.woocommerce-checkout.se-steam-engine-site #customer_details .col2-set,
body.se-steam-engine-site.woocommerce-checkout #customer_details .col-1,
body.se-steam-engine-site.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout.se-steam-engine-site #customer_details .col-1,
body.woocommerce-checkout.se-steam-engine-site #customer_details .col-2 {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: both !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout.se-steam-engine-site #order_review_heading {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--se-black) !important;
  font-size: 26px !important;
  line-height: 1.18 !important;
  font-weight: 950 !important;
  letter-spacing: -.025em !important;
  text-align: left !important;
  align-self: end !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.woocommerce-checkout #order_review,
body.woocommerce-checkout.se-steam-engine-site #order_review,
body.se-steam-engine-site.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout.se-steam-engine-site .woocommerce-checkout-review-order {
  grid-column: 2 !important;
  grid-row: 2 !important;
  width: 100% !important;
  max-width: 440px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  align-self: start !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.woocommerce-checkout #order_review > *,
body.woocommerce-checkout.se-steam-engine-site #order_review > * {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table,
body.se-steam-engine-site.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table,
body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table,
body.woocommerce-checkout.se-steam-engine-site #order_review .woocommerce-checkout-review-order-table {
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  border-collapse: collapse !important;
  table-layout: auto !important;
}

body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table thead,
body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table thead {
  border-bottom: 1px solid rgba(11,15,20,.12) !important;
}

body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table thead th,
body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table thead th {
  background: transparent !important;
  border: 0 !important;
  color: #697386 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
}

body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table th,
body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table td,
body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table th,
body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table td {
  padding: 14px 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(11,15,20,.10) !important;
  background: transparent !important;
  box-shadow: none !important;
  vertical-align: top !important;
  line-height: 1.45 !important;
}

body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table td.product-name,
body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table td.product-name {
  width: auto !important;
  min-width: 0 !important;
  padding-right: 18px !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table td.product-total,
body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table th.product-total,
body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table td.product-total,
body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table th.product-total {
  width: 34% !important;
  min-width: 112px !important;
  text-align: right !important;
  white-space: normal !important;
}

body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table tfoot th,
body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table tfoot td,
body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table tfoot th,
body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table tfoot td {
  font-size: 14px !important;
  font-weight: 850 !important;
}

body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total th,
body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td,
body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table tfoot tr.order-total th,
body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table tfoot tr.order-total td {
  padding-top: 18px !important;
  border-bottom: 0 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  color: var(--se-black) !important;
}

body.se-steam-engine-site.woocommerce-checkout #payment,
body.woocommerce-checkout.se-steam-engine-site #payment {
  width: 100% !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.se-steam-engine-site.woocommerce-checkout #payment ul.payment_methods,
body.woocommerce-checkout.se-steam-engine-site #payment ul.payment_methods {
  margin: 0 !important;
  padding: 16px 0 10px !important;
  border: 0 !important;
  border-top: 1px solid rgba(11,15,20,.12) !important;
  border-bottom: 1px solid rgba(11,15,20,.10) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.se-steam-engine-site.woocommerce-checkout #payment ul.payment_methods li,
body.woocommerce-checkout.se-steam-engine-site #payment ul.payment_methods li {
  margin: 0 0 10px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.se-steam-engine-site.woocommerce-checkout #payment div.payment_box,
body.woocommerce-checkout.se-steam-engine-site #payment div.payment_box {
  margin: 10px 0 0 !important;
  padding: 13px 14px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #FBFAF7 !important;
  box-shadow: none !important;
}

body.se-steam-engine-site.woocommerce-checkout #payment .form-row.place-order,
body.woocommerce-checkout.se-steam-engine-site #payment .form-row.place-order {
  width: 100% !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.se-steam-engine-site.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
body.woocommerce-checkout.se-steam-engine-site #payment .woocommerce-privacy-policy-text,
body.se-steam-engine-site.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout.se-steam-engine-site #payment .woocommerce-terms-and-conditions-wrapper {
  margin: 0 0 14px !important;
  color: #526070 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

body.se-steam-engine-site.woocommerce-checkout #place_order,
body.woocommerce-checkout.se-steam-engine-site #place_order,
body.se-steam-engine-site.woocommerce-checkout #payment #place_order,
body.woocommerce-checkout.se-steam-engine-site #payment #place_order {
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: var(--se-black) !important;
  color: #fff !important;
  font-weight: 950 !important;
  box-shadow: none !important;
}

body.se-steam-engine-site.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout.se-steam-engine-site #place_order:hover {
  background: var(--se-red) !important;
  color: #fff !important;
}

@media (max-width: 1120px) {
  body.se-steam-engine-site.woocommerce-checkout form.checkout,
  body.woocommerce-checkout.se-steam-engine-site form.checkout,
  body.se-steam-engine-site.woocommerce-checkout .woocommerce form.checkout,
  body.woocommerce-checkout.se-steam-engine-site .woocommerce form.checkout {
    grid-template-columns: minmax(0, 610px) minmax(360px, 420px) !important;
    column-gap: 34px !important;
  }
}

@media (max-width: 900px) {
  body.se-steam-engine-site.woocommerce-checkout .entry-content,
  body.woocommerce-checkout.se-steam-engine-site .entry-content {
    width: min(760px, calc(100vw - 24px)) !important;
    padding-top: 24px !important;
  }

  body.se-steam-engine-site.woocommerce-checkout form.checkout,
  body.woocommerce-checkout.se-steam-engine-site form.checkout,
  body.se-steam-engine-site.woocommerce-checkout .woocommerce form.checkout,
  body.woocommerce-checkout.se-steam-engine-site .woocommerce form.checkout {
    display: block !important;
    width: 100% !important;
    max-width: 760px !important;
  }

  body.se-steam-engine-site.woocommerce-checkout #customer_details,
  body.se-steam-engine-site.woocommerce-checkout #order_review_heading,
  body.se-steam-engine-site.woocommerce-checkout #order_review,
  body.woocommerce-checkout.se-steam-engine-site #customer_details,
  body.woocommerce-checkout.se-steam-engine-site #order_review_heading,
  body.woocommerce-checkout.se-steam-engine-site #order_review {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
  }

  body.se-steam-engine-site.woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout.se-steam-engine-site #order_review_heading {
    margin-top: 24px !important;
    margin-bottom: 12px !important;
  }
}

@media (min-width: 901px) {
  body.se-steam-engine-site.single-product .site-main,
  body.single-product.se-steam-engine-site .site-main,
  body.se-steam-engine-site.single-product .content-area,
  body.single-product.se-steam-engine-site .content-area,
  body.se-steam-engine-site.single-product .woocommerce,
  body.single-product.se-steam-engine-site .woocommerce {
    width: 100% !important;
    max-width: none !important;
    overflow-x: clip !important;
  }

  body.se-steam-engine-site.single-product div.product,
  body.single-product.se-steam-engine-site div.product,
  body.se-steam-engine-site.single-product .woocommerce div.product,
  body.single-product.se-steam-engine-site .woocommerce div.product {
    width: min(1120px, calc(100vw - 48px)) !important;
    max-width: 1120px !important;
    margin: 34px auto 72px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(300px, 370px) minmax(0, 1fr) !important;
    column-gap: 54px !important;
    row-gap: 34px !important;
    align-items: start !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site.single-product div.product > div.images,
  body.se-steam-engine-site.single-product div.product > .images,
  body.se-steam-engine-site.single-product div.product > .woocommerce-product-gallery,
  body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery,
  body.single-product.se-steam-engine-site div.product > div.images,
  body.single-product.se-steam-engine-site div.product > .images,
  body.single-product.se-steam-engine-site div.product > .woocommerce-product-gallery,
  body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: 370px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    justify-self: start !important;
    align-self: start !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site.single-product div.product > div.summary,
  body.se-steam-engine-site.single-product div.product > .summary,
  body.se-steam-engine-site.single-product div.product > .entry-summary,
  body.se-steam-engine-site.single-product div.product div.summary,
  body.se-steam-engine-site.single-product div.product .summary,
  body.se-steam-engine-site.single-product div.product .entry-summary,
  body.single-product.se-steam-engine-site div.product > div.summary,
  body.single-product.se-steam-engine-site div.product > .summary,
  body.single-product.se-steam-engine-site div.product > .entry-summary,
  body.single-product.se-steam-engine-site div.product div.summary,
  body.single-product.se-steam-engine-site div.product .summary,
  body.single-product.se-steam-engine-site div.product .entry-summary {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 2px 0 0 !important;
    float: none !important;
    clear: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 15px !important;
    align-self: start !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body.se-steam-engine-site.single-product div.product > .woocommerce-tabs,
  body.se-steam-engine-site.single-product div.product > .related,
  body.se-steam-engine-site.single-product div.product > .related.products,
  body.se-steam-engine-site.single-product div.product > .upsells,
  body.se-steam-engine-site.single-product div.product > .up-sells,
  body.single-product.se-steam-engine-site div.product > .woocommerce-tabs,
  body.single-product.se-steam-engine-site div.product > .related,
  body.single-product.se-steam-engine-site div.product > .related.products,
  body.single-product.se-steam-engine-site div.product > .upsells,
  body.single-product.se-steam-engine-site div.product > .up-sells {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 1120px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both !important;
  }
}

body.se-steam-engine-site.single-product div.product div.images .woocommerce-product-gallery__wrapper,
body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery__wrapper,
body.single-product.se-steam-engine-site div.product div.images .woocommerce-product-gallery__wrapper,
body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery__wrapper {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.se-steam-engine-site.single-product div.product div.images .woocommerce-product-gallery__image,
body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery__image,
body.single-product.se-steam-engine-site div.product div.images .woocommerce-product-gallery__image,
body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery__image {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.se-steam-engine-site.single-product div.product div.images .woocommerce-product-gallery__image img,
body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery__image img,
body.se-steam-engine-site.single-product div.product div.images img,
body.single-product.se-steam-engine-site div.product div.images .woocommerce-product-gallery__image img,
body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery__image img,
body.single-product.se-steam-engine-site div.product div.images img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 430px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  background: #F6F6F6 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.single-product div.product .summary > *,
body.se-steam-engine-site.single-product div.product .entry-summary > *,
body.single-product.se-steam-engine-site div.product .summary > *,
body.single-product.se-steam-engine-site div.product .entry-summary > * {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.single-product div.product .summary .product_title,
body.se-steam-engine-site.single-product div.product .summary h1.product_title,
body.se-steam-engine-site.single-product div.product .entry-summary .product_title,
body.se-steam-engine-site.single-product div.product .entry-summary h1.product_title,
body.single-product.se-steam-engine-site div.product .summary .product_title,
body.single-product.se-steam-engine-site div.product .summary h1.product_title,
body.single-product.se-steam-engine-site div.product .entry-summary .product_title,
body.single-product.se-steam-engine-site div.product .entry-summary h1.product_title {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  color: var(--se-black) !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.1 !important;
  letter-spacing: -.04em !important;
  text-align: left !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
}

body.se-steam-engine-site.single-product div.product .summary .price,
body.se-steam-engine-site.single-product div.product .summary p.price,
body.se-steam-engine-site.single-product div.product .entry-summary .price,
body.se-steam-engine-site.single-product div.product .entry-summary p.price,
body.single-product.se-steam-engine-site div.product .summary .price,
body.single-product.se-steam-engine-site div.product .summary p.price,
body.single-product.se-steam-engine-site div.product .entry-summary .price,
body.single-product.se-steam-engine-site div.product .entry-summary p.price {
  margin: 0 0 2px !important;
  padding: 0 !important;
  color: var(--se-black) !important;
  font-size: 20px !important;
  line-height: 1.35 !important;
  font-weight: 950 !important;
}

body.se-steam-engine-site.single-product div.product .summary .woocommerce-product-details__short-description,
body.se-steam-engine-site.single-product div.product .entry-summary .woocommerce-product-details__short-description,
body.single-product.se-steam-engine-site div.product .summary .woocommerce-product-details__short-description,
body.single-product.se-steam-engine-site div.product .entry-summary .woocommerce-product-details__short-description {
  width: 100% !important;
  max-width: 640px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #273447 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

body.se-steam-engine-site.single-product .se-product-trust,
body.single-product.se-steam-engine-site .se-product-trust {
  width: 100% !important;
  max-width: 640px !important;
  margin: 2px 0 8px !important;
  padding: 16px 18px !important;
  border-radius: 16px !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.single-product div.product .summary .stock,
body.se-steam-engine-site.single-product div.product .entry-summary .stock,
body.single-product.se-steam-engine-site div.product .summary .stock,
body.single-product.se-steam-engine-site div.product .entry-summary .stock {
  margin: 2px 0 0 !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
}

body.se-steam-engine-site.single-product div.product form.cart,
body.single-product.se-steam-engine-site div.product form.cart {
  width: 100% !important;
  max-width: 640px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  box-sizing: border-box !important;
}

body.se-steam-engine-site.single-product div.product form.cart .quantity,
body.single-product.se-steam-engine-site div.product form.cart .quantity {
  flex: 0 0 auto !important;
  margin: 0 !important;
}

body.se-steam-engine-site.single-product div.product form.cart .single_add_to_cart_button,
body.se-steam-engine-site.single-product div.product form.cart button[type="submit"],
body.single-product.se-steam-engine-site div.product form.cart .single_add_to_cart_button,
body.single-product.se-steam-engine-site div.product form.cart button[type="submit"] {
  flex: 0 1 auto !important;
  min-width: 210px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 30px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  text-align: center !important;
}

@media (max-width: 900px) {
  body.se-steam-engine-site.single-product div.product,
  body.single-product.se-steam-engine-site div.product,
  body.se-steam-engine-site.single-product .woocommerce div.product,
  body.single-product.se-steam-engine-site .woocommerce div.product {
    width: min(680px, calc(100vw - 24px)) !important;
    max-width: 680px !important;
    margin: 24px auto 60px !important;
    padding: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site.single-product div.product div.images,
  body.se-steam-engine-site.single-product div.product .images,
  body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery,
  body.se-steam-engine-site.single-product div.product div.summary,
  body.se-steam-engine-site.single-product div.product .summary,
  body.se-steam-engine-site.single-product div.product .entry-summary,
  body.single-product.se-steam-engine-site div.product div.images,
  body.single-product.se-steam-engine-site div.product .images,
  body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery,
  body.single-product.se-steam-engine-site div.product div.summary,
  body.single-product.se-steam-engine-site div.product .summary,
  body.single-product.se-steam-engine-site div.product .entry-summary {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
    clear: both !important;
  }

  body.se-steam-engine-site.single-product div.product div.summary,
  body.se-steam-engine-site.single-product div.product .summary,
  body.se-steam-engine-site.single-product div.product .entry-summary,
  body.single-product.se-steam-engine-site div.product div.summary,
  body.single-product.se-steam-engine-site div.product .summary,
  body.single-product.se-steam-engine-site div.product .entry-summary {
    padding-top: 24px !important;
  }

  body.se-steam-engine-site.single-product div.product .summary .product_title,
  body.se-steam-engine-site.single-product div.product .summary h1.product_title,
  body.se-steam-engine-site.single-product div.product .entry-summary .product_title,
  body.se-steam-engine-site.single-product div.product .entry-summary h1.product_title,
  body.single-product.se-steam-engine-site div.product .summary .product_title,
  body.single-product.se-steam-engine-site div.product .summary h1.product_title,
  body.single-product.se-steam-engine-site div.product .entry-summary .product_title,
  body.single-product.se-steam-engine-site div.product .entry-summary h1.product_title {
    font-size: clamp(28px, 8vw, 38px) !important;
  }

  body.se-steam-engine-site.single-product div.product form.cart,
  body.single-product.se-steam-engine-site div.product form.cart {
    max-width: 100% !important;
    gap: 12px !important;
  }
}

@media (max-width: 520px) {
  body.se-steam-engine-site.single-product div.product form.cart .single_add_to_cart_button,
  body.se-steam-engine-site.single-product div.product form.cart button[type="submit"],
  body.single-product.se-steam-engine-site div.product form.cart .single_add_to_cart_button,
  body.single-product.se-steam-engine-site div.product form.cart button[type="submit"] {
    width: 100% !important;
    min-width: 0 !important;
  }
}



/* v3.3 mobile shop spacing + two-column product grid fix */
@media (max-width: 980px) {
  body.se-steam-engine-site.woocommerce-shop .sesb-shop-layout,
  body.woocommerce-shop.se-steam-engine-site .sesb-shop-layout,
  body.se-steam-engine-site.tax-product_cat .sesb-shop-layout,
  body.tax-product_cat.se-steam-engine-site .sesb-shop-layout,
  body.se-steam-engine-site.tax-product_tag .sesb-shop-layout,
  body.tax-product_tag.se-steam-engine-site .sesb-shop-layout,
  body.se-steam-engine-site.post-type-archive-product .sesb-shop-layout,
  body.post-type-archive-product.se-steam-engine-site .sesb-shop-layout,
  body.se-steam-engine-site.archive.woocommerce .sesb-shop-layout,
  body.archive.woocommerce.se-steam-engine-site .sesb-shop-layout {
    width: min(100% - 18px, 760px) !important;
    max-width: 760px !important;
    margin: 12px auto 48px !important;
    padding: 0 !important;
    display: block !important;
    gap: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site.woocommerce-shop .woocommerce-products-header,
  body.woocommerce-shop.se-steam-engine-site .woocommerce-products-header,
  body.se-steam-engine-site.tax-product_cat .woocommerce-products-header,
  body.tax-product_cat.se-steam-engine-site .woocommerce-products-header,
  body.se-steam-engine-site.post-type-archive-product .woocommerce-products-header,
  body.post-type-archive-product.se-steam-engine-site .woocommerce-products-header,
  body.se-steam-engine-site.archive.woocommerce .woocommerce-products-header,
  body.archive.woocommerce.se-steam-engine-site .woocommerce-products-header {
    margin-bottom: 0 !important;
  }

  body.se-steam-engine-site .sesb-filter-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 15px !important;
    margin: 0 0 10px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    box-shadow: 0 10px 22px rgba(11,15,20,.14) !important;
  }

  body.se-steam-engine-site .sesb-filter-overlay {
    display: none !important;
  }

  body.se-steam-engine-site .sesb-filter-overlay.is-open {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 99997 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.se-steam-engine-site .sesb-shop-sidebar:not(.is-open) {
    display: none !important;
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body.se-steam-engine-site .sesb-shop-sidebar.is-open {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: min(88vw, 340px) !important;
    max-width: 340px !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: 100dvh !important;
    z-index: 99998 !important;
    margin: 0 !important;
    padding: 16px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    background: #fff !important;
    transform: none !important;
    box-shadow: 18px 0 42px rgba(11,15,20,.22) !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site .sesb-shop-sidebar.is-open .sesb-shop-sidebar-card {
    display: block !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    padding: 8px !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.se-steam-engine-site .sesb-shop-main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important;
    min-height: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site .sesb-shop-main > .woocommerce-result-count,
  body.se-steam-engine-site .sesb-shop-main > .woocommerce-ordering {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.se-steam-engine-site.woocommerce-shop ul.products,
  body.woocommerce-shop.se-steam-engine-site ul.products,
  body.se-steam-engine-site.tax-product_cat ul.products,
  body.tax-product_cat.se-steam-engine-site ul.products,
  body.se-steam-engine-site.tax-product_tag ul.products,
  body.tax-product_tag.se-steam-engine-site ul.products,
  body.se-steam-engine-site.post-type-archive-product ul.products,
  body.post-type-archive-product.se-steam-engine-site ul.products,
  body.se-steam-engine-site.archive.woocommerce ul.products,
  body.archive.woocommerce.se-steam-engine-site ul.products,
  body.se-steam-engine-site .sesb-shop-main ul.products,
  body.se-steam-engine-site .woocommerce .sesb-shop-main ul.products,
  body.se-steam-engine-site .woocommerce ul.products.products {
    clear: none !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site.woocommerce-shop ul.products::before,
  body.se-steam-engine-site.woocommerce-shop ul.products::after,
  body.se-steam-engine-site.tax-product_cat ul.products::before,
  body.se-steam-engine-site.tax-product_cat ul.products::after,
  body.se-steam-engine-site.post-type-archive-product ul.products::before,
  body.se-steam-engine-site.post-type-archive-product ul.products::after,
  body.se-steam-engine-site.archive.woocommerce ul.products::before,
  body.se-steam-engine-site.archive.woocommerce ul.products::after,
  body.se-steam-engine-site .sesb-shop-main ul.products::before,
  body.se-steam-engine-site .sesb-shop-main ul.products::after {
    content: none !important;
    display: none !important;
  }

  body.se-steam-engine-site.woocommerce-shop ul.products li.product,
  body.woocommerce-shop.se-steam-engine-site ul.products li.product,
  body.se-steam-engine-site.tax-product_cat ul.products li.product,
  body.tax-product_cat.se-steam-engine-site ul.products li.product,
  body.se-steam-engine-site.tax-product_tag ul.products li.product,
  body.tax-product_tag.se-steam-engine-site ul.products li.product,
  body.se-steam-engine-site.post-type-archive-product ul.products li.product,
  body.post-type-archive-product.se-steam-engine-site ul.products li.product,
  body.se-steam-engine-site.archive.woocommerce ul.products li.product,
  body.archive.woocommerce.se-steam-engine-site ul.products li.product,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product,
  body.se-steam-engine-site .woocommerce ul.products.products li.product {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site ul.products li.product .woocommerce-loop-product__link,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .woocommerce-loop-product__link {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site ul.products li.product img,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product img,
  body.se-steam-engine-site .woocommerce ul.products li.product a img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 0 8px !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site ul.products li.product .woocommerce-loop-product__title,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .woocommerce-loop-product__title {
    margin: 0 0 5px !important;
    padding: 0 !important;
    min-height: 0 !important;
    color: var(--se-black) !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  body.se-steam-engine-site ul.products li.product .price,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .price {
    display: block !important;
    margin: 0 0 5px !important;
    color: var(--se-black) !important;
    font-size: 11.5px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
  }

  body.se-steam-engine-site ul.products li.product .posted_in,
  body.se-steam-engine-site ul.products li.product .product-categories,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .posted_in,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .product-categories {
    display: block !important;
    margin: 0 0 7px !important;
    color: #4d5b6b !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: .01em !important;
    overflow-wrap: break-word !important;
  }

  body.se-steam-engine-site ul.products li.product .button,
  body.se-steam-engine-site ul.products li.product a.button,
  body.se-steam-engine-site ul.products li.product a.added_to_cart,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .button,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product a.button,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product a.added_to_cart {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 34px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 8px 7px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site ul.products li.product a.added_to_cart,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product a.added_to_cart {
    margin-top: 6px !important;
    background: var(--se-black) !important;
    color: #fff !important;
    text-decoration: none !important;
  }
}

@media (max-width: 380px) {
  body.se-steam-engine-site.woocommerce-shop ul.products,
  body.woocommerce-shop.se-steam-engine-site ul.products,
  body.se-steam-engine-site.tax-product_cat ul.products,
  body.tax-product_cat.se-steam-engine-site ul.products,
  body.se-steam-engine-site.tax-product_tag ul.products,
  body.tax-product_tag.se-steam-engine-site ul.products,
  body.se-steam-engine-site.post-type-archive-product ul.products,
  body.post-type-archive-product.se-steam-engine-site ul.products,
  body.se-steam-engine-site.archive.woocommerce ul.products,
  body.archive.woocommerce.se-steam-engine-site ul.products,
  body.se-steam-engine-site .sesb-shop-main ul.products,
  body.se-steam-engine-site .woocommerce .sesb-shop-main ul.products,
  body.se-steam-engine-site .woocommerce ul.products.products {
    gap: 12px 8px !important;
  }

  body.se-steam-engine-site ul.products li.product .woocommerce-loop-product__title,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .woocommerce-loop-product__title {
    font-size: 11.5px !important;
  }

  body.se-steam-engine-site ul.products li.product .button,
  body.se-steam-engine-site ul.products li.product a.button,
  body.se-steam-engine-site ul.products li.product a.added_to_cart,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .button,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product a.button,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product a.added_to_cart {
    min-height: 32px !important;
    padding: 7px 5px !important;
    font-size: 10.5px !important;
  }
}

/* v3.3 final shop mobile finish: compact two-column cards, no filter/top gap */
@media (max-width: 980px) {
  body.se-steam-engine-site.woocommerce-shop .sesb-shop-layout,
  body.woocommerce-shop.se-steam-engine-site .sesb-shop-layout,
  body.se-steam-engine-site.tax-product_cat .sesb-shop-layout,
  body.tax-product_cat.se-steam-engine-site .sesb-shop-layout,
  body.se-steam-engine-site.tax-product_tag .sesb-shop-layout,
  body.tax-product_tag.se-steam-engine-site .sesb-shop-layout,
  body.se-steam-engine-site.post-type-archive-product .sesb-shop-layout,
  body.post-type-archive-product.se-steam-engine-site .sesb-shop-layout,
  body.se-steam-engine-site.archive.woocommerce .sesb-shop-layout,
  body.archive.woocommerce.se-steam-engine-site .sesb-shop-layout {
    width: min(100% - 18px, 760px) !important;
    max-width: calc(100vw - 18px) !important;
    margin: 10px auto 46px !important;
    padding: 0 !important;
    display: block !important;
    gap: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site .sesb-filter-toggle {
    display: inline-flex !important;
    min-height: 38px !important;
    height: 38px !important;
    margin: 0 0 10px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }

  body.se-steam-engine-site .sesb-filter-overlay:not(.is-open),
  body.se-steam-engine-site .sesb-shop-sidebar:not(.is-open) {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }

  body.se-steam-engine-site .sesb-shop-sidebar.is-open {
    display: block !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: min(88vw, 340px) !important;
    max-width: 340px !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    z-index: 99998 !important;
    padding: 16px !important;
    background: #fff !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site .sesb-shop-main {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site .sesb-shop-main > .woocommerce-result-count,
  body.se-steam-engine-site .sesb-shop-main > .woocommerce-ordering,
  body.se-steam-engine-site.woocommerce-shop .woocommerce-result-count,
  body.woocommerce-shop.se-steam-engine-site .woocommerce-result-count,
  body.se-steam-engine-site.tax-product_cat .woocommerce-result-count,
  body.tax-product_cat.se-steam-engine-site .woocommerce-result-count,
  body.se-steam-engine-site.tax-product_tag .woocommerce-result-count,
  body.tax-product_tag.se-steam-engine-site .woocommerce-result-count,
  body.se-steam-engine-site.post-type-archive-product .woocommerce-result-count,
  body.post-type-archive-product.se-steam-engine-site .woocommerce-result-count,
  body.se-steam-engine-site.archive.woocommerce .woocommerce-result-count,
  body.archive.woocommerce.se-steam-engine-site .woocommerce-result-count,
  body.se-steam-engine-site.woocommerce-shop .woocommerce-ordering,
  body.woocommerce-shop.se-steam-engine-site .woocommerce-ordering,
  body.se-steam-engine-site.tax-product_cat .woocommerce-ordering,
  body.tax-product_cat.se-steam-engine-site .woocommerce-ordering,
  body.se-steam-engine-site.tax-product_tag .woocommerce-ordering,
  body.tax-product_tag.se-steam-engine-site .woocommerce-ordering,
  body.se-steam-engine-site.post-type-archive-product .woocommerce-ordering,
  body.post-type-archive-product.se-steam-engine-site .woocommerce-ordering,
  body.se-steam-engine-site.archive.woocommerce .woocommerce-ordering,
  body.archive.woocommerce.se-steam-engine-site .woocommerce-ordering {
    display: none !important;
    float: none !important;
    clear: both !important;
    width: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  body.se-steam-engine-site.woocommerce-shop ul.products,
  body.woocommerce-shop.se-steam-engine-site ul.products,
  body.se-steam-engine-site.tax-product_cat ul.products,
  body.tax-product_cat.se-steam-engine-site ul.products,
  body.se-steam-engine-site.tax-product_tag ul.products,
  body.tax-product_tag.se-steam-engine-site ul.products,
  body.se-steam-engine-site.post-type-archive-product ul.products,
  body.post-type-archive-product.se-steam-engine-site ul.products,
  body.se-steam-engine-site.archive.woocommerce ul.products,
  body.archive.woocommerce.se-steam-engine-site ul.products,
  body.se-steam-engine-site .sesb-shop-main ul.products,
  body.se-steam-engine-site .woocommerce .sesb-shop-main ul.products,
  body.se-steam-engine-site .woocommerce ul.products.products {
    clear: none !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
    align-items: start !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site.woocommerce-shop ul.products::before,
  body.se-steam-engine-site.woocommerce-shop ul.products::after,
  body.se-steam-engine-site.tax-product_cat ul.products::before,
  body.se-steam-engine-site.tax-product_cat ul.products::after,
  body.se-steam-engine-site.tax-product_tag ul.products::before,
  body.se-steam-engine-site.tax-product_tag ul.products::after,
  body.se-steam-engine-site.post-type-archive-product ul.products::before,
  body.se-steam-engine-site.post-type-archive-product ul.products::after,
  body.se-steam-engine-site.archive.woocommerce ul.products::before,
  body.se-steam-engine-site.archive.woocommerce ul.products::after,
  body.se-steam-engine-site .sesb-shop-main ul.products::before,
  body.se-steam-engine-site .sesb-shop-main ul.products::after {
    content: none !important;
    display: none !important;
  }

  body.se-steam-engine-site.woocommerce-shop ul.products li.product,
  body.woocommerce-shop.se-steam-engine-site ul.products li.product,
  body.se-steam-engine-site.tax-product_cat ul.products li.product,
  body.tax-product_cat.se-steam-engine-site ul.products li.product,
  body.se-steam-engine-site.tax-product_tag ul.products li.product,
  body.tax-product_tag.se-steam-engine-site ul.products li.product,
  body.se-steam-engine-site.post-type-archive-product ul.products li.product,
  body.post-type-archive-product.se-steam-engine-site ul.products li.product,
  body.se-steam-engine-site.archive.woocommerce ul.products li.product,
  body.archive.woocommerce.se-steam-engine-site ul.products li.product,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product,
  body.se-steam-engine-site .woocommerce ul.products.products li.product {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site ul.products li.product .woocommerce-loop-product__link,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .woocommerce-loop-product__link {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site ul.products li.product img,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product img,
  body.se-steam-engine-site .woocommerce ul.products li.product a img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 0 8px !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site ul.products li.product .woocommerce-loop-product__title,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .woocommerce-loop-product__title {
    margin: 0 0 5px !important;
    padding: 0 !important;
    min-height: 0 !important;
    color: var(--se-black) !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    letter-spacing: -.01em !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  body.se-steam-engine-site ul.products li.product .price,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .price {
    display: block !important;
    margin: 0 0 5px !important;
    color: var(--se-black) !important;
    font-size: 11.5px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    white-space: normal !important;
  }

  body.se-steam-engine-site ul.products li.product .posted_in,
  body.se-steam-engine-site ul.products li.product .product-categories,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .posted_in,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .product-categories {
    display: block !important;
    max-width: 100% !important;
    margin: 0 0 7px !important;
    color: #4d5b6b !important;
    font-size: 9.8px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: .01em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.se-steam-engine-site ul.products li.product .button,
  body.se-steam-engine-site ul.products li.product a.button,
  body.se-steam-engine-site ul.products li.product a.added_to_cart,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .button,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product a.button,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product a.added_to_cart {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 34px !important;
    height: auto !important;
    margin: auto 0 0 !important;
    padding: 8px 6px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 10.8px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 360px) {
  body.se-steam-engine-site ul.products li.product .posted_in,
  body.se-steam-engine-site ul.products li.product .product-categories,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .posted_in,
  body.se-steam-engine-site .sesb-shop-main ul.products li.product .product-categories {
    display: none !important;
  }
}

/* v3.4.0 mobile shop hard reset: removes closed filter gap and forces two compact product columns */
@media screen and (max-width: 1024px) {
  html body.se-steam-engine-site,
  html body.woocommerce-shop,
  html body.tax-product_cat,
  html body.tax-product_tag,
  html body.post-type-archive-product,
  html body.archive.woocommerce {
    overflow-x: hidden !important;
  }

  html body .sesb-shop-layout,
  html body.se-steam-engine-site .sesb-shop-layout,
  html body.woocommerce-shop .sesb-shop-layout,
  html body.tax-product_cat .sesb-shop-layout,
  html body.tax-product_tag .sesb-shop-layout,
  html body.post-type-archive-product .sesb-shop-layout,
  html body.archive.woocommerce .sesb-shop-layout {
    display: block !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
    gap: 0 !important;
    width: min(100% - 22px, 760px) !important;
    max-width: calc(100vw - 22px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 8px auto 44px !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  html body .sesb-filter-toggle,
  html body .sesb-shop-layout > .sesb-filter-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: max-content !important;
    min-width: 0 !important;
    height: 38px !important;
    min-height: 38px !important;
    margin: 0 0 10px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    box-sizing: border-box !important;
  }

  html body .sesb-filter-overlay:not(.is-open),
  html body .sesb-shop-layout > .sesb-filter-overlay:not(.is-open) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body .sesb-shop-sidebar:not(.is-open),
  html body [data-sesb-filter-panel]:not(.is-open),
  html body .sesb-shop-layout > .sesb-shop-sidebar:not(.is-open),
  html body .sesb-shop-layout > [data-sesb-filter-panel]:not(.is-open) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: fixed !important;
    top: 0 !important;
    left: -9999px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: -1 !important;
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    flex: 0 0 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  html body .sesb-shop-sidebar:not(.is-open) *,
  html body [data-sesb-filter-panel]:not(.is-open) * {
    display: none !important;
  }

  html body .sesb-shop-sidebar.is-open,
  html body [data-sesb-filter-panel].is-open,
  html body .sesb-shop-layout > .sesb-shop-sidebar.is-open,
  html body .sesb-shop-layout > [data-sesb-filter-panel].is-open {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    z-index: 99998 !important;
    width: min(88vw, 340px) !important;
    max-width: 340px !important;
    min-width: 0 !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    padding: 16px !important;
    background: #fff !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    transform: none !important;
    box-shadow: 18px 0 42px rgba(11,15,20,.22) !important;
    box-sizing: border-box !important;
  }

  html body .sesb-shop-main,
  html body .sesb-shop-layout > .sesb-shop-main {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    flex: 0 0 100% !important;
    grid-column: 1 / -1 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  html body .sesb-shop-main > .woocommerce-result-count,
  html body .sesb-shop-main > .woocommerce-ordering,
  html body.woocommerce-shop .woocommerce-result-count,
  html body.tax-product_cat .woocommerce-result-count,
  html body.tax-product_tag .woocommerce-result-count,
  html body.post-type-archive-product .woocommerce-result-count,
  html body.archive.woocommerce .woocommerce-result-count,
  html body.woocommerce-shop .woocommerce-ordering,
  html body.tax-product_cat .woocommerce-ordering,
  html body.tax-product_tag .woocommerce-ordering,
  html body.post-type-archive-product .woocommerce-ordering,
  html body.archive.woocommerce .woocommerce-ordering {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  html body .sesb-shop-main ul.products,
  html body .woocommerce .sesb-shop-main ul.products,
  html body.woocommerce-shop ul.products,
  html body.tax-product_cat ul.products,
  html body.tax-product_tag ul.products,
  html body.post-type-archive-product ul.products,
  html body.archive.woocommerce ul.products,
  html body .woocommerce ul.products.products,
  html body.woocommerce ul.products.products,
  html body.woocommerce-page ul.products.products {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 13px 10px !important;
    clear: none !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    align-items: start !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html body .sesb-shop-main ul.products::before,
  html body .sesb-shop-main ul.products::after,
  html body .woocommerce ul.products::before,
  html body .woocommerce ul.products::after {
    content: none !important;
    display: none !important;
  }

  html body .sesb-shop-main ul.products li.product,
  html body .woocommerce .sesb-shop-main ul.products li.product,
  html body .woocommerce ul.products li.product,
  html body.woocommerce ul.products li.product,
  html body.woocommerce-page ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html body .woocommerce ul.products li.product .woocommerce-loop-product__link,
  html body .sesb-shop-main ul.products li.product .woocommerce-loop-product__link {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }

  html body .woocommerce ul.products li.product img,
  html body .woocommerce ul.products li.product a img,
  html body .sesb-shop-main ul.products li.product img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: clamp(128px, 42vw, 210px) !important;
    max-height: 210px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    background: #f7f8fa !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
  }

  html body .woocommerce ul.products li.product .woocommerce-loop-product__title,
  html body .woocommerce ul.products li.product h2,
  html body .woocommerce ul.products li.product h3,
  html body .sesb-shop-main ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: 34px !important;
    color: #0B0F14 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    letter-spacing: -.01em !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    box-sizing: border-box !important;
  }

  html body .woocommerce ul.products li.product .price,
  html body .sesb-shop-main ul.products li.product .price {
    display: block !important;
    margin: 0 0 5px !important;
    color: #0B0F14 !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    white-space: normal !important;
  }

  html body .woocommerce ul.products li.product .posted_in,
  html body .woocommerce ul.products li.product .product-categories,
  html body .sesb-shop-main ul.products li.product .posted_in,
  html body .sesb-shop-main ul.products li.product .product-categories {
    display: block !important;
    max-width: 100% !important;
    margin: 0 0 7px !important;
    color: #4d5b6b !important;
    font-size: 9.2px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: .01em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body .woocommerce ul.products li.product .button,
  html body .woocommerce ul.products li.product a.button,
  html body .woocommerce ul.products li.product a.added_to_cart,
  html body .sesb-shop-main ul.products li.product .button,
  html body .sesb-shop-main ul.products li.product a.button,
  html body .sesb-shop-main ul.products li.product a.added_to_cart {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 32px !important;
    height: auto !important;
    margin: auto 0 0 !important;
    padding: 7px 5px !important;
    border-radius: 999px !important;
    font-size: 10.5px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }

  html body .woocommerce ul.products li.product a.added_to_cart {
    margin-top: 6px !important;
  }
}


/* v3.5.0 mobile cart cards + compact home hero + aligned mobile shop cards */
@media screen and (max-width: 1024px) {
  html body.se-steam-engine-site .sesb-shop-main ul.products,
  html body.se-steam-engine-site .woocommerce .sesb-shop-main ul.products,
  html body.se-steam-engine-site.woocommerce-shop ul.products,
  html body.se-steam-engine-site.tax-product_cat ul.products,
  html body.se-steam-engine-site.post-type-archive-product ul.products,
  html body.se-steam-engine-site.archive.woocommerce ul.products,
  html body.se-steam-engine-site .woocommerce ul.products.products {
    align-items: stretch !important;
    grid-auto-rows: 1fr !important;
  }

  html body.se-steam-engine-site .sesb-shop-main ul.products li.product,
  html body.se-steam-engine-site .woocommerce ul.products li.product,
  html body.se-steam-engine-site.woocommerce ul.products li.product,
  html body.se-steam-engine-site.woocommerce-page ul.products li.product {
    height: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }

  html body.se-steam-engine-site .woocommerce ul.products li.product .woocommerce-loop-product__link,
  html body.se-steam-engine-site .sesb-shop-main ul.products li.product .woocommerce-loop-product__link {
    flex: 0 0 auto !important;
  }

  html body.se-steam-engine-site .woocommerce ul.products li.product .woocommerce-loop-product__title,
  html body.se-steam-engine-site .woocommerce ul.products li.product h2,
  html body.se-steam-engine-site .woocommerce ul.products li.product h3,
  html body.se-steam-engine-site .sesb-shop-main ul.products li.product .woocommerce-loop-product__title {
    min-height: 34px !important;
    max-height: 34px !important;
  }

  html body.se-steam-engine-site .woocommerce ul.products li.product .price,
  html body.se-steam-engine-site .sesb-shop-main ul.products li.product .price {
    min-height: 16px !important;
  }

  html body.se-steam-engine-site .woocommerce ul.products li.product .posted_in,
  html body.se-steam-engine-site .woocommerce ul.products li.product .product-categories,
  html body.se-steam-engine-site .sesb-shop-main ul.products li.product .posted_in,
  html body.se-steam-engine-site .sesb-shop-main ul.products li.product .product-categories {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    min-height: 24px !important;
    max-height: 24px !important;
    margin-bottom: 8px !important;
  }

  html body.se-steam-engine-site .woocommerce ul.products li.product .button,
  html body.se-steam-engine-site .woocommerce ul.products li.product a.button,
  html body.se-steam-engine-site .woocommerce ul.products li.product a.added_to_cart,
  html body.se-steam-engine-site .sesb-shop-main ul.products li.product .button,
  html body.se-steam-engine-site .sesb-shop-main ul.products li.product a.button,
  html body.se-steam-engine-site .sesb-shop-main ul.products li.product a.added_to_cart {
    margin-top: auto !important;
  }
}

@media screen and (max-width: 760px) {
  html body.se-steam-engine-site,
  html body.se-steam-engine-site.woocommerce-cart,
  html body.se-steam-engine-site.woocommerce-cart .site-main,
  html body.se-steam-engine-site.woocommerce-cart .woocommerce,
  html body.se-steam-engine-site.woocommerce-cart .entry-content {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  html body.se-steam-engine-site .se-site > .se-hero:first-child {
    width: min(100% - 20px, 1240px) !important;
    margin: 10px auto 0 !important;
    padding: 22px 0 20px !important;
    border-radius: 18px !important;
    min-height: 0 !important;
    box-shadow: 0 14px 36px rgba(11,15,20,.12) !important;
  }

  html body.se-steam-engine-site .se-site > .se-hero:first-child .se-hero-grid {
    display: block !important;
    min-height: 0 !important;
  }

  html body.se-steam-engine-site .se-site > .se-hero:first-child .se-eyebrow {
    margin: 0 0 9px !important;
    padding: 6px 9px !important;
    font-size: 10px !important;
    line-height: 1 !important;
  }

  html body.se-steam-engine-site .se-site > .se-hero:first-child .se-title {
    margin: 0 0 9px !important;
    font-size: clamp(27px, 8vw, 36px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.045em !important;
  }

  html body.se-steam-engine-site .se-site > .se-hero:first-child .se-subtitle {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 0 0 12px !important;
    max-width: 100% !important;
    font-size: 13.5px !important;
    line-height: 1.45 !important;
  }

  html body.se-steam-engine-site .se-site > .se-hero:first-child .se-btn-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: stretch !important;
    flex-direction: unset !important;
  }

  html body.se-steam-engine-site .se-site > .se-hero:first-child .se-btn {
    width: 100% !important;
    min-height: 39px !important;
    padding: 8px 9px !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    border-radius: 999px !important;
  }

  html body.se-steam-engine-site .se-site > .se-hero:first-child .se-btn-outline {
    grid-column: 1 / -1 !important;
  }

  html body.se-steam-engine-site .se-site > .se-hero:first-child .se-trust-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin-top: 12px !important;
  }

  html body.se-steam-engine-site .se-site > .se-hero:first-child .se-trust {
    min-height: 0 !important;
    padding: 8px 5px !important;
    border-radius: 11px !important;
    font-size: 10px !important;
    line-height: 1.18 !important;
    text-align: center !important;
  }

  html body.se-steam-engine-site .se-site > .se-hero:first-child .se-logo-panel {
    display: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .entry-content,
  html body.woocommerce-cart.se-steam-engine-site .entry-content {
    width: min(100% - 22px, 760px) !important;
    max-width: calc(100vw - 22px) !important;
    padding-top: 22px !important;
    padding-bottom: 44px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .woocommerce,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce-cart-form {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form table.shop_table.cart,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce-cart-form table.shop_table.cart,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart thead,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart thead,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart colgroup,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart colgroup {
    display: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tbody,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tbody {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tbody tr.cart_item,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tbody tr.cart_item {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) 42px !important;
    grid-template-areas:
      "thumb name remove"
      "thumb price remove"
      "qty qty qty"
      "subtotal subtotal subtotal" !important;
    gap: 8px 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 14px !important;
    padding: 14px !important;
    border: 1px solid rgba(11,15,20,.10) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(11,15,20,.07) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tbody tr.cart_item td,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tbody tr.cart_item td {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
    vertical-align: top !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tbody tr.cart_item td::before,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tbody tr.cart_item td::before {
    display: none !important;
    content: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-thumbnail {
    grid-area: thumb !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-thumbnail a,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-thumbnail a {
    display: block !important;
    width: 76px !important;
    height: 76px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart img,
  html body.woocommerce-cart.se-steam-engine-site table.cart img,
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-thumbnail img,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-thumbnail img {
    display: block !important;
    width: 76px !important;
    height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 14px !important;
    border: 1px solid rgba(11,15,20,.08) !important;
    background: #F7F3EA !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-name {
    grid-area: name !important;
    align-self: start !important;
    padding-top: 2px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-name a,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-name a {
    display: block !important;
    color: var(--se-black) !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    font-weight: 950 !important;
    letter-spacing: -.02em !important;
    text-decoration: none !important;
    overflow-wrap: anywhere !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-price {
    grid-area: price !important;
    color: #263142 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 850 !important;
    white-space: normal !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-remove,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-remove {
    grid-area: remove !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    width: 42px !important;
    min-width: 42px !important;
    text-align: right !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-remove a.remove,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-remove a.remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: #F3F6F9 !important;
    color: #344255 !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-remove a.remove::before,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-remove a.remove::before {
    content: "🗑" !important;
    display: block !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-quantity {
    grid-area: qty !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-top: 6px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(11,15,20,.08) !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity::before,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-quantity::before {
    content: "Quantity" !important;
    display: block !important;
    color: #697386 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity .quantity,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-quantity .quantity,
  html body.se-steam-engine-site .quantity.se-quantity-ready {
    inline-size: 132px !important;
    width: 132px !important;
    min-inline-size: 132px !important;
    min-width: 132px !important;
    block-size: 48px !important;
    height: 48px !important;
    min-block-size: 48px !important;
    min-height: 48px !important;
    grid-template-columns: 42px 48px 42px !important;
    grid-template-rows: 48px !important;
    border: 1.5px solid rgba(11,15,20,.16) !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(11,15,20,.06) !important;
  }

  html body.se-steam-engine-site .quantity input.qty,
  html body.se-steam-engine-site .quantity .qty,
  html body.se-steam-engine-site.woocommerce-cart table.cart .quantity input.qty,
  html body.se-steam-engine-site.woocommerce-cart table.cart .quantity .qty,
  html body.woocommerce-cart.se-steam-engine-site table.cart .quantity input.qty,
  html body.woocommerce-cart.se-steam-engine-site table.cart .quantity .qty {
    inline-size: 48px !important;
    width: 48px !important;
    min-inline-size: 48px !important;
    min-width: 48px !important;
    max-inline-size: 48px !important;
    max-width: 48px !important;
    block-size: 46px !important;
    height: 46px !important;
    min-block-size: 46px !important;
    min-height: 46px !important;
    max-block-size: 46px !important;
    max-height: 46px !important;
    font-size: 17px !important;
    line-height: 46px !important;
    font-weight: 950 !important;
  }

  html body.se-steam-engine-site .quantity .plus,
  html body.se-steam-engine-site .quantity .minus,
  html body.se-steam-engine-site .quantity .ct-increase,
  html body.se-steam-engine-site .quantity .ct-decrease,
  html body.se-steam-engine-site .quantity .se-qty-btn,
  html body.se-steam-engine-site .quantity [class*="increase"],
  html body.se-steam-engine-site .quantity [class*="decrease"] {
    inline-size: 42px !important;
    width: 42px !important;
    min-inline-size: 42px !important;
    min-width: 42px !important;
    max-inline-size: 42px !important;
    max-width: 42px !important;
    block-size: 46px !important;
    height: 46px !important;
    min-block-size: 46px !important;
    min-height: 46px !important;
    max-block-size: 46px !important;
    max-height: 46px !important;
    color: #0B0F14 !important;
    background: transparent !important;
    opacity: 1 !important;
  }

  html body.se-steam-engine-site .quantity .minus::before,
  html body.se-steam-engine-site .quantity .ct-decrease::before,
  html body.se-steam-engine-site .quantity .se-qty-minus::before,
  html body.se-steam-engine-site .quantity [class*="decrease"]::before,
  html body.se-steam-engine-site .quantity .plus::before,
  html body.se-steam-engine-site .quantity .ct-increase::before,
  html body.se-steam-engine-site .quantity .se-qty-plus::before,
  html body.se-steam-engine-site .quantity [class*="increase"]::before {
    display: block !important;
    color: #0B0F14 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-subtotal {
    grid-area: subtotal !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(11,15,20,.08) !important;
    color: var(--se-black) !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
    text-align: right !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-subtotal::before,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-subtotal::before {
    content: "Subtotal" !important;
    display: block !important;
    color: #697386 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tbody tr:not(.cart_item),
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tbody tr:not(.cart_item) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.actions,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.actions {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.actions .coupon,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.actions .coupon {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 10px !important;
    float: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.actions .coupon .input-text,
  html body.se-steam-engine-site.woocommerce-cart table.cart td.actions .coupon .button,
  html body.se-steam-engine-site.woocommerce-cart table.cart td.actions .button,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.actions .coupon .input-text,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.actions .coupon .button,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.actions .button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 46px !important;
    float: none !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart-collaterals,
  html body.woocommerce-cart.se-steam-engine-site .cart-collaterals {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
    overflow: visible !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart-collaterals .cart_totals,
  html body.woocommerce-cart.se-steam-engine-site .cart-collaterals .cart_totals {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 16px !important;
    border-radius: 20px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table {
    display: table !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: auto !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tbody,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tbody {
    display: table-row-group !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr {
    display: table-row !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table th,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table td,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table th,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table td {
    display: table-cell !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 14px 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  html body.woocommerce-cart.se-steam-engine-site .wc-proceed-to-checkout a.checkout-button {
    width: 100% !important;
    min-height: 52px !important;
  }
}

@media screen and (max-width: 390px) {
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tbody tr.cart_item,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tbody tr.cart_item {
    grid-template-columns: 66px minmax(0, 1fr) 38px !important;
    gap: 8px 10px !important;
    padding: 12px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-thumbnail a,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-thumbnail a,
  html body.se-steam-engine-site.woocommerce-cart table.cart img,
  html body.woocommerce-cart.se-steam-engine-site table.cart img,
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-thumbnail img,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-thumbnail img {
    width: 66px !important;
    height: 66px !important;
    max-width: 66px !important;
    max-height: 66px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-name a,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-name a {
    font-size: 14px !important;
  }
}

/* v3.5.0 cart mobile label specificity reinforcement */
@media screen and (max-width: 760px) {
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-quantity::before,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tbody tr.cart_item td.product-quantity::before {
    content: "Quantity" !important;
    display: block !important;
    color: #697386 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tbody tr.cart_item td.product-subtotal::before,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tbody tr.cart_item td.product-subtotal::before {
    content: "Subtotal" !important;
    display: block !important;
    color: #697386 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
  }
}


/* v3.5.1 mobile cart compact row sizing */
@media screen and (max-width: 760px) {
  html body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form table.shop_table.cart,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce-cart-form table.shop_table.cart,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart {
    display: table !important;
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: fixed !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tbody tr.cart_item,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tbody tr.cart_item {
    display: grid !important;
    grid-template-columns: 30px 74px minmax(0, 1fr) 116px !important;
    grid-template-areas: "remove thumb name qty" "remove thumb subtotal qty" !important;
    align-items: center !important;
    gap: 6px 10px !important;
    margin: 0 !important;
    padding: 14px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(11,15,20,.10) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tbody tr.cart_item:first-child,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tbody tr.cart_item:first-child {
    border-top: 1px solid rgba(11,15,20,.10) !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tbody tr.cart_item td,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tbody tr.cart_item td {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tbody tr.cart_item td::before,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tbody tr.cart_item td::before {
    display: none !important;
    content: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-remove,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-remove { grid-area: remove !important; display:flex !important; justify-content:flex-start !important; align-items:flex-start !important; width:30px !important; min-width:30px !important; padding-top:4px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-remove a.remove,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-remove a.remove { width:28px !important; height:28px !important; min-width:28px !important; min-height:28px !important; border-radius:999px !important; font-size:20px !important; line-height:26px !important; background:#F3F6F9 !important; color:#5B6676 !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-remove a.remove::before,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-remove a.remove::before { content:none !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-thumbnail { grid-area:thumb !important; display:flex !important; align-items:center !important; justify-content:center !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-thumbnail a,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-thumbnail a,
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-thumbnail img,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-thumbnail img,
  html body.se-steam-engine-site.woocommerce-cart table.cart img,
  html body.woocommerce-cart.se-steam-engine-site table.cart img { width:74px !important; height:74px !important; max-width:74px !important; max-height:74px !important; object-fit:contain !important; border-radius:14px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-name { grid-area:name !important; align-self:end !important; padding-top:2px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-name a,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-name a { display:block !important; font-size:14px !important; line-height:1.25 !important; font-weight:900 !important; letter-spacing:-.02em !important; overflow-wrap:anywhere !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-price { display:none !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-subtotal { grid-area:subtotal !important; display:block !important; padding-top:0 !important; border-top:0 !important; color:#263142 !important; font-size:13px !important; line-height:1.25 !important; font-weight:850 !important; text-align:left !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-quantity { grid-area:qty !important; display:flex !important; justify-content:flex-end !important; align-items:center !important; margin:0 !important; padding:0 !important; border-top:0 !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity::before,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-quantity::before,
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-subtotal::before,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-subtotal::before { display:none !important; content:none !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity .quantity,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-quantity .quantity,
  html body.se-steam-engine-site .quantity.se-quantity-ready { width:108px !important; min-width:108px !important; inline-size:108px !important; height:42px !important; min-height:42px !important; block-size:42px !important; grid-template-columns:32px 44px 32px !important; grid-template-rows:42px !important; border-radius:12px !important; box-shadow:none !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity .quantity input.qty,
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity .quantity .qty,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-quantity .quantity input.qty,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-quantity .quantity .qty { width:44px !important; min-width:44px !important; max-width:44px !important; height:40px !important; min-height:40px !important; line-height:40px !important; font-size:16px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity .quantity .plus,
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity .quantity .minus,
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity .quantity .ct-increase,
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity .quantity .ct-decrease,
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity .quantity .se-qty-btn,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-quantity .quantity .plus,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-quantity .quantity .minus,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-quantity .quantity .ct-increase,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-quantity .quantity .ct-decrease,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-quantity .quantity .se-qty-btn { width:32px !important; min-width:32px !important; max-width:32px !important; height:40px !important; min-height:40px !important; }
}

@media screen and (max-width: 390px) {
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tbody tr.cart_item,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tbody tr.cart_item { grid-template-columns: 26px 64px minmax(0, 1fr) 104px !important; gap: 6px 8px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-thumbnail a,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-thumbnail a,
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-thumbnail img,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-thumbnail img,
  html body.se-steam-engine-site.woocommerce-cart table.cart img,
  html body.woocommerce-cart.se-steam-engine-site table.cart img { width:64px !important; height:64px !important; max-width:64px !important; max-height:64px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-name a,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-name a { font-size:13px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.cart td.product-quantity .quantity,
  html body.woocommerce-cart.se-steam-engine-site table.cart td.product-quantity .quantity { width:100px !important; min-width:100px !important; inline-size:100px !important; }
}


/* v3.6.0 Steam Engine catalogue theme refresh */
body.se-steam-engine-site {
  --se-black: #121212;
  --se-panel: #171717;
  --se-panel-2: #242424;
  --se-gold: #B7A06A;
  --se-red: #E1261C;
  --se-cream: #F7F6F3;
  --se-text: #23262D;
  --se-muted: #68717D;
  --se-border: #E6E0DC;
  background: #fff !important;
}

body.se-steam-engine-site .se-custom-header-wrap {
  background: #fff !important;
  border-bottom: 1px solid rgba(18,18,18,.08) !important;
  box-shadow: 0 12px 32px rgba(18,18,18,.04) !important;
}
body.se-steam-engine-site .se-topbar {
  background: #121212 !important;
  color: rgba(255,255,255,.88) !important;
  border: 0 !important;
}
body.se-steam-engine-site .se-topbar-left span,
body.se-steam-engine-site .se-topbar-right a { color: rgba(255,255,255,.88) !important; }
body.se-steam-engine-site .se-main-header { background: #fff !important; }
body.se-steam-engine-site .se-main-header-inner {
  grid-template-columns: 225px minmax(280px, 1fr) auto !important;
  min-height: 82px !important;
}
body.se-steam-engine-site .se-header-logo-img,
body.se-steam-engine-site .se-footer .se-header-logo-img,
body.se-steam-engine-site .se-checkout-logo .se-header-logo-img {
  max-width: 218px !important;
  max-height: 58px !important;
  object-fit: contain !important;
}
body.se-steam-engine-site .se-header-search {
  height: 48px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(18,18,18,.12) !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(18,18,18,.05) !important;
}
body.se-steam-engine-site .se-header-search input[type="search"] {
  padding-inline: 18px !important;
  font-size: 14px !important;
}
body.se-steam-engine-site .se-header-search button {
  width: 58px !important;
  border-left: 1px solid rgba(18,18,18,.08) !important;
  background: #121212 !important;
  color: #fff !important;
  font-size: 24px !important;
}
body.se-steam-engine-site .se-header-search button:hover { background: var(--se-red) !important; }
body.se-steam-engine-site .se-head-action {
  border-radius: 999px !important;
  color: #121212 !important;
}
body.se-steam-engine-site .se-head-action:hover {
  background: #F2F0EB !important;
}
body.se-steam-engine-site .se-cart-count { background: var(--se-red) !important; }
body.se-steam-engine-site .se-menu-strip {
  background: #FAF9F6 !important;
  border-top: 1px solid rgba(18,18,18,.06) !important;
}
body.se-steam-engine-site .se-menu-strip-inner {
  justify-content: center !important;
}
body.se-steam-engine-site .se-menu-links {
  justify-content: center !important;
}
body.se-steam-engine-site .se-menu-links a {
  border-radius: 999px !important;
  color: #2F343B !important;
  font-weight: 850 !important;
}
body.se-steam-engine-site .se-menu-links a:hover {
  background: #121212 !important;
  color: #fff !important;
}

body.se-steam-engine-site .se-catalog-home .se-section { padding: 58px 0 !important; }
body.se-steam-engine-site .se-catalog-hero {
  color: #121212 !important;
  background:
    radial-gradient(circle at 10% 15%, rgba(225,38,28,.08), transparent 26%),
    radial-gradient(circle at 90% 4%, rgba(183,160,106,.16), transparent 26%),
    linear-gradient(180deg, #fff 0%, #F7F6F3 100%) !important;
  padding: 46px 0 42px !important;
  border-bottom: 1px solid rgba(18,18,18,.08) !important;
}
body.se-steam-engine-site .se-catalog-hero:before { display: none !important; }
body.se-steam-engine-site .se-catalog-hero-grid {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px) !important;
  gap: 34px !important;
  align-items: center !important;
}
body.se-steam-engine-site .se-catalog-hero .se-title {
  color: #121212 !important;
  max-width: 720px !important;
  margin-bottom: 14px !important;
  font-size: clamp(38px, 5vw, 68px) !important;
  line-height: .98 !important;
}
body.se-steam-engine-site .se-catalog-hero .se-subtitle {
  color: #626A74 !important;
  max-width: 720px !important;
  margin-bottom: 18px !important;
  font-size: clamp(16px, 1.8vw, 20px) !important;
  line-height: 1.6 !important;
}
body.se-steam-engine-site .se-eyebrow {
  background: rgba(225,38,28,.08) !important;
  color: #A51B16 !important;
}
body.se-steam-engine-site .se-catalog-search {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  width: min(680px, 100%) !important;
  min-height: 58px !important;
  margin: 0 0 14px !important;
  padding: 6px !important;
  border: 1px solid rgba(18,18,18,.12) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(18,18,18,.08) !important;
}
body.se-steam-engine-site .se-catalog-search input[type="search"] {
  width: 100% !important;
  min-width: 0 !important;
  height: 46px !important;
  padding: 0 16px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #121212 !important;
}
body.se-steam-engine-site .se-catalog-search button {
  height: 46px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #121212 !important;
  color: #fff !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}
body.se-steam-engine-site .se-catalog-search button:hover { background: var(--se-red) !important; }
body.se-steam-engine-site .se-catalog-actions { margin-top: 8px !important; }
body.se-steam-engine-site .se-catalog-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 16px !important;
}
body.se-steam-engine-site .se-catalog-pills span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid rgba(18,18,18,.08) !important;
  color: #333942 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}
body.se-steam-engine-site .se-catalog-logo-card {
  border-radius: 30px !important;
  padding: 16px !important;
  background: linear-gradient(160deg, #151515 0%, #242424 62%, #3B1B18 100%) !important;
  box-shadow: 0 28px 72px rgba(18,18,18,.24) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}
body.se-steam-engine-site .se-catalog-logo-frame {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 260px !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: #2A2A2A !important;
}
body.se-steam-engine-site .se-catalog-logo-frame .se-brand-logo {
  width: 100% !important;
  height: 100% !important;
  min-height: 260px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}
body.se-steam-engine-site .se-catalog-mini-stats {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 12px !important;
}
body.se-steam-engine-site .se-catalog-mini-stats div {
  border-radius: 16px !important;
  padding: 14px !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.11) !important;
}
body.se-steam-engine-site .se-catalog-mini-stats strong {
  display: block !important;
  color: #fff !important;
  font-size: 19px !important;
  font-weight: 950 !important;
}
body.se-steam-engine-site .se-catalog-mini-stats span {
  display: block !important;
  color: #D6D2C7 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  margin-top: 3px !important;
}
body.se-steam-engine-site .se-heading-left {
  text-align: left !important;
  margin-bottom: 24px !important;
}
body.se-steam-engine-site .se-heading-left h2,
body.se-steam-engine-site .se-heading-left p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.se-steam-engine-site .se-cat-card {
  min-height: 118px !important;
  border-radius: 20px !important;
  background: #fff !important;
}
body.se-steam-engine-site .se-cat-card:before {
  background: rgba(225,38,28,.08) !important;
}
body.se-steam-engine-site .se-cat-card span { color: var(--se-red) !important; }
body.se-steam-engine-site .se-products-wrap ul.products li.product,
body.se-steam-engine-site .woocommerce ul.products li.product {
  border-color: rgba(18,18,18,.08) !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 24px rgba(18,18,18,.05) !important;
}
body.se-steam-engine-site .woocommerce ul.products li.product .button,
body.se-steam-engine-site .woocommerce ul.products li.product a.button,
body.se-steam-engine-site .woocommerce a.button,
body.se-steam-engine-site .woocommerce button.button,
body.se-steam-engine-site .woocommerce input.button {
  background: #121212 !important;
  border-radius: 999px !important;
}
body.se-steam-engine-site .woocommerce ul.products li.product .button:hover,
body.se-steam-engine-site .woocommerce a.button:hover,
body.se-steam-engine-site .woocommerce button.button:hover,
body.se-steam-engine-site .woocommerce input.button:hover {
  background: var(--se-red) !important;
  color: #fff !important;
}
body.se-steam-engine-site .se-catalog-more-row {
  display: flex !important;
  justify-content: center !important;
  margin-top: 24px !important;
}
body.se-steam-engine-site .se-catalog-help-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}
body.se-steam-engine-site .se-help-card {
  min-height: 190px !important;
}
body.se-steam-engine-site .se-help-card .se-check {
  margin-bottom: 16px !important;
  background: rgba(225,38,28,.10) !important;
  color: var(--se-red) !important;
}
body.se-steam-engine-site .se-catalog-cta {
  background: linear-gradient(135deg, #121212 0%, #292929 58%, #781B16 100%) !important;
}
body.se-steam-engine-site .se-btn-primary {
  background: linear-gradient(135deg, var(--se-red), #A91713) !important;
  box-shadow: 0 16px 34px rgba(225,38,28,.20) !important;
}
body.se-steam-engine-site .se-btn-dark { background: #121212 !important; }
body.se-steam-engine-site .se-btn-outline {
  color: #121212 !important;
  border-color: rgba(18,18,18,.12) !important;
  background: #fff !important;
}
body.se-steam-engine-site .se-catalog-cta .se-btn-outline {
  color: #fff !important;
  border-color: rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.08) !important;
}

@media (max-width: 900px) {
  body.se-steam-engine-site .se-main-header-inner {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 12px 0 !important;
  }
  body.se-steam-engine-site .se-header-logo {
    justify-content: center !important;
    margin: 0 auto !important;
  }
  body.se-steam-engine-site .se-header-logo-img {
    max-height: 48px !important;
    max-width: 190px !important;
  }
  body.se-steam-engine-site .se-header-actions { justify-content: center !important; }
  body.se-steam-engine-site .se-catalog-hero { padding: 26px 0 28px !important; }
  body.se-steam-engine-site .se-catalog-hero-grid { grid-template-columns: 1fr !important; gap: 18px !important; }
  body.se-steam-engine-site .se-catalog-hero .se-title { font-size: clamp(31px, 8.2vw, 46px) !important; }
  body.se-steam-engine-site .se-catalog-logo-card { display: none !important; }
  body.se-steam-engine-site .se-catalog-search { grid-template-columns: 1fr !important; border-radius: 22px !important; padding: 8px !important; }
  body.se-steam-engine-site .se-catalog-search button { width: 100% !important; margin-top: 6px !important; }
  body.se-steam-engine-site .se-catalog-pills { display: grid !important; grid-template-columns: 1fr 1fr !important; }
  body.se-steam-engine-site .se-catalog-pills span:last-child { grid-column: 1 / -1 !important; }
  body.se-steam-engine-site .se-catalog-help-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 520px) {
  body.se-steam-engine-site .se-catalog-home .se-section { padding: 40px 0 !important; }
  body.se-steam-engine-site .se-catalog-hero .se-subtitle { font-size: 14px !important; }
  body.se-steam-engine-site .se-catalog-actions .se-btn { width: 100% !important; }
  body.se-steam-engine-site .se-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  body.se-steam-engine-site .se-cat-card { min-height: 105px !important; padding: 14px !important; }
  body.se-steam-engine-site .se-cat-card h3 { font-size: 15px !important; }
}


/* v3.6.1 transparent logo + wider catalogue container + block-theme cleanup */
body.se-steam-engine-site {
  overflow-x: clip !important;
}

/* Hide the active block/theme header/footer so only the custom Steam Engine header/footer shows. */
body.se-steam-engine-site .wp-site-blocks > header,
body.se-steam-engine-site header.wp-block-template-part,
body.se-steam-engine-site .wp-site-blocks > footer,
body.se-steam-engine-site footer.wp-block-template-part,
body.se-steam-engine-site .site-header:not(.se-custom-header-wrap),
body.se-steam-engine-site .site-footer:not(.se-footer) {
  display: none !important;
}

body.se-steam-engine-site:not(.single-product) .wp-block-post-title,
body.se-steam-engine-site:not(.single-product) .entry-title,
body.se-steam-engine-site:not(.single-product) .page-title {
  display: none !important;
}

/* Break the generated shortcode content out of narrow block-theme content widths. */
body.se-steam-engine-site .wp-site-blocks,
body.se-steam-engine-site .wp-site-blocks > main,
body.se-steam-engine-site main.wp-block-group,
body.se-steam-engine-site .wp-block-post-content,
body.se-steam-engine-site .entry-content {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.se-steam-engine-site .wp-block-post-content > .se-site,
body.se-steam-engine-site .entry-content > .se-site {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

body.se-steam-engine-site .se-header-container,
body.se-steam-engine-site .se-container {
  width: min(1280px, calc(100vw - 56px)) !important;
  max-width: 1280px !important;
}

body.se-steam-engine-site .se-main-header-inner {
  grid-template-columns: 245px minmax(340px, 1fr) auto !important;
}

body.se-steam-engine-site .se-header-logo-img,
body.se-steam-engine-site .se-footer .se-header-logo-img,
body.se-steam-engine-site .se-checkout-logo .se-header-logo-img {
  display: block !important;
  max-width: 238px !important;
  max-height: 64px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.se-steam-engine-site .se-catalog-hero {
  padding: 72px 0 66px !important;
  border-bottom: 1px solid rgba(18,18,18,.08) !important;
}

body.se-steam-engine-site .se-catalog-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px) !important;
  gap: 58px !important;
}

body.se-steam-engine-site .se-catalog-hero .se-title {
  max-width: 840px !important;
  font-size: clamp(48px, 5.4vw, 82px) !important;
  line-height: .95 !important;
  letter-spacing: -.06em !important;
}

body.se-steam-engine-site .se-catalog-hero .se-subtitle {
  max-width: 780px !important;
  font-size: clamp(17px, 1.45vw, 21px) !important;
}

body.se-steam-engine-site .se-catalog-search {
  width: min(760px, 100%) !important;
}

body.se-steam-engine-site .se-catalog-logo-card {
  padding: 18px !important;
  border-radius: 32px !important;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F2ED 100%) !important;
  border: 1px solid rgba(18,18,18,.10) !important;
  box-shadow: 0 26px 70px rgba(18,18,18,.13) !important;
}

body.se-steam-engine-site .se-catalog-logo-frame {
  min-height: 330px !important;
  padding: 28px !important;
  background:
    radial-gradient(circle at 20% 12%, rgba(225,38,28,.10), transparent 32%),
    radial-gradient(circle at 90% 15%, rgba(183,160,106,.16), transparent 30%),
    #fff !important;
  border: 1px solid rgba(18,18,18,.08) !important;
  overflow: hidden !important;
}

body.se-steam-engine-site .se-catalog-logo-frame .se-brand-logo {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 310px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  background: transparent !important;
}

@media (max-width: 900px) {
  body.se-steam-engine-site .se-header-container,
  body.se-steam-engine-site .se-container {
    width: min(100% - 28px, 1280px) !important;
  }
  body.se-steam-engine-site .se-main-header-inner {
    grid-template-columns: 1fr !important;
  }
  body.se-steam-engine-site .se-header-logo-img {
    max-height: 54px !important;
    max-width: 210px !important;
  }
  body.se-steam-engine-site .se-catalog-hero {
    padding: 36px 0 36px !important;
  }
  body.se-steam-engine-site .se-catalog-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  body.se-steam-engine-site .se-catalog-hero .se-title {
    font-size: clamp(36px, 10vw, 52px) !important;
    line-height: .98 !important;
  }
  body.se-steam-engine-site .se-catalog-hero .se-subtitle {
    font-size: 14.5px !important;
    line-height: 1.55 !important;
  }
  body.se-steam-engine-site .se-catalog-logo-card {
    display: none !important;
  }
}

@media (max-width: 520px) {
  body.se-steam-engine-site .se-header-container,
  body.se-steam-engine-site .se-container {
    width: min(100% - 22px, 1280px) !important;
  }
  body.se-steam-engine-site .se-catalog-hero {
    padding: 30px 0 32px !important;
  }
  body.se-steam-engine-site .se-catalog-search {
    width: 100% !important;
  }
}


/* v3.6.2 move homepage catalogue banner up */
body.home.se-steam-engine-site .wp-site-blocks,
body.home.se-steam-engine-site .wp-site-blocks > main,
body.home.se-steam-engine-site main,
body.home.se-steam-engine-site main.wp-block-group,
body.home.se-steam-engine-site .wp-block-group,
body.home.se-steam-engine-site .wp-block-post-content,
body.home.se-steam-engine-site .entry-content,
body.home.se-steam-engine-site article,
body.home.se-steam-engine-site .page,
body.home.se-steam-engine-site .hentry {
  padding-top: 0 !important;
  margin-top: 0 !important;
  --wp--style--block-gap: 0px !important;
}

body.home.se-steam-engine-site .wp-site-blocks > main > *:first-child,
body.home.se-steam-engine-site main > *:first-child,
body.home.se-steam-engine-site .wp-block-post-content > *:first-child,
body.home.se-steam-engine-site .entry-content > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home.se-steam-engine-site .se-site,
body.home.se-steam-engine-site .se-catalog-home {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home.se-steam-engine-site .se-catalog-home > .se-catalog-hero:first-child,
body.home.se-steam-engine-site .se-catalog-hero,
body.home.se-steam-engine-site .se-site > .se-hero:first-child {
  margin-top: 14px !important;
  padding-top: 48px !important;
  padding-bottom: 54px !important;
}

@media (max-width: 900px) {
  body.home.se-steam-engine-site .se-catalog-home > .se-catalog-hero:first-child,
  body.home.se-steam-engine-site .se-catalog-hero,
  body.home.se-steam-engine-site .se-site > .se-hero:first-child {
    margin-top: 10px !important;
    padding-top: 28px !important;
    padding-bottom: 30px !important;
  }
}

@media (max-width: 520px) {
  body.home.se-steam-engine-site .se-catalog-home > .se-catalog-hero:first-child,
  body.home.se-steam-engine-site .se-catalog-hero,
  body.home.se-steam-engine-site .se-site > .se-hero:first-child {
    margin-top: 8px !important;
    padding-top: 24px !important;
    padding-bottom: 26px !important;
  }
}


/* v3.6.3 fit the home hero artwork inside the banner */
body.home.se-steam-engine-site .se-catalog-hero { overflow: hidden !important; }
body.home.se-steam-engine-site .se-catalog-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px) !important;
  gap: 38px !important;
  align-items: center !important;
  overflow: visible !important;
}
body.home.se-steam-engine-site .se-catalog-copy { min-width: 0 !important; }
body.home.se-steam-engine-site .se-catalog-hero .se-title {
  max-width: 760px !important;
  font-size: clamp(46px, 5vw, 76px) !important;
  line-height: .96 !important;
}
body.home.se-steam-engine-site .se-catalog-hero .se-subtitle { max-width: 700px !important; }
body.home.se-steam-engine-site .se-catalog-search { width: min(700px, 100%) !important; }
body.home.se-steam-engine-site .se-catalog-logo-card {
  width: min(100%, 430px) !important;
  max-width: 430px !important;
  justify-self: end !important;
  align-self: center !important;
  padding: 16px !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}
body.home.se-steam-engine-site .se-catalog-logo-frame {
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 1.38 / 1 !important;
  padding: 26px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
body.home.se-steam-engine-site .se-catalog-logo-frame .se-brand-logo {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-width: 92% !important;
  max-height: 210px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}
body.home.se-steam-engine-site .se-catalog-mini-stats { margin-top: 10px !important; gap: 10px !important; }
body.home.se-steam-engine-site .se-catalog-mini-stats div {
  background: rgba(18,18,18,.04) !important;
  border: 1px solid rgba(18,18,18,.08) !important;
  box-shadow: none !important;
}
body.home.se-steam-engine-site .se-catalog-mini-stats strong { color: #121212 !important; }
body.home.se-steam-engine-site .se-catalog-mini-stats span { color: #6A717A !important; }
@media (max-width: 1180px) {
  body.home.se-steam-engine-site .se-catalog-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, 380px) !important; gap: 28px !important; }
  body.home.se-steam-engine-site .se-catalog-logo-card { max-width: 380px !important; }
  body.home.se-steam-engine-site .se-catalog-hero .se-title { font-size: clamp(42px, 5.4vw, 68px) !important; }
}
@media (max-width: 900px) {
  body.home.se-steam-engine-site .se-catalog-hero-grid { grid-template-columns: 1fr !important; }
  body.home.se-steam-engine-site .se-catalog-logo-card { display: none !important; }
}


/* v3.6.4 softer home hero + products before categories */
body.home.se-steam-engine-site .se-catalog-hero,
body.home.se-steam-engine-site .se-catalog-home > .se-catalog-hero:first-child,
body.home.se-steam-engine-site .se-site > .se-hero:first-child {
  width: min(1180px, calc(100vw - 64px)) !important;
  max-width: 1180px !important;
  margin: 14px auto 0 !important;
  padding: 38px 0 40px !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
body.home.se-steam-engine-site .se-catalog-hero .se-container,
body.home.se-steam-engine-site .se-catalog-hero-grid {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 34px !important;
  padding-right: 34px !important;
  box-sizing: border-box !important;
}
body.home.se-steam-engine-site .se-catalog-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px) !important;
  gap: 34px !important;
  align-items: center !important;
}
body.home.se-steam-engine-site .se-catalog-hero .se-title {
  max-width: 680px !important;
  font-size: clamp(40px, 4.3vw, 62px) !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
  margin-bottom: 14px !important;
}
body.home.se-steam-engine-site .se-catalog-hero .se-subtitle {
  max-width: 650px !important;
  font-size: clamp(15.5px, 1.3vw, 18px) !important;
  line-height: 1.55 !important;
  margin-bottom: 20px !important;
}
body.home.se-steam-engine-site .se-catalog-search { display: none !important; }
body.home.se-steam-engine-site .se-catalog-actions { margin-top: 0 !important; gap: 10px !important; }
body.home.se-steam-engine-site .se-catalog-actions .se-btn { min-height: 48px !important; padding: 12px 22px !important; font-size: 16px !important; }
body.home.se-steam-engine-site .se-catalog-pills { margin-top: 14px !important; }
body.home.se-steam-engine-site .se-catalog-logo-card { width: 100% !important; max-width: 340px !important; justify-self: end !important; padding: 12px !important; border-radius: 24px !important; overflow: hidden !important; box-sizing: border-box !important; }
body.home.se-steam-engine-site .se-catalog-logo-frame { aspect-ratio: 1.48 / 1 !important; min-height: 0 !important; height: auto !important; padding: 22px !important; border-radius: 20px !important; overflow: hidden !important; box-sizing: border-box !important; }
body.home.se-steam-engine-site .se-catalog-logo-frame .se-brand-logo { max-width: 90% !important; max-height: 150px !important; width: auto !important; height: auto !important; object-fit: contain !important; }
body.home.se-steam-engine-site .se-catalog-mini-stats { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px !important; }
body.home.se-steam-engine-site .se-catalog-mini-stats div { padding: 12px !important; border-radius: 14px !important; }
body.home.se-steam-engine-site .se-catalog-home .se-section,
body.se-steam-engine-site .se-catalog-home .se-section { padding: 46px 0 !important; }
body.home.se-steam-engine-site .se-catalog-products-section { padding-top: 46px !important; padding-bottom: 50px !important; background: #fff !important; }
body.home.se-steam-engine-site .se-catalog-section-top { padding-top: 42px !important; background: linear-gradient(180deg, #fff, #FBFAF7) !important; }
body.home.se-steam-engine-site .se-heading h2 { font-size: clamp(32px, 3vw, 46px) !important; }
@media (max-width: 900px) {
  body.home.se-steam-engine-site .se-catalog-hero,
  body.home.se-steam-engine-site .se-catalog-home > .se-catalog-hero:first-child,
  body.home.se-steam-engine-site .se-site > .se-hero:first-child { width: min(100% - 24px, 1180px) !important; padding: 28px 0 30px !important; border-radius: 24px !important; }
  body.home.se-steam-engine-site .se-catalog-hero .se-container,
  body.home.se-steam-engine-site .se-catalog-hero-grid { padding-left: 20px !important; padding-right: 20px !important; }
  body.home.se-steam-engine-site .se-catalog-hero-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  body.home.se-steam-engine-site .se-catalog-logo-card { display: none !important; }
  body.home.se-steam-engine-site .se-catalog-hero .se-title { font-size: clamp(34px, 9vw, 48px) !important; }
  body.home.se-steam-engine-site .se-catalog-actions { display: grid !important; grid-template-columns: 1fr !important; }
  body.home.se-steam-engine-site .se-catalog-actions .se-btn { width: 100% !important; }
  body.home.se-steam-engine-site .se-catalog-pills { grid-template-columns: 1fr !important; }
}
@media (max-width: 520px) {
  body.home.se-steam-engine-site .se-catalog-hero,
  body.home.se-steam-engine-site .se-catalog-home > .se-catalog-hero:first-child,
  body.home.se-steam-engine-site .se-site > .se-hero:first-child { width: min(100% - 18px, 1180px) !important; margin-top: 8px !important; padding: 24px 0 26px !important; }
  body.home.se-steam-engine-site .se-catalog-hero .se-container,
  body.home.se-steam-engine-site .se-catalog-hero-grid { padding-left: 16px !important; padding-right: 16px !important; }
}



/* v3.6.6 cart/shop polish: centered containers, BHD display support, clean sidebar */
@media (min-width: 901px) {
  html body.se-steam-engine-site.woocommerce-cart .entry-content,
  html body.woocommerce-cart.se-steam-engine-site .entry-content {
    width: min(1180px, calc(100vw - 64px)) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 34px 0 72px !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .woocommerce,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 420px !important;
    gap: 28px !important;
    align-items: start !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .woocommerce-notices-wrapper,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce-notices-wrapper {
    grid-column: 1 / -1 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce-cart-form {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form table.shop_table.cart,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce-cart-form table.shop_table.cart {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: auto !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart-collaterals,
  html body.woocommerce-cart.se-steam-engine-site .cart-collaterals {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart-collaterals .cart_totals,
  html body.woocommerce-cart.se-steam-engine-site .cart-collaterals .cart_totals {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 !important;
    padding: 24px !important;
    float: none !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 900px) {
  html body.se-steam-engine-site.woocommerce-cart .entry-content,
  html body.woocommerce-cart.se-steam-engine-site .entry-content {
    width: min(100% - 24px, 720px) !important;
    max-width: calc(100vw - 24px) !important;
    margin: 0 auto !important;
    padding-top: 20px !important;
  }
}

/* Shop/category archive: keep WooCommerce content inside the site container. */
html body.se-steam-engine-site.woocommerce-shop .woocommerce,
html body.se-steam-engine-site.tax-product_cat .woocommerce,
html body.se-steam-engine-site.tax-product_tag .woocommerce,
html body.se-steam-engine-site.post-type-archive-product .woocommerce,
html body.se-steam-engine-site.archive.woocommerce .woocommerce {
  width: min(1180px, calc(100vw - 48px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

html body.se-steam-engine-site.woocommerce-shop .woocommerce-breadcrumb,
html body.se-steam-engine-site.tax-product_cat .woocommerce-breadcrumb,
html body.se-steam-engine-site.tax-product_tag .woocommerce-breadcrumb,
html body.se-steam-engine-site.post-type-archive-product .woocommerce-breadcrumb,
html body.se-steam-engine-site.archive.woocommerce .woocommerce-breadcrumb {
  display: block !important;
  width: min(1180px, calc(100vw - 48px)) !important;
  max-width: 1180px !important;
  margin: 20px auto 0 !important;
  color: #5D6676 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
}

html body.se-steam-engine-site.woocommerce-shop .woocommerce-products-header,
html body.se-steam-engine-site.tax-product_cat .woocommerce-products-header,
html body.se-steam-engine-site.tax-product_tag .woocommerce-products-header,
html body.se-steam-engine-site.post-type-archive-product .woocommerce-products-header,
html body.se-steam-engine-site.archive.woocommerce .woocommerce-products-header {
  width: min(1180px, calc(100vw - 48px)) !important;
  max-width: 1180px !important;
  margin: 28px auto 26px !important;
  box-sizing: border-box !important;
}

html body.se-steam-engine-site.woocommerce-shop .woocommerce-result-count,
html body.se-steam-engine-site.tax-product_cat .woocommerce-result-count,
html body.se-steam-engine-site.post-type-archive-product .woocommerce-result-count,
html body.se-steam-engine-site.archive.woocommerce .woocommerce-result-count {
  margin: 0 0 22px !important;
  color: #263142 !important;
  font-size: 15px !important;
  line-height: 42px !important;
}

html body.se-steam-engine-site.woocommerce-shop .woocommerce-ordering,
html body.se-steam-engine-site.tax-product_cat .woocommerce-ordering,
html body.se-steam-engine-site.post-type-archive-product .woocommerce-ordering,
html body.se-steam-engine-site.archive.woocommerce .woocommerce-ordering {
  float: none !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  margin: 0 0 22px auto !important;
  max-width: 280px !important;
}

html body.se-steam-engine-site.woocommerce-shop .woocommerce-ordering select,
html body.se-steam-engine-site.tax-product_cat .woocommerce-ordering select,
html body.se-steam-engine-site.post-type-archive-product .woocommerce-ordering select,
html body.se-steam-engine-site.archive.woocommerce .woocommerce-ordering select {
  width: 100% !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(11,15,20,.14) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0B0F14 !important;
  font-weight: 800 !important;
  box-shadow: 0 8px 22px rgba(11,15,20,.06) !important;
  outline: none !important;
}

html body.se-steam-engine-site .sesb-shop-sidebar-card .widget_recent_entries,
html body.se-steam-engine-site .sesb-shop-sidebar-card .widget_recent_comments,
html body.se-steam-engine-site .sesb-shop-sidebar-card .wp-block-latest-posts,
html body.se-steam-engine-site .sesb-shop-sidebar-card .wp-block-latest-comments,
html body.se-steam-engine-site .sesb-shop-sidebar-card .widget_block:has(.wp-block-latest-posts),
html body.se-steam-engine-site .sesb-shop-sidebar-card .widget_block:has(.wp-block-latest-comments) {
  display: none !important;
}

html body.se-steam-engine-site .sesb-shop-sidebar-card .sesb-shop-search-widget {
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(11,15,20,.10) !important;
}

html body.se-steam-engine-site .sesb-sidebar-search {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
  width: 100% !important;
}

html body.se-steam-engine-site .sesb-sidebar-search input[type="search"],
html body.se-steam-engine-site .sesb-sidebar-search .search-field {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 48px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(11,15,20,.14) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

html body.se-steam-engine-site .sesb-sidebar-search button {
  min-height: 48px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #0B0F14 !important;
  color: #fff !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

@media (max-width: 520px) {
  html body.se-steam-engine-site.woocommerce-shop .woocommerce,
  html body.se-steam-engine-site.tax-product_cat .woocommerce,
  html body.se-steam-engine-site.post-type-archive-product .woocommerce,
  html body.se-steam-engine-site.archive.woocommerce .woocommerce,
  html body.se-steam-engine-site.woocommerce-shop .woocommerce-breadcrumb,
  html body.se-steam-engine-site.tax-product_cat .woocommerce-breadcrumb,
  html body.se-steam-engine-site.post-type-archive-product .woocommerce-breadcrumb,
  html body.se-steam-engine-site.archive.woocommerce .woocommerce-breadcrumb,
  html body.se-steam-engine-site.woocommerce-shop .woocommerce-products-header,
  html body.se-steam-engine-site.tax-product_cat .woocommerce-products-header,
  html body.se-steam-engine-site.post-type-archive-product .woocommerce-products-header,
  html body.se-steam-engine-site.archive.woocommerce .woocommerce-products-header {
    width: min(100% - 22px, 1180px) !important;
  }

  html body.se-steam-engine-site .sesb-sidebar-search {
    grid-template-columns: 1fr !important;
  }

  html body.se-steam-engine-site .sesb-sidebar-search button {
    width: 100% !important;
  }
}


/* v3.6.7 final layout tightening: wide compact hero, 5 product columns, fixed product page */
:root { --se-final-container: min(1320px, calc(100vw - 64px)); }

body.home.se-steam-engine-site .se-catalog-hero,
body.home.se-steam-engine-site .se-catalog-home > .se-catalog-hero:first-child,
body.home.se-steam-engine-site .se-site > .se-hero:first-child {
  width: var(--se-final-container) !important;
  max-width: 1320px !important;
  margin: 14px auto 30px !important;
  padding: 24px 0 !important;
  min-height: 0 !important;
  border-radius: 26px !important;
  overflow: hidden !important;
}

body.home.se-steam-engine-site .se-catalog-hero .se-container,
body.home.se-steam-engine-site .se-catalog-hero-grid {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  box-sizing: border-box !important;
}

body.home.se-steam-engine-site .se-catalog-hero-grid {
  grid-template-columns: minmax(0, 1fr) 330px !important;
  gap: 28px !important;
  align-items: center !important;
}

body.home.se-steam-engine-site .se-catalog-copy,
body.home.se-steam-engine-site .se-catalog-logo-card {
  min-width: 0 !important;
  max-width: 100% !important;
}

body.home.se-steam-engine-site .se-catalog-hero .se-title {
  font-size: clamp(42px, 4.2vw, 62px) !important;
  line-height: .98 !important;
  margin-bottom: 14px !important;
  letter-spacing: -.06em !important;
}

body.home.se-steam-engine-site .se-catalog-hero .se-subtitle {
  max-width: 690px !important;
  font-size: 17px !important;
  line-height: 1.48 !important;
  margin-bottom: 18px !important;
}

body.home.se-steam-engine-site .se-catalog-actions { gap: 10px !important; margin-top: 0 !important; }
body.home.se-steam-engine-site .se-catalog-actions .se-btn { min-height: 44px !important; padding: 12px 18px !important; }
body.home.se-steam-engine-site .se-catalog-pills { gap: 8px !important; margin-top: 12px !important; }
body.home.se-steam-engine-site .se-catalog-pills span { min-height: 32px !important; padding: 8px 13px !important; font-size: 12px !important; }

body.home.se-steam-engine-site .se-catalog-logo-card {
  justify-self: end !important;
  width: 330px !important;
  padding: 10px !important;
  border-radius: 22px !important;
}
body.home.se-steam-engine-site .se-catalog-logo-frame {
  height: 154px !important;
  border-radius: 18px !important;
}
body.home.se-steam-engine-site .se-catalog-logo-frame img,
body.home.se-steam-engine-site .se-catalog-logo-card img {
  max-width: 78% !important;
  max-height: 88px !important;
  object-fit: contain !important;
}
body.home.se-steam-engine-site .se-catalog-mini-stats { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px !important; }
body.home.se-steam-engine-site .se-catalog-mini-stats > div { min-height: 58px !important; padding: 12px !important; }

body.home.se-steam-engine-site .se-catalog-products-section { padding-top: 28px !important; padding-bottom: 34px !important; }
body.home.se-steam-engine-site .se-catalog-section-top { padding-top: 30px !important; padding-bottom: 34px !important; }
body.home.se-steam-engine-site .se-heading { margin-bottom: 22px !important; }
body.home.se-steam-engine-site .se-heading h2 { font-size: clamp(30px, 2.6vw, 42px) !important; margin-bottom: 7px !important; }
body.home.se-steam-engine-site .se-heading p { margin-top: 0 !important; }

body.home.se-steam-engine-site .se-catalog-products .woocommerce ul.products,
body.home.se-steam-engine-site .se-catalog-products ul.products,
body.home.se-steam-engine-site .woocommerce .se-catalog-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
}

body.home.se-steam-engine-site .se-catalog-products ul.products li.product,
body.home.se-steam-engine-site .woocommerce .se-catalog-products ul.products li.product,
body.se-steam-engine-site .woocommerce ul.products.columns-5 li.product {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
}

body.home.se-steam-engine-site .se-catalog-products ul.products li.product img {
  max-height: 214px !important;
  object-fit: contain !important;
}

body.home.se-steam-engine-site .se-catalog-more-row { margin-top: 26px !important; }

body.home.se-steam-engine-site .se-cant-find-section {
  padding: 36px 0 58px !important;
  background: linear-gradient(180deg, #fff, #FAF7F2) !important;
}
body.home.se-steam-engine-site .se-cant-find-card {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  grid-template-areas: "eyebrow button" "title button" "text button" !important;
  gap: 6px 24px !important;
  align-items: center !important;
  padding: 28px 32px !important;
  border-radius: 26px !important;
  background: #fff !important;
  border: 1px solid rgba(11,15,20,.08) !important;
  box-shadow: 0 20px 50px rgba(11,15,20,.08) !important;
}
body.home.se-steam-engine-site .se-cant-find-card .se-eyebrow { grid-area: eyebrow !important; width: max-content !important; }
body.home.se-steam-engine-site .se-cant-find-card h2 { grid-area: title !important; margin: 0 !important; font-size: clamp(28px, 2.6vw, 44px) !important; line-height: 1 !important; }
body.home.se-steam-engine-site .se-cant-find-card p { grid-area: text !important; margin: 0 !important; color: #526070 !important; font-size: 17px !important; }
body.home.se-steam-engine-site .se-cant-find-card .se-btn { grid-area: button !important; white-space: nowrap !important; }

/* Global BHD output fallback if a locale/plugin prints comma decimals. */
body.se-steam-engine-site .amount,
body.se-steam-engine-site .price,
body.se-steam-engine-site .woocommerce-Price-amount,
body.se-steam-engine-site .se-cart-total {
  font-variant-numeric: tabular-nums !important;
}

/* Product page hard reset: stop theme/sidebar width conflicts and make summary readable. */
body.se-steam-engine-site.single-product .entry-content,
body.single-product.se-steam-engine-site .entry-content,
body.se-steam-engine-site.single-product .wp-site-blocks,
body.single-product.se-steam-engine-site .wp-site-blocks,
body.se-steam-engine-site.single-product main,
body.single-product.se-steam-engine-site main,
body.se-steam-engine-site.single-product .site-main,
body.single-product.se-steam-engine-site .site-main,
body.se-steam-engine-site.single-product .content-area,
body.single-product.se-steam-engine-site .content-area,
body.se-steam-engine-site.single-product .woocommerce,
body.single-product.se-steam-engine-site .woocommerce {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

@media (min-width: 901px) {
  body.se-steam-engine-site.single-product div.product,
  body.single-product.se-steam-engine-site div.product,
  body.se-steam-engine-site.single-product .woocommerce div.product,
  body.single-product.se-steam-engine-site .woocommerce div.product,
  html body.single-product.se-steam-engine-site main .woocommerce div.product {
    display: grid !important;
    grid-template-columns: minmax(300px, 390px) minmax(560px, 1fr) !important;
    gap: 42px !important;
    width: min(1180px, calc(100vw - 64px)) !important;
    max-width: 1180px !important;
    margin: 28px auto 54px !important;
    padding: 0 !important;
    align-items: start !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site.single-product div.product div.images,
  body.se-steam-engine-site.single-product div.product .images,
  body.se-steam-engine-site.single-product div.product .woocommerce-product-gallery,
  body.single-product.se-steam-engine-site div.product div.images,
  body.single-product.se-steam-engine-site div.product .images,
  body.single-product.se-steam-engine-site div.product .woocommerce-product-gallery {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 390px !important;
    float: none !important;
    margin: 0 !important;
    clear: none !important;
    align-self: start !important;
  }

  body.se-steam-engine-site.single-product div.product div.summary,
  body.se-steam-engine-site.single-product div.product .summary,
  body.se-steam-engine-site.single-product div.product .entry-summary,
  body.single-product.se-steam-engine-site div.product div.summary,
  body.single-product.se-steam-engine-site div.product .summary,
  body.single-product.se-steam-engine-site div.product .entry-summary {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site.single-product div.product > .woocommerce-tabs,
  body.single-product.se-steam-engine-site div.product > .woocommerce-tabs,
  body.se-steam-engine-site.single-product div.product > .related,
  body.single-product.se-steam-engine-site div.product > .related,
  body.se-steam-engine-site.single-product div.product > .related.products,
  body.single-product.se-steam-engine-site div.product > .related.products {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 26px !important;
  }
}

body.se-steam-engine-site.single-product .product_title,
body.single-product.se-steam-engine-site .product_title,
body.se-steam-engine-site.single-product div.product .summary .product_title,
body.single-product.se-steam-engine-site div.product .summary .product_title {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  max-width: 100% !important;
  width: auto !important;
  display: block !important;
  font-size: clamp(32px, 3vw, 48px) !important;
  line-height: 1.04 !important;
  letter-spacing: -.05em !important;
  margin: 0 0 14px !important;
}

body.se-steam-engine-site.single-product div.product .summary .price,
body.single-product.se-steam-engine-site div.product .summary .price {
  display: block !important;
  margin: 0 0 16px !important;
  font-size: 26px !important;
  line-height: 1.15 !important;
}

body.se-steam-engine-site.single-product div.product .summary .woocommerce-product-details__short-description,
body.single-product.se-steam-engine-site div.product .summary .woocommerce-product-details__short-description {
  max-width: 720px !important;
  margin: 0 0 18px !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

body.se-steam-engine-site.single-product div.product form.cart,
body.single-product.se-steam-engine-site div.product form.cart {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
  margin-top: 16px !important;
}

body.se-steam-engine-site.single-product .related ul.products,
body.single-product.se-steam-engine-site .related ul.products,
body.se-steam-engine-site.single-product .related.products ul.products,
body.single-product.se-steam-engine-site .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.se-steam-engine-site.single-product .related ul.products li.product,
body.single-product.se-steam-engine-site .related ul.products li.product,
body.se-steam-engine-site.single-product .related.products ul.products li.product,
body.single-product.se-steam-engine-site .related.products ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

@media (max-width: 1200px) and (min-width: 901px) {
  body.home.se-steam-engine-site .se-catalog-products .woocommerce ul.products,
  body.home.se-steam-engine-site .se-catalog-products ul.products,
  body.home.se-steam-engine-site .woocommerce .se-catalog-products ul.products,
  body.se-steam-engine-site.single-product .related ul.products,
  body.single-product.se-steam-engine-site .related ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}

@media (max-width: 900px) {
  :root { --se-final-container: min(100% - 24px, 720px); }
  body.home.se-steam-engine-site .se-catalog-hero,
  body.home.se-steam-engine-site .se-catalog-home > .se-catalog-hero:first-child,
  body.home.se-steam-engine-site .se-site > .se-hero:first-child {
    width: var(--se-final-container) !important;
    padding: 24px 0 !important;
    margin-top: 10px !important;
  }
  body.home.se-steam-engine-site .se-catalog-hero-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  body.home.se-steam-engine-site .se-catalog-logo-card { display: none !important; }
  body.home.se-steam-engine-site .se-catalog-hero .se-title { font-size: clamp(34px, 9vw, 46px) !important; }
  body.home.se-steam-engine-site .se-catalog-products .woocommerce ul.products,
  body.home.se-steam-engine-site .se-catalog-products ul.products,
  body.home.se-steam-engine-site .woocommerce .se-catalog-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 14px !important; }
  body.home.se-steam-engine-site .se-cant-find-card { display: block !important; padding: 22px !important; }
  body.home.se-steam-engine-site .se-cant-find-card h2 { margin: 8px 0 !important; }
  body.home.se-steam-engine-site .se-cant-find-card p { margin: 0 0 16px !important; }
  body.home.se-steam-engine-site .se-cant-find-card .se-btn { width: 100% !important; }

  body.se-steam-engine-site.single-product div.product,
  body.single-product.se-steam-engine-site div.product,
  body.se-steam-engine-site.single-product .woocommerce div.product,
  body.single-product.se-steam-engine-site .woocommerce div.product {
    display: block !important;
    width: min(100% - 24px, 720px) !important;
    margin: 20px auto 48px !important;
  }
}

@media (max-width: 1080px) and (min-width: 901px) {
  body.se-steam-engine-site.single-product div.product,
  body.single-product.se-steam-engine-site div.product,
  body.se-steam-engine-site.single-product .woocommerce div.product,
  body.single-product.se-steam-engine-site .woocommerce div.product {
    grid-template-columns: minmax(260px, 330px) minmax(0, 1fr) !important;
    gap: 30px !important;
    width: min(100% - 40px, 980px) !important;
  }
}
