
:root {
  --sa-text-primary-color: #002b45;
  --sa-text-secondary-color: #8a8a8a;
  --sa-text-tertiary-color: #565656;
  --sa-text-tertiary-color-alt: #555555;
  --sa-text-tertiary-color-alt2: #616161;
  --sa-text-placeholder-color: #c4c4c4;
  --sa-text-disabled-color: #888888;

  --sa-bg-primary-color: #ffffff;
  --sa-bg-disabled-color: #dddddd;
  --sa-bg-rec-product-images: #f1f1f1;

  --sa-button-bg-accent: #102b45;
  --sa-button-text-accent: #ffffff;
  --sa-button-bg-primary: #002b45;
  --sa-button-text-primary: #ffffff;
  --sa-button-bg-secondary: #ffffff;
  --sa-button-text-secondary: #002b45;
  --sa-button-bg-disabled: #dddddd;
  --sa-button-text-disabled: #888888;

  --sa-font-size-lg: 1.125rem; /* 18px */
  --sa-font-size-md: 1rem;
  --sa-font-size-sm: 0.875rem;
  --sa-font-size-xs: 0.75rem;

  --sa-letter-spacing-sm: 0.06px;
  --sa-letter-spacing-md: 0.07px;
  --sa-letter-spacing-lg: 0.7px;

  --sa-font-weight-normal: 400;
  --sa-font-weight-medium: 500;
  --sa-font-weight-semibold: 600;
  --sa-font-weight-bold: 700;
  --sa-font-weight-black: 900;

  --sa-border-radius-full: 50%;  /* */
  --sa-border-radius-xs: 0.25rem;  /* 6px */
  --sa-border-radius-sm: 0.375rem;  /* 6px */
  --sa-border-radius-md: 0.75rem;   /* 12px */
  --sa-border-radius-lg: 1.25rem;    /* 20px */

  --sa-border-color-light: #dddddd;
  --sa-border-color-dark: #102b45;

  --sa-blur: blur(1rem);

  --sa-page-margin: 4.5rem;
  --sa-page-margin-mobile: 1rem;
  --sa-page-margin-top: 2rem;
  --sa-page-top: 8rem;
  --sa-page-mobile-top: 4rem;
  --sa-page-background-color: rgba(255, 255, 255, 0.95);

  --sa-separator-border: 1px solid #dddddd;

  --sa-icon-button-size: 2.125rem; /* 34px */
  --sa-image-recommended-product-size: 5rem;

  /** Large gap used between sections */
  --sa-gap-xl: 1.875rem; /* 30px */
  /** Medium gap used between parts */
  --sa-gap-lg: 1.5rem;   /* 24px */
  --sa-gap-md: 1.25rem;  /* 20px */
  --sa-gap-md-sm: 1rem;  /* 16px */
  --sa-gap-md-xs: 0.875rem;  /* 14px */
  /** Small gap used between components */
  --sa-gap-sm: 0.75rem;  /* 12px */
  --sa-gap-xs: 0.625rem; /* 10px */
  --sa-gap-xxs: 0.5rem;  /* 8px */
  --sa-gap-xxxs: 0.25rem;  /* 4px */

  --sa-button-padding: 0.375rem 1.5rem;
}

.store-associate [data-link-url]:hover {
  cursor: pointer;
  text-decoration: underline;
}

