* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
}

a:active {
  outline: none;
}

body {
  max-width: 100%;
  background: #fff;
  font-family: 'Noto Sans', Arial, sans-serif;
  font-size: 14px;
  color: #4A5762;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: inherit;
  cursor: pointer;
}

p {
  margin-bottom: 10px;
  line-height: 1.5em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea,
select {
  height: 44px;
  padding: 8px;
  width: 100%;
  font: normal 13px 'Montserrat', 'Noto Sans', Arial, sans-serif;
}

textarea {
  min-height: 90px;
  color: #4A5762;
}

select {
  min-width: 50px;
  height: 44px;
  padding: 8px 12px;
  border: 1px solid #4A5762;
  color: #303c42;
  font: normal 14px 'Montserrat', 'Noto Sans', Arial, sans-serif;
}

input[type="button"],
input[type="submit"],
button,
.button-1,
.button-2 {
  cursor: pointer;
  font-family: 'Montserrat', 'Noto Sans', Arial, sans-serif;
}

/* Layout */
.container_24 {
  width: 100%;
  margin: 0 auto;
}

#bodyWrapper {
  width: 100%;
  max-width: 100%;
}

.master-column-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 24px 0;
  min-height: 600px;
  box-sizing: border-box;
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.contentContainer {
  padding-bottom: 10px;
}

.contentText {
  padding: 5px 0 5px 0;
  line-height: 1.5;
}

.page {
  min-height: 500px;
}

.page-title {
  padding: 30px 0 20px;
  margin: 0 0 30px;
  border-bottom: 1px solid #e30613;
  text-align: center;
}

.page-title h1 {
  color: #e30613;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 600;
}

h1 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #303c42;
}

/* Buttons */
.buttonSet {
  clear: both;
  margin: 20px 0;
}

.buttonAction {
  float: right;
}

.btn, .button-1 {
  display: inline-block;
  padding: 12px 30px;
  background: #e30613;
  color: #fff;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: background .1s ease-in-out;
  transition: background .1s ease-in-out;
  cursor: pointer;
}

.btn:hover, .button-1:hover {
  background: #c40410;
}

.btn-secondary {
  background: #333f48;
}

.btn-secondary:hover {
  background: #242d33;
}

/* ==================== HEADER ==================== */

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.site-header {
  width: 100%;
  background-color: #ffffff;
  font-family: 'Montserrat', 'Noto Sans', sans-serif;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 1500;
  border-bottom: 1px solid #e0e0e0;
}

.utility-bar a {
  color: #555;
  text-decoration: none;
}

.utility-bar a:hover {
  text-decoration: underline;
  color: #004e8c;
}

.utility-bar .account-badge {
  opacity: 0.8;
}

.user-menu-btn {
  color: #555;
}

.user-menu-btn:hover {
  color: #004e8c;
}

/* User Account Dropdown */
.user-account-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.user-menu-btn {
  background: transparent;
  border: none;
  color: #333;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 4px 8px;
}

.user-menu-btn:hover {
  color: #004e8c;
}

.user-menu-btn:hover {
  text-decoration: underline;
}

.user-menu-btn .chevron-icon {
  fill: currentColor;
}

.user-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 6px;
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 1500;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.user-dropdown-menu.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-header {
  padding: 0 16px 8px 16px;
  font-size: 12px;
  color: #333333;
}

.dropdown-header .user-title {
  font-weight: 700;
  margin: 0;
}

.dropdown-header .account-id {
  color: #777777;
  margin: 2px 0 0 0;
}

.dropdown-divider {
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 6px 0;
}

.dropdown-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-links li a,
.logout-link {
  display: block;
  padding: 8px 16px;
  font-size: 13px;
  color: #333333;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.dropdown-links li a:hover {
  background-color: #f4f5f7;
  color: #e30613;
}

.logout-link {
  color: #e30613;
  font-weight: 600;
}

.logout-link:hover {
  background-color: #fff0f0;
}

.btn-primary {
  background: #e30613;
}

.btn-primary:hover {
  background: #c40410;
}

/* ==================== CART DRAWER ==================== */

.cart-trigger-wrapper {
  position: relative;
}

.cart-badge-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  color: #000000;
  padding: 6px 12px;
  border-radius: 3px;
  border: none;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: 'Montserrat', 'Noto Sans', sans-serif;
}

.cart-badge-btn:hover {
  background-color: #f0f0f0;
}

.cart-icon {
  font-size: 16px;
}

.cart-summary {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.2);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background-color: #e30613;
  color: #ffffff;
}

.cart-drawer-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.cart-close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.cart-items-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}

.cart-item-img {
  flex-shrink: 0;
}

.cart-item-img img {
  border-radius: 2px;
}

.cart-item-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.cart-item-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}

.cart-item-name:hover {
  color: #e30613;
}

.cart-item-qty {
  font-size: 12px;
  color: #888;
}

.cart-item-price {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}

.cart-empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #888;
  font-size: 14px;
}

.cart-drawer-footer {
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  background-color: #f9f9f9;
}

.cart-subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
}

.drawer-subtotal {
  font-size: 18px;
  color: #1a1a1a;
}

.cart-actions {
  display: flex;
  gap: 10px;
}

.cart-actions .btn {
  flex: 1;
  text-align: center;
  font-size: 13px;
  padding: 10px 20px;
}

.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cart-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.header-lower {
  background: #ffffff;
}

