/** Shopify CDN: Minification failed

Line 34:2 "visibilty" is not a known CSS property
Line 91:2 "visibilty" is not a known CSS property
Line 1056:29 The "+" operator only works if there is whitespace on both sides

**/
.unbxd-as-wrapper {
  z-index: 100;
  border: 1px solid #dedede;
  border-top: 0;
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
  font-size: 13px;
  display: table;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.17);
  border-radius: 6px;
}
.unbxd-as-wrapper ul {
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.unbxd-as-extra-left:after,
.unbxd-as-extra-right:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  visibilty: hidden;
}
.unbxd-as-extra-left .unbxd-as-maincontent {
  display: table-cell;
}
.unbxd-as-extra-right .unbxd-as-maincontent {
  display: table-cell;
}
.unbxd-as-extra-left .unbxd-as-sidecontent {
  border-right: 1px solid #dedede;
  background-color: #f5f6f9;
  display: table-cell;
}
.unbxd-as-extra-right .unbxd-as-sidecontent {
  border-left: 1px solid #dedede;
  padding-left: 5px;
  padding-right: 5px;
  display: table-cell;
  background-color: #f5f6f9;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.unbxd-as-sidecontent + .unbxd-as-maincontent {
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  margin-right: -1px;
  margin-left: -1px;
  background: #fff;
}
.unbxd-as-wrapper ul li {
  padding: 4px 9px;
  cursor: pointer;
}
.unbxd-as-wrapper ul li.unbxd-as-header,
.unbxd-as-wrapper ul li.unbxd-as-header:hover {
  color: #000;
  font-size: 1.5em;
  cursor: default;
  padding-top: 10px;
  padding-bottom: 10px;
}
.unbxd-as-wrapper ul li.unbxd-as-insuggestion {
  padding-left: 25px;
  color: #ff8400;
  color: #666;
  font-size: 13px;
  font-weight: 500;
}
.unbxd-as-popular-product-quantity-container:after,
.unbxd-as-wrapper ul li.unbxd-as-popular-product .unbxd-as-popular-product-cart:after,
.unbxd-as-wrapper ul li.unbxd-as-popular-product .unbxd-as-popular-product-info:after,
.unbxd-as-wrapper ul li.unbxd-as-popular-product:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  visibilty: hidden;
}
.unbxd-as-wrapper ul li .unbxd-as-popular-product-image-container {
  float: left;
  margin-right: 5px;
}
.unbxd-as-wrapper ul li .unbxd-as-popular-product-image-container:empty {
  margin-right: 0;
}
.unbxd-as-wrapper ul li .unbxd-as-popular-product-image-container img {
  margin: 0 auto;
  display: block;
}
.unbxd-as-wrapper ul li .unbxd-as-popular-product-name {
  padding: 0 0 0 65px;
}
.unbxd-as-wrapper ul li.unbxd-as-popular-product .unbxd-as-popular-product-cart {
  line-height: 15px;
  margin-top: 5px;
}
.unbxd-as-wrapper ul li .unbxd-as-popular-product-cart-action,
.unbxd-as-wrapper ul li .unbxd-as-popular-product-price,
.unbxd-as-wrapper ul li .unbxd-as-popular-product-quantity {
  float: right;
}
.unbxd-as-wrapper ul li .unbxd-as-popular-product-price {
  padding: 4px;
  line-height: 15px;
}
.unbxd-as-wrapper ul li .unbxd-as-popular-product-quantity .unbxd-as-popular-product-quantity-container {
  border: 1px solid #dedede;
  border-radius: 3px;
  margin: 0 15px;
}
.unbxd-as-wrapper ul li .unbxd-as-popular-product-quantity .unbxd-as-popular-product-quantity-container > span {
  display: inline-block;
  padding: 3px 4px;
}
.unbxd-as-wrapper ul li .unbxd-as-popular-product-quantity .unbxd-as-popular-product-quantity-container > input {
  display: inline-block;
  border: 0 none;
  border-left: 1px solid #dedede;
  width: 25px;
  line-height: 16px;
  padding: 3px;
}
.unbxd-as-popular-product-cart-button {
  display: inline-block;
  background-color: #ff8400;
  padding: 4px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  outline: 0;
  border: medium none;
}
.unbxd-as-popular-product-cart-button:active,
.unbxd-as-popular-product-cart-button:hover {
  background-color: #ff9c32;
}
.unbxd-as-popular-product-inlinecart {
  display: table-row;
}
.unbxd-as-wrapper ul li .unbxd-as-popular-product-inlinecart > div {
  display: table-cell;
  float: none;
  padding: 0;
  vertical-align: middle;
}
.unbxd-as-popular-product-inlinecart .unbxd-as-popular-product-image-container {
  max-height: 30px;
  max-width: 30px;
}
.unbxd-as-popular-product-inlinecart .unbxd-as-popular-product-name p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unbxd-as-wrapper ul li .unbxd-as-popular-product-inlinecart .unbxd-as-popular-product-image-container img {
  max-height: 30px;
  max-width: 30px;
  margin-right: 5px;
}
.unbxd-as-popular-product-inlinecart .unbxd-as-popular-product-quantity {
  width: 75px;
}
.unbxd-as-wrapper
  ul
  li
  .unbxd-as-popular-product-inlinecart
  .unbxd-as-popular-product-quantity
  .unbxd-as-popular-product-quantity-container {
  margin: 0 5px;
}
.unbxd-as-popular-product-inlinecart .unbxd-as-popular-product-cart-action {
  width: 88px;
  text-align: right;
}
.unbxd-as-wrapper ul li:hover {
  background-color: #e8e8e8;
  cursor: pointer;
}
.unbxd-as-wrapper.unbxd-as-overall-autosuggest ul li.unbxd-ac-selected {
  cursor: pointer;
  background-color: #e8e8e8;
}
.unbxd-as-wrapper ul li.unbxd-as-popular-product-grid {
  display: inline-block;
  float: left;
}
.unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-image-container {
  float: none;
}
.unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-name {
  padding: 0;
  overflow: hidden;
  height: 20px;
  width: 110px;
}
.unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-cart-action,
.unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-price,
.unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-quantity {
  float: none;
}
#search_field:focus {
  outline: 0 !important;
  border: 1px solid gray;
  box-shadow: 0 0 5px #999;
}
.unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-image-container img {
  width: 100%;
}
.unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-name {
  width: 100%;
  padding: 4px;
}
.unbxd-as-popular-product-price .regular-price {
  text-decoration: line-through;
}
.unbxd-as-discount {
  color: #bb2525;
}
.unbxd-as-wrapper .unbxd-as-keysuggestion:hover,
.unbxd-as-wrapper .unbxd-as-popular-product:hover {
  background: #e8e8e8;
}
.unbxd-as-wrapper ul li.unbxd-as-popular-product-grid {
  float: unset;
  box-sizing: border-box;
}
.view-more-link {
  text-align: center;
}
.view-more-link {
  margin: 0.5em;
}
.view-more-link a {
  border-radius: 3px;
}
.view-more-link a {
  background-color: #8976c4;
  color: #fff;
  display: block;
  padding: 0.5em;
  text-decoration: none;
  background: 0;
}
#sli_autocomplete .sli_ac_section,
#sli_autocomplete .view-more-link a:hover,
.view-more-link a {
  background-color: #ec6f34 !important;
}
.unbxd-as-mobile-view {
  max-height: 400px;
  overflow-y: scroll;
}
.unbxd-as-popular-product-info.unbxd-as-mobile-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.unbxd-as-popular-product-info.unbxd-as-mobile-view .popular-product-info-text {
  width: 70%;
}
.unbxd-as-popular-product-info.unbxd-as-mobile-view .unbxd-as-popular-product-name.popular-title {
  text-align: left;
}
.unbxd-as-popular-product-info.unbxd-as-mobile-view .unbxd-as-popular-price {
  text-align: left;
}
.unbxd-as-wrapper ul.unbxd-as-mobile-view li.unbxd-as-popular-product-grid {
  display: unset;
}
.unbxd-as-wrapper ul.unbxd-as-mobile-view li.unbxd-as-popular-product-grid .unbxd-as-popular-product-info {
  flex-direction: row;
  align-items: flex-start;
  border: unset;
  padding-left: 10px;
}
.unbxd-as-wrapper ul.unbxd-as-mobile-view li.unbxd-as-popular-product-grid .unbxd-as-popular-product-image-container {
  max-width: 30%;
  max-height: 30%;
  min-width: 100px;
}
.unbxd-as-wrapper ul.unbxd-as-mobile-view li.unbxd-as-popular-product-grid .unbxd-as-popular-product-name {
  text-align: unset;
}
.unbxd-as-wrapper ul .unbxd-as-header.unbxd-as-suggestions-header:hover {
  background-color: unset;
}
.unbxd-1column-popular-product-desktop {
  width: 60%;
}
._unbxd_recs-slider__item.UNX-product-card {
  scroll-snap-align: start;
  position: relative;
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
}
._unbxd_recs-slider__item.UNX-product-card > product-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  text-align: left !important;
  flex: 1;
  min-height: 0;
}
._unbxd_recs-slider__item.UNX-product-card .product-card__compare-price,
.unbxd-recs-slider .product-card__compare-price {
  color: #3f77a1;
  margin-left: 0.5rem;
  text-decoration: line-through;
}
._unbxd_recs-slider__item.UNX-product-card .product-card__swatches .swatch,
.unbxd-recs-slider .product-card__swatches .swatch {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  min-width: 1.25rem !important;
  min-height: 1.25rem !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-clip: padding-box !important;
}
._unbxd_recs-slider__item.UNX-product-card .product-card__swatches .swatch.swatch--active,
.unbxd-recs-slider .product-card__swatches .swatch.swatch--active {
  box-shadow: 0 0 0 2px currentColor;
  outline: 0;
}
._unbxd_recs-slider__item.UNX-product-card product-card .product-card__meta,
.unbxd-recs-slider product-card .product-card__meta {
  text-align: left !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  grid-template-rows: auto auto !important;
  gap: 0.25rem 0.75rem !important;
  align-items: start !important;
  flex: 0 0 auto;
  margin-top: 0.5rem !important;
}
._unbxd_recs-slider__item.UNX-product-card product-card .product-card__title,
.unbxd-recs-slider product-card .product-card__title {
  grid-column: 1 !important;
  grid-row: 1 !important;
  text-align: left !important;
  margin: 0 !important;
}
._unbxd_recs-slider__item.UNX-product-card product-card .product-card__price,
.unbxd-recs-slider product-card .product-card__price {
  grid-column: 1 !important;
  grid-row: 2 !important;
  text-align: left !important;
  margin: 0 !important;
}
._unbxd_recs-slider__item.UNX-product-card product-card .product-card__wishlist,
.unbxd-recs-slider product-card .product-card__wishlist {
  grid-column: 2 !important;
  grid-row: 1 / -1 !important;
  align-self: start !important;
  justify-self: end !important;
  margin: 0 !important;
}
._unbxd_recs-slider__item.UNX-product-card product-card .product-card__swatches,
.unbxd-recs-slider product-card .product-card__swatches {
  margin-top: 0.5rem !important;
  width: 100%;
  flex: 0 0 auto;
}
._unbxd_recs-slider__item.UNX-product-card product-card .product-card__swatches .swatches__list,
.unbxd-recs-slider product-card .product-card__swatches .swatches__list {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
._unbxd_recs-slider__item.UNX-product-card product-card .product-card__swatches .swatches__list li,
.unbxd-recs-slider product-card .product-card__swatches .swatches__list li {
  margin: 0 !important;
  padding: 0 !important;
}
div#_unbxd_recs-slider {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  height: 563px;
}
div#_unbxd_recs-slider-heading {
  font-weight: 600;
  font-size: 20px;
  color: #111;
  font-family:
    bookmania,
    system_ui,
    -apple-system,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    'Noto Sans',
    'Liberation Sans',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  text-align: center;
  margin: 30px 0;
}
._unbxd_recs-slider-controls {
  display: none;
  align-items: center;
  gap: 10px;
}
.slider-arrow {
  background-color: #fff;
  border: 0.5px solid #285176;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
  padding: 0;
  position: absolute;
  top: 40%;
  z-index: 10;
  box-shadow: none;
}
.slider-arrow:hover {
  background-color: #d4edf7;
  border-color: #111;
}
.slider-arrow:hover svg {
  color: #285176;
}
.slider-arrow svg {
  width: 1rem;
  height: 1rem;
  color: #285176;
  transition: color 0.25s ease;
}
.slider-arrow--disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.slider-prev {
  left: 25px;
  transform: translate(-50%, -50%);
}
.slider-next {
  right: 25px;
  transform: translate(50%, -50%);
}
._unbxd_recs-slider__item img {
  width: 100%;
  height: 336px;
  object-fit: cover;
  display: block;
}
.nn-product-slider-item-image .slideshow-control {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.nn-product-slider-item-image:hover .slideshow-control {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
h3.unbxd-recs-title {
  font-size: 14px;
  font-weight: 500;
  font-family:
    Calibre,
    system_ui,
    -apple-system,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    'Noto Sans',
    'Liberation Sans',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  text-align: center;
  line-height: unset;
  text-shadow: none;
  letter-spacing: normal;
  text-transform: none;
  color: rgba(17, 17, 17, 1);
  padding: 0;
}
.unbxd-recs-price {
  font-size: 12px;
  font-weight: 600;
  font-family:
    Calibre,
    system_ui,
    -apple-system,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    'Noto Sans',
    'Liberation Sans',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  text-align: center;
  line-height: unset;
  text-shadow: none;
  letter-spacing: normal;
  text-transform: none;
  color: rgba(17, 17, 17, 1);
  padding: 0 3px 0 3px;
}
.nn-product-slider-item-body.pt-12 {
  width: 100%;
  text-align: center;
  align-items: center;
}
._unbxd_item_discount_text,
._unbxd_original_price_container,
._unbxd_strike_through_container {
  margin: 2px;
}
._unbxd_recs-slider,
._unbxd_recs-slider-heading {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', sans-serif;
}
._unbxd_recs-slider {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  cursor: grab;
  gap: 10px;
}
._unbxd_recs-slider.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}
._unbxd_recs-slider.is-momentum {
  scroll-behavior: auto;
  scroll-snap-type: none;
}
._unbxd_recs-slider::-webkit-scrollbar {
  display: none;
}
._unbxd_recs-slider-heading {
  display: block;
}
._unbxd_recs-slider__item {
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 0;
  flex: 0 0 calc(25% - 7.5px);
  max-width: calc(25% - 7.5px);
  min-width: calc(25% - 7.5px);
  scroll-snap-align: start;
  text-align: center;
  margin-bottom: 28px !important;
  position: relative;
  list-style: none;
}
._unbxd_recs-slider-container {
  margin-top: 8px;
  overflow: visible;
  width: 100%;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  height: 563px;
  box-sizing: border-box;
}
.unbxd-recs-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
  z-index: 0;
}
._unbxd_recs-slider-btn {
  background-color: #fff;
  border-width: 0;
  border-radius: 3px;
  box-shadow: -3px 0 6px -3px rgba(68, 88, 112, 0.3);
  cursor: pointer;
  height: 65px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 1;
}
._unbxd_recs-slider-btn img {
  padding: 16px 5px;
}
._unbxd_rex-slider--prev {
  left: 5px;
}
._unbxd_rex-slider--next {
  right: 5px;
}
._unbxd_recs_product_details {
  display: block;
  margin-top: 4px;
  height: 112px;
}
._unbxd_recs-slider__content {
  margin-top: 5px;
  margin-bottom: 0;
  width: inherit;
  overflow: hidden;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
}
._unbxd_content--ratings .recs-star {
  height: 15px;
  width: 15px;
}
._unbxd_content--ratings .recs-star img {
  height: inherit;
  width: inherit;
  margin: 0;
}
._unxbd_slider_hide {
  opacity: 0;
}
._unbxd_rating-item {
  display: inline-block;
  margin-top: 2px;
}
.unbxd--action--buttons {
  display: block;
}
.unbxd--action--buttons > a {
  position: absolute;
  background: #ffff;
  border-radius: 50%;
  padding: 4%;
  width: 25px;
}
.unbxd--like {
  bottom: 132px;
  left: 9px;
}
.unbxd--dislike {
  bottom: 132px;
  right: 9px;
}
.unbxd--share {
  top: 15px;
  left: 9px;
}
.unbxd--wishlist {
  top: 15px;
  right: 9px;
}
.unbxd-recs-price span.price {
  color: red;
}
h1#_unbxd_recs-slider-heading {
  font-family: h1;
  font-size: 2em;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 1em;
}
@media (min-width: 768px) and (max-width: 1023px) {
  div#_unbxd_recs-slider,
  ._unbxd_recs-slider-container {
    height: 350px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  div#_unbxd_recs-slider,
  ._unbxd_recs-slider-container {
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slider-arrow {
    top: 30%;
  }
  .slider-prev {
    transform: translate(-50%, -50%);
  }
  .slider-next {
    right: 35px;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 767px) {
  .unbxd-recs-slider {
    overflow-x: visible;
    overflow-y: visible;
  }
  .unbxd-recs-slider ._unbxd_recs-slider {
    scrollbar-width: thin;
    scrollbar-color: rgba(17, 17, 17, 0.35) rgba(17, 17, 17, 0.08);
    -ms-overflow-style: auto;
  }
  .unbxd-recs-slider ._unbxd_recs-slider::-webkit-scrollbar {
    display: block;
    height: 8px;
  }
  .unbxd-recs-slider ._unbxd_recs-slider::-webkit-scrollbar-track {
    background: rgba(17, 17, 17, 0.08);
    border-radius: 4px;
  }
  .unbxd-recs-slider ._unbxd_recs-slider::-webkit-scrollbar-thumb {
    background: rgba(17, 17, 17, 0.35);
    border-radius: 4px;
  }
  .unbxd-recs-slider ._unbxd_recs-slider::-webkit-scrollbar-thumb:hover {
    background: rgba(17, 17, 17, 0.5);
  }
  .unbxd-recs-slider ._unbxd_recs-slider-container {
    padding-left: 8px;
    padding-right: 8px;
    min-height: 0;
    height: auto;
  }
  .unbxd-recs-slider ._unbxd_recs-slider-container #_unbxd_recs-slider,
  div#_unbxd_recs-slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    min-height: 0;
  }
  div#_unbxd_recs-slider ._unbxd_recs-slider__item {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    min-width: calc(50% - 5px);
  }
  .unbxd-recs-slider .slider-arrow,
  .unbxd-recs-slider .slider-prev,
  .unbxd-recs-slider .slider-next {
    display: none !important;
  }
}
.unbxd-as-wrapper {
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  font-family:
    Brown,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    Liberation Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  padding: 15px;
  margin-top: 0;
  box-shadow: none !important;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.unbxd-as-maincontent .unbxd-view-more-container {
  display: none;
}
body.unbxd-scroll-lock {
  overflow: hidden;
}
.unbxd-as-wrapper ul li.unbxd-as-header,
.unbxd-as-wrapper ul li.unbxd-as-header:hover {
  background-color: #fff !important;
}
.unbxd-as-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000001;
}
.unbxd-close-button {
  border: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  color: #333;
  transition: all 0.2s ease;
}
.unbxd-close-button:hover {
  background: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.unbxd-close-button:active {
  transform: scale(0.95);
}
.unbxd-close-button svg {
  width: 12px;
  height: 12px;
  color: #000 !important;
}
.unbxd-as-wrapper .unbxd-as-maincontent {
  color: black;
  width: 30% !important;
  padding-left: 20px;
  padding-right: 20px;
}
.unbxd-as-popular-product:hover,
.unbxd-as-popular-product-header,
.unbxd-view-more-container.unbxd-as-view-more {
  background-color: #ffff !important;
}
.unbxd-as-header {
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px !important;
}
.unbxd-as-help-block {
  margin-top: 16px;
  width: 100%;
}
.unbxd-as-help-block-li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.unbxd-as-help-block .search-flyout__title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 8px 0;
}
.unbxd-as-help-block .search-flyout__links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.unbxd-as-help-block .search-flyout__links-list a {
  font-size: 13px;
  color: #000;
  text-decoration: underline;
}
.unbxd-as-sidecontent {
  border: none !important;
  background-color: #fff !important;
}
.unbxd-as-extra-right .unbxd-as-sidecontent {
  width: 100% !important;
}
.unbxd-as-extra-left:has(.unbxd-as-maincontent) .unbxd-as-sidecontent {
  width: 70% !important;
}
.unbxd-as-sidecontent + .unbxd-as-maincontent {
  border: none !important;
}
.unbxd-as-wrapper .unbxd-as-popular-product {
  display: inline-block;
  width: calc(25% - 10px);
  max-width: 300px;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
}
.unbxd-as-popular-product .unbxd-as-popular-product-image-container {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  float: none !important;
}
.unbxd-as-popular-product .unbxd-as-popular-product-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unbxd-as-popular-product-info .quick-search-results__title {
  margin-top: 5px;
}
.unbxd-as-popular-product-name .product-search-title {
  font-size: 14px !important;
  color: black;
}
.unbxd-as-wrapper ul li .unbxd-as-popular-product-name {
  padding: 0 !important;
}
.unbxd-as-popular-product .unbxd-as-popular-product-info {
  margin-top: 0 !important;
  max-height: none !important;
}
.unbxd-as-popular-product-name.popular-title {
  margin-top: 6px !important;
  margin-bottom: 4px;
}
.quick-search-results__title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unbxd_product-image img {
  max-height: 200px;
  min-height: 200px;
  object-fit: contain;
}
.product-card__compare-price {
  margin-left: 5px;
  text-decoration: line-through;
}
.unbxd-as-wrapper .unbxd-view-more-container {
  position: absolute;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 10px 80px;
  font-size: 12px;
  line-height: 15px;
  color: black;
  margin-bottom: 10px;
  font-family: 'AzoSans', Helvetica, Arial, sans-serif;
  margin-top: 95px;
  top: -70px !important;
  right: 30px !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
}
.unbxd-as-maincontent:has(.unx-no-result) {
  width: 100% !important;
}
.unbxd-top-queries-pills-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 4px 0 8px 0;
  list-style: none;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.unbxd-top-queries-pills-row,
.unbxd-top-queries-pills-row:hover {
  background-color: transparent !important;
}
.unbxd-as-keysuggestion[data-type='TOP_SEARCH_QUERIES'] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: 1px solid #000;
  color: #000;
  padding: 6px 10px;
  letter-spacing: 0.195px;
  line-height: 18px;
  border-radius: 25px;
  font-family: soleil, Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  text-transform: capitalize;
  box-sizing: border-box;
  min-height: 32px;
  min-width: 90px;
  width: 100%;
}
.unbxd-as-keysuggestion[data-type='TOP_SEARCH_QUERIES']::first-letter {
  text-transform: uppercase;
}
li.unbxd-as-keysuggestion[data-type='KEYWORD_SUGGESTION'] {
  border-bottom: 1px solid #cccc !important;
  line-height: 20px;
  padding: 14px 40px 14px 12px !important;
}
@media (max-width: 992px) {
  .unbxd-as-wrapper {
    left: 0 !important;
    display: block;
    height: auto;
    max-height: calc(100vh - 150px);
    max-height: calc(100svh - 150px - env(safe-area-inset-bottom, 0));
    max-height: calc(100dvh - 150px - env(safe-area-inset-bottom, 0));
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    padding-bottom: calc(10px+env(safe-area-inset-bottom, 0));
    overscroll-behavior: contain;
    touch-action: pan-y;
  }
  body.unbxd-scroll-lock {
    overflow: hidden;
  }
  .unbxd-as-popular-product-header {
    margin-top: 15px;
  }
  .unbxd-as-wrapper .unbxd-as-maincontent {
    display: block !important;
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .unbxd-as-wrapper .unbxd-as-maincontent.unbxd-as-mobile-view {
    display: block !important;
    overflow-y: visible;
    overflow-x: hidden;
    max-height: none;
  }
  .unbxd-as-wrapper .unbxd-as-popular-product-header {
    width: 100%;
  }
  .unbxd-as-wrapper .unbxd-as-popular-products-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
  }
  .unbxd-as-wrapper .unbxd-as-popular-product {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px);
    max-width: none;
    scroll-snap-align: start;
    box-sizing: border-box;
  }
  .unbxd-as-wrapper .unbxd-as-popular-products-row .unbxd-as-popular-product {
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px);
    scroll-snap-align: start;
  }
  .unbxd-as-popular-product .unbxd-as-popular-product-image-container {
    aspect-ratio: 3 / 4;
    width: 100%;
    padding-top: 0;
  }
  .unbxd-as-popular-product .unbxd-as-popular-product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .unbxd-top-queries-pills-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .header .modal--search .modal__dialog:has(.unbxd-as-wrapper) {
    overflow: visible !important;
  }
  .unbxd-as-maincontent .unbxd-view-more-container {
    display: block !important;
  }
  .unbxd-as-wrapper .unbxd-view-more-container {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    margin-top: 12px !important;
    padding: 0 !important;
    height: auto !important;
    width: 100% !important;
    display: block !important;
  }
  .unbxd-as-wrapper .unbxd-view-more-container .search-flyout__links-list {
    flex-direction: column;
    gap: 10px;
  }
}
.unbxd-as-help-block-li ul.search-flyout__links-list li {
  padding: 4px 0;
}
.unbxd-as-wrapper li.unbxd-as-popular-product {
  padding: 4px 5px;
}
.unbxd-as-header.unbxd-as-popular-product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 30px;
}
.unbxd-as-header.unbxd-as-top-queries-header {
  margin-top: 10px;
}
.unbxd-see-all-btn {
  margin-right: 10px;
  font-size: 14px;
  text-transform: none;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  z-index: 10;
  flex-shrink: 0;
  text-decoration: underline;
}
div.ns-autocomplete,
.quick-search-results {
  display: none !important;
}
.header .modal--search .modal__dialog:has(.unbxd-as-wrapper) {
  overflow-y: visible !important;
}
@media screen and (min-width: 992px) {
  .unbxd-as-wrapper {
    height: 500px;
    max-height: 500px;
  }
  .unbxd-as-maincontent .unbxd-as-help-block-li {
    opacity: 0;
    max-height: 15px;
  }
  .unbxd-as-sidecontent .unbxd-as-help-block-li {
    margin-top: 15px;
  }
}
.unbxd-as-sidecontent .unbxd-as-help-block-li:hover {
  background-color: #fff;
}
@media screen and (min-width: 1680px) {
  .unbxd-as-sidecontent .unbxd-as-help-block-li {
    margin-top: 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1281px) {
  .unbxd-as-wrapper {
    max-height: 450px !important;
  }
}
@media screen and (min-width: 1280px) {
}
.unbxd-as-wrapper:not(:has(.unbxd-as-sidecontent)) .unbxd-as-maincontent {
  width: 100% !important;
  margin-bottom: 25px !important;
}
.unbxd-as-wrapper:not(:has(.unbxd-as-sidecontent)) .unbxd-as-maincontent .unbxd-as-help-block-li {
  opacity: 1;
}
.unbxd-as-wrapper.unbxd-as-overall-autosuggest ul li.unbxd-ac-selected {
  background-color: #d4edf7;
}
.unbxd-as-wrapper ul li:hover {
  background-color: #fff;
}
.unbxd-as-wrapper li:has(.unbxd-as-no-results) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.unbxd-as-no-results {
  padding: 40px 16px;
  text-align: center;
  color: #666;
  font-size: 14px;
  width: 100%;
}
.unbxd-as-no-results strong {
  color: #333;
}