.store-associate .add-to-cart-messages {
  position: fixed;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1050; /* Ensure it's above other content */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.store-associate .add-to-cart-messages .alert {
  width: 670px;
  height: 4rem;

  color: #ffffff;
  background-color: #0070AD;
  border-color: #0070AD;
}

.store-associate .add-to-cart-messages .alert.alert-a2c-success {
  background-color: #0070AD;
  border-color: #0070AD;
}

.store-associate .alert-a2c-success span {
  position: relative;
  left: 1.75rem;
}

.store-associate .alert-a2c-success span::before {
  content: '\E903';
  font-family: 'icomoon';
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  line-height: 1.25rem;
  position: absolute;
  left: -1.75rem;
}

.store-associate .ranger-identifier {
  align-self: flex-start;
  width: 100%;
}

.store-associate .ranger-actions {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  height: 1.25rem;
  border-left: 1px solid #dddddd;
}

/* always hide the first .ranger-actions, because it appears before any content */
.store-associate .message-assistant:first-child .ranger-actions {
  display: none;
}

.store-associate .ranger-actions img {
  margin-top: -0.03125rem;
}

.store-associate .ranger-actions img:hover {
  cursor: pointer;
}

.store-associate .buttons {
  align-self: flex-end;
}

.store-associate .recommendations-go-to-cart-actions,
.store-associate .recommendations-even-more-accessories-actions {
  flex-direction: column;
}

.store-associate .recommendations-go-to-cart-actions p,
.store-associate .recommendations-even-more-accessories-actions p {
  align-self: flex-start;
}

.store-associate .alert {
  padding: 0 !important;
  display: flex;
  align-items: center; /* Vertically centers content */
  justify-content: center;
}

.store-associate .scroll-container {
  position: relative;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.store-associate .recommendations-concierge .triggered-text {
  display: none;
}

.store-associate .recommendations-concierge.added .recommendations-product-tiles .triggered-text,
.store-associate .recommendations-concierge.shop-accessories .recommendations-accessories .triggered-text {
  display: flex;
}

body .navigation-util-links-list .btn-ranger,
body .ranger-subnav-trigger,
body .ranger-quick-link {
  display: none;
}

body.store-associate-active .navigation-util-links-list .btn-ranger,
body.store-associate-active .ranger-subnav-trigger,
body.store-associate-active .ranger-quick-link {
  display: unset;
}

.store-associate {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1048; /* Ensure it's above other content */
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms, transform 300ms;
  transform: translateY(0);
}

.store-associate.hidden {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms, visibility linear 300ms, transform 300ms;
  transform: translateY(50%);
}

.store-associate pre.orderable-variants {
  display: none;
}

.store-associate .mobile-only,
.store-associate .hidden {
  display: none !important;
  pointer-events: none !important; /* Prevent interaction when hidden */
}

.store-associate button {
  padding-left: 1rem;
  padding-right: 1rem;
}

.store-associate .store-associate-dialog {
  position: fixed;
  top: var(--sa-page-top);
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--sa-page-background-color);
  backdrop-filter: var(--sa-blur);
  border-top: var(--sa-separator-border);
  z-index: 1049; /* Ensure it's above the overlay */
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: calc(100% - var(--sa-page-top)); /* Full height minus the top offset */
  max-height: calc(100% - var(--sa-page-top)); /* Full height minus the top offset */
}

.store-associate p {
  margin: 0;
}

.store-associate .store-associate-header {
  position: fixed;
  top: 0.875rem;
  right: 0.75rem;
  z-index: 1049;
}

.store-associate .store-associate-icon {
  cursor: pointer;
}

.store-associate .store-associate-messages {
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  padding: var(--sa-page-margin-top) var(--sa-page-margin) 0.1875rem;
  flex-direction: column;
  gap: var(--sa-gap-lg);
}

.store-associate .store-associate-footer {
  border-top: var(--sa-separator-border);
  display: flex;
  flex-direction: column;
  margin: var(--sa-gap-lg) var(--sa-page-margin) 0;
}

.store-associate .store-associate-questions {
  display: flex;
  gap: var(--sa-gap-xxs);
  flex-wrap: wrap;
}

.store-associate .store-associate-related-questions p {
  font-size: var(--sa-font-size-md);
  font-weight: normal;
  text-transform: capitalize;
  margin: var(--sa-gap-lg) 0;
  color: var(--sa-text-primary-color);
}

.store-associate .store-associate-questions button {
  color: var(--sa-text-primary-color);
  background-color: var(--sa-bg-primary-color);
  padding: var(--sa-button-padding);
  border: var(--sa-separator-border);
  border-radius: var(--sa-border-radius-lg);
  font-size: var(--sa-font-size-sm);
  text-transform: none;
  letter-spacing: normal;
}

.store-associate .store-associate-form {
  display: flex;
  position: relative;
  margin-top: var(--sa-gap-xl);
}

.store-associate .store-associate-form button {
  width: var(--sa-icon-button-size);
  height: var(--sa-icon-button-size);
  border: var(--sa-separator-border);
  padding: 0.5rem;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  bottom: 0.5rem;
  right: 0.5rem;
  position: absolute;
  color: var(--sa-button-text-primary);
  background-color: var(--sa-button-bg-primary);
  letter-spacing: normal;
}

.store-associate .store-associate-form button img.disabled {
  display: none;
}

.store-associate .store-associate-form button img.enabled {
  display: block;
}

.store-associate .store-associate-form button:disabled img.disabled {
  display: block;
}

.store-associate .store-associate-form button:disabled img.enabled {
  display: none;
}

.store-associate .store-associate-form button:hover {
  background-color: #002b45; /* Slightly darker on hover */
}

.store-associate .store-associate-form button:disabled {
  background-color: var(--sa-button-bg-disabled);
  color: var(--sa-button-text-disabled);
  cursor: not-allowed;
}

.store-associate .store-associate-input {
  width: 100%;
  padding: 0.75rem 2.75rem 0.75rem 1.25rem; /* 2 * 0.25rem (base unit) = 0.5rem */
  border: var(--sa-separator-border);
  border-radius: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--sa-text-secondary-color);
  max-height: 13rem;
  min-height: 3.25rem;
  overflow: hidden;
  resize: none;
}

.store-associate .store-associate-input:focus {
  color: #242424;
}

.store-associate .store-associate-disclaimer {
  font-size: var(--sa-font-size-xs);
  margin: var(--sa-gap-xxs) auto;
  color: var(--sa-text-secondary-color);
}

.store-associate-trigger {
  display: none;
}

body.store-associate-active .store-associate-trigger {
  display: block;
}

.store-associate .message-assistant {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: var(--sa-text-primary-color);
  font-size: var(--sa-font-size-lg);
}