.header-top {
  padding: 14px 0;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.header-container .grid-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-container .grid-col-60 {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}

.header-container .grid-col-40 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.header-cart-search-wrapper {
  flex: 1;
  max-width: 500px;
}

.header-cart-search-wrapper .search-form {
  max-width: 100%;
  width: 100%;
}

.header-links-wrapper {
  font-size: 13px;
  white-space: nowrap;
}

.header-links-wrapper .header-login-link {
  color: #004e8c;
  text-decoration: none;
  font-weight: 600;
}

.header-links-wrapper .header-login-link:hover {
  text-decoration: underline;
}

.cart-wrapper {
  flex-shrink: 0;
}

.header-logo {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-logo a img {
  max-height: 140px;
  width: auto;
  display: block;
}



.search-form {
  display: flex;
  width: 100%;
  max-width: 500px;
  position: relative;
}

.search-input {
  width: 100%;
  padding: 10px 40px 10px 14px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  height: auto;
  background: #fff;
}

.search-input:focus {
  border-color: #004e8c;
}

.search-button {
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 40px;
  background: #004e8c;
  border: none;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}

.search-button:hover {
  background: #003a6b;
}

.search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  z-index: 1500;
  display: none;
}

.search-suggestions.is-visible {
  display: block;
}

.suggestion-item {
  display: block;
  padding: 10px 14px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f1f1f1;
  transition: background 0.15s ease;
}

.suggestion-item:last-child {
  border-bottom: none;
  border-radius: 0 0 4px 4px;
}

.suggestion-item:hover {
  background: #f5f5f5;
  color: #e30613;
  text-decoration: none;
}

/* ==================== NAVIGATION ==================== */

/* Responsive Nav (Mobile) */
.responsive-nav-wrapper {
  display: none;
}

.main-nav {
  background-color: #003a6b;
  padding: 0 24px;
  position: relative;
}

.main-nav > .container {
  position: relative;
}

.main-nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item-wrapper,
.main-nav-list > li {
  position: static;
  flex: 1 1 0;
  min-width: 0;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 10px 12px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  border-right: 1px solid rgba(255,255,255,0.15);
  transition: background-color 0.2s ease;
  font-family: 'Montserrat', 'Noto Sans', sans-serif;
}

.nav-item:hover {
  background-color: #002d55;
  text-decoration: none;
  color: #fff;
}

.nav-item.new-products {
  color: #ffffff;
}

.nav-item.new-products:hover {
  background-color: #333333;
}

.nav-item.clearance {
  color: #ffffff;
}

.nav-item.clearance:hover {
  background-color: #333333;
}

/* ==================== MEGA MENU ==================== */

.mega-menu {
  position: absolute;
  top: 100%;
  left: 24px;
  right: 24px;
  width: auto;
  min-width: 0;
  max-width: none;
  transform: translateY(10px);
  background-color: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  border-top: 3px solid #004e8c;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}

.nav-item-wrapper:hover .mega-menu,
.mega-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 24px 0;
  width: 100%;
}

.mega-column {
  min-width: 0;
  padding: 0 24px;
}

.mega-column + .mega-column {
  border-left: 1px solid #f0f0f0;
}

.mega-column h4.mega-subheader {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 2px solid #e30613;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.mega-sublist {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.mega-sublist li {
  margin-bottom: 4px;
}

.mega-sublist li a {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  text-decoration: none;
  transition: color 0.15s;
}

.mega-sublist li a:hover {
  color: #e30613;
}

/* ==================== BREADCRUMB ==================== */

.breadcrumb-bar {
  margin: 15px auto 20px;
  max-width: 1200px;
  background-color: #f2f2f2;
  box-sizing: border-box;
}

.breadcrumb-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-sizing: border-box;
}

.breadcrumb-item,
.breadcrumb-separator {
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  line-height: 1.4;
}

.breadcrumb-separator {
  color: #999999;
  user-select: none;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #555555;
  transition: color 0.2s ease-in-out;
}

.breadcrumb-item a:hover {
  color: #e30613;
}

.breadcrumb-item.active {
  font-weight: 600;
  color: #333333;
  pointer-events: none;
}

/* ==================== FOOTER ==================== */

.footer {
  background: #333f48;
  color: #fff;
  margin-top: 50px;
}

.footer-upper {
  overflow: hidden;
}

.footer-upper > .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-accordion-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.footer-accordion-header {
  pointer-events: none;
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e30613;
  width: 100%;
  text-align: left;
  cursor: default;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-icon {
  display: none;
}

.footer-accordion-content {
  display: block !important;
}

.footer-accordion-content ul {
  font-size: 13px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-accordion-content ul li {
  margin-bottom: 10px;
}

.footer-accordion-content ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color .2s;
}

.footer-accordion-content ul li a:hover {
  color: #fff;
}

.footer-accordion-content p {
  font-size: 13px;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 15px;
}

.footer-accordion-content .phone {
  font-size: 18px;
  font-weight: bold;
  color: #e30613;
}

.social-media {
  margin-top: 15px;
}

.social-media li {
  display: inline-block;
  margin-right: 10px;
}

.social-media li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.social-media li a:hover {
  background: #e30613;
}

.footer-lower {
  background: #242d33;
  font-size: 13px;
  color: #888;
}

.footer-lower > .container {
  display: flex;
  justify-content: center;
  padding: 15px 24px;
}

.footer-lower a {
  color: #e30613;
}

.footer-lower a:hover {
  text-decoration: underline;
}

/* ==================== PRODUCT GRID ==================== */

.product-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.product-grid .item-box {
  width: 25%;
  padding: 10px;
}

.product-grid .product-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 15px;
  text-align: center;
  -webkit-transition: box-shadow .2s;
  transition: box-shadow .2s;
}

.product-grid .product-item:hover {
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.product-grid .product-item .picture a {
  display: block;
  position: relative;
  overflow: hidden;
}

.product-grid .product-item .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin-bottom: 10px;
}

.product-grid .product-item .picture img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.product-grid .product-item .product-title {
  margin-bottom: 8px;
  font-size: 14px;
}

.product-grid .product-item .product-title a {
  color: #303c42;
  font-weight: 600;
}

.product-grid .product-item .product-title a:hover {
  color: #e30613;
}

.product-grid .product-item .description {
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
  line-height: 1.4;
}

.product-grid .product-item .prices {
  margin-bottom: 10px;
}

.product-grid .product-item .price {
  font-size: 18px;
  font-weight: bold;
  color: #e30613;
}

.product-grid .product-item .old-price {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
  margin-left: 5px;
}

.product-grid .product-item .buttons {
  margin-top: 10px;
}

.product-grid .product-item .buttons .button-1 {
  padding: 8px 20px;
  font-size: 12px;
}

/* ==================== CATEGORY GRID ==================== */

.category-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.category-grid .category-tile {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.category-grid .category-tile-picture a {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  line-height: 0;
  -webkit-transition: box-shadow .2s, border-color .2s;
  transition: box-shadow .2s, border-color .2s;
}

.category-grid .category-tile-picture a:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  border-color: #004e8c;
}

.category-grid .category-tile-picture img {
  display: block;
  width: 100%;
  height: auto;
}

.category-grid .category-title {
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  color: #25303b;
  font-weight: 600;
  margin: 12px 0 4px;
}

.category-grid .category-title a {
  display: inline-block;
  max-width: 100%;
  color: inherit;
}

.category-grid .category-title a:hover {
  color: #004e8c;
}

.category-page-title {
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #e30613;
  padding-bottom: 12px;
  border-bottom: 1px solid #e30613;
  margin-bottom: 30px;
}

/* ==================== INFINITE SCROLL / LOAD MORE ==================== */

.infinite-scroll {
  text-align: center;
  padding: 24px 0;
  clear: both;
}

.infinite-scroll .button-1 {
  min-width: 220px;
}

.infinite-scroll-loading {
  display: inline-block;
  padding: 12px 30px;
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
}

/* ==================== PRODUCT LIST (TABLE) ==================== */

