/** Shopify CDN: Minification failed

Line 2305:0 All "@import" rules must come first

**/
/* Custom styles for header alignment and search box */
.site-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 0;
  padding-left: 0;
  gap: 15px;
  /* Add consistent spacing between elements */
  flex-wrap: wrap;
  /* Allow wrapping when needed */
}

/* Team Section Divider */
.team-section-divider {
  width: 20%;
  height: 6px;
  margin: 0 auto;
  background-color: rgba(160, 164, 177, 0.8);
  border-radius: 4px;
  margin-top: 10px !important;
}

/* Team Members Container */
.team-members-container {
  display: flex;
  flex-direction: column;
  row-gap: 38px;
  margin: 106px 0;
  padding: 0 20px;
}

@media screen and (min-width: 1024px) {
  .site-header-main-content {
    margin-right: 0.5rem;
  }

  .site-header-right {
    margin-left: 0;
    margin-right: 50px;
    /* Reduced from 40px for better balance */
  }

  .site-header-main .live-search {
    margin-right: 0.5rem;
  }
}

/* Fix for login and cart alignment */
.site-header-actions {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.site-header-actions__account-link {
  margin-right: 0;
  /* Remove the 60px margin that could cause overlap */
  display: flex;
  /* Add flexbox to ensure content centering */
  align-items: center;
}

/* Improve account link text alignment */
.site-header_account-link-text {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Add center alignment horizontally */
  line-height: 1;
  /* Normalize line height */
}

/* Ensure cart has proper spacing and vertical alignment */
.site-header-cart {
  /* Override absolute positioning from theme.css */
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  line-height: 1;
  height: auto;
  z-index: 125;
}

/* Enhance the vertical alignment for both login and cart elements */
.site-header-actions__account-link,
.site-header-cart--button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  /* Consistent height for both elements */
}

/* Add specific SVG alignment */
.site-header-cart-icon svg {
  vertical-align: middle;
  position: relative;
  top: 0;
  /* Changed from -1px to improve alignment */
}

/* Keep existing styles for search box */
.live-search-form {
  border-radius: 4px;
  border: 0.2px solid #A1A4B1;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.live-search-form:hover,
.live-search--focused .live-search-form {
  box-shadow: none;
  border: 0.2px solid #A1A4B1;
}

.site-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Create a header actions group to keep login and cart together */
.header-actions-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Responsive adjustments - Mobile (0-599px) */
@media screen and (max-width: 599px) {
  .site-header-right {
    gap: 8px;
    /* Smaller gap on mobile */
  }

  /* Ensure login text is visible and properly aligned on mobile */
  .site-header_account-link-text {
    display: flex !important;
    /* Ensure login text is visible */
    align-items: center;
  }

  /* Ensure cart maintains proper positioning on mobile */
  .site-header-cart {
    height: 46px;
    /* Match theme's height for consistency on mobile */
  }
}

/* Responsive adjustments - Tablet & Mobile (0-1023px) */
@media screen and (max-width: 1023px) {
  .site-header-actions__account-link {
    margin-right: 0;
  }

  /* Ensure cart and login stay centered vertically */
  .site-header-cart,
  .site-header-actions__account-link {
    height: 40px;
    display: flex;
    align-items: center;
  }
}

/* Article excerpt image vignette effect */
.article--excerpt-image {
  position: relative;
}

.article--excerpt-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  opacity: 0.2;
  pointer-events: none;
  /* Ensures the overlay doesn't interfere with clicks */
  z-index: 1;
  /* Place above the image but below any content */
}

/* Ensures the vignette effect appears on top of the image */
.article--excerpt-image img {
  position: relative;
  z-index: 0;
}

/* Customization of Breadcrumbs container */
.breadcrumbs-container {
  padding-left: 0 !important;
}

/* Custom pagination styles */
.pagination--item {
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

li>.pagination--item {
  color: #8b90a0;
}

.pagination--active>.pagination--item {
  color: #232735;
}

.pagination--previous>a,
.pagination--next>a {
  color: #002868;
}

/* Make pagination chevron 24px in height */
.pagination--chevron-left svg,
.pagination--chevron-right svg {
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  /* Keep the rotation and scale up by 3x */
}

.pagination--chevron-right svg {
  transform: rotate(-90deg);
  /* Adjust rotation for right chevron */

}

.pagination--chevron-right {
  margin-left: 0;
}

.article--excerpt-text {
  color: #505565;
  font-weight: 400;
  line-height: 24px;
}

.article--excerpt-readmore {
  color: #B60026;
  font-weight: 400;
  line-height: 24px;
}

/* Blog filters styles */
.blog-filters {
  margin: 20px 0 30px 0;
  width: 100%;
}

.blog-filters__container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
  width: 100%;
}

/* Blog filter dropdown styles */
.blog-filter-dropdown {
  position: relative;
  flex: 1;
  min-width: 200px;
  max-width: calc(50% - 8px);
  /* Allow two dropdowns per row with gap */
  z-index: 11;
  /* Ensure dropdowns appear above other elements */
}

.blog-filter-dropdown__header {
  padding: 11px 19px;
  background: white;
  outline: 0.20px #232735 solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  height: 46px;
  box-sizing: border-box;
}

.blog-filter-dropdown__header.active {
  outline: 0.20px #B60026 solid;
}

.blog-filter-dropdown__title {
  color: #8B90A0;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 16px;
}

.blog-filter-dropdown__arrow {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* Prevent arrow from shrinking */
}

.blog-filter-dropdown__arrow svg {
  fill: #505565;
  transition: transform 0.2s ease;
}

.blog-filter-dropdown__header.active .blog-filter-dropdown__arrow svg {
  transform: rotate(180deg);
}

.blog-filter-dropdown__content {
  position: absolute;
  top: 46px;
  /* Position directly below header */
  left: 0;
  width: 100%;
  background: white;
  outline: 0.20px #8B90A0 solid;
  z-index: 99;
  /* Higher z-index to ensure visibility */
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 5px 0;
  max-height: 300px;
  overflow-y: auto;
  /* Add scrolling for long lists */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Add shadow for better visibility */
}

.blog-filter-dropdown__content.active {
  display: flex !important;
  /* Ensure display when active */
}

.blog-filter-dropdown__option {
  padding: 5px 19px;
}

.blog-filter-dropdown__checkbox-container {
  display: flex;
  align-items: center;
  gap: 9px;
}

.blog-filter-dropdown__label {
  color: #505565;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
}

/* Custom checkbox styling */
.blog-filter-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #8B90A0;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: white;
}

.blog-filter-checkbox:checked {
  background: #B60026;
  border-color: #B60026;
}

.blog-filter-checkbox:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Selected filters display */
.blog-filters__selected {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  padding: 0 4px;
}

.blog-filters__tag {
  display: inline-flex;
  align-items: center;
  background: #B60026;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  gap: 6px;
}

.blog-filters__tag-remove {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  color: #B60026;
  font-size: 14px;
  line-height: 1;
  border: none;
  padding: 0;
}

/* Search container styles */
.blog-filters__search-container {
  position: relative;
  flex: 2;
  min-width: 300px;
  height: 46px;
  /* Match dropdown height */
  display: flex;
  box-sizing: border-box;
}

.blog-filters__search-input {
  width: calc(100% - 54px);
  height: 46px;
  /* Explicit height */
  padding: 11px 19px;
  /* Match dropdown padding */
  background: white;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: 0.20px #A1A4B1 solid;
  border: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
  color: #232735;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 16px;
  box-sizing: border-box;
}

.blog-filters__search-input::placeholder {
  color: #8B90A0;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 16px;
}

.blog-filters__search-button {
  width: 54px;
  height: 46px;
  /* Explicit height */
  padding: 11px;
  /* Match dropdown padding */
  background: #002868;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* Improved responsive styles */
@media screen and (max-width: 991px) {
  .blog-filters__container {
    flex-direction: column;
    gap: 10px;
  }

  .blog-filter-dropdown,
  .blog-filters__search-container {
    width: 100%;
    max-width: 100%;
    height: 46px;
    /* Maintain height on mobile */
  }

  .blog-filters__search-container {
    order: 3;
    /* Move search below dropdowns */
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Blog content and loading state */
.blog-content {
  position: relative;
  min-height: 200px;
  transition: opacity 0.3s ease;
}

.blog-content.loading {
  opacity: 0.6;
}

.blog-content.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid rgba(0, 40, 104, 0.2);
  border-top-color: #002868;
  border-radius: 50%;
  animation: blog-loader-spin 1s infinite linear;
  z-index: 10;
}

@keyframes blog-loader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Blog filters container spacing */
.blog-filters {
  margin: 10px 0 20px 0;
  width: 100%;
}

.blog-filters__form {
  width: 100%;
}

.blog-pagination-container {
  margin-top: 20px;
}

/* Dynamic Blog Layout */
.blog-featured-post {
  margin-bottom: 30px;
  position: relative;
}

.blog-filters {
  margin: 10px 0 20px 0;
  width: 100%;
}

.blog-content {
  position: relative;
  min-height: 200px;
  transition: opacity 0.3s ease;
}

/* Blog content loading state */
.blog-content.loading {
  opacity: 0.6;
}

.blog-content.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid rgba(0, 40, 104, 0.2);
  border-top-color: #002868;
  border-radius: 50%;
  animation: blog-loader-spin 1s infinite linear;
  z-index: 10;
}

@keyframes blog-loader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.blog-pagination-container {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .blog-featured-post {
    margin-bottom: 20px;
  }

  .blog-filters {
    margin: 10px 0 15px 0;
  }

  .blog-pagination-container {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

/* Custom styles for subcollection item titles */
.subcollections-grid__item-info.subcollections-grid__item-title {
  color: black;
  font-size: 9px !important;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

/* Custom style for the 'General Purpose' title on collection pages */
.collection-purpose-title {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: black;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  /* Added fallback font */
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
  margin-bottom: 11px;
  /* Added margin-bottom */
}

/* Add gradient overlay to product image container */
.productitem__image-container {
  position: relative;
  /* Ensure positioning context for pseudo-element */
}

.productitem__image-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.20) 100%);
  pointer-events: none;
  /* Allow clicks to pass through to the image/link */
  z-index: 999;
  /* Ensure gradient is above the container but potentially below other elements like badges */
}

/* Ensure the actual image is above the gradient */
.productitem__image-container .productitem__image-link,
.productitem__image-container img {
  position: relative;
  /* Needed if z-index is applied */
  z-index: 2;
  /* Ensure image is above the ::after pseudo-element */
}

/* Custom styles for the product grid sidebar title (e.g., "FILTERS") */
.productgrid--sidebar-title {
  color: #232735;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  /* Added fallback font */
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.98px;
  word-wrap: break-word;
}

/* Style the container for subcollection menu item images */
.subcollections-menu__item-image-container {
  width: 100% !important;
  /* Allow it to take available width */
  max-width: 167px !important;
  /* Limit maximum width */
  position: relative;
  /* Needed for z-index context if required */
}

.subcollections-menu__item-image-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.20) 100%);
  /* Add background gradient */
  pointer-events: none;
  /* Allow clicks to pass through to the image/link */
  z-index: 999;
  /* Ensure gradient is above the container but potentially below other elements like badges */
}

/* Ensure the figure (and thus the image) is above the container background */
.subcollections-menu__item-image {
  position: relative;
  /* Ensure positioning context for z-index */
  z-index: 1;
  /* Place figure/image above container background */
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.subcollections-menu__item-image img,
.subcollections-menu__item-image svg {
  height: 100%;
  /* Make image fill the figure (which is filling the container) */
  width: auto;
  /* Allow width to adjust proportionally */
  object-fit: fill;
  /* Stretch image to fill the dimensions, as previously set */
  max-width: 100%;
  /* Prevent image from overflowing if width becomes too large */
}

.accordion--icon>a {
  color: #B60026 !important;
  font-size: 12px !important;
}

/* Style for the featured collection link with arrow */
.featured-collection__link-with-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B60026;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  margin: 1rem auto 50px;
  width: fit-content;
  position: relative;
}

.featured-collection__link-with-arrow svg {
  margin-left: 0.5rem;
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.featured-collection__link-with-arrow svg path {
  fill: #B60026;
  transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1), opacity 125ms cubic-bezier(0.4, 0, 0.2, 1);
}

.featured-collection__link-with-arrow:hover {
  color: #B60026;
  text-decoration: none;
}

.featured-collection__link-with-arrow:hover svg path:first-child {
  transform: translateX(0);
}

.featured-collection__link-with-arrow:hover svg path:last-child {
  transform: translateX(0);
}

/* Responsive styles for featured collection link with arrow */
@media screen and (max-width: 767px) {
  .featured-collection__link-with-arrow {
    font-size: 13px;
    margin: 2rem auto 0;
  }
}

@media screen and (min-width: 860px) {
  .home-section--content {
    margin-top: 0;
  }
}