.store-associate .identifier {
  display: flex;
  flex-direction: row;
  height: 2.25rem;
  align-items: flex-start;
  gap: var(--sa-gap-xxxs);
  font-size: var(--sa-font-size-xs);
  color: var(--sa-text-tertiary-color-alt);
  font-family: 'urw-din', sans-serif;
}

.store-associate .identifier span {
  line-height: 1.4325rem;
}

.store-associate .assistant-identifier {
  margin-bottom: var(--sa-gap-lg);
}

/* .store-associate .message-assistant > p {
  margin-top: var(--sa-gap-sm);
} */

.store-associate .message-assistant > img + p {
  margin-top: 0;
}

.store-associate .message-user {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  color: var(--sa-button-text-primary);
  background-color: var(--sa-button-bg-primary);
  padding: var(--sa-button-padding);
  border-radius: var(--sa-border-radius-lg);
  align-self: flex-end;
  max-width: 65%;
}

.store-associate .message-user p {
  margin: 0;
  font-size: var(--sa-font-size-md);
  font-weight: var(--sa-font-weight-medium);
  display: inline-block;
}

.store-associate .prompt-choice-kind {
  width: 100%;
}

.store-associate .message-assistant-choices {
  display: none;
}

.store-associate .store-associate-messages .message-assistant-choices:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sa-gap-xs);
  align-items: center;
  justify-content: flex-end;
}

.store-associate .prompt-choice-button {
  background-color: var(--sa-button-bg-secondary);
  color: var(--sa-button-text-secondary);
  padding: var(--sa-button-padding);
  border-radius: var(--sa-border-radius-lg);
  border: var(--sa-separator-border);
  font-size: var(--sa-font-size-md);
  letter-spacing: normal;
  text-transform: none;
}

.store-associate .prompt-choice-button:hover {
  cursor: pointer;
  background-color: var(--sa-button-bg-accent);
  color: var(--sa-button-text-primary);
}

.store-associate .associate-recommendations {
  display: flex;
  flex-direction: column;
  max-width: 65%;
  gap: var(--sa-gap-sm);
}

.store-associate b {
  font-weight: var(--sa-font-weight-semibold);
}

.store-associate .recommendation-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--sa-gap-lg);
}

.store-associate .recommendation-item:hover {
  cursor: pointer;
}

.store-associate .recommendation-item img {
  width: var(--sa-image-recommended-product-size);
  height: var(--sa-image-recommended-product-size);
  flex-shrink: 0;
  object-fit: cover;
  border-radius: var(--sa-border-radius-sm);
  background-color: var(--sa-bg-rec-product-images);
}

/** Concierge Add to Cart Offer */

.store-associate .recommendations-concierge,
.store-associate .recommendations-accessories,
.store-associate .recommendations-more-accessories,
.store-associate .recommendations-product-tiles,
.store-associate .recommendations-accessories {
  display: flex;
  flex-direction: column;
  gap: var(--sa-gap-lg);
}

.store-associate .message-assistant > p,
.store-associate .recommendations-concierge > p,
.store-associate .recommendations-accessories,
.store-associate .recommendations-more-accessories,
.store-associate .recommendations-add-to-cart-actions > p,
.store-associate .recommendations-more-accessories-actions p,
.store-associate .recommendations-even-more-accessories-actions p,
.store-associate .recommendations-go-to-cart-actions > p {
  max-width: 65%;
}

.store-associate .message-assistant > p,
.store-associate .recommendations-concierge > p,
.store-associate .associate-recommendations .recommendation-item p,
.store-associate .recommendations-more-accessories .ranger-identifier p,
.store-associate .recommendations-more-accessories-actions > p,
.store-associate .recommendations-even-more-accessories-actions > p,
.store-associate .recommendations-go-to-cart-actions > p,
.store-associate .recommendations-add-to-cart-actions > p,
.store-associate .recommendations-product-tiles p,
.store-associate .ranger-identifier p {
  font-size: 18px;
  color: #002b45;
  letter-spacing: 0.09px;
}

.store-associate .recommendations-concierge .recommendations-product-tiles {
  flex-direction: column;
  gap: var(--sa-gap-lg);
  max-width: 65%;
 }

.store-associate .recommendations-concierge.show-products .recommendations-product-tiles {
  display: flex;
  transition: all 300ms;
}

.store-associate .recommendations-product-tile {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: var(--sa-gap-lg);
 }

.store-associate .recommendations-concierge.show-products .store-associate-add-to-cart-dismiss,
.store-associate .recommendations-concierge.show-products .store-associate-start-over {
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 200ms, visibility linear 200ms;
}

.store-associate .recommendations-concierge.show-more-recommendations .recommendations-add-to-cart-actions button.store-associate-add-to-cart-agree,
.store-associate .recommendations-concierge.show-more-recommendations .recommendations-add-to-cart-actions button.store-associate-start-over {
  display: none;
}

.store-associate .shop-accessories .recommendations-accessories,
.store-associate .show-more-accessories .recommendations-more-accessories,
.store-associate .show-more-accessories .recommendations-more-accessories-actions {
  display: flex;
  transition: all 300ms;
}