.productListTable {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.productListTable th {
  background: #333f48;
  color: #fff;
  padding: 10px 8px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
}

.productListTable th a {
  color: #fff;
}

.productListTable td {
  padding: 10px 8px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  vertical-align: middle;
}

.productListTable tr:nth-child(even) td {
  background: #f9f9f9;
}

.productListTable tr:hover td {
  background: #f1f1f1;
}

/* ==================== PRODUCT INFO (TIMCO STYLE) ==================== */

.product-essential {
  margin-bottom: 40px;
}

.product-col-name {
  display: none;
}

.desktop-only {
  display: block;
}

.product-grid-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

/* 3-Column Grid */
.product-col-gallery {
  width: 33.333%;
  padding: 0 15px;
}

.product-col-info {
  width: 33.333%;
  padding: 0 15px;
}

.product-col-cart {
  width: 33.333%;
  padding: 0 15px;
}

/* Login Page */
.login-page-body {
  width: 100%;
  min-height: calc(100vh - 350px);
  background-color: #f4f5f7;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.login-card-container {
  width: 100%;
  max-width: 480px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 32px;
  box-sizing: border-box;
}

.login-card-header h1 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px 0;
}

.login-card-header p {
  font-size: 14px;
  color: #555555;
  margin-bottom: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.form-group label {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
}

.form-control {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.form-control:focus {
  border-color: #e30613;
  box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.15);
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-size: 13px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #555;
  font-weight: 400;
}

.checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.forgot-password-link {
  color: #e30613;
  text-decoration: none;
  font-weight: 500;
}

.forgot-password-link:hover {
  text-decoration: underline;
}

.btn-submit-login {
  width: 100%;
  height: 46px;
  background-color: #e30613;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-submit-login:hover {
  background-color: #c40410;
}

.guest-checkout-panel {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #eeeeee;
  text-align: center;
}

.guest-checkout-divider {
  position: relative;
  margin-bottom: 20px;
}

.guest-checkout-divider span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 14px;
  background: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999999;
}

.guest-checkout-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #eeeeee;
}

.guest-checkout-title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 6px 0;
}

.guest-checkout-text {
  font-size: 14px;
  color: #555555;
  margin: 0 0 16px 0;
}

.guest-checkout-btn {
  display: inline-block;
  width: auto;
  padding: 0 32px;
  line-height: 46px;
  text-decoration: none;
}

.register-callout {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
  text-align: center;
  font-size: 14px;
  color: #555555;
}

.register-callout p {
  margin: 0 0 12px 0;
}

.btn-register-link {
  display: inline-block;
  padding: 12px 32px;
  background-color: #333f48;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.btn-register-link:hover {
  background-color: #242e36;
  color: #fff;
}

/* Create Account Page */
.account-card {
  max-width: 700px;
}

.form-sections {
  margin-top: 24px;
}

.form-section {
  margin-bottom: 28px;
}

.form-section h2 {
  font-size: 17px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 6px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}

.form-section-description {
  font-size: 12px;
  color: #888888;
  margin: 0 0 18px 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 20px;
}

.form-row.two-col {
  grid-template-columns: repeat(2, 1fr);
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.form-group.full-width {
  grid-column: 1 / -1;
}

.form-group label {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 6px;
}

.input-requirement {
  font-size: 11px;
  color: #999999;
  margin-top: 4px;
}

.checkbox-group {
  margin-top: 8px;
}

.newsletter-group {
  padding: 12px;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #555555;
  font-weight: 400;
}

.checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.buttonSet {
  margin-top: 24px;
  text-align: center;
}

.buttonSet .ui-button {
  width: 100%;
  height: 46px;
  background-color: #e30613;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.buttonSet .ui-button:hover {
  background-color: #c40410;
}

@media (max-width: 576px) {
  .account-card {
    padding: 24px;
  }

  .form-row.two-col {
    grid-template-columns: 1fr;
  }

  .login-card-header h1 {
    font-size: 20px;
    text-align: center;
  }

  .login-card-header p {
    text-align: center;
  }
}

/* Cart Page */
.cart-page-card {
  max-width: 800px;
}

.cart-items-list {
  margin-top: 24px;
}

.cart-item-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.cart-item-image {
  flex-shrink: 0;
  width: 80px;
}

.cart-item-image img {
  max-width: 100%;
  height: auto;
}

.cart-item-detail {
  flex: 1;
  min-width: 0;
}

.cart-item-name {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0 0 6px;
}

.cart-item-name a {
  color: #333;
  text-decoration: none;
}

.cart-item-name a:hover {
  color: #004e8c;
}

.cart-item-attr {
  font-size: 12px;
  color: #888;
  margin-bottom: 3px;
}

.cart-item-attr .attr-label {
  font-weight: 600;
  color: #555;
}

.cart-item-stock {
  font-size: 12px;
  color: #e30613;
  margin-bottom: 6px;
  font-weight: 600;
}

.cart-item-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.qty-label {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 4px;
}

.cart-qty-input {
  width: 55px;
  height: 34px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
}

.cart-update-btn {
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
  color: #555;
  transition: background 0.15s;
}

.cart-update-btn:hover {
  background: #e0e0e0;
}

.cart-remove-link {
  font-size: 12px;
  color: #e30613;
  text-decoration: none;
  font-weight: 600;
}

.cart-remove-link:hover {
  text-decoration: underline;
}

.cart-item-price {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  color: #e30613;
  min-width: 100px;
  text-align: right;
}

.cart-summary-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  font-size: 18px;
}

.cart-summary-label {
  color: #555;
  font-weight: 600;
}

.cart-summary-value {
  font-size: 22px;
  font-weight: 700;
  color: #e30613;
}

.cart-stock-warning {
  background: #fff3cd;
  border: 1px solid #ffc107;
  color: #856404;
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 16px;
  font-size: 13px;
  text-align: center;
}

.cart-stock-error {
  background: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.cart-actions-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  flex-wrap: wrap;
}

.btn-continue-shopping {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  color: #555;
  text-decoration: none;
  transition: background 0.15s;
}

.btn-continue-shopping:hover {
  background: #e0e0e0;
}

.btn-update-cart {
  padding: 10px 20px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  color: #555;
  cursor: pointer;
  transition: background 0.15s;
}

.btn-update-cart:hover {
  background: #e0e0e0;
}

.btn-checkout {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 32px;
  background: #e30613;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s;
}

.btn-checkout:hover {
  background: #c40410;
  color: #fff;
}

