/** Shopify CDN: Minification failed

Line 188:18 The "-" operator only works if there is whitespace on both sides

**/
[v-cloak] {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

.pageHeading {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin: 15px 0px -10px 0px;
  text-align: center;
  width: 100%;
}

.pageWrapper {
  width: 100%;
  margin: 0px auto;
  max-width: 1500px;
}

.pageContent {
  font-family: Manrope, sans-serif;
  margin: 10px 100px;
  width: calc(100% - 200px)
}

.pageContent h1 {
  font-family: Manrope, sans-serif;
  font-size: 36px;
  margin: 10px 0;
}

.pageContent h2 {
  font-family: Manrope, sans-serif;
  font-size: 30px;
  margin: 10px 0;
}

.pageContent h3 {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  margin: 10px 0;
}

.pageContent h4 {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  margin: 5px 0;
}

.pageContent h5 {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  margin: 5px 0;
}

#locationsList {
  margin-top: 65px;
  position: absolute;
}

.locSelect {
  background: transparent;
  padding: 0;
  margin-top: 1px;
}

.loc-item-wrapper {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
  margin-bottom: 12px;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
}

.store-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: Manrope;
  font-weight: 700;
  color: #0b2a66;
  margin-bottom: 2px;
}

.store-title .name {
  color: #0b2a66;
  text-decoration: none;
  font-weight: 700;
  font-family: Manrope;

}

.store-title .details-link {
  color: #222;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  font-family: Manrope;
}

.store-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.store-icon {
  width: 28px;
  height: 28px;
  background: #123a8a;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.store-icon:hover {
  background: #0b2a66;
}

.check-stock-btn {
  background: #003399;
  color: white;
  border: none;
  padding: 4px 8px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: filter 0.2s;
}

.check-stock-btn:hover {
  filter: brightness(0.95);
}

.locBorder {
  border-top: 1px solid #dfdfdf;
}

.storePin {
  width: 16px;
  height: 16px;
  margin: 2px 2px -2px 0;
  fill: grey;
}

.storeOpt {
  background-color: #f9f9f9;
  padding: 12px 5px;
  flex-direction: column;
}

.storeRow {
  display: flex;
  flex-direction: row;
}

.storeButtonRow {
  display: flex;
  flex-direction: row;
  margin: 0 16px;
  width: calc(100%-32px);
  justify-content: space-between;
}

.storeButton {
  padding: 2px 6px;
  width: fit-content;
  border-radius: 3px;
  cursor: pointer
}

.storeButton:hover {
  background-color: #ffffff;
  color: #003399;
  border: 1px solid #003399;
}

.storePrimeButton {
  background-color: #fed700;
  border: 1px solid #fed700;
}

.storeSubButton {
  background-color: #003399;
  border: 1px solid #003399;
  color: #ffffff;
}

.storeOptClosedNotice {
  margin: 0 16px 8px;
  padding: 4px 8px;
  width: fit-content;
  background-color: #fef3c7;
  color: #92400e;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
}

#store-name {
  font-weight: bold;
}

a {
  color: black;
}

#store-selector #accordion {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fed700;
  position: absolute;
  z-index: 10;
  min-width: 350px;
  max-width: calc(100vw - 16px);
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 10px
}

div #store-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0 10px;
}

div #store-info a,
div #store-info button {
  flex: 1;
}

#autocomplete {
  margin-top: 0px !important;
  padding: 5px;
}

#store-dropdown {
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-top: 10px;
  display: none;
  background-color: white;
  position: relative;
}

#store-dropdown .store-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

#store-dropdown .store-item button {
  margin-top: 5px;
}

.locOpt {
  background: #ffffff;
  padding: 5px;
  display: flex;
  flex-direction: row;
  font-family: Manrope, sans-serif;
  font-size: 13px;
}

.locOpt:hover {
  background: #003399;
  color: #ffffff;
  fill: #ffffff;
}

.listPin {
  width: 1.5rem;
  margin: 0 2px -2px 0;
  fill: grey;
}

.locOpt:hover .listPin {
  fill: #ffffff;
}

.productCard1 {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
}

.productCard1:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.discountBadge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #EF4444;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}

.productActions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
  z-index: 2;
}

.actionButton {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.actionButton:hover {
  background: #f9f9f9;
  border-color: #1a1a1a;
}

.actionButton svg {
  color: #666;
}

.productImageLink {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
  margin: 12px 12px 0;
}

.productCard1 .productImage {
  width: 100%;
}

.productCard1 .productImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.productCard1:hover .productImage {
  transform: scale(1.05);
}

.productImagePlaceholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ddd;
}

.fitBadge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #10B981;
  color: #10B981;
  font-size: 12px;
  font-weight: 500;
  margin: 12px 12px 0;
  border-radius: 6px;
}