/* Position the "Explore more" link at the bottom of its parent container */
.subcollections-menu__menu-items {
  position: relative;
  /* Ensure the container has enough height for positioning */
  margin-left: 26px !important;
  max-height: 200px !important;
}

.subcollections-banner__container,
.subcollections__container {
  padding: 0 !important;
}

/* .subcollections__container{
  padding-bottom: 83px !important;
} */

.subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items ul.subcollections-menu__link-list {
  line-height: 24px !important;
}

.subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items ul.subcollections-menu__link-list>.subcollections-menu__link-item {
  margin-bottom: 0 !important;
}

.breadcrumbs-container a,
.breadcrumbs-container span {
  font-size: 12px !important;
  font-family: Inter !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  word-wrap: break-word !important
}

.breadcrumbs-container span {
  color: #B60026 !important;
}

.breadcrumbs-container a {
  color: #232735 !important;
}

.subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item-wrapper {
  padding: 19px 17px !important;
}

.subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2 {
  padding: 0 0 13px !important;
}

.subcollections-list__content[data-subcollections-layout=menu] {
  row-gap: 31px !important;
  column-gap: 28px !important;
}

.subcollections-menu__link-list {
  position: static;
  /* Allows absolute positioning relative to menu-items */
}

.subcollections-menu__link-item.accordion--icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*margin-bottom: 1rem !important;  Override the default margin and add bottom spacing */
}

/* Properly align the text and icon in the "Explore more" link */
.subcollections-menu__link-item.accordion--icon a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}

/* Ensure proper spacing and alignment between text and icon */
.subcollections-menu__link-item.accordion--icon a svg {
  margin-left: 0.5rem;
  position: relative;
  top: -1px;
  /* Fine-tune vertical alignment with the text */
}

/* Ensure the icon is properly sized and aligned */
.subcollections-menu__link-item.accordion--icon .icon-signpost-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  /* Match font size */
}

/* Custom button for product page */
.custom-request-quote-button {
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  background: #002868;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  text-align: center;
  color: white;
  font-size: 14px;
  font-family: Inter;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.42px;
  word-wrap: break-word;
  text-decoration: none;
  margin-bottom: 3.125rem;
}

.product-type {
  color: #505565;
  font-size: 15px;
  font-family: Inter;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
  margin-bottom: 3.125rem;
}

/* Product form button group styles */
.product-form__button-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

/* Incompatibility badge styles */
#form-incompatibility-badge {
  display: none;
  margin: 0 0 10px 0;
  padding: 5px 44px;
  background: #EBB3BF;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}

.badge-text {
  font-size: 14px !important;
}

#form-compatible-badge {
  display: none;
  margin: 0 0 10px 0;
  padding: 5px 44px;
  background: #E7F3E6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}

/* Ensure badge and button share the same width behavior with MDC ripple */
/* .product-form__button-group .mdc-ripple-surface {
  position: relative;
  --mdc-ripple-fg-size: 100%;
  width: 100%;
} */

#form-incompatibility-badge div {
  color: #9F1E2F;
  font-size: 11px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}

#form-compatible-badge div {
  color: #379C31;
  font-size: 11px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}

/* Responsive adjustments for incompatibility badge */
@media screen and (max-width: 767px) {
  #form-incompatibility-badge {
    padding: 10px 5px;
  }

  #form-incompatibility-badge div {
    font-size: 12px;
    line-height: 14px;
  }

  #form-compatible-badge {
    padding: 10px 5px;
  }

  #form-compatible-badge div {
    font-size: 12px;
    line-height: 14px;
  }
}

/* Jetter "Other" Form Styles */
.jetter-other-form-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.jetter-form-field {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 13px;
  display: flex;
  margin-top: 5px;
}

.jetter-form-label {
  align-self: stretch;
  color: #171717;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

.jetter-form-input-container {
  align-self: stretch;
  height: 46px;
  padding: 11px 11px;
  background: white;
  outline: 0.20px #ddd solid;
  outline-offset: -0.20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* Make it a positioning context */
  border: 1px solid #8b90a0;
  border-radius: 3px;
}

/* Style for the text displayed in the custom dropdown */
.jetter-form-selected-value {
  color: #7b7d86;
  /* Placeholder color */
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 16px;
  /* Matches input height */
  word-wrap: break-word;
  flex-grow: 1;
  /* Allow it to take available space */
  pointer-events: none;
  /* Don't block clicks on the underlying select */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
  /* Space for the icon */
}

.options-selection__select-label {
  font-size: 14px !important;
}

/* Make the actual select cover the container and hide it visually */
.jetter-form-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* Hide the native select appearance */
  cursor: pointer;
  /* Show pointer cursor */
  border: none;
  background: transparent;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  outline: none;
  z-index: 2;
  /* Ensure it's above the span */
  pointer-events: none;
  /* Disable pointer events to prevent native dropdown */
}

.jetter-form-select:focus+.jetter-form-dropdown-icon svg path,
.jetter-form-input-container:focus-within .jetter-form-dropdown-icon svg path {
  fill: #232735;
  /* Slightly darken icon on focus for feedback */
}

.jetter-form-input-container:focus-within {
  outline-color: #B60026;
  /* Highlight border on focus */
}

/* Style for the dropdown options */
.jetter-form-select option {
  color: #232735;
  background: white;
  /* Ensure options have background */
  font-size: 12px;
  /* Match display text size */
  font-family: Inter, sans-serif;
}

/* Adjust icon positioning */
.jetter-form-dropdown-icon {
  position: absolute;
  /* Position relative to container */
  right: 6px;
  /* Position on the right */
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  /* Don't block clicks on the select */
  z-index: 1;
  /* Below the select, above the container bg */
}

.jetter-form-input {
  width: 100%;
  color: #8B90A0;
  font-size: 12px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  border: none;
  background: transparent;
  outline: none;
}

.jetter-form-divider {
  align-self: stretch;
  height: 0px;
  /* outline: 0.30px #ddd solid; */
  /* outline-offset: -0.15px; */
  border: none;
  /* Clear potential default borders */
  border-top: 1px solid rgba(221, 221, 221, 0.8);
  /* Use 1px border with semi-transparent #ddd */
  margin: 15px 0 0 0;
}

/* Style for the jetter dropdown and label */
.jetter-compatibility-header .quantity-selector__label {
  color: #171717;
  font-size: 15px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

#simple-dropdown {
  outline: 0.20px #232735 solid;
  outline-offset: -0.20px;
  height: 46px;
  padding: 11px 19px;
  background: white;
}

/* Styles for the dropdown options - basic foundation */
/* This provides a consistent base style across browsers */
select.jetter-form-select {
  padding: 0;
  /* Remove default padding */
}

/* Apply styles to dropdown options on supported browsers */
select.jetter-form-select option {
  padding: 13px 20px;
  /* Vertical gap and horizontal padding */
  margin: 0;
  min-height: 1.2em;
  /* Ensure minimum height */
  color: #232735;
  background-color: white;
}

/* Target the first option for top padding */
select.jetter-form-select option:first-child {
  padding-top: 14px;
  /* Extra padding at top */
}

/* Target the last option for bottom padding */
select.jetter-form-select option:last-child {
  padding-bottom: 14px;
  /* Extra padding at bottom */
}

/* Style Firefox dropdown menu using custom styling */
@-moz-document url-prefix() {
  select.jetter-form-select {
    /* Firefox specific styles */
    border-radius: 0;
    background-color: white;
  }

  select.jetter-form-select option {
    padding: 13px 20px;
  }

  select.jetter-form-select option:first-child {
    padding-top: 14px;
  }

  select.jetter-form-select option:last-child {
    padding-bottom: 14px;
  }
}

/* Webkit browsers specific styles */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select.jetter-form-select {
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
  }

  select.jetter-form-select option {
    padding: 13px 20px;
  }
}

/* For "Other" styled text in dropdown */
#jetter-machine-select option[value="other"] {
  color: #6791FF;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}