.alt-checkout-section {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.alt-checkout-title {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
  text-align: center;
}

.alt-checkout-method {
  text-align: center;
  margin-bottom: 8px;
}

.cart-empty-state {
  text-align: center;
  padding: 40px 0;
}

.cart-empty-state i {
  color: #ccc;
  margin-bottom: 16px;
}

.cart-empty-state p {
  font-size: 16px;
  color: #888;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .cart-item-row {
    flex-wrap: wrap;
  }

  .cart-item-price {
    width: 100%;
    text-align: left;
    padding-left: 96px;
  }

  .cart-actions-bottom {
    flex-direction: column;
  }

  .btn-checkout {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* Checkout */
.checkout-steps {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.checkout-steps .step {
  flex: 1;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #bbb;
  padding: 8px 10px;
  border-radius: 4px;
  background: #f5f5f5;
  white-space: nowrap;
}

.checkout-steps .step.active {
  color: #fff;
  background: #004e8c;
}

.checkout-steps .step-arrow {
  color: #ccc;
  font-size: 12px;
  flex-shrink: 0;
}

.checkout-section {
  margin-bottom: 28px;
}

.checkout-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.checkout-address-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
  flex-wrap: wrap;
}

.address-display {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.address-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.btn-change-address {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #004e8c;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
}

.btn-change-address:hover {
  background: #003a6b;
  color: #fff;
}

.address-note {
  font-size: 11px;
  color: #999;
  text-align: right;
}

.shipping-methods {
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

.shipping-method-module {
  padding: 10px 16px;
  background: #f9f9f9;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.shipping-method-row {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.15s;
}

.shipping-method-row:last-child {
  border-bottom: none;
}

.shipping-method-row:hover {
  background: #f0f4ff;
}

.shipping-method-row.selected {
  background: #e8f0fe;
}

.shipping-method-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
}

.shipping-method-label .method-title {
  flex: 1;
  color: #333;
}

.shipping-method-label .method-price {
  font-weight: 600;
  color: #e30613;
}

.shipping-method-label input[type="radio"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.shipping-method-error {
  padding: 12px 16px;
  color: #e30613;
  font-size: 13px;
  background: #fff0f0;
}

.address-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.address-card-header {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.address-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.confirmation-products {
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

.conf-product-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #f5f5f5;
}

.conf-product-row:last-child {
  border-bottom: none;
}

.conf-qty {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  min-width: 30px;
}

.conf-name {
  flex: 1;
  font-size: 14px;
  color: #555;
}

.conf-price {
  font-size: 15px;
  font-weight: 700;
  color: #e30613;
  white-space: nowrap;
}

.conf-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.conf-info-item {
  padding: 12px 16px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
}

.conf-info-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}

.conf-info-value {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.conf-totals table {
  width: 100%;
  border-collapse: collapse;
}

.conf-totals table td {
  padding: 8px 0;
  font-size: 14px;
  color: #555;
}

.conf-totals table tr:last-child td {
  font-size: 18px;
  font-weight: 700;
  color: #e30613;
  border-top: 2px solid #eee;
  padding-top: 12px;
}

.payment-fields {
  padding: 12px 16px;
  background: #f9f9f9;
  border-top: 1px solid #eee;
  width: 100%;
}

.payment-fields .form-group {
  margin-bottom: 12px;
}

.payment-fields .form-group:last-child {
  margin-bottom: 0;
}

.payment-fields .form-group label {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  margin-bottom: 4px;
  display: block;
}

.payment-fields .form-group input,
.payment-fields .form-group select {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  box-sizing: border-box;
}

.checkout-actions {
  padding-top: 20px;
  border-top: 1px solid #eee;
  text-align: center;
}

/* Gallery */
.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.gallery-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stage-viewport {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stage-viewport img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  font-size: 18px;
  line-height: 1;
  color: #333;
}

.gallery-nav:hover {
  background: #ffffff;
}

.prev-btn { left: 10px; }
.next-btn { right: 10px; }

.zoom-trigger-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.8);
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-trigger-btn:after {
  content: "\f00e";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #666;
}

.gallery-thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.thumb-item {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  padding: 4px;
  cursor: pointer;
  transition: border-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thumb-item.is-active,
.thumb-item:hover {
  border-color: #e30613;
}

/* Middle Column: Product Info */
.product-name h1 {
  font-size: 22px;
  color: #303c42;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.2;
}

.product-size {
  font-size: 16px;
  color: #e30613;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-specs-list {
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.product-spec-item {
  display: flex;
  padding: 8px 12px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 13px;
}

.product-spec-item:last-child {
  border-bottom: none;
}

.product-spec-item .label {
  font-weight: 600;
  color: #303c42;
  min-width: 120px;
}

.product-spec-item .value {
  color: #4A5762;
}

.product-brochure {
  margin-bottom: 15px;
  font-size: 13px;
}

.product-brochure a {
  color: #e30613;
  text-decoration: underline;
}

.product-description {
  font-size: 13px;
  line-height: 1.6;
  color: #4A5762;
  margin-bottom: 15px;
}

.product-description .desc-heading {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 12px 0 6px 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #e5e5e5;
}

.product-description .desc-heading:first-child {
  margin-top: 0;
}

.product-description .desc-list {
  margin: 0 0 8px 0;
  padding: 0 0 0 18px;
}

.product-description .desc-list li {
  margin-bottom: 4px;
  padding-left: 4px;
}

.product-seo-description {
  font-size: 13px;
  line-height: 1.6;
  color: #4A5762;
  margin-bottom: 15px;
}

.product-seo-description p {
  margin-bottom: 10px;
}

.product-key-details {
  margin-bottom: 18px;
}

.key-details-title {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 2px solid #e30613;
}

.key-details-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.key-details-list dt {
  float: left;
  clear: left;
  width: 45%;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  padding: 4px 0;
}

.key-details-list dd {
  float: left;
  width: 55%;
  font-size: 12px;
  color: #333;
  padding: 4px 0;
  margin: 0;
}

.product-category-link {
  margin-bottom: 15px;
}

.product-category-link a {
  font-size: 13px;
  color: #004e8c;
  text-decoration: none;
  transition: color 0.15s;
}

.product-category-link a:hover {
  color: #e30613;
}

/* Right Column: Cart Box */
.product-price-box {
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

.availability {
  margin-bottom: 15px;
}

.stock.in-stock {
  display: inline-block;
  background: #66c07f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 3px;
  text-transform: uppercase;
}

.stock.off-stock {
  display: inline-block;
  background: #e30613;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 3px;
  text-transform: uppercase;
}

.stock.discontinued {
  display: inline-block;
  background: #777;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 3px;
  text-transform: uppercase;
}

.back-in-stock {
  margin-top: 6px;
  font-size: 13px;
  color: #666;
}

.discontinued-note {
  margin-top: 10px;
  padding: 10px 12px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-size: 13px;
  color: #777;
}

.add-to-cart-button:disabled,
.qty-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.prices {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.actual-price {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #e30613;
}

.old-product-price {
  display: inline-block;
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 5px;
}

.price-exc-vat {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

.price-exc-vat span {
  color: #303c42;
  font-weight: 600;
}

/* Tiered Pricing */
.tier-pricing {
  margin-bottom: 15px;
}

.tier-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.tier-table th {
  background: #333f48;
  color: #fff;
  padding: 6px 10px;
  text-align: left;
  font-weight: 600;
}

.tier-table td {
  padding: 6px 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #4A5762;
}

.tier-table tr:last-child td {
  border-bottom: none;
}

/* Add to Cart */
.add-to-cart-panel {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-input {
  width: 60px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.pack-note {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #e30613;
  font-weight: 600;
  margin-top: 4px;
  text-align: center;
}

.add-to-cart-button {
  flex: 1;
  height: 44px;
  background: #e30613;
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 16px;
  cursor: pointer;
  border-radius: 3px;
  transition: background .2s;
}

.add-to-cart-button:hover {
  background: #c40410;
}

.product-variants {
  margin-top: 12px;
}

.product-variants__link {
  display: block;
  text-align: center;
  padding: 10px;
  border: 2px solid #e30613;
  color: #e30613;
  font-weight: 600;
  font-size: 13px;
  border-radius: 3px;
  transition: all .2s;
}

.product-variants__link:hover {
  background: #e30613;
  color: #fff;
}

/* Related Products (sidebar) */
.related-products-sidebar {
  margin-top: 20px;
}

.related-products-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.related-products-section .related-title {
  font-size: 18px;
  margin-bottom: 16px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}

.related-title {
  font-size: 15px;
  color: #303c42;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e30613;
}

.related-item {
  margin-bottom: 10px;
}

.related-item a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  transition: box-shadow .2s;
  text-decoration: none;
}

.related-item a:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.related-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.related-item-info {
  flex: 1;
  min-width: 0;
}

.related-item-name {
  display: block;
  font-size: 12px;
  color: #303c42;
  font-weight: 600;
  margin-bottom: 3px;
}

.related-item-price {
  display: block;
  font-size: 13px;
  color: #e30613;
  font-weight: 700;
}

/* Tabs */
.product-collateral {
  clear: both;
  padding-top: 30px;
}

.product-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border-bottom: 2px solid #e30613;
}

.tab-link {
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  margin-right: 2px;
  background: #f8f8f8;
  margin-bottom: -2px;
  transition: all .2s;
}

.tab-link.current {
  background: #fff;
  color: #e30613;
  border-color: #e30613;
  border-bottom-color: #fff;
}

.tab-link:hover {
  color: #e30613;
}

.tab-content {
  display: none;
  padding: 20px 0;
}

.tab-content.current {
  display: block;
}

.spec-group-title {
  font-size: 15px;
  font-weight: 700;
  color: #303c42;
  margin-bottom: 10px;
}

.spec-data-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.spec-row {
  border-bottom: 1px solid #f1f1f1;
}

.spec-row td {
  padding: 10px 15px;
  font-size: 14px;
}

.spec-data-table .spec-name {
  font-weight: 600;
  color: #303c42;
  background: #f9f9f9;
}

.spec-data-table .spec-value {
  color: #4A5762;
}

/* Downloads */
.downloads-list {
  max-width: 500px;
}

.download-item {
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  margin-bottom: 8px;
  border-radius: 3px;
  transition: background .2s;
}

.download-item:hover {
  background: #f9f9f9;
}

.download-item i {
  color: #e30613;
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}

.download-item a {
  color: #303c42;
  font-weight: 600;
  font-size: 14px;
}

.download-item a:hover {
  color: #e30613;
}

/* Product options (attributes) */
#attributes-section {
  margin: 20px 0;
}

#attributes-section strong {
  display: block;
  margin-bottom: 5px;
  color: #303c42;
}

/* ==================== FORMS ==================== */

.form-fields {
  padding: 30px 0;
}

.inputs {
  margin: 20px 0;
  text-align: left;
}

.inputs label {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #303c42;
}

.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
  display: block;
  width: 100%;
  color: #4A5762;
  border: 1px solid #ccc;
}

.required {
  color: #e30613;
}

.messageStackError, .messageStackWarning {
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 13px;
  background: #fce4e4;
  color: #e30613;
  border: 1px solid #f5c6c6;
}

.messageStackSuccess {
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 13px;
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

/* ==================== HERO SECTION ==================== */

.hero-section {
  text-align: center;
  padding: 80px 24px;
  background: linear-gradient(135deg, #f2f4f7 0%, #e8ebf0 100%);
  position: relative;
  overflow: hidden;
}

.hero-section:before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(218,41,28,0.03) 0%, transparent 70%);
  pointer-events: none;
}

.hero-title {
  font-size: 36px;
  color: #1a1a1a;
  margin-bottom: 12px;
  font-weight: 700;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-subtitle {
  font-size: 17px;
  color: #555555;
  margin-bottom: 28px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.hero-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 48px;
  background-color: #e30613;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-btn:hover {
  background-color: #c40410;
  color: #fff;
}

/* ==================== INFO SECTION ==================== */

.info-section {
  background: #f8f8f8;
}

.info-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  text-align: center;
}

.info-item {
  width: 33.333%;
  padding: 0 12px;
}

.info-item-inner {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 36px 24px;
  transition: box-shadow 0.2s ease;
  height: 100%;
}

.info-item-inner:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.info-item i {
  color: #e30613;
  margin-bottom: 16px;
  font-size: 40px !important;
  display: block;
}

.info-item h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 12px;
  font-weight: 700;
}

.info-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}

.products-section {
  background: #f8f8f8;
}

@media (max-width: 675px) {
  .info-item {
    width: 100%;
    margin-bottom: 24px;
  }
}

/* ==================== UTILITY ==================== */

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #e30613;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.section-padding {
  padding: 60px 0;
}

.info-section {
  padding: 60px 0;
}

.page-heading {
  font-size: 22px;
  color: #303c42;
  margin-bottom: 20px;
  font-weight: 600;
}

/* Pricing */
.productSpecialPrice {
  color: #e30613;
  font-weight: bold;
}

.errorText {
  color: #e30613;
}

/* ==================== CHECKOUT ==================== */

.checkoutBarFrom, .checkoutBarTo {
  font-size: 12px;
  color: #888;
}

.checkoutBarCurrent {
  font-size: 12px;
  color: #303c42;
  font-weight: bold;
}

/* ==================== ORDER / ACCOUNT PAGES ==================== */

.orderReviewArea, .productListingHeader {
  background: #333f48;
  color: #fff;
  padding: 10px;
  font-size: 13px;
}

TD.productListing-header a {
  color: #fff;
}

.fieldKey {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
  color: #303c42;
}

.fieldValue {
  font-size: 13px;
  line-height: 1.5;
}

TD.main, P.main {
  font-size: 13px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 12px;
}

/* account link list */
.accountLinkList {
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
}

.accountLinkList li {
  display: inline-block;
  margin: 5px;
}

.accountLinkList li a {
  display: block;
  padding: 15px 25px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  color: #303c42;
  font-weight: 600;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.accountLinkList li a:hover {
  background: #e30613;
  color: #fff;
  border-color: #e30613;
}

/* Account Dashboard Tiles */
.account-tiles {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.account-tile {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.account-tile:hover {
  border-color: #004e8c;
  background: #f0f4ff;
  box-shadow: 0 2px 8px rgba(0, 78, 140, 0.08);
  color: inherit;
}

.account-tile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #004e8c;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  flex-shrink: 0;
}

.account-tile:hover .account-tile-icon {
  background: #003a6b;
}

.account-tile-body {
  flex: 1;
}

.account-tile-title {
  font-size: 14px;
  font-weight: 600;
  color: #1c2b39;
  margin-bottom: 2px;
}

.account-tile-desc {
  font-size: 12px;
  color: #6b7280;
}

.account-tile-arrow {
  font-size: 22px;
  color: #c0c5cc;
  flex-shrink: 0;
  font-weight: 300;
}

.account-tile:hover .account-tile-arrow {
  color: #004e8c;
}

@media (max-width: 600px) {
  .account-tile {
    padding: 14px 16px;
  }
  .account-tile-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}

/* form areas */
TABLE.formArea {
  border: 1px solid #e5e5e5;
  margin: 15px 0;
}

TD.formAreaTitle {
  font-size: 14px;
  font-weight: bold;
  color: #303c42;
  padding: 10px;
  background: #f8f8f8;
}

/* module selection */
.moduleRow { }
.moduleRowOver { background-color: #f1f1f1; cursor: pointer; }
.moduleRowSelected { background-color: #f8f8f8; }

/* product listing pages */
TABLE.productListing {
  border: 1px solid #e5e5e5;
  width: 100%;
}

.productListingHeader {
  background: #333f48;
  color: #fff;
}

.productListingHeader a {
  color: #fff;
}

.productListingData {
  font-size: 13px;
}

TR.productListing-odd, TR.productListing-even {
  background: #fff;
}

TR.productListing-odd:hover, TR.productListing-even:hover {
  background: #f9f9f9;
}

/* pagination */
TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #303c42;
}

A.pageResults {
  color: #e30613;
}

A.pageResults:hover {
  color: #c40410;
}

/* ==================== SIDEBARS ==================== */

#columnLeft {
  padding-top: 20px;
}

#columnRight {
  padding-top: 20px;
}

.infoBoxContainer {
  margin-bottom: 20px;
}

.infoBoxHeading {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: bold;
  background: #333f48;
  color: #fff;
}

.infoBoxContents {
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid #e5e5e5;
  border-top: none;
}

.infoBoxContents a {
  color: #4A5762;
}

.infoBoxContents a:hover {
  color: #e30613;
}

/* ==================== PAGINATION ==================== */

.pagination-top {
  margin-bottom: 15px;
  font-size: 13px;
  color: #888;
}

.pagination-top a, .pagination a {
  color: #e30613;
}

.pagination-top a:hover, .pagination a:hover {
  text-decoration: underline;
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 1200px) {
  .product-grid .item-box {
    width: 33.333%;
  }

  .category-grid .category-tile {
    width: 33.333%;
  }
}

@media (max-width: 1000px) {
  .grid-col-60, .grid-col-40 {
    width: 100%;
  }

  .header-left {
    flex-wrap: wrap;
  }

  .header-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .header-cart-search-wrapper {
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }

  .header-right {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
  }

  .footer-block {
    width: 50%;
    margin-bottom: 30px;
  }

  .product-grid .item-box {
    width: 50%;
  }

  .category-grid .category-tile {
    width: 50%;
  }

  ul.top-menu > li > a {
    padding: 10px 12px;
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  ul.top-menu > li > a {
    padding: 8px 10px;
    font-size: 11px;
  }

  .hero-title {
    font-size: 24px;
  }
}

@media (max-width: 675px) {
  .header-top {
    padding: 20px 0 15px;
  }

  .footer-block {
    width: 100%;
  }

  .product-grid .item-box {
    width: 100%;
  }

  .category-grid .category-tile {
    width: 100%;
  }

  .product-info-left,
  .product-info-right {
    width: 100%;
  }

  ul.top-menu > li > a {
    padding: 8px;
    font-size: 10px;
  }

  .section-padding {
    padding: 30px 0;
  }

  .hero-section {
    padding: 50px 24px;
  }

  .hero-title {
    font-size: 20px;
  }

  .hero-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .main-header-bar > .container {
    flex-direction: column;
    gap: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-logo {
    align-items: center;
    width: 100%;
  }

  .header-right {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    align-items: stretch;
    gap: 4px;
  }

  .header-account-area {
    justify-content: center;
    gap: 10px;
  }

  .search-form {
    max-width: 100%;
    width: 100%;
  }

  /* Product Page Mobile */
  .product-grid-main {
    flex-direction: column;
  }

  .product-col-gallery,
  .product-col-info,
  .product-col-cart {
    width: 100%;
    padding: 0;
  }

  .product-col-gallery {
    order: 0;
  }

  .product-col-name {
    display: block;
    order: 1;
    width: 100%;
    padding: 0;
    margin-top: 8px;
    text-align: center;
  }

  .product-col-name .product-name h1 {
    font-size: 20px;
  }

  .product-col-name .product-size {
    text-align: center;
  }

  .product-col-cart {
    order: 2;
  }

  .product-col-info {
    order: 3;
  }

  .desktop-only {
    display: none;
  }

  .product-price-box {
    margin-top: 0;
  }

  .related-products-section {
    margin-top: 24px;
    margin-bottom: 0;
    padding: 0;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .gallery-stage {
    aspect-ratio: 1 / 1;
    width: 100%;
  }

  .gallery-thumbnails {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .thumb-item {
    flex: 0 0 60px;
    height: 60px;
    scroll-snap-align: start;
  }

  .stage-viewport img {
    max-width: 85%;
    max-height: 85%;
  }

  .product-price-box {
    margin-top: 20px;
  }

  .add-to-cart-panel {
    flex-direction: column;
    gap: 10px;
  }

  .qty-input {
    width: 100%;
    height: 48px;
  }

  .add-to-cart-button {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }

  .add-to-cart-button:hover {
    background: #e30613;
  }

  .product-tabs {
    flex-direction: column;
    border-bottom: none;
  }

  .tab-link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background: #f8f8f8;
    text-align: left;
    position: relative;
  }

  .tab-link.current {
    border-color: #e5e5e5;
    border-bottom-color: #e5e5e5;
    background: #fff;
  }

  .tab-link:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #888;
  }

  .tab-link.current:after {
    content: "\f106";
  }

  .related-item a {
    padding: 12px;
  }

  .product-name h1 {
    font-size: 20px;
  }

  /* Footer Accordion Mobile */
  .footer-accordion-group {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .footer-accordion-item {
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  .footer-accordion-header {
    pointer-events: auto;
    cursor: pointer;
    margin-bottom: 0;
    padding: 16px 0;
    border-bottom: none;
    font-size: 15px;
  }

  .accordion-icon {
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .footer-accordion-item.is-open .accordion-icon {
    transform: rotate(-135deg);
  }

  .footer-accordion-content {
    display: grid !important;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out, opacity 0.2s ease-out;
    opacity: 0;
  }

  .footer-accordion-content > ul,
  .footer-accordion-content > p {
    overflow: hidden;
    min-height: 0;
    padding-bottom: 0;
    margin: 0;
  }

  .footer-accordion-item.is-open .footer-accordion-content {
    grid-template-rows: 1fr;
    opacity: 1;
  }

  .footer-accordion-item.is-open .footer-accordion-content > ul {
    padding-bottom: 16px;
  }
}

/* Mobile Menu Toggle (Hamburger) */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 8px;
  flex-direction: column;
  gap: 4px;
}

.mobile-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #333;
  border-radius: 1px;
  transition: transform 0.2s;
}

.mobile-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mobile-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Mobile Off-Canvas Drawer */
.mobile-menu-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 3000;
  box-shadow: 2px 0 16px rgba(0,0,0,0.2);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.mobile-menu-drawer.is-open {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #004e8c;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.mobile-menu-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0 4px;
}

.mobile-menu-body {
  flex: 1;
  overflow-y: auto;
  position: relative;
}

.mobile-menu-level {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mobile-menu-level.active {
  display: block;
}

.mobile-menu-item a {
  display: block;
  padding: 14px 16px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.mobile-menu-item a:hover {
  background: #f5f5f5;
  color: #004e8c;
}

.mobile-menu-item.has-children {
  display: flex;
  align-items: center;
}

.mobile-menu-item.has-children > a {
  flex: 1;
}

.mobile-menu-item.has-children > a:after {
  content: "";
}

.plus-button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}

.plus-button:before,
.plus-button:after {
  content: '';
  position: absolute;
  background: #999;
  transition: transform 0.2s;
}

.plus-button:before {
  width: 2px;
  height: 14px;
}

.plus-button:after {
  width: 14px;
  height: 2px;
}

.plus-button.is-active:before {
  transform: rotate(90deg);
}

.plus-button.is-active:after {
  transform: rotate(180deg);
}

.mobile-menu-back a {
  color: #004e8c;
  font-weight: 600;
}

.mobile-menu-back a:before {
  content: "\f104";
  font-family: 'FontAwesome';
  margin-right: 8px;
}

.mobile-menu-view-all a {
  font-weight: 600;
  color: #004e8c;
  border-bottom: 2px solid #004e8c;
}

.mobile-menu-search {
  display: none;
}

.mobile-menu-account-links {
  display: none;
}

.mobile-menu-account-item {
  display: block;
  padding: 14px 16px;
  font-size: 14px;
  color: #004e8c;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

.mobile-menu-account-item:hover {
  background: #f5f5f5;
}

/* Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 2999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }

  .main-nav {
    display: none;
  }

  .main-header-bar > .container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-logo {
    align-items: center;
  }

  .header-right {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    align-items: stretch;
    gap: 4px;
  }

  .header-lower {
    display: none;
  }

  .header-menu-wrapper {
    display: none;
  }

  .responsive-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 16px;
    gap: 8px;
  }

  .responsive-nav-wrapper .site-logo a img {
    max-height: 80px;
    width: auto;
    display: block;
  }

  .responsive-nav-wrapper .menu-title button {
    background: none;
    border: none;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    padding: 6px 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .responsive-nav-wrapper .menu-title button:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
    font-size: 16px;
  }

  .responsive-nav-wrapper .account-links {
    position: relative;
  }

  .responsive-nav-wrapper .account-links > span {
    font-size: 0;
    cursor: pointer;
    padding: 6px 8px;
  }

  .responsive-nav-wrapper .account-links > span:before {
    content: "\f007";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #333;
  }

  .responsive-nav-wrapper .search-wrap {
    position: relative;
  }

  .responsive-nav-wrapper .search-wrap > span {
    font-size: 0;
    cursor: pointer;
    padding: 6px 8px;
    display: block;
  }

  .responsive-nav-wrapper .search-wrap > span:before {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #333;
  }

  .responsive-nav-wrapper .search-wrap .search-form {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 280px;
    z-index: 1200;
  }

  .responsive-nav-wrapper .search-wrap .search-form.open {
    display: flex !important;
  }

  .responsive-nav-wrapper .cart-wrapper .cart-badge-btn {
    background: none;
    color: #333;
    padding: 6px 8px;
    font-size: 13px;
  }

  .responsive-nav-wrapper .cart-wrapper .cart-badge-btn .cart-icon {
    font-size: 16px;
  }

  .search-form {
    display: none;
  }

  .mobile-menu-search {
    display: block;
    padding: 12px 16px;
  }

  .mobile-menu-search .search-form {
    display: flex !important;
    max-width: 100%;
    width: 100%;
  }

  .mobile-menu-account-links {
    display: block;
    border-top: 1px solid #eee;
    margin-top: auto;
  }
}

/* ==================== ORDER HISTORY / ORDER DETAIL ==================== */

.orderPage {
  margin-top: 6px;
}

.orderStatusBadge {
  display: inline-block;
  padding: 4px 12px;
  background: #e8f0fe;
  color: #004e8c;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  white-space: nowrap;
}

.orderHeaderCard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  background: #f9fafb;
  border: 1px solid #e5e8eb;
  border-left: 4px solid #004e8c;
  border-radius: 4px;
  padding: 18px 22px;
  margin-bottom: 22px;
}

.orderHeaderTitle {
  font-size: 22px;
  font-weight: 700;
  color: #1c2b39;
  margin-bottom: 4px;
}

.orderHeaderMeta {
  font-size: 13px;
  color: #5a6b7d;
}

.orderHeaderMeta strong {
  color: #1c2b39;
}

.orderAddressGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 26px;
}

.orderAddressCard {
  background: #fbfcfe;
  border: 1px solid #dfe4ea;
  border-radius: 4px;
  padding: 16px 18px;
}

.orderAddressCard h3,
.orderItemsCard h3,
.orderHistoryCard h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #004e8c;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8edf2;
}

.orderAddressCard address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #2c3e50;
}

.orderMethodLine {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed #dfe4ea;
  font-size: 13px;
  color: #5a6b7d;
  line-height: 1.5;
}

.orderMethodLine strong {
  color: #2c3e50;
}

.orderItemsCard {
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-radius: 4px;
  padding: 18px 20px;
  margin-bottom: 26px;
}

.orderItemsTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.orderItemsTable thead th {
  background: #eef2f6;
  color: #33445a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 2px solid #004e8c;
}

.orderItemsTable tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #eef1f5;
  font-size: 13px;
  vertical-align: top;
}

.orderItemsTable tbody tr:nth-child(even) td {
  background: #fafbfc;
}

.orderItemsTable .qty {
  width: 50px;
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  color: #1c2b39;
}

.orderItemsTable .sku {
  width: 90px;
  color: #5a6b7d;
  font-size: 12px;
}

.orderItemsTable .name {
  font-weight: 600;
  color: #1c2b39;
}

.orderItemsTable .num {
  text-align: right;
  white-space: nowrap;
  color: #2c3e50;
}

.orderTotals {
  width: 300px;
  max-width: 100%;
  margin-left: auto;
}

.orderTotalRow {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 13px;
  color: #33445a;
}

.orderTotalRow.grand {
  font-size: 16px;
  font-weight: 700;
  color: #e30613;
  border-top: 2px solid #004e8c;
  padding-top: 10px;
  margin-top: 4px;
}

.orderHistoryCard {
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-radius: 4px;
  padding: 18px 20px;
  margin-bottom: 26px;
}

.orderHistoryTable {
  width: 100%;
  border-collapse: collapse;
}

.orderHistoryTable thead th {
  background: #eef2f6;
  color: #33445a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
  padding: 9px 12px;
  border-bottom: 2px solid #004e8c;
}

.orderHistoryTable tbody td {
  padding: 9px 12px;
  border-bottom: 1px solid #eef1f5;
  font-size: 13px;
  vertical-align: top;
  color: #2c3e50;
}

.orderHistoryTable tbody tr:nth-child(even) td {
  background: #fafbfc;
}

.orderHistoryTable .date {
  width: 110px;
  white-space: nowrap;
  color: #5a6b7d;
}

.orderNoComments {
  font-size: 13px;
  color: #7a8699;
  margin: 4px 0 0;
}

.orderButtons {
  display: flex;
  gap: 12px;
  margin: 26px 0 10px;
}

.orderButtons .ui-button {
  flex: 1;
  height: 46px;
}

.orderList {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 22px;
}

.orderCard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #e5e8eb;
  border-left: 4px solid #004e8c;
  border-radius: 4px;
  padding: 18px 22px;
}

.orderCardTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 17px;
  font-weight: 700;
  color: #1c2b39;
  margin-bottom: 8px;
}

.orderCardTitle a {
  color: #004e8c;
  text-decoration: none;
}

.orderCardTitle a:hover {
  text-decoration: underline;
}

.orderCardMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-size: 13px;
  color: #5a6b7d;
}

.orderCardMeta strong {
  color: #2c3e50;
}

.orderCardActions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.orderViewBtn {
  display: inline-block;
  padding: 9px 22px;
  background: #004e8c;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.orderViewBtn:hover {
  background: #003a6b;
  color: #ffffff;
}

.orderInvoiceLink {
  font-size: 12px;
  color: #004e8c;
  text-decoration: none;
}

.orderInvoiceLink:hover {
  text-decoration: underline;
}

.orderPagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: #5a6b7d;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .orderAddressGrid {
    grid-template-columns: 1fr;
  }

  .orderCard {
    flex-direction: column;
    align-items: flex-start;
  }

  .orderCardActions {
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .orderButtons {
    flex-direction: column;
  }
}