.productInfo {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.productBrand {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}

.productTitle {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.4;
}

.productTitle a {
  color: #1a1a1a;
  text-decoration: none;
}

.productTitle a:hover {
  color: #4A90E2;
}

.productBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.productBadge {
  padding: 4px 10px;
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 11px;
  color: #666;
  border: 1px solid #e0e0e0;
}

.productHoverPanel {
  position: absolute;
  inset: 0;
  background: #1a1a1a;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 14px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
  z-index: 5;
}

.productCard1:hover .productHoverPanel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hoverPanel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.hoverPanel-close {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.hoverQtyList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hoverQtyItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-radius: 10px;
  background: #2a2a2a;
  border: 1px solid #3b3b3b;
  cursor: pointer;
  font-size: 14px;
}

.hoverQtyItem input {
  accent-color: yellow;
  margin-right: 10px;
}

.productHoverPanel.is-closed {
  opacity: 0 !important;
  transform: translateY(12px);
  pointer-events: none;
}

.productCard1:hover .productHoverPanel.is-closed {
  opacity: 0;
}

.hoverNote {
  font-size: 10px;
  color: red;
  margin-top: auto;
}


.hoverAddToCart {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  background: #6b6b6b;
  color: #fff;
  border: none;
  cursor: pointer;
}

.hoverViewProduct {
  text-align: center;
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}


.productSku {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}

.stockStatus {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 12px;
}

.stockStatus.inStock {
  color: #10B981;
}

.stockStatus.outOfStock {
  color: #EF4444;
}

.productPricing {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 4px;
}

.priceCompare {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.priceCurrent {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}

.priceUnit {
  font-size: 13px;
  color: #666;
}

.priceSet {
  font-size: 13px;
  color: #666;
  margin-bottom: 16px;
}

.productButtons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
  padding: 0 12px 12px;
}

.btnAddToCart,
.btnQuickView,
.btnNotify {
  padding: 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  text-decoration: none;
  display: inline-block;
}

.btnAddToCart {
  background: #003399;
  color: #fff;
  grid-column: 1 / -1;
}

.btnAddToCart:hover {
  background: #000;
}

.btnQuickView {
  background: transparent;
  color: #1a1a1a;
  border: 1px solid #003399;
  grid-column: 1 / -1;
}

.btnQuickView:hover {
  border-color: #1a1a1a;
  background: #f9f9f9;
}

.btnNotify {
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #003399;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btnNotify:hover {
  border-color: #1a1a1a;
  background: #f9f9f9;
}

.collectionSection {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.collectionTitle {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.productsGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 300px));
  gap: 20px;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  margin: 50px;
}