.store-associate .recommendations-more-accessories-actions {
  display: flex;
  flex-direction: column;
  gap: var(--sa-gap-lg);
}

.store-associate .recommendations-concierge .recommendations-add-to-cart-actions,
.store-associate .recommendations-concierge .recommendations-more-accessories-actions .buttons,
.store-associate .recommendations-concierge .recommendations-even-more-accessories-actions,
.store-associate .recommendations-concierge .recommendations-go-to-cart-actions {
  display: flex;
  gap: var(--sa-gap-xxs);
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.store-associate .recommendations-concierge .recommendations-go-to-cart-actions {
  gap: 0;
}

.store-associate .recommendations-concierge .recommendations-go-to-cart-actions p {
  margin-bottom: var(--sa-gap-md);
}

.store-associate .recommendations-concierge .recommendations-add-to-cart-actions button,
.store-associate .recommendations-concierge .recommendations-more-accessories-actions button,
.store-associate .recommendations-concierge .recommendations-even-more-accessories-actions button,
.store-associate .recommendations-concierge .recommendations-go-to-cart-actions button {
  background-color: #ffffff; /* Hex color for gray-200 */
  color: #002b45; /* Hex color for gray-800 */
  padding: var(--sa-button-padding);
  border-radius: var(--sa-border-radius-lg);
  font-size: var(--sa-font-size-md);
  border: var(--sa-separator-border);
  text-transform: none;
  letter-spacing: normal;
}
.store-associate .recommendations-concierge .recommendations-add-to-cart-actions button:hover,
.store-associate .recommendations-concierge .recommendations-more-accessories-actions button:hover,
.store-associate .recommendations-concierge .recommendations-even-more-accessories-actions button:hover,
.store-associate .recommendations-concierge .recommendations-go-to-cart-actions button:hover {
  cursor: pointer;
  background-color: var(--sa-button-bg-accent);
  color: var(--sa-button-text-primary);
}
.store-associate .recommendations-concierge.show-accessories .recommendations-go-to-cart-actions .store-associate-shop-accessories,
.store-associate .recommendations-concierge.show-more-accessories .recommendations-more-accessories-actions .store-associate-show-more-recommendations,
.store-associate .recommendations-concierge.show-products .store-associate-add-to-cart-agree,
.store-associate .recommendations-concierge.show-more-recommendations .store-associate-add-to-cart-dismiss {
  background-color: var(--sa-button-bg-primary);
  color: var(--sa-button-text-primary);
  padding: var(--sa-button-padding);
  border-radius: var(--sa-border-radius-lg);
  font-size: var(--sa-font-size-md);
}

/**
*/
.store-associate .recommendations-concierge.show-accessories .recommendations-go-to-cart-actions .store-associate-go-to-cart,
.store-associate .recommendations-concierge.show-more-accessories .recommendations-more-accessories-actions .store-associate-go-to-cart {
  display: none;
}

/** Product Tiles */

.store-associate .add-to-cart-product-tiles {
  display: flex;
  flex-direction: column;
  gap: var(--sa-gap-lg);
}

.store-associate .recommendations-product-tile {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sa-gap-lg);
}

.store-associate .recommendations-product-tile .product-tile-body {
  display: flex;
  flex-direction: row;
  gap: var(--sa-gap-lg);
}

.store-associate .recommendations-product-tiles .recommendations-product-tile:not(:last-child),
.store-associate .accessories-product-tiles .recommendations-product-tile:not(:last-child),
.store-associate .more-recommendations-product-tiles .recommendations-product-tile:not(:last-child) {
  padding-bottom: var(--sa-gap-lg);
  border-bottom: var(--sa-separator-border);
}

.store-associate .recommendations-product-tile img {
  width: 11rem;
  height: 11rem;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: var(--sa-border-radius-sm);
  background-color: var(--sa-bg-rec-product-images);
}

.store-associate .recommendations-product-tile .product-card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 16rem;
  max-width: 24rem;
  padding-bottom: 2px;
}

.store-associate .recommendations-product-tile .product-card-info .product-info-header {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: var(--sa-gap-xxs);
  min-width: 16rem;
}

.store-associate .product-tile__price p {
  font-size: var(--sa-font-size-md);
  color: var(--sa-text-primary-color);
  font-weight: var(--sa-font-weight-bold);
  letter-spacing: var(--sa-letter-spacing-md);
  text-transform: uppercase;
  font-family: "tk-stratum-1-web-n7", sans-serif;
}

.store-associate .product-tile__promotions p {
  font-size: var(--sa-font-size-sm);
  color: #0070ad;
  font-weight: var(--sa-font-weight-normal);
  letter-spacing: var(--sa-letter-spacing-md);
}

.store-associate .product-tile-body {
  flex-grow: 1;
}

.store-associate .product-tile__variations {
  display: flex;
  flex-direction: column;
  gap: var(--sa-gap-xl);
  margin-top: var(--sa-gap-sm);
}

.store-associate .swatch-carousel-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--sa-gap-xxs);
}