/* ==================== ADDRESS BOOK ==================== */
.ab-primary-card {
  padding: 14px 16px;
  background: #f0f4ff;
  border: 1px solid #d0daf0;
  border-left: 4px solid #004e8c;
  border-radius: 4px;
  font-size: 14px;
  color: #33445a;
  line-height: 1.6;
}

.ab-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 12px;
}

.ab-card:last-child {
  margin-bottom: 0;
}

.ab-card.primary {
  background: #f0f4ff;
  border-color: #d0daf0;
  border-left: 4px solid #004e8c;
}

.ab-card-body {
  flex: 1;
}

.ab-card-name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 14px;
  color: #1c2b39;
}

.ab-badge {
  display: inline-block;
  padding: 2px 8px;
  background: #004e8c;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 3px;
}

.ab-card-address {
  font-size: 13px;
  color: #5a6b7d;
  line-height: 1.6;
}

.ab-card-actions {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.btn-ab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 46px;
  padding: 0 28px;
  background: #004e8c;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-ab:hover {
  background: #003a6b;
  color: #fff;
}

.btn-ab-primary {
  background: #004e8c;
}

.btn-ab-primary:hover {
  background: #003a6b;
}

@media (max-width: 600px) {
  .ab-card {
    flex-direction: column;
  }
  .ab-card-actions {
    width: 100%;
    justify-content: flex-end;
  }
  .buttonSet {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .btn-ab {
    width: 100%;
  }
}

/* ── Tier pricing table ─────────────────────────────────── */
.tier-pricing {
  margin: 10px 0 0;
}
.tier-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.tier-table th {
  background: #004e8c;
  color: #fff;
  padding: 6px 10px;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.tier-table th:last-child,
.tier-table td:last-child {
  text-align: right;
}
.tier-table td {
  padding: 7px 10px;
  border-bottom: 1px solid #eee;
}
.tier-table tr.tier-base td {
  font-weight: 600;
  background: #f9f9f9;
}
.tier-table tr:last-child td {
  border-bottom: none;
}
.tier-save {
  color: #004e8c;
  font-weight: 700;
  font-size: 12px;
}

/* ── Bulk savings hint & delivery hint ──────────────────── */
.bulk-savings-hint {
  background: #e8f4fd;
  color: #004e8c;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-align: center;
}
.bulk-savings-hint i {
  margin-right: 4px;
}
.delivery-hint {
  font-size: 12px;
  color: #555;
  margin-top: 8px;
  text-align: center;
}
.delivery-hint i {
  color: #004e8c;
  margin-right: 4px;
}

/* ── Pack product pricing ───────────────────────────────── */
.unit-label {
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.pack-price-note {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}
.tier-pack-note {
  font-size: 11px;
  color: #666;
  margin-bottom: 6px;
  font-style: italic;
}
