: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;
  }
}


/* v3.6.8 hero/container/product grid/cart finishing fixes */
:root { --se-v368-container: min(1180px, calc(100vw - 64px)); }

/* Keep shortcode/page wrappers full width so the hero can actually use the same container width as the content. */
html body.home.se-steam-engine-site .entry-content,
html body.home.se-steam-engine-site .wp-block-post-content,
html body.home.se-steam-engine-site .wp-site-blocks,
html body.home.se-steam-engine-site .wp-site-blocks > main,
html body.home.se-steam-engine-site main,
html body.home.se-steam-engine-site .se-site,
html body.home.se-steam-engine-site .se-catalog-home {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

html body.home.se-steam-engine-site .wp-block-post-content > .se-site,
html body.home.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;
}

/* Hero: same width as content container, still compact height. */
html body.home.se-steam-engine-site .se-catalog-hero,
html body.home.se-steam-engine-site .se-catalog-home > .se-catalog-hero:first-child,
html body.home.se-steam-engine-site .se-site > .se-hero:first-child {
  width: var(--se-v368-container) !important;
  max-width: 1180px !important;
  margin: 14px auto 24px !important;
  padding: 24px 0 !important;
  border-radius: 26px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

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

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

html body.home.se-steam-engine-site .se-catalog-hero .se-title {
  font-size: clamp(40px, 4vw, 60px) !important;
  line-height: .98 !important;
  margin: 0 0 12px !important;
}

html body.home.se-steam-engine-site .se-catalog-hero .se-subtitle {
  max-width: 700px !important;
  font-size: 16px !important;
  line-height: 1.48 !important;
  margin: 0 0 17px !important;
}

html body.home.se-steam-engine-site .se-catalog-actions .se-btn {
  min-height: 43px !important;
  padding: 11px 18px !important;
  font-size: 14px !important;
}

html body.home.se-steam-engine-site .se-catalog-pills {
  margin-top: 11px !important;
}

html body.home.se-steam-engine-site .se-catalog-logo-card {
  width: 330px !important;
  max-width: 330px !important;
  justify-self: end !important;
}

/* Latest products: keep centered in normal content area and force 5 per row on desktop. */
html body.home.se-steam-engine-site .se-catalog-products-section,
html body.home.se-steam-engine-site .se-catalog-section-top {
  padding-top: 30px !important;
  padding-bottom: 34px !important;
}

html body.home.se-steam-engine-site .se-catalog-products-section .se-container,
html body.home.se-steam-engine-site .se-catalog-section-top .se-container,
html body.home.se-steam-engine-site .se-cant-find-section .se-container {
  width: var(--se-v368-container) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

html body.home.se-steam-engine-site .se-heading {
  margin-bottom: 18px !important;
}

html body.home.se-steam-engine-site .se-heading h2 {
  font-size: clamp(30px, 2.4vw, 40px) !important;
}

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

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

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

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

/* Cart: make left and right columns fit cleanly side-by-side. */
@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(1120px, calc(100vw - 64px)) !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 34px 0 70px !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: grid !important;
    grid-template-columns: minmax(0, 730px) minmax(330px, 360px) !important;
    gap: 24px !important;
    justify-content: center !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    box-sizing: border-box !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: 730px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !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 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
    margin: 0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart th.product-remove,
  html body.woocommerce-cart.se-steam-engine-site table.cart th.product-remove,
  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 { width: 42px !important; padding-left: 10px !important; padding-right: 8px !important; }

  html body.se-steam-engine-site.woocommerce-cart table.cart th.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.cart th.product-thumbnail,
  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 { width: 82px !important; padding-left: 8px !important; padding-right: 8px !important; }

  html body.se-steam-engine-site.woocommerce-cart table.cart th.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.cart th.product-price,
  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 { width: 130px !important; }

  html body.se-steam-engine-site.woocommerce-cart table.cart th.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.cart th.product-quantity,
  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 { width: 130px !important; }

  html body.se-steam-engine-site.woocommerce-cart table.cart th.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.cart th.product-subtotal,
  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 { display: none !important; }

  html body.se-steam-engine-site.woocommerce-cart table.cart th,
  html body.se-steam-engine-site.woocommerce-cart table.cart td,
  html body.woocommerce-cart.se-steam-engine-site table.cart th,
  html body.woocommerce-cart.se-steam-engine-site table.cart td { padding-top: 16px !important; padding-bottom: 16px !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;
    position: static !important;
    transform: none !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    overflow: visible !important;
    box-sizing: border-box !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: 360px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 22px !important;
    float: none !important;
    border-radius: 24px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}

/* Product page: reinforce sane two-column layout and stop vertical letter wrapping. */
@media (min-width: 901px) {
  html body.se-steam-engine-site.single-product .entry-content,
  html body.single-product.se-steam-engine-site .entry-content,
  html body.se-steam-engine-site.single-product .woocommerce,
  html body.single-product.se-steam-engine-site .woocommerce { width: 100% !important; max-width: none !important; }

  html body.se-steam-engine-site.single-product div.product,
  html body.single-product.se-steam-engine-site div.product,
  html body.se-steam-engine-site.single-product .woocommerce div.product,
  html body.single-product.se-steam-engine-site .woocommerce div.product {
    display: grid !important;
    grid-template-columns: minmax(300px, 380px) minmax(0, 1fr) !important;
    gap: 42px !important;
    width: min(1160px, calc(100vw - 64px)) !important;
    max-width: 1160px !important;
    margin: 28px auto 54px !important;
    align-items: start !important;
  }

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

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

html body.se-steam-engine-site.single-product .product_title,
html body.single-product.se-steam-engine-site .product_title,
html body.se-steam-engine-site.single-product .related.products .woocommerce-loop-product__title,
html body.single-product.se-steam-engine-site .related.products .woocommerce-loop-product__title {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  letter-spacing: normal !important;
}

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

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

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

@media (max-width: 900px) {
  :root { --se-v368-container: min(100% - 24px, 720px); }
  html body.home.se-steam-engine-site .se-catalog-hero,
  html body.home.se-steam-engine-site .se-catalog-home > .se-catalog-hero:first-child,
  html body.home.se-steam-engine-site .se-site > .se-hero:first-child {
    width: var(--se-v368-container) !important;
    padding: 24px 0 !important;
  }
  html body.home.se-steam-engine-site .se-catalog-hero-grid { grid-template-columns: 1fr !important; }
  html body.home.se-steam-engine-site .se-catalog-logo-card { display: none !important; }
  html body.home.se-steam-engine-site .se-catalog-products .woocommerce ul.products,
  html body.home.se-steam-engine-site .se-catalog-products ul.products,
  html body.home.se-steam-engine-site .woocommerce .se-catalog-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 14px !important; }
}



/* v3.6.9 final homepage products + cart fit polish */
:root {
  --se-v369-home-container: min(1320px, calc(100vw - 96px));
  --se-v369-cart-container: min(1160px, calc(100vw - 72px));
}

/* Keep hero as-is from v3.6.8; only correct Latest Products grid. */
html body.home.se-steam-engine-site .se-catalog-products-section .se-container {
  width: var(--se-v369-home-container) !important;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body.home.se-steam-engine-site .se-catalog-products .woocommerce,
html body.home.se-steam-engine-site .se-catalog-products {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home.se-steam-engine-site .se-catalog-products .woocommerce ul.products,
html body.home.se-steam-engine-site .se-catalog-products ul.products,
html body.home.se-steam-engine-site .woocommerce .se-catalog-products ul.products,
html body.home.se-steam-engine-site .se-catalog-products ul.products.columns-5 {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: stretch !important;
  align-items: stretch !important;
  list-style: none !important;
}

/* WooCommerce clearfix pseudo-elements were occupying grid cells and creating a blank first slot. */
html body.home.se-steam-engine-site .se-catalog-products ul.products::before,
html body.home.se-steam-engine-site .se-catalog-products ul.products::after,
html body.home.se-steam-engine-site .se-catalog-products .woocommerce ul.products::before,
html body.home.se-steam-engine-site .se-catalog-products .woocommerce ul.products::after,
html body.home.se-steam-engine-site .woocommerce .se-catalog-products ul.products::before,
html body.home.se-steam-engine-site .woocommerce .se-catalog-products ul.products::after {
  content: none !important;
  display: none !important;
}

html body.home.se-steam-engine-site .se-catalog-products ul.products > li.product,
html body.home.se-steam-engine-site .woocommerce .se-catalog-products ul.products > li.product,
html body.home.se-steam-engine-site .se-catalog-products ul.products.columns-5 > li.product,
html body.se-steam-engine-site.home .woocommerce ul.products.columns-5 > li.product {
  grid-column: auto !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

html body.home.se-steam-engine-site .se-catalog-products ul.products > li.product.first,
html body.home.se-steam-engine-site .se-catalog-products ul.products > li.product.last {
  clear: none !important;
  margin-right: 0 !important;
}

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

@media (min-width: 901px) and (max-width: 1240px) {
  html body.home.se-steam-engine-site .se-catalog-products-section .se-container {
    width: min(100% - 48px, 1180px) !important;
  }
  html body.home.se-steam-engine-site .se-catalog-products .woocommerce ul.products,
  html body.home.se-steam-engine-site .se-catalog-products ul.products,
  html body.home.se-steam-engine-site .woocommerce .se-catalog-products ul.products,
  html body.home.se-steam-engine-site .se-catalog-products ul.products.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
}

/* Cart desktop: leave a clean lane between cart table and totals; prevent the totals card from feeling cut. */
@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: var(--se-v369-cart-container) !important;
    max-width: 1160px !important;
    margin: 0 auto !important;
    padding: 34px 0 72px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .woocommerce,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce {
    display: grid !important;
    grid-template-columns: minmax(0, 690px) minmax(330px, 360px) !important;
    gap: 34px !important;
    justify-content: center !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 1160px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    box-sizing: border-box !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: 690px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !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 {
    width: 100% !important;
    max-width: 690px !important;
    min-width: 0 !important;
    table-layout: fixed !important;
    margin: 0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.cart th.product-remove,
  html body.woocommerce-cart.se-steam-engine-site table.cart th.product-remove,
  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 { width: 40px !important; padding-left: 10px !important; padding-right: 6px !important; }

  html body.se-steam-engine-site.woocommerce-cart table.cart th.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.cart th.product-thumbnail,
  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 { width: 78px !important; padding-left: 8px !important; padding-right: 8px !important; }

  html body.se-steam-engine-site.woocommerce-cart table.cart th.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.cart th.product-price,
  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 { width: 122px !important; }

  html body.se-steam-engine-site.woocommerce-cart table.cart th.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.cart th.product-quantity,
  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 { width: 124px !important; }

  html body.se-steam-engine-site.woocommerce-cart table.cart th.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.cart th.product-subtotal,
  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 { display: none !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;
    position: static !important;
    transform: none !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 360px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    overflow: visible !important;
    box-sizing: border-box !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: 360px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 22px !important;
    float: none !important;
    border-radius: 24px !important;
    box-sizing: border-box !important;
    overflow: hidden !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 {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !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 {
    white-space: nowrap !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;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 900px) {
  html body.home.se-steam-engine-site .se-catalog-products .woocommerce ul.products,
  html body.home.se-steam-engine-site .se-catalog-products ul.products,
  html body.home.se-steam-engine-site .woocommerce .se-catalog-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


/* v3.6.10 cart cleanup: remove empty cart table lane + cart totals divider */
@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 - 72px)) !important;
    max-width: 1180px !important;
    overflow: visible !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .woocommerce,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce {
    display: grid !important;
    grid-template-columns: minmax(0, 740px) minmax(360px, 380px) !important;
    gap: 28px !important;
    align-items: start !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 1180px !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 {
    width: 100% !important;
    max-width: 740px !important;
    overflow: visible !important;
    border-radius: 24px !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 {
    display: block !important;
    width: 100% !important;
    max-width: 740px !important;
    min-width: 0 !important;
    table-layout: auto !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    background: #fff !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart thead,
  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 thead,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tbody {
    display: block !important;
    width: 100% !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart thead tr,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart thead tr,
  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: 44px 100px minmax(0, 1fr) 148px 142px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0 !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart thead tr,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart thead tr {
    background: #F7F4EF !important;
    min-height: 68px !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 {
    min-height: 168px !important;
    border-bottom: 1px solid rgba(11,15,20,.08) !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart th,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart th,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
    padding: 16px 12px !important;
    box-sizing: border-box !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart th.product-remove,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-remove,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart th.product-remove,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-remove {
    justify-content: center !important;
    padding-left: 8px !important;
    padding-right: 4px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart th.product-thumbnail,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart th.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail {
    justify-content: center !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart th.product-name,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart th.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name a {
    line-height: 1.28 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart th.product-price,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-price,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart th.product-quantity,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart th.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart th.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity {
    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart th.product-subtotal,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart th.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !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;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 96px !important;
    padding: 18px 18px !important;
    border-top: 0 !important;
    box-sizing: border-box !important;
    background: #fff !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: 380px !important;
    min-width: 0 !important;
    margin: 0 !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 {
    width: 100% !important;
    max-width: 380px !important;
    padding: 24px !important;
    overflow: visible !important;
    background: #fff !important;
    border: 1px solid rgba(11,15,20,.10) !important;
    border-radius: 24px !important;
    box-shadow: 0 18px 48px rgba(11,15,20,.08) !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table {
    border: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    margin: 14px 0 22px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table tr,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table th,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table td,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table tr,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table th,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table td {
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals .order-total,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals .order-total {
    border-top: 0 !important;
    box-shadow: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals .wc-proceed-to-checkout,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals .wc-proceed-to-checkout {
    padding-top: 0 !important;
    margin-top: 6px !important;
    border-top: 0 !important;
    box-shadow: none !important;
  }
}


/* v3.6.11 cart final polish: visible quantity controls + balanced columns */
@media screen and (min-width: 1025px) {
  html body.se-steam-engine-site.woocommerce-cart .entry-content,
  html body.woocommerce-cart.se-steam-engine-site .entry-content {
    width: min(1120px, calc(100vw - 72px)) !important;
    max-width: 1120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .woocommerce,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce {
    grid-template-columns: minmax(0, 720px) minmax(0, 360px) !important;
    gap: 28px !important;
    justify-content: center !important;
    align-items: start !important;
    max-width: 1120px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce-cart-form,
  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: 720px !important;
    max-width: 720px !important;
    min-width: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart thead tr,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart thead tr,
  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: 40px 92px minmax(0, 1fr) 132px 112px !important;
    width: 100% !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart th.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart th.product-name,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name {
    justify-content: flex-start !important;
    text-align: left !important;
    padding-left: 10px !important;
    padding-right: 8px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart th.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart th.product-price,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-price {
    justify-content: flex-start !important;
    text-align: left !important;
    padding-left: 8px !important;
    padding-right: 6px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart th.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart th.product-quantity,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity {
    justify-content: flex-start !important;
    text-align: left !important;
    padding-left: 6px !important;
    padding-right: 8px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart-collaterals,
  html body.woocommerce-cart.se-steam-engine-site .cart-collaterals,
  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: 360px !important;
    max-width: 360px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals .wc-proceed-to-checkout a.checkout-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

html body.se-steam-engine-site .quantity .se-qty-btn,
html body.se-steam-engine-site .quantity .se-qty-minus,
html body.se-steam-engine-site .quantity .se-qty-plus,
html body.se-steam-engine-site .quantity .minus,
html body.se-steam-engine-site .quantity .plus,
html body.woocommerce-cart.se-steam-engine-site .quantity .se-qty-btn,
html body.woocommerce-cart.se-steam-engine-site .quantity .minus,
html body.woocommerce-cart.se-steam-engine-site .quantity .plus {
  color: #0B0F14 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  overflow: visible !important;
  text-shadow: none !important;
  background: transparent !important;
}

html body.se-steam-engine-site .quantity .se-qty-minus::before,
html body.se-steam-engine-site .quantity .se-qty-plus::before,
html body.se-steam-engine-site .quantity .minus::before,
html body.se-steam-engine-site .quantity .plus::before,
html body.woocommerce-cart.se-steam-engine-site .quantity .se-qty-minus::before,
html body.woocommerce-cart.se-steam-engine-site .quantity .se-qty-plus::before,
html body.woocommerce-cart.se-steam-engine-site .quantity .minus::before,
html body.woocommerce-cart.se-steam-engine-site .quantity .plus::before {
  content: none !important;
  display: 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 {
  width: 120px !important;
  min-width: 120px !important;
  inline-size: 120px !important;
  grid-template-columns: 36px 46px 36px !important;
}

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 .se-qty-btn,
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 .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 .plus {
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
}


/* v3.6.12 cart header alignment only */
@media screen and (min-width: 1025px) {
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart thead tr,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart thead tr {
    grid-template-columns: 40px 92px minmax(0, 1fr) 132px 112px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart thead th.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart thead th.product-thumbnail {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart thead th.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart thead th.product-name {
    grid-column: 2 / 4 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 12px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart thead th.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart thead th.product-price {
    grid-column: 4 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 10px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart thead th.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart thead th.product-quantity {
    grid-column: 5 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 8px !important;
  }
}


/* v3.6.14 category cards: full-box overlay artwork */
.se-cat-card {
  position: relative !important;
  min-height: 148px !important;
  overflow: hidden !important;
  isolation: isolate !important;
}
.se-cat-card.has-overlay-image {
  background: #ffffff !important;
  box-shadow: 0 10px 24px rgba(18,18,18,.06) !important;
}
.se-cat-card .se-cat-thumb {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: inherit !important;
  z-index: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.se-cat-card .se-cat-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.se-cat-card .se-cat-card-bg {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  border-radius: inherit !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transform: scale(1.01) !important;
}
.se-cat-card .se-cat-card-shade {
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.32) 36%, rgba(255,255,255,.90) 100%), linear-gradient(135deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,0) 52%) !important;
}
.se-cat-card.has-overlay-image:before,
.se-cat-card.has-overlay-image:after {
  opacity: 0 !important;
}
.se-cat-card .se-cat-body {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  min-height: 148px !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}
.se-cat-card .se-cat-body h3 {
  max-width: 82% !important;
  text-wrap: balance !important;
  margin: 0 0 8px !important;
}
.se-cat-card .se-cat-body > span {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.88) !important;
  backdrop-filter: blur(3px) !important;
}
@media (max-width: 767px) {
  .se-cat-card,
  .se-cat-card .se-cat-body {
    min-height: 132px !important;
  }
  .se-cat-card .se-cat-body h3 {
    max-width: 100% !important;
    font-size: 15px !important;
  }
}


/* v3.6.23 safe inner pages spacing and banner padding */
html body.se-steam-engine-site.page:not(.home):not(.single-product) .wp-site-blocks,
html body.se-steam-engine-site.page:not(.home):not(.single-product) .wp-site-blocks > main,
html body.se-steam-engine-site.page:not(.home):not(.single-product) main,
html body.se-steam-engine-site.page:not(.home):not(.single-product) main.wp-block-group,
html body.se-steam-engine-site.page:not(.home):not(.single-product) article,
html body.se-steam-engine-site.page:not(.home):not(.single-product) .wp-block-post-content,
html body.se-steam-engine-site.page:not(.home):not(.single-product) .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  --wp--style--block-gap: 0px !important;
}
html body.se-steam-engine-site.page:not(.home):not(.single-product) .wp-block-post-content > .se-site,
html body.se-steam-engine-site.page:not(.home):not(.single-product) .entry-content > .se-site,
html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-site {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}
html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-site > .se-hero:first-child {
  width: min(1180px, calc(100vw - 56px)) !important;
  max-width: 1180px !important;
  margin: 18px auto 34px !important;
  padding: 0 !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-site > .se-hero:first-child > .se-container,
html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-site > .se-hero:first-child .se-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 50px 56px !important;
  box-sizing: border-box !important;
}
html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-site > .se-hero:first-child .se-title,
html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-site > .se-hero:first-child .se-subtitle,
html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-site > .se-hero:first-child .se-eyebrow {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-site > .se-hero:first-child .se-title {
  max-width: 860px !important;
  line-height: 1.06 !important;
}
html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-site > .se-hero:first-child .se-subtitle {
  max-width: 760px !important;
}
html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-section {
  padding-top: 24px !important;
}
html body.se-steam-engine-site.home .se-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 3 !important;
}
@media (max-width: 760px) {
  html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-site > .se-hero:first-child {
    width: min(100% - 22px, 1180px) !important;
    margin-top: 12px !important;
    margin-bottom: 22px !important;
    border-radius: 20px !important;
  }
  html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-site > .se-hero:first-child > .se-container,
  html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-site > .se-hero:first-child .se-container {
    padding: 30px 24px !important;
  }
  html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-site > .se-hero:first-child .se-title {
    font-size: clamp(30px, 9vw, 44px) !important;
    line-height: 1.04 !important;
  }
  html body.se-steam-engine-site.page:not(.home):not(.single-product) .se-section {
    padding-top: 18px !important;
  }
}


/* v3.6.24: product page white-gap cleanup only */
body.single-product.se-steam-engine-site .sesb-product-template,
body.se-steam-engine-site.single-product .sesb-product-template {
  padding-bottom: 18px !important;
  margin-bottom: 0 !important;
}
body.single-product.se-steam-engine-site .sesb-product-lower,
body.se-steam-engine-site.single-product .sesb-product-lower {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body.single-product.se-steam-engine-site .sesb-product-lower .related.products,
body.se-steam-engine-site.single-product .sesb-product-lower .related.products,
body.single-product.se-steam-engine-site .sesb-product-lower section.related.products,
body.se-steam-engine-site.single-product .sesb-product-lower section.related.products {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body.single-product.se-steam-engine-site .sesb-product-lower .related.products ul.products,
body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products,
body.single-product.se-steam-engine-site .sesb-product-lower .related.products ul.products li.product,
body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products li.product {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body.single-product.se-steam-engine-site .sesb-product-template + .se-footer,
body.se-steam-engine-site.single-product .sesb-product-template + .se-footer,
body.single-product.se-steam-engine-site .se-footer,
body.se-steam-engine-site.single-product .se-footer {
  margin-top: 0 !important;
}


/* v3.6.25 product page line/gap cleanup only */
html body.single-product.admin-bar .se-custom-header-wrap {
  position: relative !important;
  margin-top: 0 !important;
  border-top: 0 !important;
}
html body.single-product.admin-bar .se-custom-header-wrap:before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -12px !important;
  height: 12px !important;
  background: #121212 !important;
  display: block !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
html body.single-product.admin-bar #wpadminbar {
  border-bottom: 0 !important;
  box-shadow: none !important;
}
html body.single-product .sesb-product-template,
html body.se-steam-engine-site.single-product .sesb-product-template {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
html body.single-product .sesb-product-lower,
html body.single-product .sesb-product-lower .related.products,
html body.single-product .sesb-product-lower section.related.products,
html body.single-product .sesb-product-lower .related.products ul.products,
html body.se-steam-engine-site.single-product .sesb-product-lower,
html body.se-steam-engine-site.single-product .sesb-product-lower .related.products,
html body.se-steam-engine-site.single-product .sesb-product-lower section.related.products,
html body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html body.single-product .sesb-product-lower .related.products ul.products li.product,
html body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products li.product {
  min-height: 0 !important;
  height: auto !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
html body.single-product .sesb-product-lower .related.products ul.products li.product .button,
html body.single-product .sesb-product-lower .related.products ul.products li.product a.button,
html body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products li.product .button,
html body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products li.product a.button {
  margin-bottom: 0 !important;
}
html body.single-product .sesb-product-template + .se-footer,
html body.single-product .se-footer,
html body.se-steam-engine-site.single-product .sesb-product-template + .se-footer,
html body.se-steam-engine-site.single-product .se-footer {
  margin-top: 0 !important;
  border-top-width: 0 !important;
}


/* v3.6.28 product page admin-bar top white line cleanup only */
html body.single-product.admin-bar,
html body.se-steam-engine-site.single-product.admin-bar {
  background-color: #fff !important;
}
html body.single-product.admin-bar #wpadminbar,
html body.se-steam-engine-site.single-product.admin-bar #wpadminbar {
  border-bottom: 0 !important;
  box-shadow: none !important;
}
html body.single-product.admin-bar .se-custom-header-wrap,
html body.se-steam-engine-site.single-product.admin-bar .se-custom-header-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  top: auto !important;
}
html body.single-product.admin-bar .se-custom-header-wrap::before,
html body.se-steam-engine-site.single-product.admin-bar .se-custom-header-wrap::before {
  content: none !important;
  display: none !important;
}
html body.single-product.admin-bar .se-topbar,
html body.se-steam-engine-site.single-product.admin-bar .se-topbar {
  margin-top: 0 !important;
  border-top: 0 !important;
}
html body.single-product.admin-bar::before,
html body.se-steam-engine-site.single-product.admin-bar::before {
  content: "" !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 32px !important;
  height: 12px !important;
  background: #121212 !important;
  display: block !important;
  z-index: 99998 !important;
  pointer-events: none !important;
}
@media screen and (max-width: 782px) {
  html body.single-product.admin-bar::before,
  html body.se-steam-engine-site.single-product.admin-bar::before {
    top: 46px !important;
  }
}


/* v3.6.30 MOBILE ONLY: header row, swipeable category nav, collapsible footer */
.se-mobile-menu-toggle {
  display: none;
}
@media (max-width: 767px) {
  body.se-steam-engine-site .se-custom-header-wrap,
  body.se-steam-engine-site .se-main-header,
  body.se-steam-engine-site .se-menu-strip {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body.se-steam-engine-site .se-main-header-inner {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) auto !important;
    grid-template-areas:
      "menu logo actions"
      "search search search" !important;
    align-items: center !important;
    gap: 10px 8px !important;
    width: min(100% - 24px, 480px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 10px 0 12px !important;
    min-height: 0 !important;
  }

  body.se-steam-engine-site .se-mobile-menu-toggle {
    grid-area: menu !important;
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    padding: 0 !important;
    background: var(--se-black, #0B0F14) !important;
    box-shadow: none !important;
    cursor: pointer !important;
  }

  body.se-steam-engine-site .se-mobile-menu-toggle span {
    width: 18px !important;
    height: 2px !important;
    display: block !important;
    border-radius: 99px !important;
    background: #fff !important;
  }

  body.se-steam-engine-site .se-header-logo {
    grid-area: logo !important;
    justify-self: center !important;
    margin: 0 auto !important;
    max-width: 154px !important;
    width: auto !important;
    min-width: 0 !important;
  }

  body.se-steam-engine-site .se-header-logo-img {
    max-width: 154px !important;
    max-height: 48px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body.se-steam-engine-site .se-header-actions {
    grid-area: actions !important;
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    min-width: 78px !important;
    width: auto !important;
    white-space: nowrap !important;
  }

  body.se-steam-engine-site .se-head-action {
    width: 36px !important;
    min-width: 36px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    justify-content: center !important;
    background: transparent !important;
  }

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

  body.se-steam-engine-site .se-head-account:after,
  body.se-steam-engine-site .se-head-cart:after {
    font-size: 20px !important;
  }

  body.se-steam-engine-site .se-cart-count {
    top: 2px !important;
    right: -2px !important;
    min-width: 18px !important;
    height: 18px !important;
    font-size: 10px !important;
    padding: 0 5px !important;
  }

  body.se-steam-engine-site .se-header-search {
    grid-area: search !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 2px 0 0 !important;
    height: 46px !important;
    border-radius: 999px !important;
    overflow: hidden !important;
  }

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

  body.se-steam-engine-site .se-header-search button {
    width: 56px !important;
    min-width: 56px !important;
    background: var(--se-black, #0B0F14) !important;
    color: #fff !important;
    border: 0 !important;
  }

  body.se-steam-engine-site .se-menu-strip {
    position: relative !important;
    top: auto !important;
    z-index: 998 !important;
    background: #fff !important;
    border-top: 1px solid rgba(11,15,20,.06) !important;
    border-bottom: 1px solid rgba(11,15,20,.06) !important;
    box-shadow: 0 8px 16px rgba(11,15,20,.035) !important;
  }

  body.se-steam-engine-site .se-menu-strip:after {
    content: "swipe →" !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 68px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding-right: 8px !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    color: rgba(11,15,20,.42) !important;
    pointer-events: none !important;
    background: linear-gradient(90deg, rgba(255,255,255,0), #fff 54%) !important;
  }

  body.se-steam-engine-site .se-menu-strip-inner {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 8px 70px 8px 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    justify-content: flex-start !important;
    scroll-snap-type: x proximity !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 {
    display: inline-flex !important;
    width: max-content !important;
    min-width: max-content !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.se-steam-engine-site .se-menu-links a {
    scroll-snap-align: start !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    background: #F5F6F7 !important;
    color: var(--se-black, #0B0F14) !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  body.se-steam-engine-site.se-mobile-cats-open .se-menu-strip-inner {
    box-shadow: inset 0 -2px 0 rgba(227,49,45,.18) !important;
  }

  body.se-steam-engine-site .se-footer .se-footer-grid {
    display: block !important;
    width: min(100% - 28px, 480px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.se-steam-engine-site .se-footer-brand {
    margin-bottom: 18px !important;
  }

  body.se-steam-engine-site .se-footer-col {
    border-top: 1px solid rgba(255,255,255,.13) !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.se-steam-engine-site .se-footer-col h3 {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    user-select: none !important;
  }

  body.se-steam-engine-site .se-footer-col h3:after {
    content: "+" !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    color: rgba(255,255,255,.78) !important;
  }

  body.se-steam-engine-site .se-footer-col.is-open h3:after {
    content: "−" !important;
  }

  body.se-steam-engine-site .se-footer-col:not(.is-open) > a,
  body.se-steam-engine-site .se-footer-col:not(.is-open) > span {
    display: none !important;
  }

  body.se-steam-engine-site .se-footer-col.is-open > a,
  body.se-steam-engine-site .se-footer-col.is-open > span {
    display: block !important;
  }

  body.se-steam-engine-site .se-footer-col.is-open {
    padding-bottom: 14px !important;
  }

  body.se-steam-engine-site .se-footer-bottom-inner {
    display: grid !important;
    gap: 8px !important;
    text-align: center !important;
    justify-content: center !important;
  }
}


/* v3.6.31 MOBILE ONLY polish: no swipe text overlay, logo-left header, bigger related products, remove black fixed line */
html body.single-product.admin-bar::before,
html body.se-steam-engine-site.single-product.admin-bar::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

@media (max-width: 767px) {
  body.se-steam-engine-site .se-main-header-inner {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "logo actions"
      "search search" !important;
    gap: 10px 10px !important;
  }

  body.se-steam-engine-site .se-mobile-menu-toggle {
    display: none !important;
  }

  body.se-steam-engine-site .se-header-logo {
    justify-self: start !important;
    margin: 0 !important;
    max-width: 190px !important;
  }

  body.se-steam-engine-site .se-header-logo-img {
    max-width: 190px !important;
    max-height: 54px !important;
  }

  body.se-steam-engine-site .se-header-actions {
    justify-self: end !important;
    min-width: 84px !important;
  }

  body.se-steam-engine-site .se-menu-strip:after {
    content: "" !important;
    width: 32px !important;
    right: 0 !important;
    padding: 0 !important;
    background: linear-gradient(90deg, rgba(255,255,255,0), #fff 78%) !important;
  }

  body.se-steam-engine-site .se-menu-strip:before {
    content: "" !important;
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 2px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, rgba(227,49,45,.28), rgba(11,15,20,.08), rgba(227,49,45,.18)) !important;
    pointer-events: none !important;
  }

  body.se-steam-engine-site .se-menu-strip-inner {
    padding: 8px 30px 10px 12px !important;
  }

  html body.single-product .sesb-product-lower .related.products,
  html body.se-steam-engine-site.single-product .sesb-product-lower .related.products {
    margin-top: 28px !important;
    overflow: visible !important;
  }

  html body.single-product .sesb-product-lower .related.products h2,
  html body.se-steam-engine-site.single-product .sesb-product-lower .related.products h2 {
    font-size: 26px !important;
    line-height: 1.1 !important;
    margin: 0 0 16px !important;
  }

  html body.single-product .sesb-product-lower .related.products ul.products,
  html body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products,
  html body.single-product .sesb-product-lower section.related.products ul.products,
  html body.se-steam-engine-site.single-product .sesb-product-lower section.related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body.single-product .sesb-product-lower .related.products ul.products li.product,
  html body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products li.product,
  html body.single-product .sesb-product-lower section.related.products ul.products li.product,
  html body.se-steam-engine-site.single-product .sesb-product-lower section.related.products ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 10px !important;
    float: none !important;
    clear: none !important;
    border: 1px solid rgba(11,15,20,.10) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 10px 22px rgba(11,15,20,.05) !important;
    overflow: hidden !important;
  }

  html body.single-product .sesb-product-lower .related.products ul.products li.product a img,
  html body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products li.product a img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    margin: 0 0 10px !important;
    border-radius: 12px !important;
    background: #f7f8f8 !important;
  }

  html body.single-product .sesb-product-lower .related.products .woocommerce-loop-product__title,
  html body.se-steam-engine-site.single-product .sesb-product-lower .related.products .woocommerce-loop-product__title {
    font-size: 13px !important;
    line-height: 1.25 !important;
    min-height: 34px !important;
    margin: 0 0 8px !important;
    overflow-wrap: anywhere !important;
  }

  html body.single-product .sesb-product-lower .related.products ul.products li.product .price,
  html body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products li.product .price {
    font-size: 13px !important;
    line-height: 1.2 !important;
    margin: 0 0 10px !important;
  }

  html body.single-product .sesb-product-lower .related.products ul.products li.product .button,
  html body.single-product .sesb-product-lower .related.products ul.products li.product a.button,
  html body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products li.product .button,
  html body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products li.product a.button {
    width: 100% !important;
    min-height: 38px !important;
    margin-top: auto !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}


/* v3.6.32 MOBILE ONLY: left-start related grid + slightly wider left logo */
@media (max-width: 767px) {
  html body.se-steam-engine-site .se-main-header-inner {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px 14px 12px !important;
    box-sizing: border-box !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  html body.se-steam-engine-site .se-header-logo {
    justify-self: start !important;
    align-self: center !important;
    margin: 0 !important;
    width: auto !important;
    max-width: 210px !important;
    min-width: 0 !important;
  }

  html body.se-steam-engine-site .se-header-logo-img {
    width: auto !important;
    max-width: 210px !important;
    max-height: 58px !important;
    transform: none !important;
    object-fit: contain !important;
  }

  html body.single-product .sesb-product-lower .related.products ul.products,
  html body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products,
  html body.single-product .sesb-product-lower section.related.products ul.products,
  html body.se-steam-engine-site.single-product .sesb-product-lower section.related.products ul.products {
    direction: ltr !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    justify-content: start !important;
    justify-items: stretch !important;
    align-items: stretch !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body.single-product .sesb-product-lower .related.products ul.products > li.product,
  html body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products > li.product,
  html body.single-product .sesb-product-lower section.related.products ul.products > li.product,
  html body.se-steam-engine-site.single-product .sesb-product-lower section.related.products ul.products > li.product {
    direction: ltr !important;
    grid-row: auto !important;
    float: none !important;
    clear: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    position: relative !important;
    justify-self: stretch !important;
  }

  html body.single-product .sesb-product-lower .related.products ul.products > li.product:nth-child(odd),
  html body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products > li.product:nth-child(odd),
  html body.single-product .sesb-product-lower section.related.products ul.products > li.product:nth-child(odd),
  html body.se-steam-engine-site.single-product .sesb-product-lower section.related.products ul.products > li.product:nth-child(odd) {
    grid-column: 1 !important;
  }

  html body.single-product .sesb-product-lower .related.products ul.products > li.product:nth-child(even),
  html body.se-steam-engine-site.single-product .sesb-product-lower .related.products ul.products > li.product:nth-child(even),
  html body.single-product .sesb-product-lower section.related.products ul.products > li.product:nth-child(even),
  html body.se-steam-engine-site.single-product .sesb-product-lower section.related.products ul.products > li.product:nth-child(even) {
    grid-column: 2 !important;
  }
}


/* v3.6.33 mobile product: keep page tight when Hostinger coming-soon notice exists */
@media (max-width: 767px) {
  html body.se-steam-engine-site.single-product,
  html body.single-product.se-steam-engine-site {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  html body.se-steam-engine-site.single-product [class*="coming-soon"],
  html body.se-steam-engine-site.single-product [id*="coming-soon"],
  html body.se-steam-engine-site.single-product [class*="hostinger"][class*="coming"],
  html body.se-steam-engine-site.single-product [id*="hostinger"][id*="coming"] {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }
}


/* v3.6.35 MOBILE ONLY: clean cart item cards + cart totals fit */
@media (max-width: 767px) {
  html body.se-steam-engine-site.woocommerce-cart,
  html body.woocommerce-cart.se-steam-engine-site {
    overflow-x: hidden !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .entry-content,
  html body.woocommerce-cart.se-steam-engine-site .entry-content,
  html body.se-steam-engine-site.woocommerce-cart .woocommerce,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    display: block !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce-cart-form,
  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 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !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 thead tr,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart thead tr,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart thead th,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart thead th {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !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;
  }

  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 78px minmax(0, 1fr) !important;
    grid-template-areas:
      "remove thumb name"
      "remove thumb price"
      "qty qty qty"
      "subtotal subtotal subtotal" !important;
    align-items: center !important;
    gap: 8px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 0 14px !important;
    padding: 14px 12px !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(11,15,20,.10) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(11,15,20,.045) !important;
    overflow: hidden !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: flex !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !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 {
    content: none !important;
    display: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-remove,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-remove {
    grid-area: remove !important;
    align-self: start !important;
    justify-content: center !important;
    padding-top: 6px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-remove a.remove,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-remove a.remove {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 27px !important;
    border-radius: 999px !important;
    background: rgba(11,15,20,.05) !important;
    color: #e3312d !important;
    font-size: 20px !important;
    text-align: center !important;
  }

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

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail a,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail img,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail img {
    width: 76px !important;
    height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
    object-fit: contain !important;
    border-radius: 14px !important;
    background: #f7f8f8 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name {
    grid-area: name !important;
    align-self: start !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    color: #0B0F14 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-price {
    grid-area: price !important;
    justify-content: flex-start !important;
    text-align: left !important;
    color: #0B0F14 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    white-space: normal !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity {
    grid-area: qty !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    justify-content: stretch !important;
    margin-top: 10px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(11,15,20,.08) !important;
  }

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

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity {
    justify-self: end !important;
    width: 128px !important;
    min-width: 128px !important;
    max-width: 128px !important;
    height: 46px !important;
    grid-template-columns: 38px 52px 38px !important;
    border-radius: 999px !important;
    overflow: hidden !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal {
    grid-area: subtotal !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-top: 4px !important;
    color: #0B0F14 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    white-space: normal !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal::before,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal::before {
    content: "Subtotal" !important;
    display: block !important;
    color: #667085 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    font-weight: 900 !important;
    font-size: 12px !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),
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 12px 0 18px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions .coupon,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions .coupon {
    display: contents !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions input.input-text,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions input.input-text,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions button,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions button,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions .button,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions .button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    border-radius: 999px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart-collaterals,
  html body.woocommerce-cart.se-steam-engine-site .cart-collaterals,
  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: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !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 {
    padding: 20px 16px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(11,15,20,.10) !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(11,15,20,.055) !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table,
  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: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px 0 18px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

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

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table tr,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table tr {
    padding: 14px 0 !important;
    border-bottom: 1px solid rgba(11,15,20,.08) !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table tr:last-child,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table tr:last-child {
    border-bottom: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table th,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table td,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table th,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table td {
    display: inline-flex !important;
    width: 50% !important;
    max-width: 50% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    vertical-align: middle !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table th,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table th {
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: 15px !important;
    font-weight: 800 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table td,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table td {
    justify-content: flex-end !important;
    text-align: right !important;
    font-size: 16px !important;
    font-weight: 900 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table td::before,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table td::before,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table th::before,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table th::before {
    content: none !important;
    display: none !important;
  }

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

  html body.se-steam-engine-site.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals .wc-proceed-to-checkout a.checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
    border-radius: 999px !important;
    white-space: normal !important;
    overflow: hidden !important;
  }
}


/* v3.6.37 MOBILE ONLY: cart item details order + smaller quantity + clean checkout button */
@media (max-width: 767px) {
  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: 28px 76px minmax(0, 1fr) !important;
    grid-template-areas:
      "remove thumb name"
      "remove thumb price"
      "remove thumb qty"
      "remove thumb subtotal" !important;
    align-items: start !important;
    column-gap: 10px !important;
    row-gap: 5px !important;
    padding: 14px 12px !important;
    overflow: visible !important;
  }

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

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail {
    grid-area: thumb !important;
    align-self: start !important;
  }

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

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name {
    grid-area: name !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    align-self: start !important;
    line-height: 1.2 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name a {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-price {
    grid-area: price !important;
    width: 100% !important;
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    color: #0B0F14 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity {
    grid-area: qty !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
    background: transparent !important;
  }

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

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity {
    justify-self: start !important;
    width: 98px !important;
    min-width: 98px !important;
    max-width: 98px !important;
    height: 38px !important;
    min-height: 38px !important;
    grid-template-columns: 30px 38px 30px !important;
    border-radius: 999px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .se-qty-btn,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity .se-qty-btn,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .minus,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .plus,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity .minus,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity .plus {
    width: 30px !important;
    min-width: 30px !important;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 18px !important;
    line-height: 38px !important;
    color: #0B0F14 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity input.qty,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity input.qty {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 16px !important;
    line-height: 38px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal {
    grid-area: subtotal !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: baseline !important;
    width: 100% !important;
    gap: 8px !important;
    margin: 5px 0 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal::before,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal::before {
    content: "Line total" !important;
    display: inline-flex !important;
    color: #667085 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !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 {
    overflow: hidden !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table,
  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,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table tbody,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table tbody,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table tr,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table tr,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table th,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table td,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table th,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table td {
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals .wc-proceed-to-checkout,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals .wc-proceed-to-checkout,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals .wc-proceed-to-checkout::before,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals .wc-proceed-to-checkout::after,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals .wc-proceed-to-checkout::before,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals .wc-proceed-to-checkout::after {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals .wc-proceed-to-checkout a.checkout-button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 56px !important;
    margin: 0 !important;
    border: 0 !important;
    background: #0B0F14 !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: 0 !important;
    transform: none !important;
  }
}


/* v3.6.38 MOBILE ONLY: visible compact cart override */
@media (max-width: 767px) {
  html body.se-steam-engine-site.woocommerce-cart,
  html body.woocommerce-cart.se-steam-engine-site { overflow-x:hidden !important; }

  html body.se-steam-engine-site.woocommerce-cart .entry-content,
  html body.woocommerce-cart.se-steam-engine-site .entry-content,
  html body.se-steam-engine-site.woocommerce-cart .woocommerce,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce,
  html body.se-steam-engine-site.woocommerce-cart .woocommerce-cart-form,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce-cart-form,
  html body.se-steam-engine-site.woocommerce-cart .cart-collaterals,
  html body.woocommerce-cart.se-steam-engine-site .cart-collaterals,
  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; visibility:visible !important; opacity:1 !important; width:100% !important; max-width:100% !important; min-width:0 !important; height:auto !important; min-height:0 !important; max-height:none !important; margin-left:0 !important; margin-right:0 !important; box-sizing:border-box !important; overflow:visible !important; transform:none !important;
  }
  html body.se-steam-engine-site.woocommerce-cart .entry-content,
  html body.woocommerce-cart.se-steam-engine-site .entry-content,
  html body.se-steam-engine-site.woocommerce-cart .woocommerce,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce { padding-left:14px !important; padding-right:14px !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,
  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; visibility:visible !important; opacity:1 !important; width:100% !important; max-width:100% !important; height:auto !important; max-height:none !important; margin:0 !important; border:0 !important; background:transparent !important; box-shadow:none !important; overflow:visible !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 { display:none !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; visibility:visible !important; opacity:1 !important; grid-template-columns:28px 82px minmax(0,1fr) !important; grid-template-areas:"remove thumb name" "remove thumb price" "remove thumb qty" "remove thumb subtotal" !important; column-gap:10px !important; row-gap:6px !important; align-items:start !important; width:100% !important; max-width:100% !important; min-width:0 !important; height:auto !important; max-height:none !important; margin:0 0 14px !important; padding:14px 12px !important; box-sizing:border-box !important; border:1px solid rgba(11,15,20,.10) !important; border-radius:20px !important; background:#fff !important; box-shadow:0 10px 24px rgba(11,15,20,.045) !important; overflow:visible !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:flex !important; visibility:visible !important; opacity:1 !important; min-width:0 !important; max-width:100% !important; width:auto !important; height:auto !important; max-height:none !important; padding:0 !important; margin:0 !important; border: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 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 { content:none !important; display:none !important; }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-remove,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-remove { grid-area:remove !important; justify-content:center !important; align-self:start !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail { grid-area:thumb !important; justify-content:center !important; align-self:start !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name { grid-area:name !important; display:block !important; align-self:start !important; text-align:left !important; width:100% !important; min-width:0 !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-price { grid-area:price !important; justify-content:flex-start !important; color:#0B0F14 !important; font-size:14px !important; font-weight:900 !important; text-align:left !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity { grid-area:qty !important; justify-content:flex-start !important; align-items:center !important; margin:4px 0 0 !important; padding:0 !important; border-top:0 !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal { grid-area:subtotal !important; justify-content:flex-start !important; align-items:baseline !important; gap:7px !important; margin-top:3px !important; color:#0B0F14 !important; font-size:15px !important; font-weight:900 !important; text-align:left !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal::before,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal::before { content:"Line total" !important; display:inline-flex !important; color:#667085 !important; font-size:12px !important; font-weight:800 !important; letter-spacing:0 !important; text-transform:none !important; }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name a { display:block !important; width:100% !important; max-width:100% !important; min-width:0 !important; white-space:normal !important; word-break:normal !important; overflow-wrap:break-word !important; hyphens:none !important; font-size:15px !important; line-height:1.22 !important; font-weight:900 !important; color:#0B0F14 !important; text-align:left !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail a,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail img,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail img { width:80px !important; height:80px !important; max-width:80px !important; max-height:80px !important; object-fit:contain !important; border-radius:14px !important; background:#f7f8f8 !important; }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity { justify-self:start !important; width:98px !important; min-width:98px !important; max-width:98px !important; height:36px !important; min-height:36px !important; grid-template-columns:30px 38px 30px !important; border-radius:999px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .se-qty-btn,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity .se-qty-btn,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .minus,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .plus,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity .minus,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity .plus { width:30px !important; min-width:30px !important; height:36px !important; min-height:36px !important; font-size:17px !important; line-height:36px !important; color:#0B0F14 !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity input.qty,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity input.qty { width:38px !important; min-width:38px !important; height:36px !important; min-height:36px !important; font-size:16px !important; line-height:36px !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),
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions { display:flex !important; flex-direction:column !important; width:100% !important; max-width:100% !important; gap:10px !important; padding:0 !important; margin:14px 0 18px !important; background:transparent !important; border:0 !important; box-shadow:none !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions .coupon,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions .coupon { display:contents !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions input.input-text,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions input.input-text,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions button,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions button,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions .button,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions .button { width:100% !important; max-width:100% !important; min-height:48px !important; margin:0 !important; border-radius:999px !important; box-sizing:border-box !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 { padding:20px 16px !important; border-radius:22px !important; border:1px solid rgba(11,15,20,.10) !important; background:#fff !important; box-shadow:0 14px 34px rgba(11,15,20,.055) !important; overflow:hidden !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table,
  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:block !important; width:100% !important; max-width:100% !important; margin:10px 0 18px !important; border:0 !important; background:transparent !important; box-shadow:none !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table tbody,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table tbody,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table tr,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table tr { display:block !important; width:100% !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table tr,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table tr { padding:14px 0 !important; border-bottom:1px solid rgba(11,15,20,.08) !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table th,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table td,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table th,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table td { display:inline-flex !important; width:50% !important; max-width:50% !important; padding:0 !important; margin:0 !important; border:0 !important; background:transparent !important; box-shadow:none !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table th,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table th { justify-content:flex-start !important; text-align:left !important; font-size:15px !important; font-weight:800 !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table td,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table td { justify-content:flex-end !important; text-align:right !important; font-size:16px !important; font-weight:900 !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table td::before,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table td::before,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table th::before,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table th::before { content:none !important; display:none !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals .wc-proceed-to-checkout,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals .wc-proceed-to-checkout { display:block !important; width:100% !important; max-width:100% !important; padding:0 !important; margin:16px 0 0 !important; border:0 !important; background:transparent !important; box-shadow:none !important; overflow:visible !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals .wc-proceed-to-checkout a.checkout-button { display:flex !important; align-items:center !important; justify-content:center !important; width:100% !important; max-width:100% !important; min-height:56px !important; margin:0 !important; padding:0 18px !important; box-sizing:border-box !important; border-radius:999px !important; border:0 !important; background:#0B0F14 !important; color:#fff !important; box-shadow:none !important; outline:0 !important; overflow:hidden !important; transform:none !important; }
}


/* v3.6.39 cart hard reset: restore desktop table, fix mobile card layout, and avoid stale inline display from old builds. */
@media (min-width: 768px) {
  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 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px) !important;
    gap: 28px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    overflow: visible !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; margin: 0 !important; overflow: visible !important; }
  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;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: auto !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid rgba(11,15,20,.10) !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 45px rgba(11,15,20,.045) !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 { display: table-header-group !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: table-row-group !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tr,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tr { display: table-row !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart th,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart th,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td {
    display: table-cell !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    vertical-align: middle !important;
    text-align: left !important;
    padding: 18px 14px !important;
    border-bottom: 1px solid rgba(11,15,20,.08) !important;
    background: transparent !important;
    box-sizing: border-box !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td::before,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td::before { display: none !important; content: none !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart th.product-remove,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart th.product-remove { width: 46px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail { width: 96px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail img,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail img { width: 70px !important; height: 70px !important; object-fit: contain !important; border-radius: 12px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name a {
    display: block !important;
    max-width: 290px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    line-height: 1.25 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    color: #0B0F14 !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-price,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal { font-size: 17px !important; font-weight: 900 !important; color: #142033 !important; white-space: nowrap !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: 390px !important; float: none !important; clear: none !important; margin: 0 !important; padding: 0 !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: 390px !important; margin: 0 !important; padding: 24px !important; }
}

@media (max-width: 767px) {
  html body.se-steam-engine-site.woocommerce-cart,
  html body.woocommerce-cart.se-steam-engine-site { overflow-x: hidden !important; }
  html body.se-steam-engine-site.woocommerce-cart .entry-content,
  html body.woocommerce-cart.se-steam-engine-site .entry-content,
  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;
    margin: 0 auto !important;
    padding: 12px 14px 64px !important;
    box-sizing: border-box !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,
  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;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
    overflow: visible !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart,
  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;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !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 { display: none !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tr.cart_item,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tr.cart_item {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    grid-template-areas:
      "thumb name"
      "thumb price"
      "thumb qty"
      "thumb subtotal" !important;
    gap: 7px 12px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 14px !important;
    padding: 18px 12px 16px !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(11,15,20,.10) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(11,15,20,.045) !important;
    overflow: visible !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tr.cart_item td,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tr.cart_item td {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tr.cart_item td::before,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tr.cart_item td::before { display: none !important; content: none !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-remove,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-remove {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 2 !important;
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail { grid-area: thumb !important; padding-top: 10px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail a,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail img,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail img {
    display: block !important;
    width: 82px !important;
    height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
    object-fit: contain !important;
    border-radius: 14px !important;
    background: #f7f8f8 !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name { grid-area: name !important; min-width: 0 !important; padding-right: 4px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    line-height: 1.25 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    color: #0B0F14 !important;
    text-align: left !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-price {
    grid-area: price !important;
    display: block !important;
    color: #E1261C !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity { grid-area: qty !important; display: block !important; margin-top: 2px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity::before,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity::before { content: none !important; display: none !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity {
    display: grid !important;
    grid-template-columns: 28px 34px 28px !important;
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    height: 34px !important;
    min-height: 34px !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    background: #fff !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .se-qty-btn,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity .se-qty-btn,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .minus,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .plus,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity .minus,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity .plus {
    width: 28px !important;
    height: 34px !important;
    min-width: 28px !important;
    min-height: 34px !important;
    font-size: 16px !important;
    line-height: 34px !important;
    color: #0B0F14 !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity input.qty,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity input.qty {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    font-size: 15px !important;
    line-height: 34px !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal {
    grid-area: subtotal !important;
    display: block !important;
    margin-top: 2px !important;
    color: #142033 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal::before,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal::before {
    content: "Subtotal" !important;
    display: block !important;
    margin-bottom: 2px !important;
    color: #667085 !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions,
  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: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
    margin: 10px 0 18px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions .coupon,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions .coupon { display: contents !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions input.input-text,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions input.input-text,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions button,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions button,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions .button,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions .button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    box-sizing: border-box !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;
    margin: 16px 0 0 !important;
    padding: 20px 16px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(11,15,20,.10) !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(11,15,20,.055) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table,
  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,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table tbody,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table tbody,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table tr,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table tr { display: block !important; width: 100% !important; max-width: 100% !important; margin: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table tr,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table tr { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 12px !important; padding: 13px 0 !important; border-bottom: 1px solid rgba(11,15,20,.08) !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table th,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table td,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table th,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table td { display: block !important; width: auto !important; max-width: 50% !important; padding: 0 !important; margin: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table th,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table th { flex: 1 1 auto !important; text-align: left !important; font-size: 15px !important; font-weight: 900 !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table td,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table td { flex: 0 0 auto !important; text-align: right !important; font-size: 16px !important; font-weight: 900 !important; white-space: nowrap !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table td::before,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table td::before,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table th::before,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table th::before { content: none !important; display: none !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals .wc-proceed-to-checkout,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals .wc-proceed-to-checkout { display: block !important; width: 100% !important; max-width: 100% !important; padding: 0 !important; margin: 16px 0 0 !important; background: transparent !important; border: 0 !important; box-shadow: none !important; overflow: visible !important; }
  html body.se-steam-engine-site.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals .wc-proceed-to-checkout a.checkout-button { display: flex !important; align-items: center !important; justify-content: center !important; width: 100% !important; max-width: 100% !important; min-height: 54px !important; margin: 0 !important; padding: 0 18px !important; box-sizing: border-box !important; border-radius: 999px !important; border: 0 !important; background: #0B0F14 !important; color: #fff !important; box-shadow: none !important; outline: 0 !important; overflow: hidden !important; transform: none !important; }
}


/* v3.6.40 MOBILE ONLY: hard cart item name fix without touching desktop */
@media (max-width: 767px) {
  html body.se-steam-engine-site.woocommerce-cart .entry-content,
  html body.woocommerce-cart.se-steam-engine-site .entry-content,
  html body.se-steam-engine-site.woocommerce-cart .woocommerce,
  html body.woocommerce-cart.se-steam-engine-site .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart,
  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;
    table-layout: auto !important;
    overflow: visible !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 {
    display: none !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 {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 150px !important;
    margin: 0 0 16px !important;
    padding: 18px 12px 16px !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(11, 15, 20, .10) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(11, 15, 20, .045) !important;
    overflow: visible !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;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    transform: none !important;
    box-sizing: border-box !important;
    overflow: visible !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 {
    content: none !important;
    display: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-remove,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-remove {
    position: absolute !important;
    left: 11px !important;
    top: 24px !important;
    width: 24px !important;
    height: 24px !important;
    z-index: 3 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail {
    position: absolute !important;
    left: 44px !important;
    top: 18px !important;
    width: 82px !important;
    height: 82px !important;
    z-index: 2 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail a,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail img,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail img {
    display: block !important;
    width: 82px !important;
    height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
    object-fit: contain !important;
    border-radius: 14px !important;
    background: #f7f8f8 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name {
    display: block !important;
    width: calc(100% - 132px) !important;
    max-width: calc(100% - 132px) !important;
    min-width: 0 !important;
    margin-left: 132px !important;
    padding-top: 2px !important;
    text-align: left !important;
    clear: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    font-size: 15px !important;
    line-height: 1.22 !important;
    font-weight: 900 !important;
    letter-spacing: -.01em !important;
    color: #0B0F14 !important;
    text-align: left !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-price,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal {
    display: block !important;
    width: calc(100% - 132px) !important;
    max-width: calc(100% - 132px) !important;
    margin-left: 132px !important;
    clear: none !important;
    text-align: left !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-price {
    margin-top: 7px !important;
    color: #E1261C !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity {
    margin-top: 9px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity {
    display: grid !important;
    grid-template-columns: 28px 34px 28px !important;
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    height: 34px !important;
    min-height: 34px !important;
    border-radius: 999px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .se-qty-btn,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity .se-qty-btn,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .minus,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity .plus,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity .minus,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity .plus {
    width: 28px !important;
    min-width: 28px !important;
    height: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
    font-size: 16px !important;
    color: #0B0F14 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity input.qty,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity input.qty {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
    font-size: 15px !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal {
    margin-top: 8px !important;
    color: #0B0F14 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal::before,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal::before {
    content: 'Subtotal' !important;
    display: block !important;
    margin-bottom: 3px !important;
    color: #667085 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions,
  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: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
    margin: 14px 0 18px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions .coupon,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions .coupon {
    display: contents !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions input.input-text,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions input.input-text,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions button,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions button,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions .button,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions .button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    box-sizing: border-box !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;
    margin: 16px 0 0 !important;
    padding: 20px 16px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(11,15,20,.10) !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(11,15,20,.055) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table th,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table td,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table th,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table td {
    max-width: 55% !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals .wc-proceed-to-checkout,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals .wc-proceed-to-checkout {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    overflow: visible !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals .wc-proceed-to-checkout a.checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: #0B0F14 !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 360px) {
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail { left: 40px !important; width: 74px !important; height: 74px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail a,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail img,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail img { width: 74px !important; height: 74px !important; max-width: 74px !important; max-height: 74px !important; }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-price,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal { margin-left: 118px !important; width: calc(100% - 118px) !important; max-width: calc(100% - 118px) !important; }
}


/* v3.6.42 MOBILE ONLY: cart item row like compact reference, without touching desktop */
@media (max-width: 767px) {
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart,
  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;
    table-layout: auto !important;
    overflow: visible !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 {
    display: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tr.cart_item,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tr.cart_item {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 22px 78px minmax(0, 1fr) 92px !important;
    grid-template-areas:
      "remove thumb name qty"
      "remove thumb price qty"
      "remove thumb subtotal qty" !important;
    column-gap: 8px !important;
    row-gap: 4px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 14px !important;
    padding: 14px 10px 14px !important;
    box-sizing: border-box !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;
    overflow: visible !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tr.cart_item td,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tr.cart_item td {
    position: static !important;
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
    vertical-align: top !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
  }

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

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-remove,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-remove {
    grid-area: remove !important;
    align-self: start !important;
    justify-self: center !important;
    width: 22px !important;
    max-width: 22px !important;
    height: 22px !important;
    max-height: 22px !important;
    padding-top: 3px !important;
    z-index: 2 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail {
    grid-area: thumb !important;
    align-self: start !important;
    justify-self: center !important;
    width: 78px !important;
    max-width: 78px !important;
    min-width: 78px !important;
    padding-top: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail a,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail img,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail img {
    display: block !important;
    width: 78px !important;
    height: 78px !important;
    max-width: 78px !important;
    max-height: 78px !important;
    object-fit: contain !important;
    border-radius: 10px !important;
    background: #f7f8f8 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name {
    grid-area: name !important;
    align-self: start !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    line-height: 1.22 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: -.01em !important;
    color: #0B0F14 !important;
    text-align: left !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-price,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-price {
    grid-area: price !important;
    align-self: start !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 2px 0 0 !important;
    color: #E1261C !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    text-align: left !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity {
    grid-area: qty !important;
    align-self: center !important;
    justify-self: end !important;
    width: 92px !important;
    max-width: 92px !important;
    margin: 0 !important;
    text-align: right !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity {
    display: grid !important;
    grid-template-columns: 28px 34px 28px !important;
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 0 0 auto !important;
    border-radius: 6px !important;
    border: 1px solid rgba(11,15,20,.12) !important;
    background: #fff !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal {
    grid-area: subtotal !important;
    align-self: start !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 2px 0 0 !important;
    color: #0B0F14 !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    text-align: left !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-subtotal::before,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-subtotal::before {
    content: 'Subtotal' !important;
    display: inline-block !important;
    margin: 0 6px 0 0 !important;
    color: #667085 !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !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 {
    overflow: hidden !important;
  }
}

@media (max-width: 360px) {
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tr.cart_item,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tr.cart_item {
    grid-template-columns: 20px 68px minmax(0, 1fr) 84px !important;
    column-gap: 7px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail a,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-thumbnail img,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-thumbnail img {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
    max-height: 68px !important;
    min-width: 68px !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name a {
    font-size: 13px !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity {
    width: 84px !important;
    max-width: 84px !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-quantity .quantity,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-quantity .quantity {
    grid-template-columns: 26px 30px 26px !important;
    width: 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
  }
}


/* v3.6.42 mobile cart name hard fix fallback */
@media (max-width: 767px) {
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart tr.cart_item,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart tr.cart_item {
    display:grid !important;
    grid-template-columns:28px 84px minmax(0,1fr) !important;
    grid-template-areas:"remove thumb name" "remove thumb price" "remove thumb qty" "remove thumb subtotal" !important;
    column-gap:10px !important;
    row-gap:5px !important;
    align-items:start !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name {
    grid-area:name !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    justify-self:stretch !important;
    writing-mode:horizontal-tb !important;
    text-orientation:mixed !important;
  }
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.product-name a,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.product-name a {
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
    writing-mode:horizontal-tb !important;
    text-orientation:mixed !important;
  }
}


/* v3.6.50 MOBILE CART SINGLE SOURCE FINAL GUARD
   Mobile only: keep the generated cart cards visible and force-hide the original Woo cart item rows so real mobile browsers cannot show duplicate/broken vertical rows. Desktop is untouched. */
@media (max-width: 767px) {
  html body.se-steam-engine-site.woocommerce-cart.sesb-v49-mobile-cart-active form.woocommerce-cart-form table.shop_table.cart > tbody > tr.cart_item,
  html body.se-steam-engine-site.woocommerce-cart.sesb-v49-mobile-cart-active form.woocommerce-cart-form table.shop_table.cart > tbody > tr.woocommerce-cart-form__cart-item.cart_item,
  html body.woocommerce-cart.se-steam-engine-site.sesb-v49-mobile-cart-active form.woocommerce-cart-form table.shop_table.cart > tbody > tr.cart_item,
  html body.woocommerce-cart.se-steam-engine-site.sesb-v49-mobile-cart-active form.woocommerce-cart-form table.shop_table.cart > tbody > tr.woocommerce-cart-form__cart-item.cart_item {
    display: none !important;
    visibility: hidden !important;
    opacity: 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;
    pointer-events: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart.sesb-v49-mobile-cart-active .sesb-v49-mobile-cart-list,
  html body.woocommerce-cart.se-steam-engine-site.sesb-v49-mobile-cart-active .sesb-v49-mobile-cart-list {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart.sesb-v49-mobile-cart-active .sesb-v49-cart-card,
  html body.woocommerce-cart.se-steam-engine-site.sesb-v49-mobile-cart-active .sesb-v49-cart-card {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart.sesb-v49-mobile-cart-active .sesb-v49-info,
  html body.woocommerce-cart.se-steam-engine-site.sesb-v49-mobile-cart-active .sesb-v49-info,
  html body.se-steam-engine-site.woocommerce-cart.sesb-v49-mobile-cart-active .sesb-v49-name,
  html body.woocommerce-cart.se-steam-engine-site.sesb-v49-mobile-cart-active .sesb-v49-name {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    box-sizing: border-box !important;
  }
}

/* v3.6.51 MOBILE ONLY: cart totals Total row should be a clean line, not a rounded inner box. */
@media (max-width: 767px) {
  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,
  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 {
    border-radius: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !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 {
    background: transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.order-total,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.order-total {
    border-top: 1px solid rgba(11,15,20,.12) !important;
    border-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 14px !important;
    background: transparent !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.order-total th,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.order-total td {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}



/* v3.6.53 MOBILE ONLY: equal coupon/update button sizing with a clean small gap. */
@media (max-width: 767px) {
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 14px 0 18px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    float: none !important;
    clear: both !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions .coupon,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions .coupon {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    float: none !important;
    clear: both !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions input.input-text,
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions input.input-text,
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions input[name="coupon_code"],
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions input[name="coupon_code"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    float: none !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions button[name="apply_coupon"],
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions button[name="apply_coupon"],
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions button[name="update_cart"],
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions button[name="update_cart"],
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions .button[name="apply_coupon"],
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions .button[name="apply_coupon"],
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions .button[name="update_cart"],
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions .button[name="update_cart"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    float: none !important;
    clear: both !important;
    line-height: 1.1 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions button[name="update_cart"],
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions button[name="update_cart"],
  html body.se-steam-engine-site.woocommerce-cart table.shop_table.cart td.actions .button[name="update_cart"],
  html body.woocommerce-cart.se-steam-engine-site table.shop_table.cart td.actions .button[name="update_cart"] {
    margin-top: 0 !important;
  }
}


/* v3.6.54 MOBILE ONLY: My Account page viewport fit + remove unneeded Browse Products CTA. */
@media (max-width: 767px) {
  html,
  body.se-steam-engine-site.woocommerce-account,
  body.woocommerce-account.se-steam-engine-site {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.se-steam-engine-site.woocommerce-account *,
  body.se-steam-engine-site.woocommerce-account *::before,
  body.se-steam-engine-site.woocommerce-account *::after,
  body.woocommerce-account.se-steam-engine-site *,
  body.woocommerce-account.se-steam-engine-site *::before,
  body.woocommerce-account.se-steam-engine-site *::after {
    box-sizing: border-box !important;
  }

  body.se-steam-engine-site.woocommerce-account .site,
  body.se-steam-engine-site.woocommerce-account .site-main,
  body.se-steam-engine-site.woocommerce-account .content-area,
  body.se-steam-engine-site.woocommerce-account main,
  body.se-steam-engine-site.woocommerce-account article,
  body.se-steam-engine-site.woocommerce-account .entry-content,
  body.se-steam-engine-site.woocommerce-account .woocommerce,
  body.woocommerce-account.se-steam-engine-site .site,
  body.woocommerce-account.se-steam-engine-site .site-main,
  body.woocommerce-account.se-steam-engine-site .content-area,
  body.woocommerce-account.se-steam-engine-site main,
  body.woocommerce-account.se-steam-engine-site article,
  body.woocommerce-account.se-steam-engine-site .entry-content,
  body.woocommerce-account.se-steam-engine-site .woocommerce {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  body.se-steam-engine-site.woocommerce-account .entry-content,
  body.woocommerce-account.se-steam-engine-site .entry-content {
    width: min(100% - 24px, 760px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 0 44px !important;
  }

  body.se-steam-engine-site.woocommerce-account .woocommerce,
  body.woocommerce-account.se-steam-engine-site .woocommerce {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-navigation,
  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-navigation,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content {
    float: none !important;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 18px !important;
    padding: 16px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-navigation ul,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    gap: 12px !important;
  }

  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-navigation li,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-navigation li {
    margin: 0 !important;
    padding: 0 !important;
  }

  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-navigation a,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-navigation a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    line-height: 1.35 !important;
  }

  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content p,
  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content a,
  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content address,
  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content table,
  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content p,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content a,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content address,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content table,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content .woocommerce-info,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content .woocommerce-message {
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  body.se-steam-engine-site.woocommerce-account .woocommerce-info,
  body.se-steam-engine-site.woocommerce-account .woocommerce-message,
  body.woocommerce-account.se-steam-engine-site .woocommerce-info,
  body.woocommerce-account.se-steam-engine-site .woocommerce-message {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 14px 14px 48px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  body.se-steam-engine-site.woocommerce-account .woocommerce-info .button,
  body.se-steam-engine-site.woocommerce-account .woocommerce-info .button.wc-forward,
  body.se-steam-engine-site.woocommerce-account .woocommerce-Message .button,
  body.se-steam-engine-site.woocommerce-account .woocommerce-Message .button.wc-forward,
  body.woocommerce-account.se-steam-engine-site .woocommerce-info .button,
  body.woocommerce-account.se-steam-engine-site .woocommerce-info .button.wc-forward,
  body.woocommerce-account.se-steam-engine-site .woocommerce-Message .button,
  body.woocommerce-account.se-steam-engine-site .woocommerce-Message .button.wc-forward {
    display: none !important;
  }
}


/* v3.6.55 MOBILE ONLY: fully remove WooCommerce empty-orders CTA pill on My Account. */
@media (max-width: 767px) {
  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info > a,
  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message > a,
  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message > a,
  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content a.woocommerce-Button,
  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content a.wc-forward,
  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content a.button[href*="shop"],
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content .woocommerce-info > a,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content .woocommerce-message > a,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content .woocommerce-Message > a,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content a.woocommerce-Button,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content a.wc-forward,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content a.button[href*="shop"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -99999px !important;
    top: auto !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    transform: none !important;
    box-shadow: none !important;
  }

  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
  body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content .woocommerce-info,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content .woocommerce-message,
  body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content .woocommerce-Message {
    min-height: 0 !important;
  }
}

/* v3.6.57 MOBILE CART ONLY: remove filled WooCommerce notice action pill on cart page. */
@media (max-width: 767px) {
  html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message > a.button.wc-forward,
  html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message > a.wc-forward,
  html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info > a.button.wc-forward,
  html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info > a.wc-forward,
  html body.se-steam-engine-site.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message > a.button.wc-forward,
  html body.se-steam-engine-site.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message > a.wc-forward,
  html body.se-steam-engine-site.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info > a.button.wc-forward,
  html body.se-steam-engine-site.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info > a.wc-forward {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -99999px !important;
    top: auto !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a.restore-item,
  html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info a.restore-item,
  html body.se-steam-engine-site.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a.restore-item,
  html body.se-steam-engine-site.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info a.restore-item {
    display: inline !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #0B0F14 !important;
    font: inherit !important;
    font-weight: 900 !important;
    line-height: inherit !important;
    text-decoration: underline !important;
    transform: none !important;
  }
}

/* v3.6.58 DESKTOP ONLY: My Account content sits next to the account menu. */
@media (min-width: 768px) {
  html body.se-steam-engine-site.woocommerce-account .entry-content,
  html body.woocommerce-account.se-steam-engine-site .entry-content {
    width: min(1120px, calc(100% - 48px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body.se-steam-engine-site.woocommerce-account .entry-content > .woocommerce,
  html body.woocommerce-account.se-steam-engine-site .entry-content > .woocommerce {
    display: grid !important;
    grid-template-columns: 300px minmax(0, 1fr) !important;
    gap: 24px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-navigation,
  html body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-navigation {
    grid-column: 1 !important;
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 300px !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-account .woocommerce-MyAccount-content,
  html body.woocommerce-account.se-steam-engine-site .woocommerce-MyAccount-content {
    grid-column: 2 !important;
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

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

/* v3.6.58 GLOBAL: remove filled WooCommerce notice action bubbles only. */
html body.se-steam-engine-site .woocommerce-notices-wrapper .woocommerce-message > a.button,
html body.se-steam-engine-site .woocommerce-notices-wrapper .woocommerce-message > a.wc-forward,
html body.se-steam-engine-site .woocommerce-notices-wrapper .woocommerce-message > a.woocommerce-Button,
html body.se-steam-engine-site .woocommerce-notices-wrapper .woocommerce-info > a.button,
html body.se-steam-engine-site .woocommerce-notices-wrapper .woocommerce-info > a.wc-forward,
html body.se-steam-engine-site .woocommerce-notices-wrapper .woocommerce-info > a.woocommerce-Button,
html body.se-steam-engine-site .woocommerce-message > a.button.wc-forward,
html body.se-steam-engine-site .woocommerce-message > a.woocommerce-Button,
html body.se-steam-engine-site .woocommerce-info > a.button.wc-forward,
html body.se-steam-engine-site .woocommerce-info > a.woocommerce-Button,
html body.se-steam-engine-site .woocommerce-Message > a.button,
html body.se-steam-engine-site .woocommerce-Message > a.wc-forward,
html body.se-steam-engine-site .woocommerce-Message > a.woocommerce-Button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -99999px !important;
  top: auto !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  box-shadow: none !important;
  transform: none !important;
}

/* v3.6.59 DESKTOP ONLY: My Account layout fit + real gap next to menu. */
@media (min-width: 768px) {
  html body.woocommerce-account .site-main .entry-content,
  html body.se-steam-engine-site.woocommerce-account .site-main .entry-content,
  html body.woocommerce-account.se-steam-engine-site .site-main .entry-content {
    width: min(1120px, calc(100% - 48px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  html body.woocommerce-account .site-main .entry-content > .woocommerce,
  html body.woocommerce-account .site-main .entry-content .woocommerce,
  html body.se-steam-engine-site.woocommerce-account .site-main .entry-content > .woocommerce,
  html body.se-steam-engine-site.woocommerce-account .site-main .entry-content .woocommerce,
  html body.woocommerce-account.se-steam-engine-site .site-main .entry-content > .woocommerce,
  html body.woocommerce-account.se-steam-engine-site .site-main .entry-content .woocommerce {
    display: grid !important;
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr) !important;
    column-gap: 32px !important;
    row-gap: 24px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  html body.woocommerce-account .site-main .entry-content .woocommerce > .woocommerce-MyAccount-navigation,
  html body.se-steam-engine-site.woocommerce-account .site-main .entry-content .woocommerce > .woocommerce-MyAccount-navigation,
  html body.woocommerce-account.se-steam-engine-site .site-main .entry-content .woocommerce > .woocommerce-MyAccount-navigation {
    grid-column: 1 !important;
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  html body.woocommerce-account .site-main .entry-content .woocommerce > .woocommerce-MyAccount-content,
  html body.se-steam-engine-site.woocommerce-account .site-main .entry-content .woocommerce > .woocommerce-MyAccount-content,
  html body.woocommerce-account.se-steam-engine-site .site-main .entry-content .woocommerce > .woocommerce-MyAccount-content {
    grid-column: 2 !important;
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  html body.woocommerce-account .site-main .entry-content .woocommerce > .woocommerce-notices-wrapper,
  html body.woocommerce-account .site-main .entry-content .woocommerce > .woocommerce-message,
  html body.woocommerce-account .site-main .entry-content .woocommerce > .woocommerce-info,
  html body.woocommerce-account .site-main .entry-content .woocommerce > .woocommerce-error,
  html body.se-steam-engine-site.woocommerce-account .site-main .entry-content .woocommerce > .woocommerce-notices-wrapper,
  html body.se-steam-engine-site.woocommerce-account .site-main .entry-content .woocommerce > .woocommerce-message,
  html body.se-steam-engine-site.woocommerce-account .site-main .entry-content .woocommerce > .woocommerce-info,
  html body.se-steam-engine-site.woocommerce-account .site-main .entry-content .woocommerce > .woocommerce-error,
  html body.woocommerce-account.se-steam-engine-site .site-main .entry-content .woocommerce > .woocommerce-notices-wrapper,
  html body.woocommerce-account.se-steam-engine-site .site-main .entry-content .woocommerce > .woocommerce-message,
  html body.woocommerce-account.se-steam-engine-site .site-main .entry-content .woocommerce > .woocommerce-info,
  html body.woocommerce-account.se-steam-engine-site .site-main .entry-content .woocommerce > .woocommerce-error {
    grid-column: 1 / -1 !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}

/* v3.6.59 GLOBAL: remove filled WooCommerce notice action bubbles everywhere. */
html body .woocommerce-notices-wrapper .woocommerce-message a.button:not(.restore-item),
html body .woocommerce-notices-wrapper .woocommerce-message a.wc-forward:not(.restore-item),
html body .woocommerce-notices-wrapper .woocommerce-message a.woocommerce-Button:not(.restore-item),
html body .woocommerce-notices-wrapper .woocommerce-info a.button:not(.restore-item),
html body .woocommerce-notices-wrapper .woocommerce-info a.wc-forward:not(.restore-item),
html body .woocommerce-notices-wrapper .woocommerce-info a.woocommerce-Button:not(.restore-item),
html body .woocommerce-message a.button.wc-forward:not(.restore-item),
html body .woocommerce-message a.woocommerce-Button:not(.restore-item),
html body .woocommerce-info a.button.wc-forward:not(.restore-item),
html body .woocommerce-info a.woocommerce-Button:not(.restore-item),
html body .woocommerce-Message a.button:not(.restore-item),
html body .woocommerce-Message a.wc-forward:not(.restore-item),
html body .woocommerce-Message a.woocommerce-Button:not(.restore-item) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -99999px !important;
  top: auto !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
  pointer-events: none !important;
  box-shadow: none !important;
  transform: none !important;
}



/* v3.6.60 DESKTOP ONLY: final My Account layout fit. Mobile remains untouched. */
@media (min-width: 768px) {
  html body.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content,
  html body.se-steam-engine-site.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content,
  html body.woocommerce-account.se-steam-engine-site:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content {
    width: min(1064px, calc(100% - 48px)) !important;
    max-width: min(1064px, calc(100% - 48px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  html body.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content > .woocommerce,
  html body.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content div.woocommerce:has(> .woocommerce-MyAccount-navigation),
  html body.se-steam-engine-site.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content > .woocommerce,
  html body.se-steam-engine-site.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content div.woocommerce:has(> .woocommerce-MyAccount-navigation),
  html body.woocommerce-account.se-steam-engine-site:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content > .woocommerce,
  html body.woocommerce-account.se-steam-engine-site:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content div.woocommerce:has(> .woocommerce-MyAccount-navigation) {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 28px !important;
    column-gap: 28px !important;
    row-gap: 24px !important;
    grid-template-columns: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  html body.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content > .woocommerce > .woocommerce-MyAccount-navigation,
  html body.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content div.woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-MyAccount-navigation,
  html body.se-steam-engine-site.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content > .woocommerce > .woocommerce-MyAccount-navigation,
  html body.se-steam-engine-site.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content div.woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-MyAccount-navigation,
  html body.woocommerce-account.se-steam-engine-site:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content > .woocommerce > .woocommerce-MyAccount-navigation,
  html body.woocommerce-account.se-steam-engine-site:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content div.woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-MyAccount-navigation {
    flex: 0 0 300px !important;
    width: 300px !important;
    max-width: 300px !important;
    min-width: 300px !important;
    float: none !important;
    clear: none !important;
    grid-column: auto !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    align-self: flex-start !important;
  }

  html body.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content > .woocommerce > .woocommerce-MyAccount-content,
  html body.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content div.woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-MyAccount-content,
  html body.se-steam-engine-site.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content > .woocommerce > .woocommerce-MyAccount-content,
  html body.se-steam-engine-site.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content div.woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-MyAccount-content,
  html body.woocommerce-account.se-steam-engine-site:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content > .woocommerce > .woocommerce-MyAccount-content,
  html body.woocommerce-account.se-steam-engine-site:not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content div.woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-MyAccount-content {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: calc(100% - 328px) !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    grid-column: auto !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    align-self: flex-start !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  html body.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .woocommerce-MyAccount-content .woocommerce-info,
  html body.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .woocommerce-MyAccount-content .woocommerce-message,
  html body.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .woocommerce-MyAccount-content .woocommerce-Message,
  html body.se-steam-engine-site.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .woocommerce-MyAccount-content .woocommerce-info,
  html body.se-steam-engine-site.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .woocommerce-MyAccount-content .woocommerce-message,
  html body.se-steam-engine-site.woocommerce-account:not(.woocommerce-cart):not(.woocommerce-checkout) .woocommerce-MyAccount-content .woocommerce-Message {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* v3.6.60 GLOBAL: remove WooCommerce grey notice action bubbles. */
html body .woocommerce-info a.button:not(.restore-item),
html body .woocommerce-info a.wc-forward:not(.restore-item),
html body .woocommerce-info a.woocommerce-Button:not(.restore-item),
html body .woocommerce-info a[class*="button"]:not(.restore-item),
html body .woocommerce-info a[class*="Button"]:not(.restore-item),
html body .woocommerce-message a.button:not(.restore-item),
html body .woocommerce-message a.wc-forward:not(.restore-item),
html body .woocommerce-message a.woocommerce-Button:not(.restore-item),
html body .woocommerce-message a[class*="button"]:not(.restore-item),
html body .woocommerce-message a[class*="Button"]:not(.restore-item),
html body .woocommerce-Message a.button:not(.restore-item),
html body .woocommerce-Message a.wc-forward:not(.restore-item),
html body .woocommerce-Message a.woocommerce-Button:not(.restore-item),
html body .woocommerce-Message a[class*="button"]:not(.restore-item),
html body .woocommerce-Message a[class*="Button"]:not(.restore-item) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -99999px !important;
  top: auto !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
  pointer-events: none !important;
  box-shadow: none !important;
  transform: none !important;
}

html body .woocommerce-info a.restore-item,
html body .woocommerce-message a.restore-item,
html body .woocommerce-Message a.restore-item {
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #0B0F14 !important;
  font: inherit !important;
  font-weight: 900 !important;
  line-height: inherit !important;
  text-decoration: underline !important;
  transform: none !important;
  pointer-events: auto !important;
}

/* v3.6.76 DESKTOP CHECKOUT: align all order prices on one right edge and keep full-width separators. */
@media (min-width: 901px) {
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table,
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table thead,
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tbody,
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table thead,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tbody,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table thead tr,
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item,
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal,
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table thead tr,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 150px !important;
    column-gap: 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-items: center !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(11,15,20,.10) !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table thead tr,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table thead tr { padding: 0 0 10px !important; border-bottom-color: rgba(11,15,20,.13) !important; }
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item { padding: 12px 0 !important; }
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal { padding: 11px 0 !important; }
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total { padding: 18px 0 16px !important; border-bottom: 1px solid rgba(11,15,20,.10) !important; }

  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table th,
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table td,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table th,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table td {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    vertical-align: middle !important;
  }

  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table th.product-total,
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table td.product-total,
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot td,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table th.product-total,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table td.product-total,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    justify-self: stretch !important;
    text-align: right !important;
    white-space: nowrap !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tbody td.product-name,
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tbody td.product-name strong.product-quantity,
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tbody td.product-total,
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tbody td.product-total .amount,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tbody td.product-name,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tbody td.product-name strong.product-quantity,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tbody td.product-total,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tbody td.product-total .amount {
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    color: #273447 !important;
    letter-spacing: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 13px 0 14px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(11,15,20,.10) !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping th,
  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping th,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }

  html body.se-steam-engine-site.woocommerce-checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping th,
  html body.woocommerce-checkout.se-steam-engine-site #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping th { margin-bottom: 8px !important; color: #0B0F14 !important; font-size: 14px !important; line-height: 1.35 !important; font-weight: 900 !important; }

  html body.se-steam-engine-site.woocommerce-checkout #order_review ul#shipping_method,
  html body.se-steam-engine-site.woocommerce-checkout #order_review .woocommerce-shipping-methods,
  html body.woocommerce-checkout.se-steam-engine-site #order_review ul#shipping_method,
  html body.woocommerce-checkout.se-steam-engine-site #order_review .woocommerce-shipping-methods { display: block !important; width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; list-style: none !important; box-sizing: border-box !important; }

  html body.se-steam-engine-site.woocommerce-checkout #order_review ul#shipping_method li,
  html body.se-steam-engine-site.woocommerce-checkout #order_review .woocommerce-shipping-methods li,
  html body.woocommerce-checkout.se-steam-engine-site #order_review ul#shipping_method li,
  html body.woocommerce-checkout.se-steam-engine-site #order_review .woocommerce-shipping-methods li { display: flex !important; align-items: baseline !important; justify-content: flex-start !important; gap: 8px !important; width: 100% !important; max-width: 100% !important; margin: 0 0 7px !important; padding: 0 !important; border: 0 !important; background: transparent !important; box-sizing: border-box !important; text-align: left !important; white-space: normal !important; }
  html body.se-steam-engine-site.woocommerce-checkout #order_review ul#shipping_method li:last-child,
  html body.se-steam-engine-site.woocommerce-checkout #order_review .woocommerce-shipping-methods li:last-child,
  html body.woocommerce-checkout.se-steam-engine-site #order_review ul#shipping_method li:last-child,
  html body.woocommerce-checkout.se-steam-engine-site #order_review .woocommerce-shipping-methods li:last-child { margin-bottom: 0 !important; }
  html body.se-steam-engine-site.woocommerce-checkout #order_review ul#shipping_method li input[type="radio"],
  html body.se-steam-engine-site.woocommerce-checkout #order_review .woocommerce-shipping-methods li input[type="radio"],
  html body.woocommerce-checkout.se-steam-engine-site #order_review ul#shipping_method li input[type="radio"],
  html body.woocommerce-checkout.se-steam-engine-site #order_review .woocommerce-shipping-methods li input[type="radio"] { flex: 0 0 auto !important; margin: 2px 0 0 !important; }
  html body.se-steam-engine-site.woocommerce-checkout #order_review ul#shipping_method li label,
  html body.se-steam-engine-site.woocommerce-checkout #order_review .woocommerce-shipping-methods li label,
  html body.woocommerce-checkout.se-steam-engine-site #order_review ul#shipping_method li label,
  html body.woocommerce-checkout.se-steam-engine-site #order_review .woocommerce-shipping-methods li label { display: flex !important; flex: 1 1 auto !important; align-items: baseline !important; justify-content: flex-start !important; gap: 6px !important; width: 100% !important; min-width: 0 !important; margin: 0 !important; padding: 0 !important; color: #273447 !important; font-size: 14px !important; line-height: 1.35 !important; font-weight: 650 !important; text-align: left !important; white-space: normal !important; box-sizing: border-box !important; }
  html body.se-steam-engine-site.woocommerce-checkout #order_review ul#shipping_method li label .woocommerce-Price-amount,
  html body.se-steam-engine-site.woocommerce-checkout #order_review ul#shipping_method li label .amount,
  html body.se-steam-engine-site.woocommerce-checkout #order_review .woocommerce-shipping-methods li label .woocommerce-Price-amount,
  html body.se-steam-engine-site.woocommerce-checkout #order_review .woocommerce-shipping-methods li label .amount,
  html body.woocommerce-checkout.se-steam-engine-site #order_review ul#shipping_method li label .woocommerce-Price-amount,
  html body.woocommerce-checkout.se-steam-engine-site #order_review ul#shipping_method li label .amount,
  html body.woocommerce-checkout.se-steam-engine-site #order_review .woocommerce-shipping-methods li label .woocommerce-Price-amount,
  html body.woocommerce-checkout.se-steam-engine-site #order_review .woocommerce-shipping-methods li label .amount { margin-left: auto !important; padding-left: 18px !important; text-align: right !important; white-space: nowrap !important; color: #0B0F14 !important; font-size: 14px !important; line-height: 1.35 !important; font-weight: 900 !important; }
}



/* v3.6.77 CHECKOUT PAYMENT: restore clean radio + plain description under Cash - BenefitPay. */
html body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method,
html body.se-steam-engine-site.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method,
html body.woocommerce-checkout.se-steam-engine-site #payment ul.payment_methods li.wc_payment_method {
  display: grid !important;
  grid-template-columns: 14px minmax(0, 1fr) !important;
  column-gap: 9px !important;
  row-gap: 4px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  list-style: none !important;
  box-sizing: border-box !important;
}

html body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input.input-radio,
html body.se-steam-engine-site.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input.input-radio,
html body.woocommerce-checkout.se-steam-engine-site #payment ul.payment_methods li.wc_payment_method > input.input-radio,
html body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input[type="radio"],
html body.se-steam-engine-site.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input[type="radio"],
html body.woocommerce-checkout.se-steam-engine-site #payment ul.payment_methods li.wc_payment_method > input[type="radio"] {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  appearance: auto !important;
  -webkit-appearance: radio !important;
  accent-color: #0B7ED0 !important;
  border-radius: 50% !important;
  transform: none !important;
  pointer-events: auto !important;
  box-shadow: none !important;
}

html body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label,
html body.se-steam-engine-site.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label,
html body.woocommerce-checkout.se-steam-engine-site #payment ul.payment_methods li.wc_payment_method > label {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 6px !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #0B0F14 !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  white-space: normal !important;
  box-sizing: border-box !important;
}

html body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label::before,
html body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label::after,
html body.se-steam-engine-site.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label::before,
html body.se-steam-engine-site.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label::after,
html body.woocommerce-checkout.se-steam-engine-site #payment ul.payment_methods li.wc_payment_method > label::before,
html body.woocommerce-checkout.se-steam-engine-site #payment ul.payment_methods li.wc_payment_method > label::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method div.payment_box,
html body.se-steam-engine-site.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method div.payment_box,
html body.woocommerce-checkout.se-steam-engine-site #payment ul.payment_methods li.wc_payment_method div.payment_box,
html body.woocommerce-checkout #payment div.payment_box,
html body.se-steam-engine-site.woocommerce-checkout #payment div.payment_box,
html body.woocommerce-checkout.se-steam-engine-site #payment div.payment_box {
  grid-column: 2 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #4f5967 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  box-sizing: border-box !important;
}

html body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method div.payment_box p,
html body.se-steam-engine-site.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method div.payment_box p,
html body.woocommerce-checkout.se-steam-engine-site #payment ul.payment_methods li.wc_payment_method div.payment_box p,
html body.woocommerce-checkout #payment div.payment_box p,
html body.se-steam-engine-site.woocommerce-checkout #payment div.payment_box p,
html body.woocommerce-checkout.se-steam-engine-site #payment div.payment_box p {
  margin: 0 !important;
  padding: 0 !important;
  color: #4f5967 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.woocommerce-checkout #payment div.payment_box::before,
html body.woocommerce-checkout #payment div.payment_box::after,
html body.se-steam-engine-site.woocommerce-checkout #payment div.payment_box::before,
html body.se-steam-engine-site.woocommerce-checkout #payment div.payment_box::after,
html body.woocommerce-checkout.se-steam-engine-site #payment div.payment_box::before,
html body.woocommerce-checkout.se-steam-engine-site #payment div.payment_box::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}


/* v3.6.78 DESKTOP CHECKOUT BILLING: full-width country value + slightly smaller field typography. Right-side order summary untouched. */
@media (min-width: 901px) {
  html body.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row,
  html body.se-steam-engine-site.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row,
  html body.woocommerce-checkout.se-steam-engine-site #customer_details .woocommerce-billing-fields .form-row {
    box-sizing: border-box !important;
  }

  html body.woocommerce-checkout #customer_details .woocommerce-billing-fields label,
  html body.se-steam-engine-site.woocommerce-checkout #customer_details .woocommerce-billing-fields label,
  html body.woocommerce-checkout.se-steam-engine-site #customer_details .woocommerce-billing-fields label {
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    margin-bottom: 8px !important;
  }

  html body.woocommerce-checkout #customer_details .woocommerce-billing-fields input.input-text,
  html body.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea,
  html body.woocommerce-checkout #customer_details .woocommerce-billing-fields select,
  html body.se-steam-engine-site.woocommerce-checkout #customer_details .woocommerce-billing-fields input.input-text,
  html body.se-steam-engine-site.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea,
  html body.se-steam-engine-site.woocommerce-checkout #customer_details .woocommerce-billing-fields select,
  html body.woocommerce-checkout.se-steam-engine-site #customer_details .woocommerce-billing-fields input.input-text,
  html body.woocommerce-checkout.se-steam-engine-site #customer_details .woocommerce-billing-fields textarea,
  html body.woocommerce-checkout.se-steam-engine-site #customer_details .woocommerce-billing-fields select {
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
  }

  html body.woocommerce-checkout #customer_details #billing_country_field,
  html body.se-steam-engine-site.woocommerce-checkout #customer_details #billing_country_field,
  html body.woocommerce-checkout.se-steam-engine-site #customer_details #billing_country_field {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    clear: both !important;
    box-sizing: border-box !important;
  }

  html body.woocommerce-checkout #customer_details #billing_country_field .woocommerce-input-wrapper,
  html body.se-steam-engine-site.woocommerce-checkout #customer_details #billing_country_field .woocommerce-input-wrapper,
  html body.woocommerce-checkout.se-steam-engine-site #customer_details #billing_country_field .woocommerce-input-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  html body.woocommerce-checkout #customer_details #billing_country_field .woocommerce-input-wrapper > strong,
  html body.se-steam-engine-site.woocommerce-checkout #customer_details #billing_country_field .woocommerce-input-wrapper > strong,
  html body.woocommerce-checkout.se-steam-engine-site #customer_details #billing_country_field .woocommerce-input-wrapper > strong,
  html body.woocommerce-checkout #customer_details #billing_country_field strong,
  html body.se-steam-engine-site.woocommerce-checkout #customer_details #billing_country_field strong,
  html body.woocommerce-checkout.se-steam-engine-site #customer_details #billing_country_field strong {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 1px solid rgba(11,15,20,.16) !important;
    border-radius: 13px !important;
    background: #fff !important;
    color: #0B0F14 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    text-align: left !important;
  }

  html body.woocommerce-checkout #customer_details #billing_country_field select#billing_country,
  html body.se-steam-engine-site.woocommerce-checkout #customer_details #billing_country_field select#billing_country,
  html body.woocommerce-checkout.se-steam-engine-site #customer_details #billing_country_field select#billing_country,
  html body.woocommerce-checkout #customer_details #billing_country_field .select2-container,
  html body.se-steam-engine-site.woocommerce-checkout #customer_details #billing_country_field .select2-container,
  html body.woocommerce-checkout.se-steam-engine-site #customer_details #billing_country_field .select2-container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  html body.woocommerce-checkout #customer_details #billing_country_field .select2-selection--single,
  html body.se-steam-engine-site.woocommerce-checkout #customer_details #billing_country_field .select2-selection--single,
  html body.woocommerce-checkout.se-steam-engine-site #customer_details #billing_country_field .select2-selection--single {
    width: 100% !important;
    min-height: 44px !important;
    border: 1px solid rgba(11,15,20,.16) !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  html body.woocommerce-checkout #customer_details #billing_country_field .select2-selection__rendered,
  html body.se-steam-engine-site.woocommerce-checkout #customer_details #billing_country_field .select2-selection__rendered,
  html body.woocommerce-checkout.se-steam-engine-site #customer_details #billing_country_field .select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
    min-height: 44px !important;
    padding-left: 14px !important;
    padding-right: 36px !important;
    color: #0B0F14 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
  }
}


/* v3.6.79 DESKTOP CHECKOUT: keep only one separator between Total and payment. */
@media (min-width: 901px) {
  html body.se-steam-engine-site.woocommerce-checkout #payment ul.payment_methods,
  html body.woocommerce-checkout.se-steam-engine-site #payment ul.payment_methods {
    border-top: 0 !important;
  }
}


/* v3.6.80 CART ONLY: make cart shipping methods neat under Shipment and remove cart address/change-address block. */
@media (min-width: 768px) {
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(11,15,20,.09) !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    text-align: left !important;
    white-space: normal !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th {
    margin-bottom: 9px !important;
    color: #0B0F14 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping ul#shipping_method,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-methods,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping ul#shipping_method,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-methods {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping ul#shipping_method li,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-methods li,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping ul#shipping_method li,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-methods li {
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping ul#shipping_method li:last-child,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-methods li:last-child,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping ul#shipping_method li:last-child,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-methods li:last-child {
    margin-bottom: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping input[type="radio"],
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping input[type="radio"] {
    flex: 0 0 auto !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    width: 13px !important;
    height: 13px !important;
    min-width: 13px !important;
    min-height: 13px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    accent-color: #0B7ED0 !important;
    appearance: auto !important;
    -webkit-appearance: radio !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping label,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping label {
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #273447 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    text-align: left !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping label .woocommerce-Price-amount,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping label .amount,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping label .woocommerce-Price-amount,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping label .amount {
    margin-left: auto !important;
    padding-left: 18px !important;
    color: #0B0F14 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-destination,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-calculator,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .shipping-calculator-button,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-destination,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-calculator,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .shipping-calculator-button {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
}


/* v3.6.81 CART ONLY: keep shipping method label + price on one neat desktop line. */
@media (min-width: 768px) {
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping ul#shipping_method li,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-methods li,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping ul#shipping_method li,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-methods li {
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping input[type="radio"],
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping input[type="radio"] {
    margin-top: 0 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping label,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping label {
    display: inline-flex !important;
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: calc(100% - 24px) !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    line-height: 1.25 !important;
  }

  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping label .woocommerce-Price-amount,
  html body.se-steam-engine-site.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping label .amount,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping label .woocommerce-Price-amount,
  html body.woocommerce-cart.se-steam-engine-site .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping label .amount {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    white-space: nowrap !important;
    text-align: left !important;
    line-height: 1.25 !important;
  }
}

/* v3.6.88 Flowy client-safe universal modules */
body.sesb-sticky-header .se-custom-header-wrap {
  position: sticky;
  top: 0;
  z-index: 9990;
}
body.sesb-no-animations *,
body.sesb-no-animations *::before,
body.sesb-no-animations *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
.sesb-currency-switcher {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.sesb-currency-switcher select {
  min-height: 30px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  padding: 4px 28px 4px 10px;
  background: rgba(255,255,255,.08);
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.sesb-currency-footer select {
  border-color: rgba(255,255,255,.18);
}
.se-feature-card,
.se-review-card {
  min-height: 190px;
}
.se-feature-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(225,38,28,.08);
  color: var(--se-red, #E1261C);
  font-weight: 900;
  margin-bottom: 12px;
}
.se-review-card .se-stars,
.se-stars {
  color: var(--se-red, #E1261C);
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 14px;
}
.se-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.se-gallery-item {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15,23,42,.05);
}
.se-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.se-gallery-item figcaption {
  padding: 10px 12px;
  font-size: 13px;
  color: #475569;
}
.se-brand-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.se-brand-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 14px 12px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  background: #fff;
  color: #0f172a;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 8px 20px rgba(15,23,42,.04);
}
.se-product-client-box {
  margin: 14px 0 0;
  padding: 14px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  background: #fff;
}
.se-product-client-box p {
  margin: 0 0 8px;
  color: #475569;
  font-size: 14px;
}
.se-product-whatsapp {
  margin-top: 4px;
}
.se-form-note {
  margin: -4px 0 10px;
  color: #64748b;
  font-size: 13px;
}
.se-footer-bottom-inner a.sesb-flowy-credit {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}
@media (max-width: 900px) {
  .se-gallery-grid,
  .se-brand-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .se-gallery-grid,
  .se-brand-strip {
    grid-template-columns: 1fr;
  }
  .sesb-currency-switcher select {
    max-width: 84px;
    min-height: 28px;
    font-size: 11px;
  }
}


/* FAYRONIX v1.0.2 theme: premium setup shop styling.
   Keeps WooCommerce product/cart/checkout layout logic intact and changes only visual direction. */
body.sesb-ecom-layout-setup_shop.se-steam-engine-site {
  --se-black: #111111;
  --se-panel: #171717;
  --se-panel-2: #242424;
  --se-gold: #C9A24A;
  --se-red: #D5A548;
  --se-cream: #F7F5EE;
  --se-text: #1F2024;
  --se-muted: #68717D;
  --se-border: #E8E2D7;
  background: #fff !important;
}

body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-custom-header-wrap {
  background: #fff !important;
  border-bottom: 1px solid rgba(17,17,17,.08) !important;
  box-shadow: 0 12px 34px rgba(17,17,17,.04) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-topbar {
  background: #111 !important;
  border: 0 !important;
  color: rgba(255,255,255,.88) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-topbar a,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-topbar span { color: rgba(255,255,255,.88) !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-main-header { background: #fff !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-main-header-inner {
  grid-template-columns: 220px minmax(320px, 1fr) auto !important;
  min-height: 78px !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-logo-img,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-footer .se-header-logo-img,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-checkout-logo .se-header-logo-img {
  max-width: 210px !important;
  max-height: 56px !important;
  object-fit: contain !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-search {
  height: 48px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(17,17,17,.12) !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(17,17,17,.05) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-search button,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .woocommerce a.button,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .woocommerce button.button,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .woocommerce input.button,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .woocommerce ul.products li.product .button,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .woocommerce ul.products li.product a.button {
  background: #111 !important;
  color: #fff !important;
  border-radius: 999px !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-search button:hover,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .woocommerce a.button:hover,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .woocommerce button.button:hover,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .woocommerce input.button:hover,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .woocommerce ul.products li.product .button:hover,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .woocommerce ul.products li.product a.button:hover {
  background: var(--se-gold) !important;
  color: #111 !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-head-action { color:#111 !important; border-radius:999px !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-head-action:hover { background:#F5F1E7 !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-cart-count { background:#D21F1F !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-menu-strip {
  background: linear-gradient(180deg,#fff,#FBF9F4) !important;
  border-top: 1px solid rgba(17,17,17,.06) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-menu-strip-inner,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-menu-links { justify-content:center !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-menu-links a {
  border-radius: 999px !important;
  color: #23242A !important;
  font-weight: 900 !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-menu-links a:hover { background:#111 !important; color:#fff !important; }

body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-home .se-section { padding: 60px 0 !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero {
  color: #111 !important;
  padding: 68px 0 62px !important;
  border-bottom: 1px solid rgba(17,17,17,.08) !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(201,162,74,.24), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(210,31,31,.08), transparent 28%),
    linear-gradient(180deg,#fff 0%, #F7F5EE 100%) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero:before { display:none !important; }
body.sesb-ecom-layout-setup_shop.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(330px,500px) !important;
  gap:54px !important;
  align-items:center !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero .se-title {
  color:#111 !important;
  max-width:860px !important;
  margin-bottom:16px !important;
  font-size:clamp(46px,5.3vw,82px) !important;
  line-height:.95 !important;
  letter-spacing:-.06em !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero .se-subtitle {
  color:#5B626E !important;
  max-width:760px !important;
  font-size:clamp(16px,1.5vw,21px) !important;
  line-height:1.62 !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-eyebrow {
  background:rgba(201,162,74,.16) !important;
  color:#7B5F16 !important;
  border-color:rgba(201,162,74,.24) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-pills span {
  background:#fff !important;
  border:1px solid rgba(17,17,17,.08) !important;
  color:#333942 !important;
  box-shadow:0 8px 20px rgba(17,17,17,.04) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-btn-primary {
  background:linear-gradient(135deg,#111,#2A2924) !important;
  color:#fff !important;
  box-shadow:0 16px 34px rgba(17,17,17,.18) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-btn-primary:hover { background:linear-gradient(135deg,#C9A24A,#E1C26C) !important; color:#111 !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-btn-dark { background:#111 !important; color:#fff !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-btn-outline { background:#fff !important; color:#111 !important; border-color:rgba(17,17,17,.12) !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-logo-card {
  padding:18px !important;
  border-radius:32px !important;
  background:linear-gradient(160deg,#111 0%,#26231B 66%,#5A4212 100%) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 30px 80px rgba(17,17,17,.26) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-logo-frame {
  min-height:330px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:24px !important;
  border-radius:24px !important;
  overflow:hidden !important;
  background:radial-gradient(circle at 50% 20%, rgba(201,162,74,.22), transparent 38%), #151515 !important;
  border:1px solid rgba(255,255,255,.10) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-logo-frame .se-brand-logo {
  width:100% !important;
  height:100% !important;
  max-height:310px !important;
  object-fit:contain !important;
  background:transparent !important;
}
body.sesb-ecom-layout-setup_shop.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.sesb-ecom-layout-setup_shop.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,.10) !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-mini-stats strong { display:block !important; color:#fff !important; font-size:20px !important; font-weight:950 !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-mini-stats span { display:block !important; color:#D8D0BA !important; font-size:12px !important; line-height:1.35 !important; margin-top:3px !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-section-soft { background:#FBF9F4 !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-heading-left { text-align:left !important; margin-bottom:24px !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-heading-left h2,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-heading-left p { margin-left:0 !important; margin-right:0 !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-products-wrap ul.products li.product,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .woocommerce ul.products li.product {
  border-color:rgba(17,17,17,.08) !important;
  border-radius:22px !important;
  box-shadow:0 10px 24px rgba(17,17,17,.05) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-cat-card {
  min-height:132px !important;
  border-radius:22px !important;
  background:#fff !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-cat-card:before { background:rgba(201,162,74,.12) !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-cat-card span { color:#9A741E !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-cta,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-cant-find-card {
  background:linear-gradient(135deg,#111 0%,#25231F 58%,#8D6419 100%) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-footer {
  background:#111 !important;
  color:rgba(255,255,255,.82) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-footer a { color:rgba(255,255,255,.84) !important; }
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-footer a:hover { color:#E6C873 !important; }

@media (max-width:900px){
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-main-header-inner { grid-template-columns:1fr !important; gap:10px !important; padding:12px 0 !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-logo { justify-content:center !important; margin:0 auto !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-logo-img { max-width:190px !important; max-height:50px !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-actions { justify-content:center !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero { padding:34px 0 36px !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero-grid { grid-template-columns:1fr !important; gap:20px !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero .se-title { font-size:clamp(34px,9.6vw,52px) !important; line-height:.98 !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero .se-subtitle { font-size:14.5px !important; line-height:1.55 !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-logo-card { display:none !important; }
}
@media (max-width:520px){
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-home .se-section { padding:42px 0 !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-actions .se-btn { width:100% !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-grid-4 { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:10px !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-cat-card { min-height:110px !important; padding:14px !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-cat-card h3 { font-size:15px !important; }
}


/* FAYRONIX v1.0.3: E-Commerce layout variants.
   Layout 2 is a Computia-style selling homepage flow while WooCommerce product/cart/checkout structure stays shared. */
body.sesb-ecom-layout-setup_shop.se-steam-engine-site {
  --fx-dark:#111111;
  --fx-ink:#141414;
  --fx-muted:#6b7280;
  --fx-gold:#C9A24A;
  --fx-gold-2:#E6C873;
  --fx-surface:#ffffff;
  --fx-soft:#F7F5EF;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-topbar {
  background:linear-gradient(90deg,#0d0d0d,#1a1710) !important;
  border-bottom:1px solid rgba(201,162,74,.22) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-main-header {
  background:#fff !important;
  border-bottom:1px solid rgba(17,17,17,.08) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-main-header-inner {
  max-width:1280px !important;
  display:grid !important;
  grid-template-columns:minmax(170px,230px) minmax(320px,1fr) auto !important;
  gap:24px !important;
  align-items:center !important;
  padding:16px 0 !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-logo-img {
  max-width:190px !important;
  max-height:62px !important;
  object-fit:contain !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-search {
  max-width:760px !important;
  width:100% !important;
  justify-self:center !important;
  border-radius:999px !important;
  box-shadow:0 10px 28px rgba(17,17,17,.06) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-search input {
  border-radius:999px 0 0 999px !important;
  background:#fff !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-search button {
  background:#111 !important;
  border-radius:0 999px 999px 0 !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-menu-strip {
  background:#fff !important;
  border-bottom:1px solid rgba(17,17,17,.08) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-menu-strip-inner {
  max-width:1280px !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-menu-links a {
  font-weight:900 !important;
  font-size:12px !important;
  letter-spacing:.02em !important;
  border-radius:999px !important;
  padding:10px 16px !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-menu-links a:hover {
  background:rgba(201,162,74,.12) !important;
  color:#7B5F16 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-home {
  background:#fff !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero {
  padding:40px 0 36px !important;
  background:
    radial-gradient(circle at 15% 0%, rgba(201,162,74,.16), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(0,0,0,.08), transparent 24%),
    linear-gradient(180deg,#fff 0%,#F7F5EF 100%) !important;
  border-bottom:1px solid rgba(17,17,17,.06) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero-grid {
  max-width:1280px !important;
  grid-template-columns:minmax(0,1fr) minmax(300px,440px) !important;
  gap:34px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero .se-title {
  color:#111 !important;
  font-size:clamp(40px,5vw,66px) !important;
  line-height:1 !important;
  letter-spacing:-.055em !important;
  max-width:760px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero .se-subtitle {
  color:#5b626e !important;
  max-width:700px !important;
  font-size:17px !important;
  line-height:1.58 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-actions {
  margin-top:26px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-pills {
  margin-top:18px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-logo-card {
  background:linear-gradient(155deg,#111 0%,#201C12 62%,#7c5b17 100%) !important;
  border:1px solid rgba(201,162,74,.22) !important;
  box-shadow:0 24px 60px rgba(17,17,17,.22) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-home-categories-section {
  padding:36px 0 28px !important;
  background:#fff !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-products-section {
  padding:44px 0 !important;
  background:#FBF9F4 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-fx-trust-section {
  padding:34px 0 !important;
  background:#fff !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-fx-trust-grid {
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:12px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-fx-trust-card {
  background:#fff !important;
  border:1px solid rgba(17,17,17,.08) !important;
  border-radius:22px !important;
  padding:18px !important;
  box-shadow:0 12px 28px rgba(17,17,17,.05) !important;
  min-height:132px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-fx-trust-icon {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:28px !important;
  height:28px !important;
  border-radius:999px !important;
  margin-bottom:10px !important;
  background:rgba(201,162,74,.18) !important;
  color:#7B5F16 !important;
  font-weight:950 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-fx-trust-card strong {
  display:block !important;
  color:#111 !important;
  font-size:15px !important;
  font-weight:950 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-fx-trust-card p {
  margin:6px 0 0 !important;
  color:#6b7280 !important;
  font-size:13px !important;
  line-height:1.45 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-fx-more-products-section {
  padding:44px 0 !important;
  background:#fff !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-cant-find-section {
  padding:38px 0 56px !important;
  background:#FBF9F4 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-cant-find-card {
  background:linear-gradient(135deg,#111 0%,#27231A 55%,#8D6419 100%) !important;
  border:1px solid rgba(201,162,74,.22) !important;
  border-radius:30px !important;
  box-shadow:0 22px 58px rgba(17,17,17,.20) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-products-wrap ul.products li.product {
  border-radius:22px !important;
  border:1px solid rgba(17,17,17,.08) !important;
  box-shadow:0 14px 30px rgba(17,17,17,.055) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-heading-left h2 {
  letter-spacing:-.035em !important;
}
body.sesb-ecom-layout-future.se-steam-engine-site .se-catalog-home:before {
  content:'E-Commerce design 3 is reserved for the next website layout.';
  display:block;
  max-width:1180px;
  margin:22px auto 0;
  padding:12px 16px;
  border-radius:16px;
  background:#FFF8E6;
  color:#6F4F09;
  font-weight:800;
}
@media (max-width:980px){
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-main-header-inner {
    grid-template-columns:1fr auto !important;
    gap:12px !important;
  }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-logo { justify-content:flex-start !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-actions { justify-content:flex-end !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-search { grid-column:1 / -1 !important; max-width:none !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero-grid { grid-template-columns:1fr !important; gap:18px !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-logo-card { display:none !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-fx-trust-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
}
@media (max-width:560px){
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero { padding:28px 0 30px !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-hero .se-title { font-size:clamp(34px,9vw,46px) !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-actions .se-btn { width:100% !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-fx-trust-grid { grid-template-columns:1fr !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-products-section,
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-fx-more-products-section,
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-home-categories-section { padding:34px 0 !important; }
}

/* FAYRONIX v1.0.5 — E-Commerce Layout 2: Computia-style homepage flow.
   Scope is layout 2 + homepage where possible. Product page, cart, and checkout spacing logic stay untouched. */
body.sesb-ecom-layout-setup_shop.se-steam-engine-site {
  --fx2-black:#111111;
  --fx2-gold:#C9A24A;
  --fx2-gold-soft:#F4E8C6;
  --fx2-cream:#F8F5EE;
  --fx2-border:rgba(17,17,17,.08);
  --fx2-text:#13151a;
  --fx2-muted:#667085;
  background:#fff !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-custom-header-wrap {
  background:#fff !important;
  border-bottom:1px solid rgba(17,17,17,.08) !important;
  box-shadow:none !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-topbar {
  background:#111 !important;
  border:0 !important;
  min-height:32px !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-topbar-inner {
  max-width:1280px !important;
  min-height:32px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-topbar span,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-topbar a {
  color:rgba(255,255,255,.88) !important;
  font-size:12px !important;
  font-weight:800 !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-main-header-inner {
  max-width:1280px !important;
  grid-template-columns:210px minmax(320px,1fr) auto !important;
  gap:28px !important;
  min-height:78px !important;
  padding-top:12px !important;
  padding-bottom:12px !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-logo-img,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-footer .se-header-logo-img,
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-checkout-logo .se-header-logo-img {
  width:auto !important;
  max-width:190px !important;
  max-height:58px !important;
  object-fit:contain !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-search {
  max-width:760px !important;
  height:48px !important;
  justify-self:center !important;
  border:1px solid rgba(17,17,17,.12) !important;
  border-radius:999px !important;
  background:#fff !important;
  box-shadow:0 8px 22px rgba(17,17,17,.05) !important;
  overflow:hidden !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-search input[type="search"] {
  background:#fff !important;
  border-radius:999px 0 0 999px !important;
  font-size:14px !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-search button {
  width:58px !important;
  border-radius:0 999px 999px 0 !important;
  background:#111 !important;
  color:#fff !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-menu-strip {
  background:#fff !important;
  border-top:1px solid rgba(17,17,17,.06) !important;
  border-bottom:1px solid rgba(17,17,17,.08) !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-menu-strip-inner {
  max-width:1280px !important;
  min-height:44px !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-menu-links {
  justify-content:center !important;
  gap:10px !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-menu-links a {
  color:#101216 !important;
  font-size:12px !important;
  font-weight:950 !important;
  letter-spacing:.01em !important;
  padding:10px 16px !important;
  border-radius:999px !important;
}
body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-menu-links a:hover {
  background:rgba(201,162,74,.13) !important;
  color:#7A5A12 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-catalog-home {
  background:#fff !important;
  color:var(--fx2-text) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-home-hero {
  padding:22px 0 18px !important;
  background:#fff !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-wrap,
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-home-section > .se-container,
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-trust-row {
  max-width:1280px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-card {
  position:relative !important;
  min-height:360px !important;
  border-radius:30px !important;
  overflow:hidden !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(280px,420px) !important;
  align-items:center !important;
  gap:28px !important;
  padding:42px 54px !important;
  border:1px solid rgba(201,162,74,.20) !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(201,162,74,.30), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(255,255,255,.10), transparent 30%),
    linear-gradient(135deg,#121212 0%,#1f1a10 58%,#765718 100%) !important;
  box-shadow:0 22px 60px rgba(17,17,17,.16) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-card:before {
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg,rgba(0,0,0,.42),transparent 70%) !important;
  pointer-events:none !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-content,
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-art { position:relative !important; z-index:2 !important; }
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-eyebrow {
  display:inline-flex !important;
  align-items:center !important;
  width:max-content !important;
  padding:8px 12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  color:#F2D987 !important;
  font-size:12px !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-content h1 {
  margin:16px 0 12px !important;
  color:#fff !important;
  max-width:760px !important;
  font-size:clamp(40px,5vw,70px) !important;
  line-height:.96 !important;
  letter-spacing:-.06em !important;
  font-weight:950 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-content p {
  margin:0 !important;
  color:rgba(255,255,255,.76) !important;
  max-width:680px !important;
  font-size:17px !important;
  line-height:1.55 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-actions {
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin-top:22px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-actions .se-btn {
  min-height:46px !important;
  border-radius:999px !important;
  padding:13px 20px !important;
  font-weight:950 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-actions .se-btn-primary {
  background:#fff !important;
  color:#111 !important;
  box-shadow:0 14px 30px rgba(0,0,0,.18) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-actions .se-btn-outline {
  background:rgba(255,255,255,.10) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.22) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-art {
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:240px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-art img {
  width:100% !important;
  max-height:300px !important;
  object-fit:contain !important;
  filter:drop-shadow(0 20px 36px rgba(0,0,0,.38)) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-slider-arrow {
  position:absolute !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:3 !important;
  width:42px !important;
  height:42px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.14) !important;
  color:#fff !important;
  font-size:32px !important;
  line-height:1 !important;
  font-weight:300 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-slider-arrow-left { left:14px !important; }
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-slider-arrow-right { right:14px !important; }
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-slider-dots {
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:14px !important;
  z-index:3 !important;
  display:flex !important;
  justify-content:center !important;
  gap:7px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-slider-dots span {
  width:8px !important;
  height:8px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.42) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-slider-dots span:first-child { width:22px !important; background:#fff !important; }
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-home-section {
  padding:34px 0 !important;
  background:#fff !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-products-new,
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-build-section {
  background:var(--fx2-cream) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-section-head {
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  margin-bottom:16px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-section-head h2 {
  margin:0 !important;
  color:#111 !important;
  font-size:clamp(24px,2.6vw,38px) !important;
  line-height:1.05 !important;
  letter-spacing:-.04em !important;
  font-weight:950 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-section-head a {
  color:#111 !important;
  font-weight:950 !important;
  text-decoration:none !important;
  border:1px solid rgba(17,17,17,.10) !important;
  border-radius:999px !important;
  padding:8px 13px !important;
  background:#fff !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-section-subtitle {
  margin:-8px 0 18px !important;
  max-width:720px !important;
  color:var(--fx2-muted) !important;
  font-size:14px !important;
  line-height:1.55 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-shop-by-use .se-grid-4 {
  display:grid !important;
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:12px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-shop-by-use .se-cat-card {
  min-height:138px !important;
  border-radius:22px !important;
  overflow:hidden !important;
  padding:18px !important;
  border:1px solid rgba(17,17,17,.08) !important;
  background:linear-gradient(145deg,#fff,#F8F5EE) !important;
  box-shadow:0 10px 22px rgba(17,17,17,.05) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-shop-by-use .se-cat-card h3 {
  color:#111 !important;
  font-size:16px !important;
  line-height:1.15 !important;
  letter-spacing:-.02em !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-shop-by-use .se-cat-card span { color:#765718 !important; font-size:12px !important; font-weight:900 !important; }
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-trust-strip {
  padding:4px 0 34px !important;
  background:#fff !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-trust-row {
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:12px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-trust-item {
  display:grid !important;
  grid-template-columns:38px 1fr !important;
  column-gap:12px !important;
  align-items:center !important;
  min-height:86px !important;
  padding:16px !important;
  border:1px solid rgba(17,17,17,.08) !important;
  border-radius:20px !important;
  background:#fff !important;
  box-shadow:0 10px 24px rgba(17,17,17,.045) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-trust-item span {
  grid-row:1 / span 2 !important;
  width:38px !important;
  height:38px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  color:#111 !important;
  background:var(--fx2-gold-soft) !important;
  font-weight:950 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-trust-item strong {
  color:#111 !important;
  font-weight:950 !important;
  font-size:14px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-trust-item em {
  color:#6b7280 !important;
  font-style:normal !important;
  font-size:12px !important;
  line-height:1.35 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-products-grid ul.products {
  margin-top:0 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-products-grid ul.products li.product {
  border-radius:22px !important;
  border:1px solid rgba(17,17,17,.08) !important;
  background:#fff !important;
  box-shadow:0 12px 26px rgba(17,17,17,.055) !important;
  overflow:hidden !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-products-grid ul.products li.product .woocommerce-loop-product__title {
  font-size:14px !important;
  line-height:1.35 !important;
  font-weight:900 !important;
  color:#111 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-products-grid ul.products li.product .price {
  color:#111 !important;
  font-weight:950 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-products-grid ul.products li.product a.button {
  background:#111 !important;
  color:#fff !important;
  border-radius:999px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-build-card {
  display:grid !important;
  grid-template-columns:minmax(0,.8fr) minmax(360px,1fr) !important;
  gap:24px !important;
  align-items:center !important;
  padding:34px !important;
  border-radius:30px !important;
  border:1px solid rgba(201,162,74,.20) !important;
  background:linear-gradient(135deg,#111 0%,#221d13 62%,#8d651c 100%) !important;
  box-shadow:0 20px 58px rgba(17,17,17,.18) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-build-card h2 {
  margin:14px 0 10px !important;
  color:#fff !important;
  font-size:clamp(28px,3.6vw,48px) !important;
  line-height:1 !important;
  letter-spacing:-.05em !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-build-card p { color:rgba(255,255,255,.72) !important; line-height:1.55 !important; }
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-build-options {
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-build-options a {
  min-height:180px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-end !important;
  gap:9px !important;
  padding:22px !important;
  border-radius:24px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  color:#fff !important;
  text-decoration:none !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-build-options strong { font-size:20px !important; line-height:1.1 !important; }
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-build-options span { color:rgba(255,255,255,.70) !important; font-size:13px !important; line-height:1.4 !important; }
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-build-options em { color:#F2D987 !important; font-style:normal !important; font-weight:950 !important; }
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-reviews-section { background:#fff !important; }
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-review-grid {
  display:grid !important;
  grid-template-columns:1.2fr repeat(3,1fr) !important;
  gap:12px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-review-main,
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-review-card {
  padding:18px !important;
  border-radius:20px !important;
  background:#fff !important;
  border:1px solid rgba(17,17,17,.08) !important;
  box-shadow:0 10px 24px rgba(17,17,17,.045) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-review-main b { display:block !important; margin-top:10px !important; color:#111 !important; font-size:34px !important; line-height:1 !important; }
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-review-main span,
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-review-card span { color:#D7A53B !important; letter-spacing:.02em !important; }
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-review-card p { color:#475569 !important; font-size:13px !important; line-height:1.5 !important; }
@media (max-width:1100px){
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-shop-by-use .se-grid-4 { grid-template-columns:repeat(4,minmax(0,1fr)) !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-review-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
}
@media (max-width:980px){
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-main-header-inner {
    grid-template-columns:1fr auto !important;
    gap:12px !important;
    min-height:auto !important;
  }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-search { grid-column:1 / -1 !important; max-width:none !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-card,
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-build-card { grid-template-columns:1fr !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-art { display:none !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-trust-row { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-build-options { grid-template-columns:1fr !important; }
}
@media (max-width:640px){
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-topbar { display:none !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-main-header-inner { padding:10px 0 !important; }
  body.sesb-ecom-layout-setup_shop.se-steam-engine-site .se-header-logo-img { max-width:150px !important; max-height:48px !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-home-hero { padding:12px 0 10px !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-card { min-height:auto !important; padding:30px 22px 40px !important; border-radius:22px !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-content h1 { font-size:clamp(32px,10vw,44px) !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-content p { font-size:14px !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-actions .se-btn { width:100% !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-slider-arrow { display:none !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-section-head { align-items:flex-start !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-section-head h2 { font-size:26px !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-shop-by-use .se-grid-4 { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:10px !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-shop-by-use .se-cat-card { min-height:118px !important; padding:14px !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-trust-row,
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-review-grid { grid-template-columns:1fr !important; }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-build-card { padding:24px 18px !important; border-radius:24px !important; }
}


/* FAYRONIX v1.0.6 — E-Commerce Layout 2 compact Computia-style banner only */
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-home-hero {
  padding:12px 0 14px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-wrap {
  max-width:1200px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-card {
  min-height:190px !important;
  border-radius:22px !important;
  grid-template-columns:1.15fr .85fr !important;
  gap:18px !important;
  padding:24px 30px !important;
  box-shadow:0 10px 24px rgba(17,17,17,.10) !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-eyebrow {
  padding:6px 10px !important;
  font-size:11px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-content h1 {
  margin:10px 0 7px !important;
  max-width:640px !important;
  font-size:clamp(24px,4.4vw,42px) !important;
  line-height:1.03 !important;
  letter-spacing:-.04em !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-content p {
  max-width:430px !important;
  font-size:15px !important;
  line-height:1.38 !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-actions {
  margin-top:13px !important;
  gap:8px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-actions .se-btn {
  min-height:38px !important;
  padding:9px 17px !important;
  border-radius:11px !important;
  font-size:13px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-art {
  min-height:170px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-art img {
  max-height:170px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-slider-arrow {
  width:34px !important;
  height:34px !important;
  font-size:26px !important;
}
body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-slider-dots {
  bottom:11px !important;
}

@media (max-width:980px){
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-card {
    grid-template-columns:1fr !important;
  }
}
@media (max-width:640px){
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-home-hero {
    padding:10px 0 10px !important;
  }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-card {
    min-height:112px !important;
    padding:13px 13px 18px !important;
    border-radius:16px !important;
  }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-eyebrow {
    padding:5px 8px !important;
    font-size:10px !important;
    margin-bottom:0 !important;
  }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-content h1 {
    margin:6px 0 4px !important;
    font-size:clamp(20px,7vw,28px) !important;
    line-height:1.05 !important;
    max-width:260px !important;
  }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-content p {
    max-width:300px !important;
    font-size:11.5px !important;
    line-height:1.25 !important;
  }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-actions {
    margin-top:8px !important;
    gap:7px !important;
  }
  body.home.sesb-ecom-layout-setup_shop.se-steam-engine-site .fx2-hero-actions .se-btn {
    width:auto !important;
    min-height:28px !important;
    padding:6px 10px !important;
    border-radius:8px !important;
    font-size:10px !important;
  }
}