.store-associate .recommendations-product-tile .swatch-carousel-wrapper > img {
  height: 0.875rem;
  width: 0.675rem;
  cursor: pointer;
  flex-shrink: 0;
  background: none;
}

.store-associate .recommendations-product-tile .swatch-carousel-wrapper > img.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.store-associate .product-tile__variations .colors {
  display: flex;
  flex-direction: row;
  gap: var(--sa-gap-sm);
  position: relative;
  overflow-x: auto;
  /* scroll-snap-type: x mandatory; Enforce snapping on the x-axis */

  -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
  max-width: 19.625rem;
  padding: 3px;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.store-associate .product-tile__variations .colors ::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}

.store-associate .product-tile__variations .color-swatch {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  background-color: var(--sa-bg-secondary-color);
  color: var(--sa-text-secondary-color);
  border-radius: var(--sa-border-radius-full);
  border: 3px solid #ffffff;
  outline: 1px solid #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  scroll-snap-align: center; /* Snap each swatch to the center */
}

.store-associate .product-tile__variations .color-swatch.selected {
  outline: 1px solid #000000;
  font-weight: var(--sa-font-weight-bold);
  color: var(--sa-text-primary-color);
}

.store-associate .product-tile__variations .color-swatch:hover {
  outline: 1px solid #000000;
  font-weight: var(--sa-font-weight-bold);
  color: var(--sa-text-primary-color);
}

.store-associate .product-tile__variations .color-swatch.not-orderable::after {
  content: '';
  position: absolute;
  top: 50%;
  border: var(--sa-separator-border);
  width: 100%;
  transform: translateY(-50%) rotate(45deg);
}

.store-associate .product-tile__variations .sizes {
  display: flex;
  flex-direction: row;
  gap: var(--sa-gap-xxs);
  position: relative;
  overflow-x: auto;
  scroll-snap-type: x mandatory; /* Enforce snapping on the x-axis */
  -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
  max-width: 20.75rem;
  padding: 3px;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.store-associate .product-tile__variations .sizes ::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}

.store-associate .product-tile__variations .size-swatch {
  min-width: 3rem;
  height: 3rem;
  background-color: var(--sa-bg-primary-color);
  color: var(--sa-text-tertiary-color-alt2);
  border-radius: var(--sa-border-radius-xs);
  border: 3px solid #ffffff;
  outline: var(--sa-separator-border);
  cursor: pointer;
  flex-shrink: 0;
  font-weight: var(--sa-font-weight-bold);
}

.store-associate .product-tile__variations .size-swatch.selected {
  outline: 1px solid #000000;
  font-weight: var(--sa-font-weight-bold);
  color: var(--sa-text-primary-color);
}

.store-associate .product-tile__variations .size-swatch:hover {
  outline: 1px solid #000000;
  font-weight: var(--sa-font-weight-bold);
  color: var(--sa-text-primary-color);
}

.store-associate .product-tile__variations .size-swatch:disabled {
  color: var(--sa-text-tertiary-color-alt);
  background-color: var(--sa-bg-rec-product-images);
  cursor: not-allowed;
}

.store-associate .recommendations-product-tile .product-actions {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: flex-end;
  justify-content: flex-end;
  gap: var(--sa-gap-xs);
  min-width: 15.625rem;
}

.store-associate .product-tile__name {
  display: flex;
  flex-direction: column;
  gap: var(--sa-gap-xxs);
  min-height: 4.5rem;
}

.store-associate .product-tile__name p, .store-associate .product-tile__name h6 {
  margin: 0;
}

.store-associate .product-tile__name p {
  font-size: var(--sa-font-size-md);
  color: var(--sa-text-tertiary-color);
  text-transform: capitalize;
  font-weight: var(--sa-font-weight-normal);
  letter-spacing: var(--sa-letter-spacing-md);
}

.store-associate .product-tile__name h6 {
  font-size: var(--sa-font-size-lg);
  color: var(--sa-text-primary-color);
  text-transform: uppercase;
  font-weight: var(--sa-font-weight-black);
  letter-spacing: var(--sa-letter-spacing-lg);
}

.store-associate .product-tile__name .pre-name {
  font-family: "tk-stratum-1-web-n4", sans-serif;
  font-size: var(--sa-font-size-md);
  line-height: var(--sa-font-size-md);
  color: var(--sa-text-tertiary-color);
  text-transform: uppercase;
  font-weight: var(--sa-font-weight-medium);
  letter-spacing: var(--sa-letter-spacing-sm);
}

/** Accessory Tiles */

.store-associate .accessories-product-tiles {
  display: flex;
  flex-direction: column;
  gap: var(--sa-gap-lg);
  position: relative;
  overflow-x: auto;
  scroll-snap-type: x mandatory; /* Enforce snapping on the x-axis */
  -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
  width: 65%;
}

.store-associate .recommendations-more-accessories .accessories-product-tiles {
  flex-direction: column;
  gap: var(--sa-gap-md-sm);
}

.store-associate .accessories-product-tiles-container {
  display: flex;
  flex-direction: column;
  gap: var(--sa-gap-md-sm);
}

