/* ================================
   Track &amp; Field Page Layout Start
   ================================ */

/* Main content columns (desktop) */
body.page-id-146 main.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow .wp-block-columns {
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-content: flex-start !important;
  max-width: 1200px !important; /* limit total width */
  margin: 0 auto !important;    /* center container */
  gap: 20px; /* space between sidebar and content */
  display: flex;
}

/* Sidebar (menu column) */
body.page-id-146 main.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow 
  .wp-block-columns .wp-block-column:first-child {
  flex: 0 0 25% !important; /* 25% width */
  max-width: 300px; /* optional max width */
  order: 1; /* show first on desktop */
}

/* Main content (goods column) */
body.page-id-146 main.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow 
  .wp-block-columns .wp-block-column:last-child {
  flex: 0 0 75% !important; /* 75% width */
  order: 2;
}

/* Sorting bar layout (desktop) */
.wca-sorting-bar {
  display: flex;
  justify-content: flex-end; /* push to the right */
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

/* Style WooCommerce ordering form */
.wca-sorting-bar .woocommerce-ordering {
  margin-left: auto; /* stick to right */
}

.wca-sorting-bar .woocommerce-ordering select {
  padding: 6px 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 4px;
}

/* ================================
   Tablet + Mobile Layout
   ================================ */
@media (max-width: 1024px) {
  body.page-id-146 main.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow .wp-block-columns {
    flex-wrap: wrap !important;
  }

  /* Menu takes full width above goods */
  body.page-id-146 main.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow 
    .wp-block-columns .wp-block-column:first-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    order: 1; /* ensure menu stays on top */
  }

  /* Goods below menu, full width */
  body.page-id-146 main.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow 
    .wp-block-columns .wp-block-column:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    order: 2;
  }

  /* Sorting bar: span full width, align left */
  .wca-sorting-bar {
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .wca-sorting-bar .woocommerce-ordering {
    margin-left: 0;
    width: 100%; /* dropdown full width if needed */
  }

  .wca-sorting-bar .woocommerce-ordering select {
    width: 100%;
  }
}
/* ================================
   Track &amp; Field Page Layout End
   ================================ */

#b2bking_registration_roles_dropdown, .b2bking_custom_registration_field {
    border: 1px solid #50575e !important;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.3em;
    padding: .8rem;
    width: 100%;
    max-width: -webkit-fill-available !important;
}
.b2bking_checkbox_registration_field {
    width: auto;
}
.b2bking_custom_registration_container_field_344 span::before {
	display:none !important;
}
.woocommerce-form-register p.woocommerce-LostPassword.lost_password, div#zma-optin-field {
    display: none;
}
.header-bottom .primary-menu li.new-arrival .wp-block-navigation-item__label::before {
    content: url(https://st1sports.com/wp-content/uploads/2025/09/1-1.png);
    line-height: 24px;
}
.header-bottom .primary-menu li.specials .wp-block-navigation-item__label::before {
    content: url(https://st1sports.com/wp-content/uploads/2025/09/2-1.png);
    line-height: 24px;
}
.header-bottom .primary-menu li.team-gear .wp-block-navigation-item__label::before {
    content: url(https://st1sports.com/wp-content/uploads/2025/09/3-1.png);
    line-height: 24px;
}
.header-bottom .primary-menu li.tshirt .wp-block-navigation-item__label::before {
    content: url(https://st1sports.com/wp-content/uploads/2025/09/4-1.png);
    line-height: 24px;
}
.header-bottom .primary-menu li.headwear .wp-block-navigation-item__label::before {
    content: url(https://st1sports.com/wp-content/uploads/2025/09/5.png);
    line-height: 24px;
}
@media only screen and (max-width: 768px) {
	.wp-block-site-logo.is-default-size img {
    width: 80px;
		order: 0;
}
	.wp-block-group.relative.has-base-color.has-gray-100-background-color {
    min-height: 80px !important;
}
	.header-wrap {
    display: flex;
}
	.wp-block-group.header-action.wp-container-core-group-is-layout-0aea90fc {
    order: 1 !important;
}
	nav#wp-megamenu-top-menu {
    order: 3 !important;
}
	ul#menu-top-menu {
    left: unset !important;
    right: 0 !important;
    width: 312px;
}
ul.wp-megamenu-sub-menu {
    padding: 10px 0 !important;
}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu:last-child ul.wp-megamenu-sub-menu {
    right: 0px !important;
}
	.wpmm-mobile-menu ul.wp-megamenu li a {
    font-size: 15px !important;
    font-weight: bold !important;
}
}