.noProducts {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

.resultsCount {
  text-align: center;
  margin-top: 40px;
  padding: 20px;
  color: #666;
  font-size: 14px;
}

.collectionFilters {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.filterTabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

.filterTab {
  padding: 6px 20px;
  background: transparent;
  border: 1px solid #233098;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: -17px;
  white-space: nowrap;
}

.filterTab:hover {
  color: #1a1a1a;
}

.filterTab.active {
  color: #1a1a1a;
  font-weight: 600;
  border-bottom-color: #1a1a1a;
}

.filterControls {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.filterButton {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s;
}

.filterButton:hover {
  border-color: #999;
  background: #f9f9f9;
}

.filterButton.active {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

.activeFilters {
  display: flex;
  gap: 8px;
}

.filterTag {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
}

.removeFilter {
  background: none;
  border: none;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 16px;
  height: 16px;
  line-height: 1;
}

.removeFilter:hover {
  color: #000;
}

.sortDropdown {
  margin-left: auto;
}

.sortSelect {
  padding: 10px 36px 10px 16px;
  background: #fff url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  appearance: none;
}

.sortSelect:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.plp-content {
  position: relative;
}

.filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin: 15px 40px 0;
}

.filter-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 25px !important;
  border: 1.5px solid #1a2474;
  background: linear-gradient(135deg, #233098 0%, #1a2474 100%);
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 6px rgba(35, 48, 152, 0.14), 0 1px 2px rgba(35, 48, 152, 0.08);
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
  user-select: none;
  white-space: nowrap;
}

.filter-toggle-btn:hover {
  background: linear-gradient(135deg, #1a2474 0%, #111a5e 100%);
  border-color: #111a5e;
  box-shadow: 0 5px 14px rgba(35, 48, 152, 0.38), 0 2px 4px rgba(35, 48, 152, 0.2);
  transform: translateY(-2px);
}

.quick-filter-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.quick-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 25px;
  border-radius: 3px;
  border: 1.5px solid #233098;
  background: linear-gradient(135deg, #eef0fb 0%, #dde2f9 100%);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #233098;
  box-shadow: 0 2px 6px rgba(35, 48, 152, 0.14), 0 1px 2px rgba(35, 48, 152, 0.08);
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
  user-select: none;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.quick-filter-chip__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.85;
}


.quick-filter-chip:hover {
  background: linear-gradient(135deg, #d6daff 0%, #bec6f7 100%);
  border-color: #1a2474;
  box-shadow: 0 5px 14px rgba(35, 48, 152, 0.26), 0 2px 4px rgba(35, 48, 152, 0.12);
  transform: translateY(-2px);
  color: #1a2474;
}

.quick-filter-chip.active {
  background: linear-gradient(135deg, #233098 0%, #1a2474 100%);
  color: #fff;
  border-color: #1a2474;
  box-shadow: 0 4px 14px rgba(35, 48, 152, 0.38), 0 2px 4px rgba(35, 48, 152, 0.2);
}

.quick-filter-chip.active:hover {
  background: linear-gradient(135deg, #1a2474 0%, #111a5e 100%);
  border-color: #111a5e;
  box-shadow: 0 6px 20px rgba(35, 48, 152, 0.46);
  transform: translateY(-2px);
}

.filter-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2000;
}

.filter-drawer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 400px;
  max-width: 90vw;
  background: #fff;
  box-shadow: 12px 0 30px rgba(0, 0, 0, 0.12);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 2001;
  display: flex;
  flex-direction: column;
}

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

.filter-load {
  filter: blur(2px) brightness(0.7);
}

.filter-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.filter-drawer__body {
  padding: 16px 20px 12px;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.filter-drawer__close {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #333;
}

.filter-group {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f1f1;
  font-family: Manrope, sans-serif;
}

.filter-title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.filter-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.filter-toggle-more {
  background: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 13px;
  cursor: pointer;
  color: #233098;
  margin-top: 6px;
  transition: all 0.2s ease;
}

.filter-toggle-more:hover {
  border-color: #233098;
  background: #f5f7ff;
}

.filterDialog {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: stretch;
  visibility: hidden;
  pointer-events: none;
  z-index: 1000;
}

.filterDialog.is-open {
  visibility: visible;
  pointer-events: auto;
}

.filterDialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.filterDialog.is-open .filterDialog-backdrop {
  opacity: 1;
}

.filterDialog-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  background: #fff;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.filterDialog.is-open .filterDialog-content {
  transform: translateX(0);
}

.filterDialog-header {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filterDialog-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.closeDialog {
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
  color: #666;
  font-size: 24px;
  line-height: 1;
}

.closeDialog:hover {
  color: #000;
}

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

.filterSection {
  margin-bottom: 24px;
}

.filterSection h4 {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
}

.filterOptions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filterOption {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}

.filterDialog-footer {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  gap: 12px;
}

.clearFilters {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.applyFilters {
  padding: 10px 20px;
  background: #233098;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  flex: 1;
}

.compare-drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 20px 30px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(110%);
  transition: transform 0.35s ease;
  z-index: 9999;
}

.compare-drawer.open {
  transform: translateY(0);
}

.compare-drawer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
}

.compare-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.compare-label {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.compare-slots {
  display: flex;
  align-items: center;
  gap: 15px;
}

.slot {
  position: relative;
  width: 139px;
  min-height: 180px;
  border-radius: 8px;
  background: #f3f4f6;
  border: 1px dashed #d1d5db;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  font-size: 12px;
  color: #555;
}

.slot span {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.slot-remove {
  position: absolute;
  top: 6px;
  right: 4px;
  width: 22px;
  height: 22px;
  margin: 0px;
  border: none;
  border-radius: 50%;
  background: #dc2626;
  color: #fff;
  font-size: 25px;
  line-height: 0;
  cursor: pointer;
  padding: 0px;
}

.slot-remove:hover {
  background: #b91c1c;
}

.slot.filled {
  background: #e5e7eb;
  border: 1px solid #e5e7eb;
  padding: 8px;
  text-align: center;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.slot.filled img {
  height: 120px;
  margin-bottom: 6px;
  border-radius: 8px;
  object-fit: contain;
}

.drawer-close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  color: #444;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  z-index: 10000;
}

.drawer-close-btn:hover {
  color: #000;
}

.compare-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.clear-btn {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
}

.compare-btn {
  padding: 8px 22px;
  background: #233098;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}

.compare-btn.disabled {
  background: #cbd5e1;
  cursor: not-allowed;
}

body.compare-modal-open {
  overflow: hidden;
}

.compare-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  z-index: 10000;
}

.compare-modal {
  width: min(1100px, 100%);
  max-height: 80vh;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 40px 80px rgba(15, 23, 42, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.compare-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.compare-modal__body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 24px;
  display: grid;
  grid-template-columns: 220px repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.feature-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.compare-modal .tyre-column {
  display: flex;
  flex-direction: column;
}

.compare-modal .compareImageWrap {
  min-height: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
}

.compare-modal .compareProductImage {
  width: auto;
  max-width: 70%;
  max-height: 130px;
}

.compare-modal .brand {
  min-height: 28px;
  margin: 8px 0 6px;
}

.compare-modal .tyre-title {
  margin: 0 0 10px;
  min-height: 56px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.compare-modal .tyre-column ul {
  margin-top: 0;
}

.feature-column ul,
.tyre-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-column li,
.tyre-column li {
  padding: 14px 0;
  border-bottom: 1px solid #f1f5f9;
}

.modal-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  margin-top: 0px;
}

.compareProductImage {
  width: 50%;
  height: auto;
  border-radius: 8px;
  margin: auto;
  object-fit: contain;
}

.compareImageWrap {
  position: relative;
}

.comparePromoImageOverlay {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  background: #1f9d55;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1.2;
}

.comparePromoHeader {
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 10px;
  background: #1f9d55;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.comparePromoHeader strong {
  font-size: 13px;
  line-height: 1.2;
}

.comparePromoHeader span {
  font-size: 12px;
  line-height: 1.2;
}

.comparePromoValueHighlight {
  background: #e8f7ee;
  color: #11663a;
  border-radius: 6px;
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-weight: 600;
}

.compare-limit-dialog {
  width: min(420px, calc(100% - 24px));
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.28);
  padding: 20px;
}

.compare-limit-dialog h4 {
  margin: 0 0 8px;
}

.compare-limit-dialog p {
  margin: 0 0 16px;
  color: #334155;
}

.compare-limit-dialog__actions {
  display: flex;
  justify-content: flex-end;
}

.add-to-cart-btn {
  margin-top: 12px;
  padding: 8px 16px;
  background: #233098;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}

.applyFilters:hover {
  background: #1a2475;
}

.header-top-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.75rem 1.5rem;
  max-width: 100%;
  gap: 1.5rem;
  background: #fff;
  border-bottom: 1px solid #0003;
}

.header-logo-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.header-logo img {
  height: 70px;
  width: 150px;
  min-width: 50px;
  min-height: 50px;
  object-fit: contain;
}

.header-brand-text {
  font-size: 1.25rem;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.5px;
  white-space: nowrap;
  font-family: 'Arial', sans-serif;
}

.header-search {
  flex-grow: 1;
  max-width: 450px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.375rem;
  border: 1px solid #0003;
  overflow: hidden;
  color: #000;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.header-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.header-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #222;
  margin: 5px 0;
  border-radius: 1px;
  transition: all 0.3s;
}

/* NAVIGATION STYLES */
.header-nav {
  background-color: #000000;
  border-top: 1px solid #e5e7eb;
  position: relative;
  top: 94px;
}

#MainContent {
  margin-top: 0px;
}

.header-nav-container {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

.header-nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  margin-right: 0.5rem;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.header-nav-hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  background: #222;
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.3s;
}

.nav-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  flex-wrap: wrap;
}

.nav-item {
  position: static;
  flex: 0 1 auto;
  font-family: Manrope, sans-serif;
  font-size: 12px;
}

.nav-link {
  display: block;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.2s, background-color 0.2s;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}

.nav-link:hover {
  background-color: #f9fafb;
  color: #6b7280;
}

.dropdown-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  gap: 2rem;
  align-items: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
}

.dropdown-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 0 0 180px;
  min-width: 180px;
}

.dropdown-category-title {
  font-weight: 600;
  color: #111827;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e5e7eb;
  margin-bottom: 0.5rem;
}

.dropdown-link {
  display: block;
  padding: 0.5rem 0;
  color: #374151;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  transition: color 0.2s, opacity 0.2s, background-color 0.2s;
  border-radius: 4px;
}

.dropdown-link:hover {
  color: #6b7280;
  opacity: 0.9;
  background-color: #f9fafb;
}

.dropdown-image-section {
  position: relative;
  flex: 0 0 300px;
  overflow: hidden;
  border-radius: 0.5rem;
  height: 100%;
  min-height: 300px;
}

.dropdown-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  padding: 1.5rem 1rem;
  color: white;
}

.dropdown-image-text {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.quick-links-title {
  font-weight: 700;
  color: #111827;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.showSlide {
  display: block !important;
}

h4 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.buttonSet {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

button {
  margin: 10px 0 0 0;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 22px;
  vertical-align: middle;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
}

.buttonSet button {
  width: 48%;
}

.buttonSet .buttonLink {
  width: 48%;
}

.primaryButton {
  background-color: #003399;
  border: 1px solid #003399;
  color: #ffffff;
}

.primaryButton:hover {
  background-color: #ffffff;
  border: 1px solid #003399;
  color: #003399;
}

.buttonLink {
  margin: 10px 0 0 0;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 22px;
  vertical-align: middle;
  font-weight: 700;
  padding: 4px;
  border-radius: 3px;
}

.primaryButtonLink {
  background-color: #003399;
  border: 1px solid #003399;
  color: #ffffff;
}

.primaryButtonLink:hover {
  background-color: #ffffff;
  border: 1px solid #003399;
  color: #003399;
}

.altButtonLink {
  background-color: #003399;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.altButtonLink:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #003399;
}

*:focus-visible {
  outline: 1px solid #003399;
  outline-offset: 2px;
}

input[type='text'] {
  margin: 10px 0 0 0;
  border: 1px solid #ffffff;
  border-radius: 3px;
  background-color: white;
  min-height: 32px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  padding: 4px 10px;
  width: 100%;
}

input[type='text']::placeholder {
  color: #666666;
}

.fullSize {
  width: 100%;
}

.buttonSet input[type='text'] {
  width: 48%;
}

select {
  margin: 10px 0 0 0;
  border: 1px solid #ffffff;
  border-radius: 3px;
  background-color: white;
  min-height: 32px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  padding: 4px 10px;
}

.buttonSet select {
  width: 48%;
}

.dotNav {
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #D9D9D9;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #717171;
}

.active {
  background-color: #ff3333;
}

.heroSlideContainer {
  position: relative;
}

.fullScreenContainer {
  width: 100%;
  background-color: grey;
}

.marginContainer {
  max-width: 1580px;
  padding: 20px;
  margin: 0 auto;
}

.marginContainer .dotNav {
  bottom: 20px;
}

.heroSlide {
  display: none;
}

.heroSlidesDesktop {
  display: block;
}

.heroSlidesMobile {
  display: none;
}

.slideChange {
  animation-name: slideChange;
  animation-duration: 1.5s;
}

.slideImage {
  margin-top: -7px;
  width: 100%;
  height: auto;
}

.slideArrowBox {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 27.5px);
  width: 55px;
  height: 55px;
  display: inline-block;
  border-radius: 3px;
}

.slideArrowBox:hover {
  background-color: #000000;
  opacity: 0.8;
}

.slideArrowBox:hover .arrowSlide {
  opacity: 1;
}

.prevBox {
  left: 20px;
}

.nextBox {
  right: 20px;
}

.arrowSlide {
  fill: #ffffff;
  height: 45px;
  width: 45px;
  opacity: 0.8;
  top: 5px;
  left: 5px;
  position: absolute;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #D9D9D9;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideOverlays {
  position: absolute;
  font-family: "Manrope", sans-serif;
  top: 0;
}

.overlayTop {
  top: 20px;
}

.overlayBottom {
  bottom: 20px;
}

.overlayBottomDots {
  bottom: 42px;
}

.overlayLeft {
  left: 20px;
  text-align: left;
}

.overlayLeftArrows {
  left: 95px;
  text-align: left;
}

.overlayRight {
  right: 20px;
  text-align: right;
}

.overlayRightArrows {
  right: 95px;
  text-align: right;
}

.slideHeader {
  margin: 0;
  /*Make colour a constant*/
  color: white;
}

.slideSubheader {
  margin: 10px 0 0 0;
  /*Make colour a constant*/
  color: white;
}

.slideButton {
  margin: 10px 0 0 0;
  /*Make colour a constant*/
  background-color: white;
  line-height: 22px;
  display: block;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid white;
}

.slideButtonText {
  /*Make colour a constant*/
  color: #003399;
  font-family: "Manrope", sans-serif !important;
  font-weight: 700;
  font-size: 15px;
}

.slideButton:hover {
  background-color: transparent;
}

.slideButton:hover .slideButtonText {
  color: white;
}

.overlayRight .slideButton {
  margin: 10px 0 auto auto;
}

.overlayRightArrows .slideButton {
  margin: 10px 0 auto auto;
}

.overlayCentre {
  width: 100%;
  text-align: center;
}

.overlayCentre .slideButton {
  margin: 10px auto 0 auto;
}

.overlayMiddle {
  height: 100%;
  align-items: center;
  align-content: center;
}

.close {
  overflow: hidden;
  position: absolute;
  border: none;
  padding: 0;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #ffffff;
  color: #ff0000;
  font: inherit;
  text-indent: 100%;
  cursor: pointer;
  top: 20px;
  right: 20px;
}

.close::before {
  position: absolute;
  top: 15%;
  left: calc(50% - .0625em);
  width: .125em;
  height: 70%;
  border-radius: .125em;
  transform: rotate(45deg);
  background: currentcolor;
  content: "";
}

.close::after {
  position: absolute;
  top: 15%;
  left: calc(50% - .0625em);
  width: .125em;
  height: 70%;
  border-radius: .125em;
  background: currentcolor;
  content: "";
  transform: rotate(-45deg);
}

.close:hover {
  background: #fed700;
}

.quantityBox {
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  width: calc(25% - 6px);
  margin: 0 6px 0 0;
  justify-content: center;
  padding: 4px 12px;
  background-color: #ffffff;
  color: #000000;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.qtyAdjust {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 700;
}

.quantityContainer {
  display: flex;
  justify-content: space-between;
}

.bubbleContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  width: 100%;
  z-index: 3;
  margin: -4% auto 0px auto;
  height: fit-content;
  max-width: 1400px;
  padding-bottom: 25px;
}

#regoBubble {
  min-height: 150px;
  margin-top: -10px;
  padding-top: 20px;
  background-color: #fed700e0;
}

.bubble {
  padding: 10px 12px;
  border-radius: 6px;
  box-shadow: 2px 2px 2px grey;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.primaryBubble {
  background-color: #fed700;
}

.altBubble {
  background: linear-gradient(to bottom, #dbdbdbe0, #f9f9f9e0, #dbdbdbe0);
}

.bubbleHeader {
  margin: auto auto 5px 0;
  color: #000000;
}

.locationBubbleLabelContainer {
  display: flex;
  flex-direction: row;
  min-height: 32px;
  max-height: 32px;
  width: 100%;
  justify-content: space-between;
  margin: 7px 0px 3px;
  border-radius: 3px;
}

.locationBubbleVertBoxes {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  border: 1px solid #003399;
  padding: 0 15px;
  background-color: #ffffff;
  width: 100%;
  margin: 0 6px 0 0;
}

.locationBubbleLargeLabel {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: #003399;
  margin: auto;
  width: fit-content;
  text-align: center;
}

#locationBubbleChangeButton {
  margin: 0;
  padding: 0 15px;
  width: 48%;
}

.bubble .locSelect {
  left: 7vw;
  width: calc(22vw - 24px);
}

.bubble .locOpt {
  display: flex;
  flex-direction: row;
  font-family: Manrope, sans-serif;
}

.bubble .locOpt:hover {
  background: #d9d9d9;
  color: #000000;
}

.bubble .locOpt:hover .listPin {
  fill: #000000;
}

.bubble .listPin {
  width: 16px;
  height: 16px;
  margin: 2px 2px -2px 0;
}

.locationBubble .primaryButtonLink {
  background-color: #003399;
  border: 1px solid #003399;
  color: #ffffff;
}

.locationBubble .primaryButtonLink:hover {
  background-color: #ffffff;
  color: #003399;
}

.loadingBG {
  background-image: linear-gradient(to right, rgb(255 255 255 / 1.0), #003399, #f0f0f0);
  background-size: 200% 100%;
  animation: gradient-shift 1.5s linear infinite;
  color: transparent !important;
}

#vehicleModal {
  position: fixed;
  width: fit-content;
  height: fit-content;
  left: 50%;
  top: 50%;
  z-index: 10;
  background: #fffffffa;
  border-radius: 6px;
  box-shadow: 2px 2px 2px grey;
  padding: 30px;
  text-align: center;
  transform: translate(-50%, -50%)
}

.popupMessage {
  font-family: Manrope;
  font-weight: 700;
  color: #003399;
}

.modalButtonContainer {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: auto;
}

.modalMainButton {
  padding: 8px 24px;
  margin-bottom: 15px;
  cursor: pointer;
  background-color: #fed700;
  color: #003399;
  border: 1px solid #fed700;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
}

.modalMainButton:hover {
  background-color: #ffffff;
}

.modalSecondaryButton {
  padding: 8px 24px;
  margin-bottom: 15px;
  cursor: pointer;
  background-color: #fd6526;
  color: #003399;
  border: 1px solid #fd6526;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
}

.modalSecondaryButton:hover {
  background-color: #ffffff;
}

.modalButtonRow {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px auto;
  padding: 0 30px;
  gap: 20px;
}

.modalSubButton {
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  background-color: #dfdfdf;
  color: #000000;
  border: none;
  width: 120px;
}

.modalSubButton:hover {
  background-color: grey;
}

.modalReject {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 30px;
  color: grey;
  cursor: pointer;
}

.modalReject:hover {
  color: #000000;
}

.popupButton {
  width: 180px;
}

.noInput {
  border: 1px solid #ff0000 !important;
  box-shadow: 1px 1px 1px #ff0000;
}

.modalExit {
  position: fixed;
  background-color: transparent;
  z-index: 2;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.articleContent {
  max-width: 720px;
  margin: 0 auto;
}

.articleContent iframe {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1.777 / 1;
}

.articleDate {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}

.blogImage {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
}

.blogInnerWrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 20px 0;
}

.blogHighlight {
  background-color: #000000 !important;
  color: #ffffff;
}

.blogHighlight .articlePaneTitle {
  color: #ffffff;
}

.blogHighlight .articlePane:hover .articlePaneTitle {
  color: #fed700;
}

.blogWrapper {
  width: 100%;
  background-color: #ffffff;
}

.blogPaneHeadings {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 10px;
}

.blogPageHeadings {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  padding: 0 10px;
  margin: 10px 0;
}

.paneHeading {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.paneViewMore {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin: 10px 0;
}

.paneViewMore:hover {
  color: #003399;
}

.blogPaneArticles {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}

.articlePane {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 10px;
  cursor: pointer;
}

.articlePaneImage {
  width: 100%;
}

.articlePaneTitle {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  margin: 10px 0;
}

.articlePane:hover .articlePaneTitle {
  color: #003399;
}

.featuredPaneHeadings {
  display: flex;
  width: 100%;
  justify-content: left;
  flex-direction: row;
  padding: 0 10px;
}

.articleButtonWrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px 0;
}

.wheelTitle {
  margin-block-start: 0;
  margin-block-end: 0;
}

.buttonFlex {
  display: flex;
  flex-direction: row;
  justify-content:center;
}

.deskPhone {
  margin:0!important;
}

.displayPhone {
  position: relative;
  padding: 4px 10px;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  border: 1px solid #003399;
  border-radius: 3px;
  color: #ffffff;
  background-color: #003399;
  font-weight: 600;
}

.serviceProductTitle {
  min-height:2.8em;
  margin:10px 0;
}

/* KEYFRAMES */
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes slideChange {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* RESPONSIVE STYLES */
@media (max-width: 1024px) {
  .header-top-container {
    gap: 1rem;
    padding: 0.75rem 1rem;
  }

  .header-search {
    max-width: 350px;
  }

  .header-brand-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  #store-selector {
    padding: 8px;
    min-width: 0;
  }

  .loc-item-wrapper {
    padding: 8px;
  }

  .store-icon {
    width: 30px;
    height: 30px;
  }

  .check-stock-btn {
    padding: 7px 10px;
    font-size: 14px;
  }

  .header-top-container {
    padding: 0.5rem 0.25rem;
  }

  .header-search {
    margin-top: 0.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .bubble {
    min-width: 22vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .bubble {
    min-width: 30vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .bubble {
    margin: 10px 0;
  }

  .bubbleContainer {
    width: auto;
    margin: 0 10%;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1070px) {

 #store-selector #accordion {
    padding: 10px;
    padding-top: 10px;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fed700;
    position: absolute;
    z-index: 10;
    font-size: 12px;
    right: 5px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  .deskPhone {
    display:none;
  }

  .displayPhone {
    display:none!important;
  }

  .articlePane {
    width: 50%;
  }

  .blogMenuPane {
    width: 100% !important;
  }

  .pageHeading {
    margin: 20px 0 10px 0;
    font-size: 24px;
  }

  .pageWrapper {
    margin: 0px 0;
  }

  .pageContent {
    margin: 20px 20px;
    width: calc(100% - 40px);
  }

  #MainContent {
    margin-top: 0;
  }

  #regoBubble {
    margin-top: 0;
  }

  .filter-toggle-btn {
    padding: 5px 12px;
    font-size: 11px;
    gap: 4px;
  }

  .filter-toggle-btn .quick-filter-chip__icon {
    width: 11px;
    height: 11px;
  }
  #store-selector #accordion {
    padding: 10px;
    padding-top: 10px;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fed700;
    position: absolute;
    z-index: 10;
    font-size: 12px;
    left: 4px;
    right: 4px;
    width: calc(100vw - 8px);
    min-width: 0;
    max-width: calc(100vw - 8px);
    box-sizing: border-box;
  }

  #locationsList {
    width: 100%;
  }

  .productInfo {
    padding: 4px 12px 12px 12px;
  }

  .priceCurrent {
    font-size: 14px;
    font-weight: 600;
  }

  /* PRODUCT GRID – 2 per row */
  .productsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 10px;
  }

  .productCard1 {
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
  }

  .productActions {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    gap: 6px;
  }

  .actionButton {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .productImageLink {
    display: block;
    width: 100%;
    margin: 0px !important;
  }

  .productImageLink img {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
    display: block;
  }

  .fitBadge {
    position: static;
    margin-top: 4px;
    font-size: 11px;
    padding: 3px 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  .productBrand {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .productTitle a {
    font-size: 14px;
    line-height: 1.3;
    display: block;
  }

  .productBadges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 4px;
  }

  .productBadge {
    font-size: 10px;
    padding: 2px 6px;
  }

  .stockStatus {
    margin-top: 6px;
    font-size: 11px;
  }

  .productPricing {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px;
  }

  .priceCompare {
    font-size: 11px;
  }

  .priceUnit {
    font-size: 11px;
  }

  .priceSet {
    margin-top: 4px;
    font-size: 11px;
  }

  .productButtons {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .btnAddToCart,
  .btnQuickView,
  .btnNotify {
    width: 100%;
    text-align: center;
    padding: 8px 10px;
    font-size: 13px;
  }

  .filter-bar {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    margin: -9px 10px 0;
    overflow: visible;
  }

  .filter-toggle-btn {
    flex-shrink: 0;
  }

  #PLP.has-prev-viewed-products .filter-bar {
    margin: 22px 10px 0;
  }

  .quick-filter-row {
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
    flex: 1;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .quick-filter-row::-webkit-scrollbar {
    display: none;
  }

  .quick-filter-chip {
    padding: 5px 10px 5px 8px;
    font-size: 11px;
    gap: 4px;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(35, 48, 152, 0.12);
    flex-shrink: 0;
    white-space: nowrap;
    overflow: visible;
  }

  .quick-filter-chip__icon {
    width: 14px;
    height: 14px;
  }

  .quick-filter-chip__x {
    width: 14px;
    height: 14px;
    border-radius: 3px;
  }

  .quick-filter-chip__x svg {
    width: 8px;
    height: 8px;
  }

  /* FILTERS + SORT */
  .filterDialog-content {
    max-width: 100%;
    margin-left: -100%;
  }

  .filterTabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .filterControls {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .sortDropdown {
    margin-left: 0;
    width: 100%;
  }

  .sortSelect {
    width: 100%;
  }

  /* COMPARE DRAWER (bottom bar) */
  .compare-drawer {
    padding: 16px 14px;
  }

  .compare-drawer-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .compare-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .compare-slots {
    width: 100%;
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }

  .slot {
    min-width: 135px;
    min-height: 170px;
  }

  .slot.filled img {
    width: 100%;
    height: 80px;
    object-fit: contain;
  }

  .compare-right {
    width: 100%;
    display: flex;
    gap: 10px;
  }

  .clear-btn,
  .compare-btn {
    flex: 1;
    text-align: center;
  }

  /* COMPARE MODAL */
  body.compare-modal-open {
    overflow: hidden;
  }

  .compare-modal-overlay {
    padding: 20px 12px;
  }

  .compare-modal {
    width: 100%;
    max-width: 100%;
    max-height: 90vh;
    border-radius: 12px;
  }

  .compare-modal__body {
    padding: 16px;
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .feature-column {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }

  .tyre-column {
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
  }

  .compare-modal .compareImageWrap {
    min-height: 120px;
    padding-top: 0;
  }

  .compare-modal .compareProductImage {
    max-width: 75%;
    max-height: 110px;
  }

  .compare-modal .tyre-title {
    min-height: auto;
    -webkit-line-clamp: 3;
  }

  .compareProductImage {
    width: 70%;
    margin: 0 auto;
  }

  .add-to-cart-btn {
    width: 100%;
    margin-top: 10px;
  }

  .header-top-container {
    padding: 0.5rem;
    gap: 0.5rem;
  }

  .header-logo-row {
    gap: 0.5rem;
    order: 1;
  }

  .header-logo img {
    height: 40px;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .header-brand-text {
    display: none;
    font-size: 0.9rem;
    letter-spacing: 0;
  }

  .header-search {
    display: none;
    order: 3;
    flex-basis: 100%;
    max-width: none;
    margin-top: 0.5rem;
  }

  .vehicle-dropdown-wrapper {
    padding: 0 0.75rem;
  }

  .header-actions {
    order: 2;
    gap: 0.5rem;
  }

  /*.phone-link {
    display: none;
  }*/

  .header-hamburger {
    display: flex;
    flex-direction: column;
    order: 0;
  }

  /* Hide navigation menu on mobile */
  .header-nav {
    display: none;
    border-top: none;
  }

  .header-nav.active {
    display: block;
    margin-top: -20px
  }

  .header-nav-container {
    padding: 0.75rem 1rem;
    justify-content: space-between;
    align-items: center;
  }

  .header-nav-hamburger {
    display: none;
  }

  .nav-menu {
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    z-index: 99;
    display: none;
  }

  .nav-menu.active {
    display: flex;
    background-color: #ffffff;
  }

  .nav-link {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-item.has-dropdown>.nav-link::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    transition: transform 0.2s;
  }

  .nav-item.has-dropdown.active>.nav-link::after {
    transform: rotate(180deg);
  }

  .dropdown-content {
    grid-template-columns: 1fr;
    padding: 1rem 0;
    gap: 1rem;
  }

  .dropdown-image-section {
    display: none;
  }

  .dropdown-link {
    padding: 0.5rem 1rem 0.5rem 2rem;
  }

  .dropdown-category-title {
    padding-left: 1rem;
  }

  .heroSlidesMobile {
    display: block;
  }

  .heroSlidesDesktop {
    display: none;
  }

  .modalButtonRow {
    padding: 0;
  }

  #vehicleModal {
    width: calc(100% - 6px);
  }

  .bubble {
    margin: 10px 0;
  }

  .bubbleContainer {
    width: auto;
    margin: 0 10px;
    flex-direction: column;
  }

  .bubble .locSelect {
    width: calc(100% - 54px);
    margin: 1px auto 0 auto;
  }
}

/* Prevent iPhone Safari input focus zoom */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 749px) {

    input[type='text'],
    input[type='email'],
    input[type='search'],
    input[type='tel'],
    input[type='url'],
    input[type='password'],
    input[type='number'],
    textarea,
    select {
      font-size: 12px !important;
    }
  }
}