.store-associate .accessories-header {
  color: var(--sa-text-primary-color);
  font-size: var(--sa-font-size-lg);
  text-decoration: underline;
}

.store-associate .accessory-product-tile {
  display: flex;
  flex-direction: column;
  gap: var(--sa-gap-lg);
  min-width: 9.5rem;
  max-width: 9.5rem;
  flex-shrink: 0;
}

.store-associate .accessory-product-tile .info-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--sa-gap-md-xs);
}

.store-associate .accessory-product-tile img {
  width: 9.5rem;
  height: 9.5rem;
  object-fit: cover;
  border-radius: 1rem;
  background-color: var(--sa-bg-rec-product-images);
  flex-shrink: 0;
}

.store-associate .accessory-product-tile .product-card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 5.5rem;
}

.store-associate .accessory-tile__name {
  display: flex;
  flex-direction: column;
  gap: var(--sa-gap-xxxs);
}

.store-associate .accessory-tile__name p, .store-associate .accessory-tile__name h6 {
  margin: 0;
}

.store-associate .accessory-tile__name p {
  font-size: var(--sa-font-size-sm);
  color: var(--sa-text-tertiary-color);
  text-transform: capitalize;
  font-weight: var(--sa-font-weight-normal);
  letter-spacing: var(--sa-letter-spacing-md);
}

.store-associate .accessory-tile__name h6 {
  font-size: var(--sa-font-size-md);
  color: var(--sa-text-primary-color);
  text-transform: uppercase;
  font-weight: var(--sa-font-weight-black);
  letter-spacing: var(--sa-letter-spacing-lg);
}

.store-associate .accessory-tile__name .pre-name {
  font-family: "tk-stratum-1-web-n4", sans-serif;
  font-size: var(--sa-font-size-sm);
  line-height: var(--sa-font-size-sm);
  color: var(--sa-text-tertiary-color);
  text-transform: uppercase;
  font-weight: var(--sa-font-weight-medium);
  letter-spacing: var(--sa-letter-spacing-sm);
}

.store-associate .accessory-tile__price p {
  font-size: var(--sa-font-size-md);
  color: var(--sa-text-primary-color);
  font-weight: var(--sa-font-weight-bold);
  letter-spacing: var(--sa-letter-spacing-md);
  text-transform: uppercase;
  font-family: "tk-stratum-1-web-n7", sans-serif;
}

.store-associate .product-actions button {
  background-color: var(--sa-button-bg-secondary);
  color: var(--sa-button-text-secondary);
  font-family: "tk-stratum-1-web-n7",sans-serif;
  font-size: var(--sa-font-size-sm);
  letter-spacing: var(--sa-letter-spacing-lg);
  border: 2px solid var(--sa-text-primary-color);
  cursor: pointer;
  text-transform: uppercase;
  width: 50%;
  height: 2.5rem;
  border-radius: var(--sa-border-radius-xs);
}

.store-associate .product-actions button.selected {
  background-color: var(--sa-button-bg-primary);
  color: var(--sa-button-text-primary);
}

.store-associate .product-actions button:disabled {
  background-color: var(--sa-bg-rec-product-images);
  color: var(--sa-text-tertiary-color);
  border-color: var(--sa-text-tertiary-color);
  cursor: not-allowed;
}