/* Custom dropdown list styling */
.jetter-custom-dropdown-list {
  margin-top: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background: white;
  /* border: 0.20px solid #232735;
  background: white;  */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
  z-index: 100;
  padding: 1px 0;
  /* Top and bottom padding of 14px as requested */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  /* Hide scrollbar but keep scrolling functionality */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.jetter-custom-dropdown-list::-webkit-scrollbar {
  display: none;
}

.jetter-custom-option {
  line-height: 16px;
  padding: 13px 20px;
  /* Left and right padding of 20px as requested */
  cursor: pointer;
  color: #232735;
  font-size: 12px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 16px;
  transition: background-color 0.2s ease;
}

.jetter-custom-option:hover {
  background-color: #f5f5f5;
}

.jetter-custom-option.selected {
  background-color: #5433EB;
  color: white !important;
}

/* Special styling for the "+ Other" option */
.jetter-custom-option.other-option {
  /* color: #6791FF; */
  color: #232735;
}

/* Position the dropdown container properly */
.jetter-form-input-container {
  position: relative;
}

/* For dropdown toggle behavior */
.jetter-form-input-container.active .jetter-form-dropdown-icon svg {
  transform: rotate(180deg);
}

/* Machine Info Box Styles */
.machine-info-container {
  position: fixed;
  /* Position relative to the viewport */
  right: 0;
  /* Distance from the right edge */
  top: 50%;
  /* Center vertically */
  transform: translateY(-50%);
  /* Adjust vertical centering */
  width: 160px;
  /* Fixed width as requested */
  padding: 11px 15px;
  background: white;
  box-shadow: -3px 3px 6.9px 2px rgba(0, 0, 0, 0.09);
  border-radius: 5px 0 0 5px;
  outline: 0.30px #E6EAF0 solid;
  outline-offset: -0.30px;
  display: flex;
  /* Use flexbox for layout */
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  z-index: 100;
  /* Ensure it appears above other elements */
  /* Initially hidden via inline style, shown via JS */
}

.machine-info-content {
  display: flex;
  /* Changed from inline-flex to flex for consistency */
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}

.machine-info-icon {
  width: 24px;
  /* Container size */
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* Prevent icon from shrinking */
}

/* No specific style needed for the SVG itself if sized correctly */

.machine-info-text {
  font-family: 'Inter', sans-serif;
  /* Apply common font family */
  font-size: 10px;
  line-height: 16px;
  word-wrap: break-word;
}

.machine-info-text-regular {
  color: #232735;
  font-weight: 400;
}

.machine-info-text-highlight {
  color: #D45B74;
  font-weight: 700;
}

.cart--section {
  margin-bottom: 59px;
}

.cart--section .section--canonical {
  margin-bottom: 50px;
}

.cart-title-left>h1 {
  color: #171717;
  font-size: 44px;
  font-family: Inter;
  font-weight: 600;
  line-height: 64px;
  word-wrap: break-word;
}

/* Cart Sidebar Promo Code Styles */
.cart-sidebar-promo {
  width: 100%;
  min-width: 400px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(80, 85, 101, .16);
  display: block;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

/* Context-specific styling */
.cart-sidebar-promo--cart-sidebar {
  margin: 0;
  background-color: #fff;
  margin-bottom: 20px;
}

.cart-sidebar-promo__title {
  width: 100%;
  color: #232735;
  font-size: 18px;
  font-family: Inter, sans-serif;
  font-weight: bold;
  line-height: 24px;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.cart-sidebar-promo__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 46px;
}

.cart-sidebar-promo__input-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 75px;
}

.cart-sidebar-promo__input-row {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 20px; */
  gap: 10px;
  flex-wrap: nowrap;
}

.cart-sidebar-promo__input {
  flex: 0.65;
  min-width: 0;
  height: 43px;
  background: white;
  border-radius: 2px;
  border: 1px solid #505565;
  padding: 10px;
  box-sizing: border-box;
}

.cart-sidebar-promo__apply-button {
  flex: 0.35;
  padding: 10px;
  height: 43px;
  background: #002868;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  color: white;
  font-weight: bold;
  box-sizing: border-box;
  min-width: 0;
  white-space: nowrap;
}

.cart-sidebar-promo__apply-button span {
  color: white;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.98px;
  word-wrap: break-word;
}

.cart-sidebar-promo__summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.cart-sidebar-promo__summary-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.cart-sidebar-promo__summary-row--total {
  margin-top: 15px;
  margin-bottom: 0;
}

.cart-sidebar-promo__summary-label {
  width: 58%;
  color: #8B90A0;
  font-size: 15px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.cart-sidebar-promo__summary-value {
  width: 42%;
  text-align: right;
  color: #505565;
  font-size: 15px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

.cart-sidebar-promo__summary-value--total {
  color: #232735;
  font-size: 20px;
}

.cart-sidebar-promo__checkout-container {
  width: 100%;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}

.cart-sidebar-promo__checkout-button {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  background: #B60026;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.42px;
}

.cart-sidebar-continue-shopping-button {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  background: #002868;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.42px;
}

.cart-sidebar-promo__checkout-button,
.cart-sidebar-continue-shopping-button {
  text-decoration: none;
}

.cart-sidebar-promo__checkout-button span,
.cart-sidebar-continue-shopping-button span {
  color: white;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.42px;
  word-wrap: break-word;
}

/* Responsive adjustments for the cart sidebar promo */
@media screen and (max-width: 991px) {
  .cart-sidebar-promo {
    padding: 30px 20px;
  }

  .cart-sidebar-promo__input-row {
    gap: 8px;
  }

  .cart-sidebar-promo__input {
    flex: 0.6;
  }

  .cart-sidebar-promo__apply-button {
    flex: 0.4;
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .cart-sidebar-promo {
    padding: 20px 15px;
    gap: 15px;
  }

  .cart-sidebar-promo__content {
    gap: 30px;
  }

  .cart-sidebar-promo__input-row {
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }

  .cart-sidebar-promo__input,
  .cart-sidebar-promo__apply-button {
    width: 100%;
    flex: none;
  }
}

/* Cart Promo Code message styles */
.cart-promo-message {
  /* margin-top: 10px; */
  padding: 8px 12px;
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  font-family: Inter, sans-serif;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.cart-promo-message--success {
  background-color: #EBF7F0;
  border: 1px solid #C3E6D1;
  color: #1A7D44;
}

.cart-promo-message--error {
  background-color: #FCEDED;
  border: 1px solid #F0CACA;
  color: #B60026;
}

.cart-sidebar-promo__apply-button:disabled {
  background: #8B90A0;
  cursor: not-allowed;
  opacity: 0.8;
}

/* Loading animation for button */
@keyframes button-loading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

.cart-sidebar-promo__apply-button:disabled span {
  animation: button-loading 1s infinite;
}

/* Override cart sidebar width */
@media screen and (min-width: 860px) {
  .cart-sidebar {
    width: auto;
    min-width: 431px;
  }
}

.cart-sidebar-promo__discounts {
  width: 100%;
  margin: 0 0 15px 0;
}

.cart-sidebar-promo__discounts .discount-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-sidebar-promo__discounts .discount-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(80, 85, 101, 0.1);
}

.cart-sidebar-promo__discounts .cart-discount-title {
  display: flex;
  align-items: center;
  color: #505565;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.cart-sidebar-promo__discounts .cart-discount-title svg {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  fill: #B60026;
}

.cart-sidebar-promo__discounts .cart-discount-price {
  color: #B60026;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 20px;
}

.cart-subtotal>span {
  color: #505565;
  font-size: 14px;
  font-family: Inter;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word
}

.cart-subtotal>.money {
  color: #232735;
  font-size: 24px;
  font-family: Inter;
  font-weight: 600;
  line-height: 32px;
  word-wrap: break-word
}


.cart-ordernote-heading {
  color: #232735;
  font-size: 12px;
  font-family: Inter;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word
}

.cart-ordernote {
  margin-top: 54px;
}

.cart-ordernote .form-field {
  width: 100%;
  max-width: 100%;
  min-height: 85px;
}

.cart-ordernote .form-field-textarea {
  padding: 20px;
  padding-top: 30px;
}

/* Cart order note label styling */
.cart-ordernote .form-field-title {
  font-size: 12px;
  font-family: Inter, sans-serif;
  color: #232735;
  font-weight: 400;
  line-height: 24px;
  top: 22px;
  left: 22px;
  transform: none;
  transition: all 0.2s ease-in-out;
}

.cart-ordernote .form-field-textarea:focus+.form-field-title,
.cart-ordernote .form-field-filled.form-field-textarea+.form-field-title {
  top: 10px;
  left: 22px;
  font-size: 12px;
}

/* Add JavaScript to handle textarea focus and filled state */

/* Cart Item Jetter Machine Compatibility */
.cart-item-jetter-specs {
  width: 100%;
  margin: 15px 0;
  padding-top: 10px;
  /* border-top: 1px solid rgba(139, 144, 160, 0.16); */
}

.cart-item-jetter-specs__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.cart-item-jetter-specs__labels {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.cart-item-jetter-specs__values {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1px;
  text-align: right;
}

.cart-item-jetter-specs__label {
  color: #8B90A0;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 16px;
  height: 18px;
}

.cart-item-jetter-specs__value {
  color: #8B90A0;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 16px;
  height: 18px;
}

.cart-item-jetter-machine {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 10px;
}

.cart-item-jetter-machine__label {
  color: #232735;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
  flex-basis: 30%;
}

.cart-item-jetter-machine__dropdown {
  position: relative;
  flex-basis: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  background: #F0F0F1;
  border: 0.2px solid #60626B;
  padding: 0 10px;
  cursor: pointer;
}

.cart-item-jetter-machine__select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.cart-item-jetter-machine__value {
  color: #232735;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.cart-item-jetter-machine__arrow {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cart-item-jetter-machine__compatibility-badge {
  margin-top: 10px;
  width: 100%;
  height: 31px;
  padding: 7px 8px;
  background: #9CCE99;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-item-jetter-machine__compatibility-badge[data-status="incompatible"] {
  background: #EBB3BF;
}

.cart-item-jetter-machine__compatibility-badge span {
  color: #0A5F05;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}

.cart-item-jetter-machine__compatibility-badge[data-status="incompatible"] span {
  color: #9F1E2F;
}

/* Hide compatibility badge until a machine is selected */
.cart-item-jetter-machine__compatibility-badge {
  display: none;
}

.cart-item-jetter-machine__compatibility-badge.is-visible {
  display: flex;
}

/* Mobile Styles */
@media screen and (max-width: 767px) {
  .cart-item-jetter-machine {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .cart-item-jetter-machine__label {
    flex-basis: 100%;
  }

  .cart-item-jetter-machine__dropdown {
    flex-basis: 100%;
    width: 100%;
  }

  .cart-item-jetter-machine__compatibility-badge {
    width: 100%;
  }
}

/* Cart Item Properties Styles */
.cart-item-properties {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #e9ecef;
}

.cart-item-property {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
}

.cart-item-property:last-child {
  margin-bottom: 0;
}

.cart-item-property .property-label {
  font-weight: 600;
  color: #232735;
  margin-right: 8px;
  min-width: 120px;
  flex-shrink: 0;
}

.cart-item-property .property-value {
  color: #505565;
  font-weight: 400;
}

.cart-item-property.jetter-machine-property .property-value {
  color: #007bff;
  font-weight: 500;
}

.cart-item-property.jetter-type-property .property-value.custom-jetter {
  color: #6791ff;
  font-weight: 500;
  background-color: #e7f1ff;
  padding: 2px 6px;
  border-radius: 12px;
  font-size: 12px;
}

.cart-item-property.jetter-spec-property {
  margin-left: 15px;
  font-size: 13px;
}

.cart-item-property.jetter-spec-property .property-label {
  min-width: 100px;
  font-weight: 500;
  color: #666;
}

.cart-item-property.jetter-spec-property .property-value {
  color: #333;
}

@media (max-width: 768px) {
  .cart-item-properties .cart-item-property {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-item-properties .cart-item-property .property-label {
    min-width: auto;
    margin-bottom: 2px;
  }

  .cart-item-properties .cart-item-property.jetter-spec-property {
    margin-left: 0;
  }
}

/* Custom Jetter Specifications Styles */
.cart-item-custom-jetter-specs {
  margin-top: 15px;
  padding: 12px;
  background-color: #f0f4ff;
  border-radius: 6px;
  border: 1px solid #d1e7ff;
}

.custom-jetter-title {
  font-weight: 600;
  color: #1d4ed8;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.custom-jetter-title::before {
  content: "⚙️";
  margin-right: 6px;
}

.custom-jetter-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
}

.custom-spec {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.custom-spec .spec-label {
  font-weight: 500;
  color: #374151;
  margin-right: 6px;
  min-width: 70px;
}

.custom-spec .spec-value {
  color: #1f2937;
  font-weight: 600;
  background-color: #ffffff;
  padding: 2px 6px;
  border-radius: 3px;
  border: 1px solid #e5e7eb;
}

@media (max-width: 768px) {
  .custom-jetter-details {
    grid-template-columns: 1fr;
    gap: 6px;
  }

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

  .custom-spec .spec-label {
    min-width: auto;
    margin-bottom: 2px;
  }
}

/* Updated styling for product options */
.cart-item-product-options {
  width: 100%;
  margin: 15px 0;
  padding-top: 10px;
  border-top: 1px solid rgba(139, 144, 160, 0.16);
  display: flex;
  flex-direction: column;
  /* Stack options vertically */
  gap: 1px;
  /* Add small gap between options */
}

.cart-item-product-options__option {
  display: flex;
  /* Keep label and value inline */
  justify-content: space-between;
  /* Align label left, value right */
  width: 100%;
}

.cart-item-product-options__option-key {
  width: auto;
  /* Let key take natural width */
  color: #8B90A0;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 16px;
  height: 18px;
  padding-right: 10px;
  flex-shrink: 0;
  /* Prevent shrinking */
}

.cart-item-product-options__option-value {
  width: auto;
  /* Let value take remaining width */
  flex-grow: 1;
  /* Allow value to grow */
  color: #8B90A0;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 16px;
  height: 18px;
  text-align: right;
  padding-left: 10px;
}

/* Remove old jetter specs styles if they are no longer needed */
/* Or rename if these styles are still used elsewhere */

/* Adjust cart item layout for title and quantity */
.cart-item--content {
  /* Remove flex properties if they interfere */
  width: 100%;
  position: relative;
}

.cart-item--content-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* Align items to the top */
  margin-bottom: 10px;
  /* Add some space below */
}

.cart-item--content-title {
  flex-grow: 1;
  /* Allow title to take up space */
  margin-right: 15px;
  /* Space between title and quantity */
}

.cart-item__quantity {
  flex-shrink: 0;
  /* Prevent quantity selector from shrinking */
  /* Ensure it doesn't take full width */
  max-width: 164px;
  /* Match figma width (40+84+40) */
}

.cart-item__total {
  text-align: left;
}

/* Add styles for the compatibility badge */
.cart-item__total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.cart-item__compatibility-badge {
  padding: 7px 10px;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 16px;
  flex-shrink: 0;
}

.cart-item__compatibility-badge.compatible {
  background: #D0ECCC;
  color: #2B5D27;
}

.cart-item__compatibility-badge.incompatible {
  background: #EBB3BF;
  color: #9F1E2F;
}

/* Account Navigation Styles */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

.account-navigation {
  margin-top: 140px;
}

.account-navigation {
  width: 250px;
  flex-shrink: 0;
}

.account-content {
  flex-grow: 1;
}

.account-info-blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.account-nav-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 35px;
}

.account-nav-link {
  text-decoration: none;
  transition: color 0.3s ease;
  color: #232735;
  font-size: 17px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.account-nav-link:hover {
  color: #B60026;
}

.account-nav-link.active {
  color: #B60026;
  font-weight: 600;
}

.account-page--two-column {
  display: flex;
  gap: 40px;
}

.account-info-blocks {
  flex-grow: 1;
  width: 100%;
  min-height: 700px;
  background: white;
  margin-top: 56px;
  margin-bottom: 110px;
  padding: 52px 57px;
}

.site-page,
.page-masthead,
.page-content,
.contact-page-content,
.account-page,
.account-page-masthead,
.account-page-content {
  margin-top: 30px;
}

/* Mobile Account Navigation - Responsive Styles */
@media screen and (max-width: 991px) {
  .account-navigation {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .account-page--two-column {
    flex-direction: column;
    gap: 0;
  }

  .account-nav-container {
    flex-direction: row;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 20px;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .account-nav-container::-webkit-scrollbar {
    display: none;
  }

  .account-nav-link {
    flex-shrink: 0;
    width: auto;
    white-space: nowrap;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.4;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
  }

  .account-nav-link:hover {
    background-color: rgba(182, 0, 38, 0.05);
  }

  .account-nav-link.active {
    border-bottom-color: #B60026;
    background-color: rgba(182, 0, 38, 0.05);
  }

  .account-info-blocks {
    margin-top: 0;
    padding: 30px 20px;
    min-height: auto;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .account-navigation {
    margin-top: 60px;
  }

  .account-nav-container {
    padding: 0 15px;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  .account-nav-link {
    padding: 10px 16px;
    font-size: 14px;
  }

  .account-info-blocks {
    padding: 20px 15px;
    margin-bottom: 40px;
  }

  /* Add scroll indicators for mobile */
  .account-nav-container::before,
  .account-nav-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 3px;
    width: 20px;
    pointer-events: none;
    z-index: 1;
  }

  .account-nav-container::before {
    left: 0;
    background: linear-gradient(to right, white 0%, transparent 100%);
  }

  .account-nav-container::after {
    right: 0;
    background: linear-gradient(to left, white 0%, transparent 100%);
  }
}

@media screen and (max-width: 599px) {
  .account-navigation {
    margin-top: 40px;
  }

  .account-nav-link {
    padding: 10px 14px;
    font-size: 13px;
  }

  .account-info-blocks {
    padding: 15px 10px;
  }
}

/* Account Info Form Styles */
.profile-wrapper {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}

.profile-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 514px;
  width: 1px;
  height: 100%;
  background-color: #8B90A0;
  opacity: 0.3;
}

.profile-info-form {
  width: 514px;
  min-width: 514px;
  padding-right: 20px;
  border-bottom: none;
  flex-shrink: 0;
}

.profile-info-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.profile-info-title {
  color: #232735;
  font-size: 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}

.profile-info-fields {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 100%;
}

.profile-info-field {
  display: flex;
  align-items: center;
  gap: 19px;
  width: 100%;
  min-height: 40px;
}

.profile-info-label {
  width: 113px;
  color: #232735;
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 24px;
  flex-shrink: 0;
}

.profile-info-value {
  color: #505565;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.profile-info-input-wrapper {
  width: 382px;
  height: 40px;
  flex-grow: 1;
}

.profile-info-input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background: #FBFCFE;
  border-radius: 5px;
  outline: 0.20px #887E7E solid;
  outline-offset: -0.20px;
  border: none;
  color: #505565;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.profile-info-save {
  width: 100%;
  height: 54px;
  padding: 8px 12px;
  background: #B60026;
  border: none;
  color: #EBEFF4;
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  margin-top: 10px;
}

.profile-info-field.profile-info-email-field,
.profile-info-field.profile-info-phone-field {
  display: flex;
  align-items: flex-start;
  gap: 19px;
}

.profile-info-field-right {
  width: 382px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.profile-info-field-right .profile-info-input-wrapper {
  width: 100%;
}

.profile-info-field-right .profile-info-change {
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
  color: #505565;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  line-height: 24px;
  cursor: pointer;
}

.profile-image-container {
  flex: 1;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}

.profile-image-content {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 86px;
}

.profile-image-wrapper {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background: #D3D4D8;
  margin-bottom: 34px;
}

.profile-image-wrapper img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}

.profile-image-upload-btn {
  width: 120px;
  padding: 12px 16px;
  background: #FAFAFC;
  border-radius: 4px;
  outline: 1px #232735 solid;
  outline-offset: -1px;
  color: #505565;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}

.profile-image-upload-input {
  display: none;
}

.profile-image-info {
  text-align: center;
}

.profile-image-info p {
  color: #8B90A0;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

/* Profile Info Responsive Styles */
@media screen and (max-width: 991px) {
  .profile-wrapper {
    flex-direction: column;
  }

  .profile-wrapper::after {
    display: none;
  }

  .profile-info-form {
    width: 100%;
    min-width: auto;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .profile-image-container {
    margin-left: 0;
    width: 100%;
  }

  .profile-image-content {
    width: 100%;
    padding-top: 20px;
  }

  .profile-info-field {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .profile-info-label {
    width: 100%;
  }

  .profile-info-input-wrapper,
  .profile-info-field-right {
    width: 100%;
  }

  .profile-info-field-right .profile-info-input-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .profile-info-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .profile-info-label {
    font-size: 14px;
  }

  .profile-info-input {
    font-size: 14px;
    height: 44px;
  }

  .profile-info-save {
    height: 48px;
    font-size: 15px;
  }

  .profile-image-wrapper {
    width: 120px;
    height: 120px;
  }

  .profile-image-wrapper img {
    width: 120px;
    height: 120px;
  }
}

/* My Jetter Machines styles */
.jetter-machines-container {
  width: 100%;
  position: relative;
}

.jetter-machines-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 26px;
}

.jetter-machines-title {
  color: #232735;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

.jetter-machines-add-button-container {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.10);
}

.jetter-machines-add-button {
  height: 40px;
  padding: 8px 12px;
  background: #B60026;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
}

.jetter-machines-add-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jetter-machines-add-button div:last-child {
  color: white;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.42px;
  word-wrap: break-word;
}

.jetter-machines-list {
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-right: 5px;
}

.jetter-machines-list::-webkit-scrollbar {
  width: 6px;
}

.jetter-machines-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.jetter-machines-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.jetter-machines-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.jetter-machine-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 0;
  border-bottom: 1px solid rgba(80, 85, 101, 0.1);
}

.jetter-machine-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.jetter-machine-details {
  width: 497px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.jetter-machine-title-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.jetter-machine-title {
  color: #232735;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}

.jetter-machine-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1px;
}

.jetter-machine-info-item {
  height: 18px;
  color: #505050;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  min-width: 285px;
}

.jetter-machine-info-item:first-child {
  min-width: 355px;
}

.jetter-machine-actions {
  width: 127px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
}

.jetter-machine-edit-button {
  text-align: center;
  color: #B60026;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jetter-machines-empty {
  padding: 20px 0;
  text-align: center;
  color: #8B90A0;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  line-height: 24px;
}

/* Modal Styles */
.jetter-machine-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.jetter-machine-modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  border-radius: 5px;
}

.jetter-machine-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.jetter-machine-modal-header h2 {
  margin: 0;
  color: #232735;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.jetter-machine-modal-close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background: none;
}

.jetter-machine-modal-close:hover {
  color: #000;
}

.jetter-machine-form {
  width: 100%;
}

.jetter-machine-form-field {
  margin-bottom: 15px;
}

.jetter-machine-form-field label {
  display: block;
  margin-bottom: 5px;
  color: #232735;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.jetter-machine-form-select-container,
.jetter-machine-form-field input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

.jetter-machine-form-actions {
  margin-top: 20px;
  text-align: right;
}

.jetter-machine-form-submit {
  padding: 10px 20px;
  background: #B60026;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

/* Responsive styles */
@media screen and (max-width: 767px) {
  .jetter-machines-header {
    flex-direction: column;
    gap: 15px;
  }

  .jetter-machines-add-button-container {
    width: 100%;
  }

  .jetter-machine-details,
  .jetter-machine-title-container,
  .jetter-machine-title {
    width: 100%;
  }

  .jetter-machine-details {
    height: auto;
    margin-bottom: 15px;
  }

  .jetter-machine-actions {
    width: 100%;
    align-items: flex-start;
  }

  .jetter-machine-modal-content {
    width: 90%;
    margin: 10% auto;
  }

  .jetter-machines-list {
    max-height: 300px;
  }
}

/* My Addresses styles */
.addresses-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 26px;
}

.addresses-title {
  color: #232735;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

.addresses-add-button-container {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.10);
}

.addresses-add-button {
  height: 40px;
  padding: 8px 12px;
  background: #B60026;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
}

.addresses-add-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.addresses-add-button div:last-child {
  color: white;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.42px;
  word-wrap: break-word;
}

.addresses-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.address-item {
  width: 100%;
  height: 186px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 0.20px #505565 solid;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.address-details {
  width: 497px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.address-title-container {
  width: 444px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.address-title {
  width: 444px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}

.address-name {
  color: #232735;
}

.address-phone {
  color: #8B90A0;
}

.address-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1px;
}

.address-info-item {
  height: 18px;
  color: #8B90A0;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  min-width: 285px;
}

.address-info-item:first-child {
  min-width: 355px;
}

.address-default-label {
  width: 444px;
  color: #002868;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.98px;
  word-wrap: break-word;
}

.address-actions {
  width: 127px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
}

.address-edit-button {
  text-align: center;
  color: #B60026;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.set-default-button-container {
  align-self: stretch;
}

.set-default-button {
  width: 100%;
  padding: 12px 16px;
  background: #FAFAFC;
  border-radius: 4px;
  outline: 1px #4B4D54 solid;
  outline-offset: -1px;
  color: #4B4D54;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  border: none;
}

/* Address Modal Styles */
.address-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.address-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  border-radius: 5px;
}

.address-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.address-modal-header h2 {
  margin: 0;
  color: #232735;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.address-modal-close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background: none;
}

.address-modal-close:hover {
  color: #000;
}

.address-form-fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.address-form-field {
  width: 100%;
}

.address-form-field label {
  display: block;
  margin-bottom: 5px;
  color: #232735;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.address-form-field input,
.address-form-field select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

.address-form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.address-form-checkbox input {
  margin: 0;
}

.address-form-checkbox label {
  color: #232735;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.address-form-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.address-form-submit {
  padding: 10px 20px;
  background: #B60026;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.address-form-cancel {
  padding: 10px 20px;
  background: #f5f5f5;
  color: #232735;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.address-form-delete {
  padding: 10px 20px;
  background: #ff6b6b;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-left: auto;
}

/* Responsive styles */
@media screen and (max-width: 767px) {
  .addresses-header {
    flex-direction: column;
    gap: 15px;
  }

  .addresses-add-button-container {
    width: 100%;
  }

  .address-item {
    flex-direction: column;
    height: auto;
    padding: 15px 0;
    align-items: flex-start;
  }

  .address-details,
  .address-title-container,
  .address-title {
    width: 100%;
  }

  .address-details {
    height: auto;
    margin-bottom: 15px;
  }

  .address-actions {
    width: 100%;
    align-items: flex-start;
  }

  .address-modal-content {
    width: 95%;
    margin: 5% auto;
  }

  .address-form-actions {
    flex-direction: column;
  }

  .address-form-delete {
    margin-left: 0;
  }
}

/* Order List Styles */
.orders-container {
  width: 100%;
  position: relative;
}

.orders-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 26px;
}

.orders-title {
  color: #232735;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

.orders-search {
  width: 100%;
  margin-bottom: 40px;
}

.orders-search-form {
  display: flex;
  width: 100%;
}

.orders-search-input {
  width: 100%;
  height: 54px;
  background: #FAFAFC;
  border-radius: 4px 0 0 4px;
  outline: 0.30px #8B90A0 solid;
  outline-offset: -0.30px;
  border: none;
  padding: 0 20px;
  color: #8B90A0;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.orders-search-button {
  width: 55px;
  height: 54px;
  background: #B60026;
  border-radius: 0 4px 4px 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.orders-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 19px;
}

.orders-tab {
  color: #232735;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.orders-tab:hover,
.orders-tab.active {
  color: #B60026;
}

.orders-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.order-item {
  padding: 24px 15px;
  background: #FAFAFC;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
  border-radius: 4px;
  border-bottom: 0.20px #8B90A0 solid;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.order-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
}

.order-item-title {
  color: #232735;
  font-size: 23px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.order-item-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 27px;
}

.order-item-status {
  color: #232735;
  font-size: 17px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  line-height: 32px;
}

.track-order-button {
  display: inline-block;
  padding: 12px 16px;
  background: #FAFAFC;
  border-radius: 4px;
  outline: 1px #D45B74 solid;
  outline-offset: -1px;
  color: #D45B74;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  text-align: center;
}

.order-item-items-count {
  color: #232735;
  font-size: 17px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  line-height: 32px;
}

.order-line-item {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 12px 0;
  /* border-bottom: 1px solid rgba(80, 85, 101, 0.2); */
  height: 151px;
}

.order-line-item-image img {
  width: 115px;
  height: 115px;
  object-fit: cover;
}

.order-line-item-details {
  width: 497px;
  height: 115px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.order-line-item-title {
  width: 444px;
  color: #232735;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

.order-line-item-props {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.order-line-item-prop {
  display: flex;
  align-items: flex-start;
  gap: 1px;
}

.order-line-item-prop-name {
  width: 86px;
  height: 18px;
  color: #8B90A0;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.order-line-item-prop-value {
  width: 147px;
  height: 18px;
  color: #8B90A0;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.order-line-item-quantity {
  width: 35px;
  height: 18px;
  color: #232735;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-top: 5px;
}

.order-line-item-price {
  width: 244px;
  align-self: stretch;
  padding: 9px 0;
  display: flex;
  justify-content: flex-end;
}

.order-line-item-price .money {
  width: 190px;
  text-align: right;
  color: #232735;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.order-view-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.order-view-more-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #335386;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.order-item-footer {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 24px;
}

.order-details-grid {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.order-details,
.order-delivery {
  width: 440px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-section-title {
  color: black;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 5px 0;
}

.order-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.order-detail-label {
  color: #4E4E5A;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.order-detail-value {
  color: #4E4E5A;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.order-actions {
  display: flex;
  justify-content: flex-end;
  gap: 19px;
  width: 100%;
  margin-top: 20px;
}

.buy-again-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 8px 12px;
  background: #B60026;
  color: white !important;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.42px;
  text-decoration: none;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.10);
}

.request-refund-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 8px 12px;
  background: #F5E9EA;
  outline: 1px #B60026 solid;
  outline-offset: -1px;
  color: #B60026 !important;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.42px;
  text-decoration: none;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.10);
}

/* Order Details Page styles */
.order-container {
  width: 100%;
  position: relative;
}

.order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  margin-bottom: 19px;
}

.order-title {
  color: #232735;
  font-size: 23px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.order-header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 27px;
}

.order-status {
  color: #232735;
  font-size: 17px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  line-height: 32px;
}

.order-items-count {
  color: #232735;
  font-size: 17px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 19px;
}

.order-line-items {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-bottom: 10px;
}

/* Responsive Styles for Orders */
@media screen and (max-width: 991px) {
  .order-details-grid {
    flex-direction: column;
    gap: 30px;
  }

  .order-details,
  .order-delivery {
    width: 100%;
  }
}

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

  .order-item-header,
  .order-header {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 15px;
  }

  .order-item-actions,
  .order-header-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .track-order-button {
    width: 100%;
  }

  .order-line-item {
    flex-direction: column;
    height: auto;
    gap: 15px;
    align-items: flex-start;
  }

  .order-line-item-details {
    width: 100%;
    height: auto;
  }

  .order-line-item-title {
    width: 100%;
  }

  .order-line-item-price {
    width: 100%;
    justify-content: flex-start;
    padding: 0;
  }

  .order-line-item-price .money {
    width: auto;
    text-align: left;
  }

  .order-actions {
    flex-direction: column;
  }

  .buy-again-button,
  .request-refund-button {
    width: 100%;
  }
}

/* Jetter Machines Dropdown Styles */
.jetter-machines-dropdown {
  position: absolute;
  top: 100%;
  right: 110px;
  width: max-content;
  min-width: 300px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  margin-top: -5px;
}

/* Dropdown visibility is now controlled by JavaScript */
.jetter-machines-dropdown.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.jetter-machines-dropdown-arrow {
  display: flex;
  justify-content: center;
  margin-right: 20px;
  margin-bottom: -1px;
  /* Overlap with the dropdown box */
  position: relative;
  z-index: 101;
  /* Ensure arrow is above the box */
}

.jetter-machines-dropdown-content {
  width: 100%;
  min-width: 300px;
  max-height: 400px;
  padding: 10px 21px 21px 21px;
  background: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.jetter-machines-dropdown-list {
  width: 100%;
  max-height: 280px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 5px;
}

.jetter-machines-dropdown-list::-webkit-scrollbar {
  width: 6px;
}

.jetter-machines-dropdown-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.jetter-machines-dropdown-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.jetter-machines-dropdown-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.jetter-machines-dropdown-title {
  color: #232735;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.75px;
  width: 100%;
}

.jetter-machines-dropdown-logout {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.jetter-machines-dropdown-logout-link {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: 0.98px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 8px 16px;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.jetter-machines-dropdown-logout-link:hover {
  background-color: rgba(182, 0, 38, 0.1);
}

.jetter-machines-dropdown-logout-link-text {
  color: #B60026;
}

.jetter-machine-item {
  width: 100%;
  padding: 12px 0;
  margin-bottom: 26px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid rgba(80, 85, 101, 0.2);
}

.jetter-machine-title {
  color: #B60026;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.98px;
}

.jetter-machine-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1px;
}

.jetter-machine-description {
  width: 100%;
  height: 18px;
  color: #8B90A0;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.jetter-machine-date {
  width: 100%;
  height: 18px;
  color: #8B90A0;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 16px;
}

/* Mobile adjustments for dropdown */
@media screen and (max-width: 767px) {
  .jetter-machines-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
  }

  .jetter-machines-dropdown-content {
    width: calc(100% - 30px);
    margin: 0 15px;
    max-height: 350px;
  }

  .jetter-machines-dropdown-list {
    max-height: 230px;
  }

  .jetter-machines-dropdown-arrow {
    display: none;
    /* Hide arrow on mobile */
  }
}

.jetter-machines-title-link {
  color: #232735;
  text-decoration: none;
  display: block;
  width: 100%;
}

.jetter-machines-title-link:hover {
  color: #B60026;
}

.jetter-machine-view-all {
  color: #B60026;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-decoration: none;
  margin-top: 5px;
  align-self: center;
}

.jetter-machine-view-all:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .account-page--two-column .account-page--column-large {
    float: left;
    width: 100%;
  }
}

.jetter-machines-dropdown-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(80, 85, 101, 0.1);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jetter-machines-dropdown-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.jetter-machines-dropdown-title {
  font-weight: 600;
  font-size: 14px;
  color: #232735;
  font-family: Inter;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.75px;
  word-wrap: break-word
}

.jetter-machines-dropdown-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.jetter-machines-dropdown-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #707070;
}

.jetter-machines-dropdown-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #707070;
}

.jetter-red {
  color: #B60026;
}

.image-with-text__content {
  justify-content: flex-start !important;
  padding-top: 0 !important;
}

.image-with-text__content-wrapper {
  gap: 46px !important;
}

.image-with-text__content-wrapper>* {
  margin: 0 !important;
}

.image-with-text__content-wrapper {
  gap: 46px !important;
  display: grid;
}

/* Mission & Vision Section Styles */
.mission-vision-section {
  padding: 60px 0;
}

.mission-vision-section .container {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 84px;
}

.mission-vision-header {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.mission-vision-subtitle {
  align-self: stretch;
  height: 86px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #B60026;
  font-size: 24px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 32px;
  word-wrap: break-word;
}

.mission-vision-title {
  max-width: 1154px;
  text-align: center;
  color: #232735;
  font-size: 44px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 64px;
  word-wrap: break-word;
}

.mission-vision-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 76px;
}

.mission-vision-text {
  width: 513px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.mission-block,
.vision-block {
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.mission-icon,
.vision-icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: auto;
}

.mission-icon-svg,
.vision-icon-svg {
  width: 100%;
  height: auto;
}

.mission-content,
.vision-content {
  flex: 1;
  max-width: 452px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}

.mission-heading,
.vision-heading {
  width: 100%;
  height: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #002868;
  font-size: 24px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 32px;
  word-wrap: break-word;
}

.mission-text,
.vision-text {
  width: 100%;
  color: #505565;
  font-size: 17px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
}

.mission-vision-image {
  width: 529px;
  height: 486px;
  position: relative;
}

.mission-vision-img {
  width: 529px;
  height: 486px;
  object-fit: cover;
}

/* Responsive styles */
@media screen and (max-width: 1200px) {
  .mission-vision-title {
    font-size: 36px;
    line-height: 50px;
  }

  .mission-vision-content {
    gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .mission-vision-section .container {
    gap: 50px;
  }

  .mission-vision-content {
    flex-direction: column;
  }

  .mission-vision-text {
    width: 100%;
    max-width: 600px;
  }

  .mission-content,
  .vision-content {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mission-vision-subtitle {
    height: auto;
    padding: 15px 0;
    font-size: 20px;
  }

  .mission-vision-title {
    font-size: 28px;
    line-height: 40px;
  }

  .mission-vision-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }

  .mission-vision-img {
    width: 100%;
    height: auto;
  }

  .mission-icon,
  .vision-icon {
    width: 40px;
    min-width: 40px;
  }

  .mission-block,
  .vision-block {
    gap: 15px;
  }
}

/* Image with Text Responsive Styling */
.image-with-text {
  display: flex;
  margin: 0 auto;
  max-width: 1224px;
}

.image-with-text__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 45px;
  padding: 20px;
}

.image-with-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
}

.image-with-text__heading {
  font-size: 44px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
  color: #232735;
}

.image-with-text__text {
  font-size: 17px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #505565;
}

.image-with-text__button {
  margin-top: 30px;
}

.image-with-text__media-container {
  width: 100%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-with-text__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image-with-text--desktop-image-alignment-left .image-with-text__wrapper {
  flex-direction: row-reverse;
}

.image-with-text--desktop-image-alignment-right .image-with-text__wrapper {
  flex-direction: row;
}

/* Make subtitle/tagline stand out */
.image-with-text__text p strong,
.image-with-text__subtitle {
  color: #B60026;
  font-size: 24px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  display: block;
}

/* Responsive styles for tablet and mobile */
@media screen and (max-width: 991px) {
  .image-with-text__wrapper {
    gap: 30px;
    padding: 15px;
  }

  .image-with-text__heading {
    font-size: 34px;
  }

  .image-with-text__media-container {
    max-width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .image-with-text__wrapper {
    flex-direction: column !important;
    gap: 25px;
  }

  .image-with-text__media-container {
    max-width: 100%;
    order: 1;
    margin-bottom: 20px;
  }

  .image-with-text__content {
    order: 2;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .image-with-text__heading {
    font-size: 30px;
    text-align: center;
  }

  .image-with-text__text {
    font-size: 16px;
    text-align: center;
  }

  .image-with-text__text p {
    text-align: center;
  }

  /* Ensure proper padding on mobile */
  .image-with-text.home-section--content {
    padding: 30px 0;
  }
}

/* Responsive styling for dynamic-image-with-text section */
.image-with-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  padding: 60px 20px;
}

.image-with-text__container {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
}

.image-with-text__image-wrapper {
  width: 529px;
  height: 486px;
  position: relative;
  flex-shrink: 0;
}

.image-with-text__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-with-text__placeholder {
  width: 100%;
  height: 100%;
}

.image-with-text__content {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.image-with-text__section-heading {
  margin-bottom: 30px;
  color: #232735;
  font-size: 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.image-with-text__heading {
  color: #232735;
  font-size: 44px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.image-with-text__additional-heading {
  color: #232735;
  font-size: 24px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.image-with-text__text {
  color: #505565;
  font-size: 17px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}

.image-with-text__button {
  display: inline-block;
  padding: 15px 30px;
  background: #002868;
  color: white;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  align-self: flex-start;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.image-with-text__button:hover {
  background: #003d94;
}

/* Style modifier for text alignment */
.image-with-text-text-alignment-center .image-with-text__content-wrapper {
  text-align: center;
  align-items: center;
}

.image-with-text-text-alignment-center .image-with-text__button {
  align-self: center;
}

.image-with-text-text-alignment-right .image-with-text__content-wrapper {
  text-align: right;
  align-items: flex-end;
}

.image-with-text-text-alignment-right .image-with-text__button {
  align-self: flex-end;
}

/* Mobile image alignment modifiers */
.image-with-text--mobile-image-alignment-top .image-with-text__container,
.image-with-text--mobile-image-alignment-bottom .image-with-text__container {
  flex-direction: row;
}

/* Desktop image alignment modifiers */
.image-with-text--desktop-image-alignment-left .image-with-text__container {
  flex-direction: row;
}

.image-with-text--desktop-image-alignment-right .image-with-text__container {
  flex-direction: row-reverse;
}

/* Custom height settings */
.image-with-text--desktop-height-natural .image-with-text__image-wrapper,
.image-with-text--mobile-height-natural .image-with-text__image-wrapper {
  height: auto;
}

.image-with-text--desktop-height-400px .image-with-text__image-wrapper {
  height: 400px;
}

.image-with-text--desktop-height-500px .image-with-text__image-wrapper {
  height: 500px;
}

.image-with-text--desktop-height-600px .image-with-text__image-wrapper {
  height: 600px;
}

.image-with-text--desktop-height-700px .image-with-text__image-wrapper {
  height: 700px;
}

.image-with-text--desktop-height-800px .image-with-text__image-wrapper {
  height: 800px;
}

/* Responsive styles for tablets */
@media screen and (max-width: 991px) {
  .image-with-text {
    padding: 40px 20px;
  }

  .image-with-text__container {
    flex-direction: column !important;
  }

  .image-with-text__image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }

  .image-with-text__content {
    width: 100%;
    order: 2;
    padding: 30px 15px;
  }

  .image-with-text__heading {
    font-size: 36px;
  }

  .image-with-text__additional-heading {
    font-size: 22px;
  }

  /* Mobile height settings */
  .image-with-text--mobile-height-300px .image-with-text__image-wrapper {
    height: 300px;
  }

  .image-with-text--mobile-height-400px .image-with-text__image-wrapper {
    height: 400px;
  }

  .image-with-text--mobile-height-500px .image-with-text__image-wrapper {
    height: 500px;
  }

  /* Override desktop height settings */
  .image-with-text--desktop-height-400px .image-with-text__image-wrapper,
  .image-with-text--desktop-height-500px .image-with-text__image-wrapper,
  .image-with-text--desktop-height-600px .image-with-text__image-wrapper,
  .image-with-text--desktop-height-700px .image-with-text__image-wrapper,
  .image-with-text--desktop-height-800px .image-with-text__image-wrapper {
    height: auto;
  }

  /* Mobile image alignment */
  .image-with-text--mobile-image-alignment-top .image-with-text__image-wrapper {
    order: 1;
  }

  .image-with-text--mobile-image-alignment-bottom .image-with-text__image-wrapper {
    order: 3;
  }
}

/* Responsive styles for mobile */
@media screen and (max-width: 767px) {
  .image-with-text {
    padding: 30px 15px;
  }

  .image-with-text__content {
    padding: 25px 0;
  }

  .image-with-text__section-heading {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .image-with-text__heading {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .image-with-text__additional-heading {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .image-with-text__text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .image-with-text__button {
    padding: 12px 25px;
    font-size: 13px;
    align-self: center;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  /* Force center alignment on mobile */
  .image-with-text__content-wrapper {
    text-align: center !important;
    align-items: center !important;
  }
}

/* Small mobile adjustments */
@media screen and (max-width: 479px) {
  .image-with-text__heading {
    font-size: 26px;
  }

  .image-with-text__additional-heading {
    font-size: 18px;
  }

  .image-with-text__image-wrapper {
    height: auto !important;
    aspect-ratio: 4/3;
  }

  .image-with-text__button {
    width: 100%;
    padding: 12px 15px;
  }
}

/* Community Welfare Section Styles */
.community-welfare-section {
  padding: 200px 0;
}

.community-welfare-section .container {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 20px;
}

.community-welfare-section .image-with-text__container {
  gap: 58px;
}

.community-welfare-section .image-with-text__image-wrapper {
  width: 520px;
  height: 585px;
}

.community-welfare-section .image-with-text__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-welfare-section .image-with-text__content {
  width: 536px;
  padding: 0;
}

.community-welfare-section .image-with-text__subtitle {
  color: #B60026;
  font-size: 24px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 45px;
}

.community-welfare-section .image-with-text__heading {
  color: #232735;
  font-size: 44px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 45px;
}

.community-welfare-section .image-with-text__text {
  color: #505565;
  font-size: 17px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 32px;
  width: 100%;
  margin-bottom: 0;
}

/* Responsive styles */
@media screen and (max-width: 1200px) {
  .community-welfare-section .image-with-text__container {
    gap: 40px;
  }

  .community-welfare-section .image-with-text__image-wrapper {
    width: 450px;
    height: 500px;
  }

  .community-welfare-section .image-with-text__content {
    width: 450px;
  }

  .community-welfare-section .image-with-text__heading {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
  }

  .community-welfare-section .image-with-text__subtitle {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .team-members-container {
    margin-top: 0;
  }

  .community-welfare-section .image-with-text__container {
    flex-direction: column !important;
    row-gap: 10px;
  }

  .community-welfare-section .image-with-text__image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    order: 1;
  }

  .community-welfare-section .image-with-text__content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    order: 2;
  }

  /* When mobile image position is set to below */
  .community-welfare-section.mobile-image-below .image-with-text__image-wrapper {
    order: 3;
    margin-top: 5px;
  }

  .community-welfare-section.mobile-image-below .image-with-text__content {
    order: 1;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .community-welfare-section {
    padding: 0 0 40px 0;
  }

  .community-welfare-section .image-with-text__subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
  }

  .community-welfare-section .image-with-text__heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
  }

  .community-welfare-section .image-with-text__text {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .community-welfare-section .image-with-text__content-wrapper {
    text-align: center;
  }
}

/* Responsive Team Map Styling */
.team-map {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.team-map img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 767px) {
  .team-map {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .team-map img {
    width: 100%;
    height: auto;
    max-width: none;
    transform-origin: center;
  }
}

/* Custom Logo List Styles */
.custom-logo-list {
  padding: var(--padding-top, 67px) 0 var(--padding-bottom, 67px);
  width: 100%;
}

.custom-logo-list__container {
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
}

.custom-logo-list__header {
  text-align: center;
  width: 100%;
}

.custom-logo-list__subtitle {
  color: #B60026;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0.5rem;
}

.custom-logo-list__title {
  color: #232735;
  font-size: 44px;
  font-weight: 600;
  line-height: 64px;
  margin: 0;
}

.custom-logo-list__slider-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-logo-list__slider {
  display: flex;
  align-items: center;
  gap: 61px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 15px 0;
  flex: 1;
  scroll-snap-type: x mandatory;
}

.custom-logo-list__slider::-webkit-scrollbar {
  display: none;
}

.custom-logo-list__item {
  min-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: center;
}

.custom-logo-list__image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.custom-logo-list__placeholder {
  max-width: 140px;
}

.custom-logo-list__arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.custom-logo-list__arrow:hover {
  opacity: 0.8;
}

.custom-logo-list__arrow svg {
  width: 24px;
  height: 24px;
}

/* Responsive styles */
@media screen and (max-width: 991px) {
  .custom-logo-list__slider {
    gap: 40px;
  }

  .custom-logo-list__title {
    font-size: 36px;
    line-height: 46px;
  }

  .custom-logo-list__subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .custom-logo-list__title {
    font-size: 28px;
    line-height: 36px;
  }

  .custom-logo-list__slider {
    gap: 20px;
  }

  .custom-logo-list__container {
    gap: 25px;
  }

  /* Show only one logo at a time */
  .custom-logo-list__item {
    min-width: calc(100% - 80px);
    scroll-snap-align: center;
  }

  .custom-logo-list__image {
    margin: 0 auto;
  }
}

/* Custom Hydro Rentals Section Styles */
.custom-hydro-rentals-section {
  width: 100%;
  padding: 89px 0 89px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 830px;
  /* Allow for enough space (652px + top/bottom padding) */
  overflow: hidden;
  background-color: #FAFAFC;
  /* Add a base background color */
}

.custom-hydro-rentals-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* Ensure complete width coverage */
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      #FAFAFC 0%,
      #FAFAFC 3%,
      rgba(250, 250, 252, 0.98) 5%,
      rgba(250, 250, 252, 0.95) 10%,
      rgba(251, 251, 252, 0.9) 15%,
      rgba(251, 251, 252, 0.8) 20%,
      rgba(251, 251, 252, 0.6) 25%,
      rgba(251, 251, 252, 0.4) 30%,
      rgba(251, 251, 252, 0.2) 40%,
      rgba(255, 255, 255, 0) 50%);
  opacity: 0.9;
  /* Increased opacity for better coverage */
  pointer-events: none;
  z-index: 1;
}

.custom-hydro-rentals-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  /* Anchor to bottom */
  right: 0;
  /* Anchor to right */
  width: 100%;
  height: 652px;
  /* Fixed height of 652px */
  background-position: bottom right;
  background-size: auto;
  /* Display image at its original size */
  background-repeat: no-repeat;
  opacity: 0.43;
  pointer-events: none;
  z-index: 0;
}

.custom-hydro-rentals-container {
  max-width: 1224px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.custom-hydro-rentals-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  position: relative;
  padding-top: 59px;
}

.custom-hydro-rentals-text {
  width: 524px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 45px;
}

.custom-hydro-rentals-heading {
  width: 100%;
  color: #232735;
  font-size: 32px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
  margin: 0;
}

.custom-hydro-rentals-description {
  width: 100%;
  color: #505565;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.custom-hydro-rentals-image-wrapper {
  width: 481px;
  height: 456px;
  position: relative;
}

.custom-hydro-rentals-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-hydro-rentals-button {
  display: inline-block;
  padding: 12px 24px;
  background: #002868;
  color: white;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .custom-hydro-rentals-section {
    padding: 100px 0 70px 0;
    background-position: bottom right !important;
  }

  .custom-hydro-rentals-content {
    flex-direction: column;
  }

  .custom-hydro-rentals-text,
  .custom-hydro-rentals-image-wrapper {
    width: 100%;
    max-width: 600px;
  }

  .custom-hydro-rentals-image-wrapper {
    height: auto;
    aspect-ratio: 4/3;
  }
}

@media screen and (max-width: 767px) {
  .custom-hydro-rentals-section {
    padding: 80px 0 160px 0;
    min-height: 500px;
  }

  .custom-hydro-rentals-text {
    gap: 25px;
  }

  .custom-hydro-rentals-heading {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (min-width: 1080px) {
  .testimonial__content {
    padding: 21px 18px;
    height: 100%;
    row-gap: 24px;
  }

  .testimonial {
    margin-right: 20px;
    height: 315px;
  }
}

.testimonial__text {
  font-style: italic;
  margin: 1rem 18px;
  flex-grow: 1;
}

.testimonial__content {
  display: flex;
  padding: 2rem 1.75rem;
  line-height: 1.6;
  text-align: center;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .logolist--image {
    max-height: 86px;
  }
}

@media screen and (min-width: 1280px) {
  .logolist--item {
    margin-right: 17px;
    margin-left: 17px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbs-container {
    padding: 0 10px;
  }
}

.utility-bar__mobile-disclosure {
  @media screen and (max-width: 767px) {
    display: none;
  }
}


@media screen and (max-width: 767px) {
  .subcollections-banner__container {
    padding: 0 10px !important;
  }

  .subcollections-banner__container,
  .subcollections__container {
    padding: 0 10px !important;
  }

  .subcollections-list__content[data-subcollections-layout=menu] {
    row-gap: 0 !important;
  }

  .mobile-accordion--icon {
    right: -5 !important;
  }
}

@media screen and (max-width: 719px) {
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items ul.subcollections-menu__link-list .accordion--icon {
    position: relative !important;
  }

  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items ul.subcollections-menu__link-list>.subcollections-menu__link-item {
    padding-left: 0 !important;
  }

  .subcollections-menu__menu-items {
    row-gap: 20px !important;
  }

  .subcollections-menu__item-image-container {
    opacity: 0 !important;
  }
}

.site-header-cart--count {
  z-index: 999;
}

.price__compare-at.visible {
  display: none;
}

.price__current.price__current--emphasize {
  color: #232735;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

.productitem--title {
  color: #232735;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

.productitem--action-trigger {
  width: auto !important;
  padding: 8px 12px !important;
}

/* Customize CF Forms */

.cf-button {
  cursor: pointer;
}

.cf-button:hover {
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.form-title {
  color: #232735 !important;
  font-size: 36px !important;
  font-family: Inter;
  font-weight: 900 !important;
  line-height: 54px !important;
  word-wrap: break-word;
  margin: 0 0 22px 0 !important;
}

.form-field-textarea {
  color: #232735 !important;
}

[data-theme-name=Empire] .cf-form-inner select,
[data-theme-name=Empire] .cf-form-inner input[type=text],
[data-theme-name=Empire] .cf-form-inner input[type=email],
[data-theme-name=Empire] .cf-form-inner input[type=number],
[data-theme-name=Empire] .cf-form-inner input[type=tel],
[data-theme-name=Empire] .cf-form-inner input[type=password],
[data-theme-name=Empire] .cf-form-inner textarea {
  padding: 15px 10px !important;
  border-radius: 5px !important;
  border: 0.2px solid rgba(136, 126, 126, .2) !important;
  background: #FBFCFE !important;
}

.cf-field>button,
input,
optgroup,
select,
textarea {
  color: #8B90A0 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  word-wrap: break-word;
}

/* Style placeholders for .cf-field inputs */
.cf-field input::placeholder,
.cf-field textarea::placeholder,
.cf-field select::placeholder {
  color: #8B90A0 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  opacity: 1;
}

/* Vendor prefixes for different browsers */
.cf-field input::-webkit-input-placeholder,
.cf-field textarea::-webkit-input-placeholder {
  color: #8B90A0 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 16px !important;
}

.cf-field input::-moz-placeholder,
.cf-field textarea::-moz-placeholder {
  color: #8B90A0 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 16px !important;
}

.cf-field input:-ms-input-placeholder,
.cf-field textarea:-ms-input-placeholder {
  color: #8B90A0 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 16px !important;
}

.cf-form-inner legend,
.cf-fields-wrapper legend {
  color: #505565 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 24px;
}

.cf-enum-field__choice>span {
  color: #505565 !important;
  font-size: 12px !important;
  font-family: Inter !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  word-wrap: break-word !important;
}

.cf-field input[type=radio],
.cf-field input[type=checkbox] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #B60026 !important;
}

.featured-collection__title-card-heading,
h3 {
  font-size: 32px !important;
  font-family: Inter !important;
  font-weight: 700 !important;
  line-height: 40px !important;
  word-wrap: break-word !important;
  margin-bottom: 28px !important;
}

.featured-collection__title-card-pre-heading {
  color: white;
  font-size: 15px !important;
  font-family: Inter !important;
  font-weight: 100 !important;
  line-height: 24px !important;
  word-wrap: break-word !important;
  margin-bottom: 28px !important;
}

#shopify-section-template--16648530755646__main .subcollections-list__content {
  grid-template-columns: repeat(18, minmax(auto, 1fr)) !important;
}

.subcollections-list__content[data-subcollections-layout=slideshow] {
  margin: 0.5rem 0;
}

/* Ensure labels are positioned correctly for autofilled inputs */
.form-field-input:-webkit-autofill,
.form-field-input:-webkit-autofill:hover,
.form-field-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #232735;
  transition: background-color 5000s ease-in-out 0s;
}

.form-field-input:-webkit-autofill+.form-field-title,
.form-field-input:-webkit-autofill:hover+.form-field-title,
.form-field-input:-webkit-autofill:focus+.form-field-title,
.form-field-input[data-autofilled="true"]+.form-field-title {
  top: 40%;
  transform: translateY(-20%);
  font-size: 0.8125rem;
}

/* Add animation for smoother label transitions */
.form-field-title {
  transition: all 0.2s ease-out;
}

.live-search-form-field {
  font-size: 16px !important;
}

.jetter-machine-dropdown-logout {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: 0.98px;
  text-transform: uppercase;
  text-align: center;
  color: #B60026;
}

@media screen and (min-width: 1080px) {
  .pxs-image-with-text-section-height-medium .pxs-image-with-text-content-position-y-center {
    padding-top: 245px !important;
    padding-bottom: 200px !important;
  }
}

.options-selection__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(221, 221, 221, 0.8);
  margin: 15px 0;
}

/* ============================================
   Mobile Phone Bar - Sticky Call Button
   Google Breakpoints: Mobile (0-599px), Tablet (600-1023px)
   ============================================ */

/* Hide by default on desktop */
.mobile-phone-bar {
  display: none;
}

/* Show on Mobile and Tablet (up to 1023px) */
@media screen and (max-width: 1023px) {
  .mobile-phone-bar {
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1300;
    /* Above header (1250) and utility bar */
    width: 100%;
    background: linear-gradient(90deg,
        #25233e 0%,
        #002868 36.4%,
        #662839 54.4%,
        #7c1536 73.4%,
        #bc002d 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .mobile-phone-bar__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    text-decoration: none;
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .mobile-phone-bar__link:hover,
  .mobile-phone-bar__link:active {
    opacity: 0.9;
    transform: scale(0.98);
  }

  .mobile-phone-bar__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: #E6EAF0;
  }

  .mobile-phone-bar__text {
    color: #F1F1F1;
    white-space: nowrap;
  }
}

/* Mobile Small: 360px and below */
@media screen and (max-width: 360px) {
  .mobile-phone-bar__link {
    font-size: 14px;
    padding: 10px 15px;
    gap: 8px;
  }

  .mobile-phone-bar__icon {
    width: 18px;
    height: 18px;
  }
}

/* Mobile Extra Small: 320px and below */
@media screen and (max-width: 320px) {
  .mobile-phone-bar__link {
    font-size: 13px;
    padding: 10px 12px;
  }

  .mobile-phone-bar__text {
    white-space: normal;
    text-align: center;
    line-height: 1.3;
  }
}

/* ============================================
   Mobile Search Takeover Fix
   ============================================ */

/* Fix white screen issue on mobile search */
@media screen and (max-width: 719px) {

  /* Ensure mobile phone bar stays visible above search */
  .mobile-phone-bar {
    position: sticky;
    z-index: 1350 !important;
  }

  /* Fix mobile search takeover positioning */
  [data-site-header-mobile-search-button] .live-search--takeover {
    position: fixed !important;
    top: 44px !important;
    /* Position below mobile phone bar */
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: calc(100vh - 44px) !important;
    /* Account for phone bar height */
    z-index: 1200 !important;
    background-color: #FAFAFC !important;
    margin: 0 !important;
    padding-top: 60px !important;
    /* Space for site header */
  }

  /* Ensure search form is visible */
  [data-site-header-mobile-search-button] .live-search--takeover .live-search-form {
    background-color: #fff !important;
    margin: 20px auto !important;
    max-width: calc(100% - 40px) !important;
  }

  /* Fix cancel button visibility */
  [data-site-header-mobile-search-button] .live-search--takeover .live-search-takeover-cancel {
    display: block !important;
    z-index: 1250 !important;
    background-color: transparent !important;
    color: #232735 !important;
    top: 60px !important;
  }

  /* Ensure search results are visible */
  [data-site-header-mobile-search-button] .live-search--takeover .search-flydown {
    background-color: transparent !important;
    max-width: calc(100% - 40px) !important;
    margin: 0 auto !important;
  }

  /* Fix quick links visibility */
  [data-site-header-mobile-search-button] .live-search--takeover .search-flydown--quicklinks {
    background-color: #fff !important;
    padding: 20px !important;
    border-radius: 4px !important;
    margin-top: 10px !important;
  }

  /* Mobile search active state */
  .mobile-search-takeover-active body {
    overflow: hidden;
  }

  .mobile-search-takeover-active .mobile-phone-bar {
    position: fixed !important;
    top: 0 !important;
    z-index: 1350 !important;
    width: 100% !important;
    background-color: #232735 !important;
    /* Ensure phone bar is visible */
  }

  /* Ensure site header is visible when search is active and positioned correctly */
  .mobile-search-takeover-active .site-header {
    z-index: 1300 !important;
    /* Higher z-index to stay above search overlay */
    visibility: visible !important;
    position: fixed !important;
    top: 44px !important;
    /* Position below phone bar */
    width: 100% !important;
  }

  .mobile-search-takeover-active .site-header-main {
    background-color: rgba(250, 250, 252, 0.98) !important;
  }
}

/* ============================================
   Mobile & Tablet Header Alignment
   Google Breakpoints Applied
   ============================================ */

/* Mobile and Tablet (up to 1023px) */
@media screen and (max-width: 1023px) {
  .site-header-main {
    display: flex;
    align-items: center;
    min-height: 60px;
  }

  .site-header-main-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  .site-header-menu-toggle,
  .site-header-mobile-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
  }

  .site-header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-logo {
    display: flex;
    align-items: center;
  }

  .site-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .site-header-actions {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .site-header-actions__account-link {
    display: flex;
    align-items: center;
  }

  .site-header_account-link-anchor {
    display: flex;
    align-items: center;
    padding: 8px 10px;
  }

  .site-header-cart {
    display: flex;
    align-items: center;
  }

  .site-header-cart--button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
  }
}

/* Mobile Only (0-599px) */
@media screen and (max-width: 599px) {
  .site-header-main {
    padding: 5px 10px;
  }

  .site-header-menu-toggle {
    margin-right: 8px;
  }

  .site-header-mobile-search-button {
    margin-right: 8px;
  }
}

/* ============================================
   Responsive Design Fixes - Google Material Design Breakpoints
   Mobile: 0-599px
   Tablet: 600-1023px  
   Desktop: 1024px+
   ============================================ */

/* Fix 1: Utility Bar Alignment at Desktop (1024px+) */
@media screen and (min-width: 1024px) {
  .utility-bar__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 40px;
  }

  .utility-bar__content-left {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
  }

  .utility-bar__menu-link {
    padding: 0 10px;
    min-width: 80px;
    font-size: 13px;
    display: flex;
    align-items: center;
    height: 24px;
  }

  .utility-bar__content-right {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .utility-bar__social-container {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 24px;
  }

  .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 24px;
  }

  .contact-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }

  .contact-item__text {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
  }
}

/* Specific adjustments for 1024-1365px range */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .utility-bar__menu-link {
    font-size: 13px;
  }

  .contact-item__text {
    font-size: 14px;
  }
}

/* Fix 1024px Header Overflow - Compact utility bar */
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .utility-bar__content {
    padding: 0 20px !important;
    /* Reduce padding */
    min-height: 56px !important;
    flex-wrap: nowrap !important;
  }

  .utility-bar__content-left {
    gap: 4px !important;
    /* Reduce gap */
    flex-shrink: 1 !important;
  }

  .utility-bar__menu-link {
    padding: 0 6px !important;
    /* Tighter padding */
    min-width: auto !important;
    font-size: 12px !important;
    /* Smaller font */
  }

  .utility-bar__content-right {
    gap: 16px !important;
    /* Reduce gap */
    flex-shrink: 0 !important;
  }

  .utility-bar__social-container {
    gap: 16px !important;
    /* Reduce gap */
  }

  .contact-item {
    gap: 8px !important;
    /* Reduce gap */
  }

  .contact-item__text {
    font-size: 13px !important;
    /* Smaller font */
  }

  /* Make country selector more compact */
  .disclosure__toggle {
    font-size: 12px !important;
    padding: 6px 12px !important;
  }
}

/* Fix 2: Tablet View (600px-1023px) - Hide Search Icon, Show Email */
.site-header-email-tablet {
  display: none;
}

/* Tablet: 600-1023px (Google Material Design Breakpoint) */
@media screen and (min-width: 600px) {

  /* Show profile image and customer name on tablet/desktop */
  .site-header-actions__account-link img {
    display: block !important;
  }

  .site-header__account-links {
    display: flex !important;
  }

  /* Reset dropdown positioning for larger screens */
  .jetter-machines-dropdown {
    position: absolute !important;
    right: 110px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {

  /* Hide search icon when search bar is displayed on tablet */
  .site-header-mobile-search-button {
    display: none !important;
  }

  .site-header-email-tablet {
    display: flex;
    align-items: center;
    position: absolute;
    top: 8px;
    right: 90px;
    z-index: 100;
  }

  .site-header-email-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #333;
    font-size: 11px;
    font-weight: 500;
    transition: opacity 0.2s ease;
  }

  .site-header-email-link:hover {
    opacity: 0.7;
  }

  .site-header-email-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
}

/* Fix 3: Logo Sizing - Tablet (600px-1023px) */
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-logo {
    max-width: 160px !important;
  }

  .site-logo-image {
    max-height: 50px !important;
  }

  /* Adjust header spacing for tablet */
  .site-header-main {
    padding: 8px 15px;
  }
}

/* Fix 4: Collection Layout Overflow - All Resolutions */
.collection-list__container {
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.collection-list__content[data-layout=grid] {
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

/* Desktop: 1024px+ */
@media screen and (min-width: 1024px) {
  .collection-list__container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-list__content[data-layout=grid] {
    column-gap: 20px;
  }

  .collection__item {
    max-width: 100%;
    box-sizing: border-box;
  }

  .collection__item-image {
    max-width: 100%;
    overflow: hidden;
  }

  .collection__item-image img,
  .collection__item-image svg {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Fix circular images going out of bounds */
  .collection-list__content[data-layout=grid].collection--image-crop-circle .collection__item {
    max-width: 100%;
  }

  .collection-list__content[data-layout=grid].collection--image-crop-circle .collection__item-image {
    width: 100%;
    max-width: 100%;
  }

  .pxu-lia-block,
  .pxu-lia-block--play {
    max-width: 100%;
    overflow: hidden;
  }
}

/* Tablet: 600px-1023px */
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .collection-list__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-list__content[data-layout=grid] {
    column-gap: 15px;
  }

  .collection__item,
  .pxu-lia-block,
  .pxu-lia-block--play {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .collection__item-image {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }

  .collection__item img,
  .pxu-lia-block img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* Fix circular product category items */
  .collection-list__content[data-layout=grid].collection--image-crop-circle .collection__item {
    max-width: 100%;
  }

  .collection-list__content[data-layout=grid].collection--image-crop-circle .collection__item-image {
    width: 100%;
    max-width: 100%;
  }
}

/* Mobile: 0-599px */
@media screen and (max-width: 599px) {
  .collection-list__container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list__content[data-layout=grid] {
    column-gap: 10px;
  }

  .collection__item,
  .pxu-lia-block,
  .pxu-lia-block--play {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .collection__item-image {
    max-width: 100%;
    width: 100%;
  }

  .collection__item img,
  .pxu-lia-block img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  /* Ensure video play buttons don't break layout */
  .pxu-lia-block--play {
    position: relative;
    width: 100%;
  }
}

/* DELETED - Consolidated into Fix 6 below */

/* Fix 6: Logo Sizing - Mobile (375px-599px) */
@media screen and (min-width: 375px) and (max-width: 599px) {
  .site-logo {
    max-width: 110px !important;
  }

  .site-logo-image {
    max-height: 44px !important;
  }

  .site-header-main {
    padding: 8px 12px;
    position: relative;
  }

  /* Override theme's dynamic calculation for search button layout */
  [data-site-header-mobile-search-button] .site-header-logo {
    max-width: 110px !important;
    /* Fixed width */
  }

  /* Keep hamburger and search together on left */
  .site-header-menu-toggle {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
  }

  .site-header-mobile-search-button {
    position: absolute;
    left: 52px;
    /* Next to hamburger */
    top: 50%;
    transform: translateY(-50%);
  }

  /* Center logo independently */
  .site-header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
  }

  /* Right side elements */
  .site-header-right {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    gap: 6px !important;
    /* Compressed spacing for 375px */
  }

  /* Remove padding on login/cart buttons - 375px */
  .site-header_account-link-anchor {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .site-header_account-link-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .site-header-cart--button {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .site-header-cart {
    margin-left: 0 !important;
  }

  /* Hide profile image on mobile - 375px, but show name */
  .site-header-actions__account-link img {
    display: none !important;
  }

  .site-header__account-links {
    display: flex !important;
    /* Show name on mobile */
  }

  /* Style the account link text for mobile */
  .site-header__account-link--account {
    font-size: 14px !important;
    padding: 0 !important;
  }

  /* Fix dropdown positioning to prevent page shift */
  .jetter-machines-dropdown {
    position: fixed !important;
    right: 8px !important;
    left: auto !important;
    max-width: calc(100vw - 16px) !important;
    z-index: 1400 !important;
  }

  .jetter-machines-dropdown-content {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Logo Sizing - Mobile (320px-374px) - Smaller logo */
@media screen and (min-width: 320px) and (max-width: 374px) {
  .site-logo {
    max-width: 95px !important;
  }

  .site-logo-image {
    max-height: 38px !important;
  }

  .site-header-main {
    padding: 8px 8px;
    position: relative;
  }

  /* Override theme's dynamic calculation */
  [data-site-header-mobile-search-button] .site-header-logo {
    max-width: 95px !important;
  }

  /* Keep hamburger and search together on left */
  .site-header-menu-toggle {
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
  }

  .site-header-mobile-search-button {
    position: absolute;
    left: 48px;
    /* Next to hamburger */
    top: 50%;
    transform: translateY(-50%);
  }

  /* Center logo independently */
  .site-header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
  }

  /* Right side elements */
  .site-header-right {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    gap: 4px !important;
    /* More compressed for 320px */
  }

  /* Remove padding on login/cart buttons - 320px */
  .site-header_account-link-anchor {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .site-header_account-link-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .site-header-cart--button {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .site-header-cart {
    margin-left: 0 !important;
  }

  /* Hide profile image on mobile - 320px, but show name */
  .site-header-actions__account-link img {
    display: none !important;
  }

  .site-header__account-links {
    display: flex !important;
    /* Show name on mobile */
  }

  /* Style the account link text for mobile */
  .site-header__account-link--account {
    font-size: 13px !important;
    padding: 0 !important;
  }

  /* Fix dropdown positioning to prevent page shift */
  .jetter-machines-dropdown {
    position: fixed !important;
    right: 4px !important;
    left: auto !important;
    max-width: calc(100vw - 8px) !important;
    z-index: 1400 !important;
  }

  .jetter-machines-dropdown-content {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* ============================================
   Account Page - Professional Responsive Design
   ============================================ */

/* Base styles - All resolutions */
.account-page-content {
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.account-page--two-column {
  width: 100%;
  max-width: 1400px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

/* Navigation visibility - Mobile navigation hidden by default */
.account-navigation-mobile {
  display: none;
}

/* Desktop navigation visible by default */
.account-navigation {
  display: block;
}

/* Desktop - Centered Layout (1280px+) */
@media screen and (min-width: 1280px) {
  .account-page-content {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  
  /* Override for login page - keep it centered and constrained */
  .account-page.account-page-login {
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .account-page-login .account-page-content {
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 10px !important;
  }

  .account-page--two-column {
    display: flex !important;
    gap: 60px !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .account-navigation {
    width: 280px !important;
    flex-shrink: 0 !important;
    position: sticky !important;
    top: 100px !important;
  }

  .account-content {
    flex: 1 !important;
    max-width: 900px !important;
  }

  .profile-info-form {
    max-width: 550px !important;
    width: 100% !important;
    min-width: auto !important;
  }

  .profile-wrapper {
    max-width: 100% !important;
  }

  .profile-image-container {
    margin-left: 0 !important;
    /* Remove left margin to prevent clipping */
  }
}

/* Desktop - Standard (1024px-1279px) */
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .account-page-content {
    padding-left: 30px !important;
    padding-right: 30px !important;
    overflow-x: hidden !important;
  }

  .account-page--two-column {
    display: flex !important;
    gap: 40px !important;
  }

  .account-navigation {
    width: 240px !important;
    flex-shrink: 0 !important;
  }

  .account-content {
    flex: 1 !important;
    max-width: calc(100% - 280px) !important;
    /* Account for nav + gap */
    overflow-x: hidden !important;
  }

  /* Stack profile image on top to prevent clipping */
  .profile-wrapper {
    flex-direction: column !important;
    width: 100% !important;
    gap: 20px !important;
    overflow: visible !important;
  }

  .profile-wrapper::after {
    display: none !important;
    /* Hide vertical divider */
  }

  .profile-image-container {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    order: -1 !important;
    /* Move image to top */
    margin: 0 !important;
    /* Remove left margin that causes overflow */
  }

  .profile-info-form {
    width: 100% !important;
    min-width: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box !important;
  }

  .profile-info-container {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .profile-info-fields {
    box-sizing: border-box !important;
  }

  .profile-info-field {
    box-sizing: border-box !important;
  }
}

/* Tablet (768px-1023px) - Stack with compact navigation */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account-page-content {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .account-page--two-column {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  /* Hide desktop sidebar navigation */
  .account-navigation {
    display: none !important;
  }

  /* Show mobile navigation under My Profile */
  .account-navigation-mobile {
    display: block !important;
    width: 100% !important;
    margin-top: 24px !important;
    margin-bottom: 30px !important;
    overflow: visible !important;
  }

  .account-navigation-mobile::-webkit-scrollbar {
    display: none !important;
  }

  .account-navigation-mobile .account-nav-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .account-navigation-mobile .account-nav-link {
    display: inline-block !important;
    /* Prevent block behavior */
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    width: auto !important;
    /* Prevent 100% width */
    max-width: none !important;
    padding: 10px 20px !important;
    border-radius: 24px !important;
    background: #f5f5f5 !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    color: #232735 !important;
    border: none !important;
    /* Remove any borders from other styles */
    margin: 0 !important;
  }

  .account-navigation-mobile .account-nav-link.active {
    background: #B60026 !important;
    color: white !important;
  }

  .account-navigation-mobile .account-nav-link:hover {
    background: #e0e0e0 !important;
  }

  .account-navigation-mobile .account-nav-link.active:hover {
    background: #a0001f !important;
  }

  .account-content {
    width: 100% !important;
  }

  .account-page-title {
    margin-bottom: 0 !important;
  }

  .profile-wrapper {
    flex-direction: column !important;
    width: 100% !important;
    gap: 30px !important;
  }

  .profile-wrapper::after {
    display: none !important;
  }

  .profile-info-form {
    width: 100% !important;
    min-width: 100% !important;
    padding-right: 0 !important;
  }

  .profile-image-container {
    width: 100% !important;
    display: flex;
    justify-content: center;
    order: -1 !important;
    /* Image above email */
  }
}

/* Mobile (320px-767px) - Optimized vertical layout */
@media screen and (max-width: 767px) {
  .account-page-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .account-page--two-column {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  /* Hide desktop sidebar navigation */
  .account-navigation {
    display: none !important;
  }

  /* Show mobile navigation under My Profile */
  .account-navigation-mobile {
    display: block !important;
    width: 100% !important;
    margin-top: 20px !important;
    margin-bottom: 24px !important;
    overflow: visible !important;
  }

  .account-navigation-mobile::-webkit-scrollbar {
    display: none !important;
  }

  .account-navigation-mobile .account-nav-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .account-navigation-mobile .account-nav-link {
    display: inline-block !important;
    /* Prevent block behavior */
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    width: auto !important;
    /* Prevent 100% width */
    max-width: none !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    background: #f5f5f5 !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    color: #232735 !important;
    border: none !important;
    margin: 0 !important;
  }

  .account-navigation-mobile .account-nav-link.active {
    background: #B60026 !important;
    color: white !important;
  }

  .account-navigation-mobile .account-nav-link:hover {
    background: #e0e0e0 !important;
  }

  .account-navigation-mobile .account-nav-link.active:hover {
    background: #a0001f !important;
  }

  .account-content {
    width: 100% !important;
  }

  .account-page-title {
    font-size: 24px !important;
    margin-bottom: 0 !important;
  }

  .profile-wrapper {
    flex-direction: column !important;
    width: 100% !important;
    gap: 24px !important;
  }

  .profile-wrapper::after {
    display: none !important;
  }

  .profile-info-form {
    width: 100% !important;
    min-width: 100% !important;
    padding-right: 0 !important;
  }

  .profile-info-container {
    width: 100% !important;
    background: white !important;
    border-radius: 8px !important;
    padding: 20px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  }

  .profile-info-title {
    font-size: 18px !important;
    margin-bottom: 16px !important;
  }

  .profile-info-fields {
    gap: 16px !important;
  }

  .profile-info-field {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }

  .profile-info-field:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }

  .profile-info-label {
    width: 100% !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #666 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
  }

  .profile-info-value {
    width: 100% !important;
    font-size: 15px !important;
    color: #232735 !important;
  }

  .profile-info-input-wrapper {
    width: 100% !important;
  }

  .profile-info-field-right {
    width: 100% !important;
  }

  .profile-image-container {
    width: 100% !important;
    display: flex;
    justify-content: center;
    padding: 20px !important;
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    order: -1 !important;
    /* Image above email */
  }

  .profile-image-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Prevent horizontal overflow */
  .account-page,
  .account-page-content {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
}

/* ============================================
   Desktop - Extra Large (1440px+)
   ============================================ */
@media screen and (min-width: 1440px) {
  .account-page-content {
    max-width: 1600px !important;
    margin: 0 auto !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  
  /* Override for login page - keep it centered and constrained */
  .account-page.account-page-login {
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .account-page-login .account-page-content {
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 10px !important;
  }

  .account-page--two-column {
    display: flex !important;
    gap: 80px !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .account-navigation {
    width: 300px !important;
    flex-shrink: 0 !important;
    position: sticky !important;
    top: 100px !important;
  }

  .account-content {
    flex: 1 !important;
    max-width: 1000px !important;
  }

  .profile-info-form {
    max-width: 600px !important;
    width: 100% !important;
    min-width: auto !important;
  }
}

/* ============================================
   Login & Security Page - Specific Styles
   ============================================ */

/* Remove scrollbar for login/security page */
.account-page-details .account-page-content,
.account-page-details .account-page--two-column,
.account-page-details .account-content {
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

/* Login form container */
.account-recovery {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* Login form fields */
.account-recovery .form-field {
  margin-bottom: 24px;
  position: relative;
}

.account-recovery .form-field-input {
  width: 100%;
  padding: 16px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 15px;
  font-family: 'Manrope', sans-serif;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.account-recovery .form-field-input:focus {
  outline: none;
  border-color: #B60026;
}

.account-recovery .form-field-title {
  position: absolute;
  left: 16px;
  top: 16px;
  color: #8B90A0;
  font-size: 15px;
  font-family: 'Manrope', sans-serif;
  pointer-events: none;
  transition: all 0.2s ease;
}

.account-recovery .form-field-input:focus+.form-field-title,
.account-recovery .form-field-input:not(:placeholder-shown)+.form-field-title {
  top: -10px;
  left: 12px;
  font-size: 12px;
  background: white;
  padding: 0 4px;
  color: #B60026;
}

/* Login form buttons */
.account-recovery .form-action-row {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}

.account-recovery .button-primary,
.account-recovery .button-secondary {
  flex: 1;
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 15px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}

.account-recovery .button-primary {
  background: #B60026;
  color: white;
}

.account-recovery .button-primary:hover {
  background: #a0001f;
}

.account-recovery .button-secondary {
  background: #f5f5f5;
  color: #232735;
}

.account-recovery .button-secondary:hover {
  background: #e0e0e0;
}

/* Login page subtitle */
.account-recovery .account-page-subtitle {
  font-size: 24px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  color: #232735;
  margin-bottom: 24px;
}

/* Login messages */
.account-recovery .account-message {
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 24px;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
}

.account-recovery .account-message.message--success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.account-recovery .account-message.message--error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Responsive adjustments for login form */

/* Desktop (1024px+) - Ensure max-width is NOT 100% */
@media screen and (min-width: 1024px) {
  .account-recovery {
    max-width: 500px !important;
  }
  
  /* Keep login page container centered with constrained width */
  .account-page.account-page-login {
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .account-page-login .account-page-content {
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 0 10px 0 !important;
  }
}

/* Tablet (768px-1023px) - Use constrained width */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account-recovery {
    max-width: 500px;
  }
}

/* Mobile (≤767px) - Full width */
@media screen and (max-width: 767px) {
  .account-recovery {
    max-width: 100%;
  }

  .account-recovery .form-action-row {
    flex-direction: column;
  }

  .account-recovery .button-primary,
  .account-recovery .button-secondary {
    width: 100%;
  }
}

/* Logo Sizing - Extra Small Mobile (< 320px) */
@media screen and (max-width: 319px) {
  .site-logo {
    max-width: 85px !important;
  }

  .site-logo-image {
    max-height: 34px !important;
  }

  .site-header-main {
    padding: 6px 4px;
    position: relative;
  }

  [data-site-header-mobile-search-button] .site-header-logo {
    max-width: 85px !important;
  }

  .site-header-menu-toggle {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    min-width: 40px;
  }

  .site-header-mobile-search-button {
    position: absolute;
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
  }

  .site-header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
  }

  .site-header-right {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    gap: 3px !important;
    /* Very compressed for <320px */
  }

  /* Minimal padding for extra small devices */
  .site-header-right .site-header_account-link {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .site-header-cart {
    margin-left: 0 !important;
  }

  /* Hide profile image on mobile - <320px, but show name */
  .site-header-actions__account-link img {
    display: none !important;
  }

  .site-header__account-links {
    display: flex !important;
    /* Show name on mobile */
  }

  /* Style the account link text for mobile */
  .site-header__account-link--account {
    font-size: 11px !important;
    padding: 0 !important;
  }

  .site-header-cart--button {
    width: 40px;
    min-width: 40px;
  }

  .site-header_account-link-text {
    font-size: 11px;
  }
}