.store-associate .product-actions button.customize-to-cart {
  position: relative;
  white-space: nowrap;
  border: 2px solid transparent;
  padding: 0;
  background: conic-gradient(from 265deg at 50% 50%, #E6FF00 0.4455441702157259deg, #00FF0A 59.694079756736755deg, #0085FF 90.09258985519409deg, #4515FF 133.80308032035828deg, #5200FF 180.3728699684143deg, #FF0805 232.80984163284302deg, #FF8A00 271.3696002960205deg, #FBE700 313.0606770515442deg);
}

.store-associate .product-actions button:disabled.customize-to-cart {
  border: 2px solid transparent;
  background: conic-gradient(from 260deg, #3a3a3a 0%, #d4d4d4 5%, #a2a2a2 10%, #3a3a3a 45%, #a2a2a2 53%, #d4d4d4 54%, #a2a2a2 62%, #3a3a3a 100%);
}

.store-associate .product-actions button.customize-to-cart .button-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
  background-color: var(--sa-bg-primary-color);
}

.store-associate .product-actions button.customize-to-cart:disabled .button-wrapper,
.store-associate .product-actions button.customize-to-cart:disabled {
  background-color: var(--sa-bg-rec-product-images);
  color: var(--sa-text-tertiary-color);
  cursor: not-allowed;
}

/** Add to bag states */
.store-associate .add-to-bag span,
.store-associate .add-to-bag.added .initial,
.store-associate .add-to-bag.select-size .initial,
.store-associate .add-to-bag.notify-me .initial,
.store-associate .add-to-bag.custom-only .initial,
.store-associate .add-to-bag.shop-now .initial,
.store-associate .add-to-bag.sign-in-to-buy .initial {
  display: none;
}

.store-associate .add-to-bag .initial,
.store-associate .add-to-bag.added .added,
.store-associate .add-to-bag.select-size .select-size,
.store-associate .add-to-bag.notify-me .notify-me,
.store-associate .add-to-bag.custom-only .custom-only,
.store-associate .add-to-bag.shop-now .shop-now,
.store-associate .add-to-bag.sign-in-to-buy .sign-in-to-buy {
  display: block;
}

.store-associate .add-to-bag.select-size .select-size,
.store-associate .add-to-bag.notify-me .notify-me,
.store-associate .add-to-bag.custom-only .custom-only {
  background-color: var(--sa-bg-rec-product-images);
  color: var(--sa-text-tertiary-color);
  border-color: var(--sa-text-tertiary-color);
  cursor: not-allowed;
  pointer-events: none;
}

.store-associate .add-to-bag.added {
  background-color: var(--sa-button-bg-primary);
  cursor: not-allowed;
  pointer-events: none;
}

.store-associate .add-to-bag:hover {
  background-color: var(--sa-button-bg-primary);
  color: var(--sa-button-text-primary);
  border-color: var(--sa-button-bg-primary);
}

.store-associate .add-to-bag.added .added {
  background-color: var(--sa-button-bg-primary);
  color: var(--sa-button-text-primary);
  border-color: var(--sa-button-bg-primary);
  cursor: not-allowed;
  pointer-events: none;
}


/** Cart **/
.store-associate .cart-contents {
  width: 65%;
}

.store-associate .cart-contents .card {
  background-color: unset;
}

.store-associate .cart-contents .attributes-container {
  display: flex;
  font-size: var(--sa-font-size-sm);
  gap: var(--sa-gap-xxxs);
}

.store-associate .cart-contents .line-item-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.store-associate .cart-contents .quantity-form {
  border: none;
}

.store-associate .cart-contents .quantity-form label {
  display: none;
}

.store-associate .cart-contents .line-item-name {
  display: inline-block;
}

.store-associate .cart-contents .line-item-unit-price .price {
  display: none;
}

.store-associate .cart-contents .line-item-total-price .price {
  display: flex;
  gap: var(--sa-gap-xxs);
  font-family: "tk-stratum-1-web-n7", sans-serif;
}

.store-associate .cart-contents .remove-line-item {
  position: absolute;
  right: 0;
}

.store-associate .cart-contents .remove-line-item button {
  border: 0;
  color: #555;
  float: right;
  font-family: "urw-din", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 3px 0;
  text-decoration: none;
  text-transform: none;
}

.store-associate .cart-contents .product-image {
  object-fit: cover;
  border-radius: var(--sa-border-radius-sm);
  background-color: var(--sa-bg-rec-product-images);
  flex-shrink: 0;
}

.store-associate .cart-contents .quantity-decrease.disabled {
  color: #8a8a8a;
  cursor: not-allowed;
}

.store-associate .cart-contents .row:not(:last-child) .product-line-item {
  border-bottom: var(--sa-separator-border);
  padding-bottom: var(--sa-gap-md);
  margin-bottom: var(--sa-gap-md);
}

.store-associate .cart-contents .input-group button,
.store-associate .cart-contents .input-group input {
  background-color: unset;
}

.store-associate .cart-contents .input-group {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  gap: var(--sa-gap-xxs);
}

.store-associate .cart-contents .checkout-btn {
  width: 100%;
}

.store-associate .cart-contents .dw-apple-pay-button {
  height: 50px;;
}

/** Responsive adjustments for smaller screens */

/** intermediate for tablet and small desktops */

@media (max-width: 1440px) {
  /* Adjustments for tablets , used for variations layout */
  .store-associate .recommendations-product-tile .product-card-info {
    width: 16rem;
    min-width: unset;
    max-width: unset;
  }
}

@media (max-width: 980px) {
  .store-associate .store-associate-form {
    margin-top: var(--sa-gap-md);
  }

  .store-associate .store-associate-dialog {
    top: 4rem;
    height: calc(100dvh - 4rem);
    max-height: calc(100dvh - 4rem);
  }

  .store-associate .store-associate-messages {
    padding: 1.5rem 1rem 0;
    gap: var(--sa-gap-md);
  }

  .store-associate .store-associate-header {
    top: 0.5rem;
    right: 0;
  }

  .store-associate .store-associate-footer {
    margin: 1rem 1rem 0;
  }

  .store-associate .associate-recommendations {
    max-width: 100%;
  }

  .store-associate .recommendation-item {
    gap: var(--sa-gap-md);
    align-items: flex-start;
  }

  .store-associate .message-assistant {
    font-size: 16px;
  }

  .store-associate .assistant-identifier {
    margin-bottom: var(--sa-gap-md);
  }

  .store-associate .message-assistant > p,
  .store-associate .recommendations-concierge > p,
  .store-associate .recommendations-more-accessories .ranger-identifier p,
  .store-associate .associate-recommendations .recommendation-item p,
  .store-associate .ranger-identifier p,
  .store-associate .recommendations-more-accessories-actions p,
  .store-associate .recommendations-even-more-accessories-actions p,
  .store-associate .recommendations-add-to-cart-actions > p,
  .store-associate .recommendations-go-to-cart-actions > p,
  .store-associate .accessories-product-tiles-container > p,
  .store-associate .recommendations-accessories > p,
  .store-associate .recommendations-product-tiles > p {
    font-size: var(--sa-font-size-md);
  }

  .store-associate .message-assistant > p,
  .store-associate .recommendations-concierge > p,
  .store-associate .recommendations-more-accessories > p,
  .store-associate .recommendations-more-accessories-actions p,
  .store-associate .recommendations-even-more-accessories-actions p,
  .store-associate .recommendations-add-to-cart-actions > p,
  .store-associate .recommendations-accessories,
  .store-associate .recommendations-more-accessories,
  .store-associate .recommendations-go-to-cart-actions > p {
    max-width: 100%;
  }

  .store-associate .recommendations-concierge,
  .store-associate .recommendations-more-accessories,
  .store-associate .recommendations-more-accessories-actions,
  .store-associate .recommendations-add-to-cart-actions,
  .store-associate .recommendations-accessories {
    gap: var(--sa-gap-md);
  }
  
  .store-associate .recommendations-concierge .recommendations-product-tiles {
    max-width: 100%;
    gap: var(--sa-gap-md);
  }

  /** Product Tiles */

  .store-associate .recommendations-product-tiles .recommendations-product-tile,
  .store-associate .accessories-product-tiles .recommendations-product-tile,
  .store-associate .recommendations-more-accessories .recommendations-product-tile {
    gap: var(--sa-gap-md);
    flex-direction: column;
    padding-bottom: 0;
  }

  .store-associate .recommendations-product-tiles .recommendations-product-tile:not(:last-child),
  .store-associate .accessories-product-tiles .recommendations-product-tile:not(:last-child),
  .store-associate .recommendations-more-accessories .recommendations-product-tile:not(:last-child) {
    padding-bottom: var(--sa-gap-md-xs) !important;
  }

  .store-associate .recommendations-product-tile .product-tile-body {
    display: flex;
    flex-direction: row;
    gap: var(--sa-gap-sm);
  }

  .store-associate .recommendations-product-tile .product-actions {
    flex-direction: row;
  }

  .store-associate .recommendations-product-tile img {
    width: 6.625rem;
    height: 6.625rem;
  }

  .store-associate .add-to-cart-product-tiles {
    gap: var(--sa-gap-md);
  }

  .store-associate .recommendations-product-tile {
    gap: var(--sa-gap-md);
    padding-bottom: var(--sa-gap-md);
  }
  
  .store-associate .recommendations-product-tile .product-tile-body {
    gap: var(--sa-gap-md);
  }
  
  .store-associate .product-tile__variations {
    gap: var(--sa-gap-md);
    margin-top: 0;
  }

  /** Accessories */
  .store-associate .accessories-product-tiles {
    gap: var(--sa-gap-md-xs);
    width: 100%;
  }

  .store-associate .message-user {
    max-width: 80%;
  }

  .store-associate .store-associate-messages .show-choices .choices {
    margin-top: 1.25rem;
  }

  .store-associate .prompt-choice-button {
    padding: 0.25rem 1.25rem;
  }

  .store-associate .cart-contents {
    width: 100%;
  }

  .store-associate .cart-contents .attributes-container {
    font-size: var(--sa-font-size-xs);
  }
  
  .store-associate .add-to-cart-messages {
    left: 1rem;
    top: 1rem;
    transform: none;
    --webkit-transform: none;
    justify-content: stretch;
    width: calc(100vw - 5.5rem);
  }

  .store-associate .add-to-cart-messages .alert {
    width: 100%;
  }

  .store-associate .recommendations-product-tile .product-actions,
  .store-associate .swatch-carousel-wrapper,
  .store-associate .mobile-only .product-tile__variations .sizes,
  .store-associate .mobile-only .product-tile__variations .colors {
    flex-grow: 1;
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
}

@media (max-width: 767px) {
  /* Adjustments for mobile view , used for variations layout */
  .store-associate .mobile-only {
    display: unset !important;
    pointer-events: unset !important;
  }

  .store-associate .desktop-only {
    display: none !important;
    pointer-events: none !important;
  }
  
  .store-associate .recommendations-product-tile {
    width: 80%;
  }
}

@media (max-width: 560px) {
  /* Related Questions adjustments, used to switch between row and column format */
  .store-associate .store-associate-related-questions p {
    margin: var(--sa-gap-md) 0 var(--sa-gap-sm);
  }

  .store-associate .store-associate-questions {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
 
  .store-associate .store-associate-questions button {
    border-radius: var(--sa-border-radius-md);
    padding: 0.125rem 1rem;
    width: 80%;
    min-width: 80%;
    text-align: left;
  }

  .store-associate .recommendations-product-tile .mobile-only {
    width: 100%;
  }

  .store-associate .recommendations-product-tile .product-card-info {
    flex-grow: 0;
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
  
  .store-associate .recommendations-product-tile {
    width: 100%;
  }
}
