@charset "UTF-8";
#html-body #vue-plp .header.center {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.4s;
}

#html-body.filters-open #vue-plp .header.center, #html-body.filters-open #vue-plp #sortFilter {
  opacity: 0 !important;
  transition: opacity 0.2s ease-in !important;
}
#html-body.filters-open #vue-plp #sortFilter {
  margin-top: 26px;
}
#html-body.filters-open #vue-plp .facets-wrapper .ais-Hits {
  opacity: 0 !important;
  transition: opacity 0.2s ease-in !important;
}

@media (min-width: 992px) {
  .facets-wrapper {
    display: flex;
  }
}
@media (max-width: 991px) {
  .facets-wrapper .ais-Hits {
    opacity: 1;
    transition: opacity 0.2s ease-out 0.4s;
  }
}

@media (min-width: 992px) {
  #top-refinements-target {
    display: flex;
    align-items: flex-end;
  }
}
#top-refinements-target .current-refinements-wrapper {
  display: flex;
  align-items: baseline;
}
#top-refinements-target .current-refinements-wrapper > b {
  white-space: nowrap;
  margin-right: 5px;
}
#top-refinements-target .ais-CurrentRefinements-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #top-refinements-target .ais-CurrentRefinements-list {
    margin: 0;
  }
}
#top-refinements-target .ais-CurrentRefinements-list .ais-CurrentRefinements-item {
  display: flex;
}
@media (min-width: 992px) {
  #top-refinements-target .ais-CurrentRefinements-list .ais-CurrentRefinements-item {
    flex-wrap: wrap;
  }
  #top-refinements-target .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category {
    margin-top: 10px !important;
  }
}
#top-refinements-target .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category {
  border: 1px solid #0088ce;
  border-radius: 25px;
  background: #e9f3f8;
  padding: 0 10px;
  margin: 0 4px;
  transition: 0.24s ease;
  display: flex;
  align-items: center;
  appearance: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
@media (max-width: 991px) {
  #top-refinements-target .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category {
    flex-wrap: nowrap;
  }
}
#top-refinements-target .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category:hover {
  box-shadow: 0 0 10px #c6c6c6;
}
#top-refinements-target .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category .ais-CurrentRefinements-categoryLabel {
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 991px) {
  body.filters-open main {
    background: #f3f3f3;
  }
  body.filters-open #product-filters {
    transform: translateX(0) !important;
  }
  #top-refinements-target .ais-CurrentRefinements-list {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
}
#top-clear-refinements-target .ais-ClearRefinements {
  height: 100%;
}
#top-clear-refinements-target .ais-ClearRefinements button {
  height: 100%;
  white-space: nowrap;
}
@media (max-width: 991px) {
  #top-clear-refinements-target .ais-ClearRefinements button {
    margin-left: 5px;
  }
}

#product-filters {
  margin-right: 16px;
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  width: 300px;
  min-width: 200px;
}
@media (max-width: 991px) {
  #product-filters {
    width: 100%;
    margin: 0;
    position: fixed;
    z-index: 2;
    background: #f3f3f3;
    top: 189px;
    left: 0 !important;
    transform: translateX(-105%);
    height: 100%;
    transition: 0.74s ease;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  #product-filters:has(.productFiltersPanel.active) {
    display: flex;
  }
}
#product-filters .ais-RefinementList-count, #product-filters .ais-HierarchicalMenu-count {
  display: inline-block;
  font-weight: 300;
  color: #595959;
  margin-left: 8px;
  font-size: 14px;
  letter-spacing: 1.3px;
  float: right;
  margin-right: 16px;
}
#product-filters .ais-RefinementList-count {
  font-weight: 400;
  font-size: 16px;
}
#product-filters .ais-HierarchicalMenu-count::before {
  content: "(";
}
#product-filters .ais-HierarchicalMenu-count::after {
  content: ")";
}

/*Shop By Technology Section*/
.jpp-search-wrapper-template #top-technology-refinements-target {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.4s;
}
.jpp-search-wrapper-template #top-technology-refinements-target h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
.jpp-search-wrapper-template #top-technology-refinements-target ul {
  display: flex;
  justify-content: flex-start;
  padding: 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 5px;
}
.jpp-search-wrapper-template #top-technology-refinements-target ul li {
  margin: 10px 20px;
  transition: all 0.24s ease;
  cursor: pointer;
  align-items: center;
  width: 120px;
  min-width: 120px;
  height: 122px;
  max-height: 122px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 5px;
  border: 1px solid rgba(211, 211, 211, 0.4);
  padding: 0;
}
.jpp-search-wrapper-template #top-technology-refinements-target ul li:first-of-type {
  margin-left: 10px;
}
.jpp-search-wrapper-template #top-technology-refinements-target ul li:last-of-type {
  margin-right: 10px;
}
.jpp-search-wrapper-template #top-technology-refinements-target ul li:hover {
  box-shadow: 0 0 10px 3px rgb(231, 231, 231);
  transform: scale(1.04) translateZ(0);
  border: 1px solid #0088ce;
}
.jpp-search-wrapper-template #top-technology-refinements-target ul li.isSelected {
  background: #0088CE;
}
.jpp-search-wrapper-template #top-technology-refinements-target ul li.isSelected p {
  color: #fff;
}
.jpp-search-wrapper-template #top-technology-refinements-target ul li.isSelected img {
  filter: brightness(0) invert(1);
}
.jpp-search-wrapper-template #top-technology-refinements-target ul li button {
  border: 0;
  background: none;
  padding: 13px 6px;
  cursor: pointer;
  appearance: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.jpp-search-wrapper-template #top-technology-refinements-target ul li img {
  user-select: none;
  width: 50px;
}
.jpp-search-wrapper-template #top-technology-refinements-target ul li p {
  margin: 10px 0 8px;
  user-select: none;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .jpp-search-wrapper-template {
    position: static;
  }
}

.filters-open .jpp-search-wrapper-template #top-technology-refinements-target {
  opacity: 0 !important;
  transition: opacity 0.2s ease-in !important;
}

#sortFilter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  opacity: 1;
}
@media (min-width: 992px) {
  #sortFilter #top-clear-refinements-target .ais-ClearRefinements {
    display: flex;
    flex-direction: column;
    margin-right: 5px;
    justify-content: space-between;
  }
  #sortFilter #top-clear-refinements-target .ais-ClearRefinements > b {
    white-space: nowrap;
    margin-top: 18px;
  }
  #sortFilter #top-clear-refinements-target .ais-ClearRefinements button {
    max-width: 90px;
    height: auto;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  #sortFilter {
    justify-content: space-between;
    transition: opacity 0.2s ease-out 0.4s;
  }
}

.noDiv {
  margin-right: auto;
  width: 140px;
  visibility: hidden;
}
@media (max-width: 768px) {
  .noDiv {
    margin-right: 0;
    width: 0;
  }
}

.ais-SortBy {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
}

.ais-SortBy-select, .ais-ClearRefinements button, .ais-CurrentRefinements-category, .ais-HierarchicalMenu-showMore, .ais-RefinementList button {
  height: 36px;
  line-height: 34px;
  user-select: none;
  padding: 0 12px;
  background: #f5f5f5;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  position: relative;
  color: #353535;
  font-weight: 700;
  transition: all 0s, border 0.24s ease, background 0.24s ease, color 0.24s ease;
  display: inline-block;
  font-size: 15px;
  margin: 4px;
  cursor: pointer;
}

.ais-ClearRefinements button {
  background: #0088ce;
  color: #fff;
  padding: 9px 14px;
  display: flex;
  height: unset;
  align-items: center;
  justify-content: center;
  line-height: unset;
  border-radius: 5px;
  transition: 0.24s ease;
  margin: 0;
}

.ais-ClearRefinements-button:hover {
  filter: brightness(1.05);
}

.ais-SortBy-select {
  height: 42px !important;
  width: 200px;
  margin: 0 !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.7" height="10.188" viewBox="0 0 15.7 10.188"><g id="_69" data-name=" 69" transform="translate(-683 -702)"><path id="Path_36" data-name="Path 36" d="M9.85,12.188,2,4.338,4.338,2,9.85,7.512,15.362,2,17.7,4.338Z" transform="translate(681 700)" fill="%23022"/></g></svg>');
  background-position: right 1rem center, 0 0;
  background-repeat: no-repeat;
  background-size: 15px, auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
}
@media (max-width: 991px) {
  .ais-SortBy-select {
    width: 150px;
  }
}

.ais-SortBy-option {
  background: #fff;
}

.ais-RangeInput-submit {
  background: #0088CE;
  border: 1px solid #0088CE;
  border-radius: 4px;
  color: #FFFFFF;
  text-transform: uppercase;
  height: 34px;
  width: 38px;
  margin-left: 8px;
}

.ais-RangeInput-label {
  font-weight: 300;
}
.ais-RangeInput-label input {
  border: 1px solid #595959 !important;
  border-radius: 4px !important;
  background: #FFFFFF !important;
  height: 33px !important;
  width: 66px;
  text-indent: 10px !important;
  font-weight: 300 !important;
}

.ais-RangeInput-form {
  padding-bottom: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

.ais-RangeInput-label:before {
  content: "$";
  display: inline-block;
  left: 15px;
  position: relative;
  z-index: 1;
}

.ais-RangeInput {
  margin-top: 10px;
}

.ais-RangeInput-separator {
  display: none;
}

.ais-CurrentRefinements-category {
  font-size: 13px !important;
  background: #d9d9d9;
  border: none;
  border-radius: 5px;
  padding: 2px 14px;
  margin: 8px;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .ais-CurrentRefinements-category {
    margin-left: 0;
  }
}

.ais-CurrentRefinements-category:hover {
  background: #bfbfbf;
}

.ais-HierarchicalMenu-showMore--disabled {
  display: none;
}

.ais-HierarchicalMenu-showMore, .ais-RefinementList button {
  height: 28px;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}

.toggle-panel .ais-Panel-header div, .toggle-panel .ais-Panel-header > button {
  border: none;
}
.toggle-panel .ais-Panel-body {
  border-bottom: 1px solid #595959;
}

@media (max-width: 991px) {
  .price-panel {
    margin-bottom: 40px;
  }
}
.price-panel .ais-Panel-header div, .price-panel .ais-Panel-header > button {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .price-panel .ais-Panel-header div, .price-panel .ais-Panel-header > button {
    margin-top: 0;
  }
}

.ais-ToggleRefinement-label {
  align-items: center;
  cursor: pointer;
  display: flex;
}

.ais-ToggleRefinement-count {
  display: none;
}

.ais-ToggleRefinement-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(65, 66, 71, 0.08);
  background: #f5f5fa;
  border-radius: 9999px;
  box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.4);
  height: 18px;
  pointer-events: none;
  position: relative;
  width: 32px;
  margin-right: 10px;
}

.ais-ToggleRefinement-checkbox::after {
  background: #595959;
  border-radius: 9999px;
  content: "";
  height: 16px;
  left: 1px;
  position: absolute;
  top: 1px;
  transition: all 100ms ease-in-out;
  width: 16px;
}

.ais-ToggleRefinement-checkbox:checked {
  background: #0088CE;
  box-shadow: inset 0 1px 4px 0 rgba(35, 38, 59, 0.1);
}

.ais-ToggleRefinement-checkbox:checked::after {
  background: #f5f5fa;
  transform: translateX(14px);
}

.ais-ToggleRefinement-labelText {
  font-size: 16px;
}

.dealsPanelToggle {
  display: none;
  align-items: center;
  cursor: pointer;
}

.ais-Panel--noRefinement {
  display: none;
}

.ais-RefinementList-checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #595959;
  box-shadow: none;
  place-content: center;
  margin: 2px 8px 2px 0;
}

.ais-RefinementList-checkbox:checked::before {
  transform: scale(1);
}

.ais-RefinementList-checkbox::before {
  content: " ";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9.3" height="6.651" viewBox="0 0 9.3 6.651"><path id="Path_208" data-name="Path 208" d="M4,6.651l-4-4L1.293,1.355,4,4l4-4L9.3,1.293Z" fill="%23fff"/></svg>');
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  left: -1px;
  top: -1px;
  text-align: center;
  background-color: #0088CE;
  border-color: #0088CE;
  font-size: 10px;
  height: 16px;
  width: 16px;
  transform: scale(0);
}

.ais-RefinementList-label {
  display: flex;
  flex-direction: row;
  margin: 15px 0;
  cursor: pointer;
}
.ais-RefinementList-label :hover {
  color: #0088ce !important;
}

.ais-HierarchicalMenu-label:hover {
  color: #0088ce !important;
}

.ais-HierarchicalMenu-count:hover {
  color: #0088ce !important;
}

.ais-Panel .ais-RefinementList-list, .ais-RefinementList-searchBox, .ais-ToggleRefinement-label, .ais-NumericMenu-list, .ais-RangeInput-form, .ais-HierarchicalMenu {
  display: none;
}

.ais-Panel {
  width: 100%;
}

.ais-Panel-header {
  cursor: pointer;
}
.ais-Panel-header div, .ais-Panel-header > button {
  font-size: 18px !important;
  text-transform: uppercase;
  padding-bottom: 16px;
  font-weight: bold;
  border-bottom: 1px solid #595959;
}
.ais-Panel-header div svg, .ais-Panel-header > button svg {
  float: right;
  margin-top: 3px;
}
.ais-Panel-header > button {
  border: 0;
  border-bottom: 1px solid #595959;
  background: none;
  padding: 0;
  padding-bottom: 16px;
  cursor: pointer;
  appearance: none;
  width: 100%;
  text-align: left;
  font-family: inherit;
  color: inherit;
}
@media (max-width: 991px) {
  .ais-Panel-header .mobile-filter-close {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ais-Panel-header .mobile-filter-close > div {
    padding: 0;
    border: none;
  }
  .ais-Panel-header .mobile-filter-close .mobile-filter-close-button {
    border: 0;
    background: none;
    padding: 0;
    appearance: none;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    left: 5px;
  }
  .ais-Panel-header .mobile-filter-close .mobile-filter-close-button img {
    pointer-events: none;
  }
}

@media (max-width: 991px) {
  .ais-CurrentRefinements .ais-CurrentRefinements-list {
    margin: 10px 0 15px 0;
  }
  .ais-CurrentRefinements .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category:nth-of-type(1) {
    margin-left: 0;
  }
  .ais-CurrentRefinements--noRefinement .ais-CurrentRefinements-list {
    margin: 0;
  }
}
.ais-Panel-body {
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .active-overlay {
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: all 0s, opacity 0.64s ease !important;
    z-index: 5 !important;
  }
}

.mobile-overlay {
  position: fixed;
  content: "";
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: all 0.24s ease, width 0s, height 0s;
}

.activePanel {
  display: block !important;
  margin-bottom: 22px !important;
}

.activeSearchbarPanel {
  display: block !important;
}

.activeTogglePanel {
  display: flex !important;
  padding-bottom: 22px;
}

.activePricePanel {
  display: block !important;
}

.activePriceRangePanel {
  display: block !important;
  border-bottom: 1px solid #595959;
  padding-bottom: 22px;
}

.ais-CurrentRefinements {
  display: flex;
  flex-direction: column;
}

.ais-CurrentRefinements-list {
  padding-left: 0;
}

.ais-CurrentRefinements-delete {
  border: none;
  padding: 0 8px 0 0;
  background: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: rgb(53, 53, 53);
}

.ais-CurrentRefinements-categoryLabel {
  font-weight: 700;
}

.ais-HierarchicalMenu, .ais-RefinementList {
  margin-bottom: 16px;
}

.ais-HierarchicalMenu-list, .ais-RefinementList-list, .ais-NumericMenu-list {
  margin-bottom: 0;
  padding-left: 5px;
}

.ais-HierarchicalMenu-list--child {
  padding-left: 30px !important;
}

.ais-RefinementList-list, .ais-HierarchicalMenu-list:not(.ais-HierarchicalMenu-list--child) {
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.1) #F7F7F7; /* thumb and track color */
}

.ais-RefinementList-list::-webkit-scrollbar {
  width: 12px;
}

.ais-RefinementList-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.ais-RefinementList-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.ais-RefinementList-list::-webkit-scrollbar-track {
  background-color: #F7F7F7;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .ais-RefinementList-item:nth-of-type(1) .ais-RefinementList-label {
    margin-top: 0;
  }
}
.ais-HierarchicalMenu-list::-webkit-scrollbar {
  width: 12px;
}

.ais-HierarchicalMenu-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.ais-HierarchicalMenu-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.ais-HierarchicalMenu-list::-webkit-scrollbar-track {
  background-color: #F7F7F7;
  border-radius: 5px;
}

.ais-RefinementList-searchBox label {
  left: 8px;
  z-index: 1;
  top: 24px;
}
.ais-RefinementList-searchBox input {
  border: 1px solid #595959 !important;
  border-radius: 4px !important;
  background: #FFFFFF !important;
  height: 28px !important;
  width: 88%;
  margin-top: 0;
  text-indent: 20px !important;
  display: flex;
  margin-bottom: 8px;
}

.ais-HierarchicalMenu-item {
  margin-bottom: 0;
}

.ais-HierarchicalMenu-link {
  color: inherit;
  text-decoration: none;
}

.ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link > .ais-HierarchicalMenu-label {
  font-weight: 700;
}

.ais-HierarchicalMenu-label, .ais-NumericMenu-labelText {
  color: #595959;
  font-size: 16px;
  display: inline-flex;
  width: 62%;
  font-weight: 300;
}

.ais-RefinementList-labelText {
  color: #595959;
  font-size: 17px;
  width: 62%;
  vertical-align: middle;
  font-weight: 400;
}

.inner-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    min-width: 0;
  }
  .inner-wrapper.productFiltersPanel {
    max-width: 96%;
    width: 1500px;
    margin: 0 auto;
    display: flex;
    background: #f3f3f3;
    transition: 0.6s ease;
    z-index: 500;
    max-height: 80%;
    height: fit-content;
    flex-direction: column;
    right: 0;
    padding: 10px 6px 6px;
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .inner-wrapper.productFiltersPanel::-webkit-scrollbar {
    width: 0;
  }
  .inner-wrapper.productFiltersPanel.active + .background {
    opacity: 1;
    pointer-events: auto;
  }
  .inner-wrapper.productFiltersPanel .title-area {
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 13px;
    height: 46px;
    margin-top: -6px;
    margin-left: -6px;
    width: calc(100% + 12px);
    margin-bottom: 6px;
  }
  .inner-wrapper.productFiltersPanel .title-area a.back-arrow {
    display: inline-block;
    padding: 4px;
    transform: translateX(-4px) translateY(1px);
  }
  .inner-wrapper.productFiltersPanel .title-area a.back-arrow svg {
    pointer-events: none;
  }
  .inner-wrapper.productFiltersPanel .title-area span {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    user-select: none;
    line-height: 46px;
    display: inline-block;
    pointer-events: none;
  }
  .inner-wrapper.productFiltersPanel .filter, .inner-wrapper.productFiltersPanel .ais-SortBy {
    width: calc(100% - 10px);
    background: #fff;
  }
  .inner-wrapper.productFiltersPanel .filter .filter-option, .inner-wrapper.productFiltersPanel .filter .ais-SortBy-select, .inner-wrapper.productFiltersPanel .ais-SortBy .filter-option, .inner-wrapper.productFiltersPanel .ais-SortBy .ais-SortBy-select {
    background: #fff;
  }
  .inner-wrapper.productFiltersPanel .filter {
    order: 3;
  }
  .inner-wrapper.productFiltersPanel .ais-SortBy {
    order: 2;
  }
  .inner-wrapper.productFiltersPanel + .background {
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    background: rgba(2, 2, 2, 0.5);
    position: fixed;
    content: "";
    z-index: 400;
    transition: 0.6s ease 0.2s;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .inner-wrapper > .filter, .inner-wrapper > .ais-SortBy, .inner-wrapper .ais-NumericMenu {
    width: calc(20% - 10px);
    min-width: calc(20% - 10px);
  }
}
@media (max-width: 991px) {
  .inner-wrapper > .ais-NumericMenu {
    margin: 5px;
  }
  .inner-wrapper > .ais-NumericMenu .filter {
    margin: 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .inner-wrapper > .ais-NumericMenu .filter {
    width: calc(100% - 5px);
  }
}

.filter-options-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 42px;
  line-height: 34px;
  user-select: none;
  padding: 0 12px;
  background: #f5f5f5;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  position: relative;
  color: #353535;
  font-weight: 700;
  transition: all 0s, border 0.24s ease, background 0.24s ease, color 0.24s ease;
  font-size: 15px;
}
.filter-options-toggle:hover {
  background: #e2e2e2;
}

.apply-filters {
  position: absolute;
  bottom: 10px;
  font-size: 13.5px;
  width: calc(100% - 20px);
  left: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  background: #0088ce;
  color: #fff;
  border: 0px solid transparent;
}

.product-filters-closed .ais-Panel-header {
  white-space: nowrap;
}

main:has(#vue-plp) > .breadcrumbs {
  margin-bottom: 0;
}

.bottom-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.ais-Pagination-item--selected .ais-Pagination-link {
  border-color: #d6d6e7 !important;
  box-shadow: rgba(119, 122, 175, 0.4) 0 1px 4px 0 inset, rgba(119, 122, 175, 0.4) 0 1px 1px 0 inset, rgba(35, 38, 59, 0.05) 0 1px 0 0 !important;
  background: #0088ce !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
}

.ais-Pagination-link:active {
  border-color: #d6d6e7 !important;
  box-shadow: rgba(119, 122, 175, 0.4) 0 1px 4px 0 inset, rgba(119, 122, 175, 0.4) 0 1px 1px 0 inset, rgba(35, 38, 59, 0.05) 0 1px 0 0 !important;
}

.ais-Pagination-item--disabled .ais-Pagination-link {
  background-image: linear-gradient(-180deg, #fff, #f5f5fa) !important;
  border-color: #efeff5 !important;
  box-shadow: none !important;
  color: #b6b7d5 !important;
}

.ais-Pagination-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ais-Pagination-list .ais-Pagination-item:not(.ais-Pagination-item--selected):not(.ais-Pagination-item--disabled) .ais-Pagination-link:hover {
  background-image: linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #d6d6e7;
}
.ais-Pagination-list .ais-Pagination-item {
  display: inline-block;
  padding: 0 4px;
}
.ais-Pagination-list .ais-Pagination-item :first-child > .ais-Pagination-link {
  border-radius: 3px 0 0 3px;
}
.ais-Pagination-list .ais-Pagination-item .ais-Pagination-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff, #fcfcfd);
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 400;
  height: 36px;
  justify-content: center;
  line-height: 1.25rem;
  padding: 0 1rem;
  place-items: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#product-results.ais-Hits {
  position: relative;
  z-index: 1;
  width: 1500px;
  max-width: 92%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #product-results.ais-Hits {
    max-width: 100%;
    margin: 0 auto 64px;
  }
}
#product-results.ais-Hits ol {
  display: flex;
  flex-wrap: wrap;
  min-width: calc(100% + 16px);
  transform: translateX(-8px);
  list-style-type: none;
  padding: 0;
}
@media (max-width: 768px) {
  #product-results.ais-Hits ol {
    min-width: 100%;
    transform: translateX(0);
    padding: 0 8px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  #product-results.ais-Hits ol {
    justify-content: center;
  }
}
#product-results.ais-Hits ol li {
  width: calc(25% - 16px);
  box-shadow: none;
  padding: 0;
  position: relative;
  margin: 8px;
  min-height: 381px;
}
@media (max-width: 1280px) {
  #product-results.ais-Hits ol li {
    width: calc(33% - 16px);
  }
}
@media (max-width: 991px) {
  #product-results.ais-Hits ol li {
    width: calc(50% - 16px);
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 768px) {
  #product-results.ais-Hits ol li {
    width: 100%;
    min-height: 225px;
    max-height: 225px;
    max-width: 450px;
  }
}
#product-results.ais-Hits ol li .product {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  transition: 0.24s ease;
  background: #fff;
  padding-bottom: 116%;
}
@media (min-width: 992px) and (max-width: 1368px) {
  #product-results.ais-Hits ol li .product {
    padding-bottom: 120%;
  }
}
@media (max-width: 991px) {
  #product-results.ais-Hits ol li .product {
    padding-bottom: 0;
  }
}
#product-results.ais-Hits ol li .product:hover {
  border-color: #0088ce;
  box-shadow: 0 2px 7px rgba(2, 2, 2, 0.12);
}
#product-results.ais-Hits ol li .product a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
}
@media (max-width: 991px) {
  #product-results.ais-Hits ol li .product a {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 480px) {
  #product-results.ais-Hits ol li .product a {
    padding: 14px;
  }
}
#product-results.ais-Hits ol li .product a .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
}
@media (max-width: 991px) {
  #product-results.ais-Hits ol li .product a .content {
    width: 50%;
    justify-content: center;
  }
}
#product-results.ais-Hits ol li .product a .badges-wrapper {
  display: flex;
  z-index: 26;
  flex-wrap: wrap;
}
@media (max-width: 1650px) {
  #product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons:nth-of-type(8) p {
    left: -121px;
  }
  #product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons:nth-of-type(7) p {
    left: -95px;
  }
  #product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons:nth-of-type(6) p {
    left: -71px;
  }
  #product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons:nth-of-type(5) p {
    left: -48px;
  }
  #product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons:nth-of-type(4) p {
    left: -22px;
  }
}
@media (max-width: 820px) and (min-width: 769px) {
  #product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons:nth-of-type(8) p {
    left: -137px;
  }
  #product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons:nth-of-type(7) p {
    left: -112px;
  }
  #product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons:nth-of-type(6) p {
    left: -95px;
  }
  #product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons:nth-of-type(5) p {
    left: -71px;
  }
  #product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons:nth-of-type(4) p {
    left: -48px;
  }
  #product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons:nth-of-type(3) p {
    left: -22px;
  }
}
#product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons {
  margin-top: 5px;
  position: relative;
  transition-delay: 0s;
  transition: 0.24s ease;
  width: 24px;
  margin-right: 3px;
  user-select: none;
}
#product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons:hover {
  transform: scale(1.08);
}
#product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons .attribute-icons-wrapper {
  height: 32px;
}
#product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  transition: 0.24s;
  transition-delay: 0s;
  z-index: -1;
}
#product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons p {
  user-select: none;
  position: absolute;
  top: 20px;
  width: 10vw;
  max-width: 350px;
  min-width: 166px;
  background: #0088ce;
  color: #ffffff;
  z-index: 999;
  border-radius: 5px;
  padding: 5px 10px;
  box-shadow: 0 0 18px rgba(2, 2, 2, 0.24);
  font-weight: 500;
  font-size: 13px;
  transition: 0.24s ease;
  transition-delay: 0s;
}
@media (max-width: 1180px) {
  #product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons p {
    width: 14vw;
  }
}
#product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons p > span {
  display: flex;
  margin-top: 10px;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
#product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons p > span svg {
  margin-right: 5px;
}
@keyframes bounce {
  0%, 25%, 55%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-8px);
  }
  40% {
    transform: translateY(-5.5px);
  }
  70% {
    transform: translateY(-3px);
  }
}
#product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons p > span .bounce {
  animation: bounce 1.2s;
}
#product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons .fade-enter-from {
  transform: translateY(14px);
  transition: 0.24s ease;
  transition-delay: 0s;
}
#product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons .fade-enter-active {
  opacity: 0;
  transition-delay: 0s;
  transition: opacity 0s ease, transform 0s ease;
  transform: translateY(6px);
}
#product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons .fade-leave-from {
  transition: 0.24s ease;
  transform: translateY(14px);
}
#product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons .fade-leave-active {
  transition: 0.24s ease;
  transform: translateY(14px);
}
#product-results.ais-Hits ol li .product a .badges-wrapper .attribute-icons .fade-leave-to {
  transition: 0.24s ease;
  opacity: 0;
}
#product-results.ais-Hits ol li .product .mobile-call-to-action-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#product-results.ais-Hits ol li .product .image {
  height: 40%;
}
@media (max-width: 991px) {
  #product-results.ais-Hits ol li .product .image {
    height: auto;
    margin-right: 10px;
    padding: 10px 10px 10px 0;
  }
}
@media (max-width: 768px) {
  #product-results.ais-Hits ol li .product .image {
    padding: 10px 10px 14px 0;
  }
}
#product-results.ais-Hits ol li .product .image img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
@media (max-width: 768px) {
  #product-results.ais-Hits ol li .product .image img {
    max-width: 95%;
    margin: 0;
  }
}
#product-results.ais-Hits ol li .product .hit-name {
  margin-bottom: 4px;
  text-align: left;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
}
#product-results.ais-Hits ol li .product .hit-name span {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}
@media (max-width: 1200px) {
  #product-results.ais-Hits ol li .product .hit-name span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #product-results.ais-Hits ol li .product .hit-name span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 480px) {
  #product-results.ais-Hits ol li .product .hit-name span {
    font-size: 13px;
  }
}
#product-results.ais-Hits ol li .product .hit-sku {
  color: #777;
  font-size: 10px;
  line-height: 1.2;
  max-height: 25px;
  overflow: auto;
  opacity: 0.8;
  transition: 0.18s ease;
  text-align: left;
}
@media (max-width: 480px) {
  #product-results.ais-Hits ol li .product .hit-sku {
    display: none;
  }
}
#product-results.ais-Hits ol li .product .hit-sku:hover {
  opacity: 1;
}
#product-results.ais-Hits ol li .product .hit-sku:hover::-webkit-scrollbar-thumb {
  background: #0088ce;
}
#product-results.ais-Hits ol li .product .hit-sku::-webkit-scrollbar {
  width: 4px;
}
#product-results.ais-Hits ol li .product .hit-sku::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#product-results.ais-Hits ol li .product .hit-sku::-webkit-scrollbar-thumb {
  background: #0088ce;
}
#product-results.ais-Hits ol li .product .hit-review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 480px) {
  #product-results.ais-Hits ol li .product .hit-review {
    margin: -3px auto 0 0;
  }
}
#product-results.ais-Hits ol li .product .hit-review .rating-summary .rating-result {
  width: auto !important;
  transform-origin: top left;
  transform: scale(0.96);
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 480px) {
  #product-results.ais-Hits ol li .product .hit-review .rating-summary .rating-result {
    transform: scale(0.82);
  }
}
#product-results.ais-Hits ol li .product .hit-review .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
#product-results.ais-Hits ol li .product .hit-review .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #f58220;
  line-height: 28px;
  content: "★" "★" "★" "★" "★";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 23px;
  height: 20px;
  letter-spacing: 0;
}
#product-results.ais-Hits ol li .product .hit-review .rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#product-results.ais-Hits ol li .product .hit-review .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  line-height: 28px;
  content: "★" "★" "★" "★" "★";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 23px;
  height: 20px;
  letter-spacing: 0;
}
#product-results.ais-Hits ol li .product .call-to-action {
  margin: auto 0 0 0;
  background: #F58220;
  color: #fff;
  padding: 7px 12px;
  max-width: 100px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  #product-results.ais-Hits ol li .product .call-to-action {
    bottom: 5px;
  }
}
@media (max-width: 768px) {
  #product-results.ais-Hits ol li .product .call-to-action {
    bottom: 11px;
  }
}
#product-results.ais-Hits ol li .product .hit-price {
  font-size: 16px;
  font-weight: 800;
  margin: auto auto 0 0;
  color: #0088ce;
}
@media (max-width: 991px) {
  #product-results.ais-Hits ol li .product .hit-price {
    margin-top: 5px;
  }
}
#product-results.ais-Hits ol li .product .hit-price span {
  font-size: 16px;
  font-weight: 800;
  margin: auto auto 0 0;
  color: #0088ce;
}
#product-results.ais-Hits ol li .product .hit-clearance-price {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  left: 0;
  margin: 20px 0 0 0;
  text-align: center;
}
@media (max-width: 991px) {
  #product-results.ais-Hits ol li .product .hit-clearance-price {
    top: 15px;
    position: relative;
    bottom: unset;
    left: unset;
  }
}
#product-results.ais-Hits ol li .product .hit-clearance-price .clearance-price {
  order: 2;
  font-size: 16px;
  font-weight: 800;
  color: #0088ce;
  display: inline-block;
  line-height: 24px;
}
@media (max-width: 991px) {
  #product-results.ais-Hits ol li .product .hit-clearance-price .clearance-price {
    margin-right: 10px;
  }
}
#product-results.ais-Hits ol li .product .hit-clearance-price .clearance-price span {
  order: 2;
  font-size: 16px;
  font-weight: 800;
  color: #0088ce;
  display: inline-block;
}
#product-results.ais-Hits ol li .product .hit-clearance-price .default-price {
  font-size: 13px;
  color: #888;
  opacity: 0.8;
  text-decoration: line-through;
  position: absolute;
  bottom: calc(100% - 4px);
}
#product-results.ais-Hits ol li .product .savings {
  order: 3;
  background: linear-gradient(120deg, #68BB5B 0%, #5BBB8B 100%);
  border-radius: 4px;
  color: white !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 8px !important;
  text-align: center;
}
@media (max-width: 991px) {
  #product-results.ais-Hits ol li .product .savings {
    margin-left: 0 !important;
  }
}
#product-results.ais-Hits ol li .product .savings em {
  font-style: normal;
  text-align: center;
}
#product-results.ais-Hits .ais-InfiniteHits-loadMore {
  height: 40px;
  line-height: 41px;
  color: #fff;
  background: #0088ce;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  width: 200px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  border: 0px solid transparent;
  border-radius: 0;
  margin-top: 40px;
  cursor: pointer;
  transition: 0.24s ease;
}
#product-results.ais-Hits .ais-InfiniteHits-loadMore:focus {
  color: #fff;
  background: #0088ce;
  border: 0px solid transparent;
}
#product-results.ais-Hits .ais-InfiniteHits-loadMore:hover {
  filter: brightness(1.1);
  color: #fff;
  background: #0088ce;
  border: 0px solid transparent;
}
#product-results.ais-Hits .ais-InfiniteHits-loadMore.ais-InfiniteHits-loadMore--disabled {
  display: none;
}

#trending-items.ais-Hits > .flickity-viewport {
  transform: none !important;
  padding: 0 !important;
}
#trending-items.ais-Hits.no-flickity {
  height: 240px;
  margin-bottom: 16px;
}
#trending-items.ais-Hits .product {
  border: 1px solid #dfdfdf;
  height: 100%;
  min-height: 240px;
  min-width: 200px;
  width: calc(20% - 16px);
  max-width: 300px;
  margin: 0 8px;
  transition: 0.24s ease;
  background: #fff;
  display: inline-block;
}
#trending-items.ais-Hits .product:hover {
  border-color: #0088ce;
  box-shadow: 0px 2px 7px rgba(2, 2, 2, 0.12);
}
#trending-items.ais-Hits .product a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  padding: 16px;
  height: 100%;
}
#trending-items.ais-Hits .product a .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#trending-items.ais-Hits .product .image {
  height: 50%;
}
@media (max-width: 480px) {
  #trending-items.ais-Hits .product .image {
    margin-bottom: 6px;
  }
}
#trending-items.ais-Hits .product .image img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
@media (max-width: 768px) {
  #trending-items.ais-Hits .product .image img {
    max-width: 95%;
    margin: 0;
  }
}
#trending-items.ais-Hits .product .hit-name {
  text-align: left;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
}
#trending-items.ais-Hits .product .hit-name span {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}
@media (max-width: 1200px) {
  #trending-items.ais-Hits .product .hit-name span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #trending-items.ais-Hits .product .hit-name span {
    font-size: 16px;
  }
}
#trending-items.ais-Hits .product .hit-sku {
  color: #777;
  font-size: 10px;
  line-height: 1.2;
  max-height: 25px;
  overflow: auto;
  opacity: 0.8;
  transition: 0.18s ease;
  text-align: left;
}
@media (max-width: 480px) {
  #trending-items.ais-Hits .product .hit-sku {
    display: none;
  }
}
#trending-items.ais-Hits .product .hit-sku:hover {
  opacity: 1;
}
#trending-items.ais-Hits .product .hit-sku:hover::-webkit-scrollbar-thumb {
  background: #0088ce;
}
#trending-items.ais-Hits .product .hit-sku::-webkit-scrollbar {
  width: 4px;
}
#trending-items.ais-Hits .product .hit-sku::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#trending-items.ais-Hits .product .hit-sku::-webkit-scrollbar-thumb {
  background: #0088ce;
}
#trending-items.ais-Hits .product .hit-price {
  font-size: 16px;
  font-weight: 800;
  align-self: flex-end;
  margin: auto auto 0 0;
  color: #0088ce;
}
@media (max-width: 991px) {
  #trending-items.ais-Hits .product .hit-price {
    margin-top: 5px;
  }
}
#trending-items.ais-Hits .product .hit-price span:not(.savings) {
  font-size: 16px;
  font-weight: 800;
  align-self: flex-end;
  margin: auto auto 0 0;
  color: #0088ce;
}
#trending-items.ais-Hits .product .hit-clearance-price {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 480px) {
  #trending-items.ais-Hits .product .hit-clearance-price {
    bottom: -6px;
    left: 14px;
  }
}
#trending-items.ais-Hits .product .hit-clearance-price .clearance-price {
  order: 2;
  font-size: 16px;
  font-weight: 800;
  color: #0088ce;
  display: inline-block;
}
@media (max-width: 991px) {
  #trending-items.ais-Hits .product .hit-clearance-price .clearance-price {
    margin-right: 10px;
  }
}
#trending-items.ais-Hits .product .hit-clearance-price .clearance-price span {
  order: 2;
  font-size: 16px;
  font-weight: 800;
  color: #0088ce;
  display: inline-block;
}
#trending-items.ais-Hits .product .hit-clearance-price .default-price {
  font-size: 13px;
  color: #888;
  opacity: 0.8;
  text-decoration: line-through;
  position: absolute;
  bottom: calc(100% - 4px);
}
#trending-items.ais-Hits .product .savings {
  order: 3;
  background: linear-gradient(120deg, #68BB5B 0%, #5BBB8B 100%);
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 8px;
}
@media (max-width: 991px) {
  #trending-items.ais-Hits .product .savings {
    margin-left: 0 !important;
  }
}
#trending-items.ais-Hits .product .savings em {
  font-style: normal;
}
#trending-items.ais-Hits .ais-InfiniteHits-loadMore {
  height: 40px;
  line-height: 41px;
  color: #fff;
  background: #0088ce;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  width: 200px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  border: 0px solid transparent;
  border-radius: 0;
  margin-top: 40px;
  cursor: pointer;
  transition: 0.24s ease;
}
#trending-items.ais-Hits .ais-InfiniteHits-loadMore:focus {
  color: #fff;
  background: #0088ce;
  border: 0px solid transparent;
}
#trending-items.ais-Hits .ais-InfiniteHits-loadMore:hover {
  filter: brightness(1.1);
  color: #fff;
  background: #0088ce;
  border: 0px solid transparent;
}
#trending-items.ais-Hits .ais-InfiniteHits-loadMore.ais-InfiniteHits-loadMore--disabled {
  display: none;
}

.jpp-component-slider {
  outline: none;
}

body {
  background: #F4F5F7;
  background: linear-gradient(to bottom, #fff 0%, #F4F5F7 100%);
}
body footer {
  margin-top: 160px !important;
}
@media (max-width: 768px) {
  body footer {
    margin-top: 80px !important;
  }
}
body.filters-open #fc_frame {
  transition: 0.18s ease;
  opacity: 0 !important;
  pointer-events: none !important;
}
body main {
  transition: background-color 0.2s ease-out 0.4s;
}
body main:has(.productFiltersPanel.active) {
  background: #f3f3f3;
  transition: background 0.2s ease-in !important;
}

#vue-plp, #vue-deals {
  width: 1500px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  #vue-plp, #vue-deals {
    max-width: calc(100% - 32px);
  }
}
#vue-plp .header, #vue-deals .header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 8px;
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out, visibility 0s 0s;
}
@media (max-width: 768px) {
  #vue-plp .header, #vue-deals .header {
    padding: 10px 0 24px;
  }
}
#vue-plp .header h2, #vue-deals .header h2 {
  text-decoration: none !important;
  text-align: center;
  margin: 16px 0px !important;
  font-size: 24px;
}
@media (min-width: 992px) {
  #vue-plp .header h2, #vue-deals .header h2 {
    font-size: 32px;
  }
}
#vue-plp .header h2 + div:not(#product-filters), #vue-deals .header h2 + div:not(#product-filters) {
  text-align: center;
  padding: 0 0 16px;
}
#vue-plp .header h1, #vue-deals .header h1 {
  text-decoration: none !important;
  text-align: center;
  margin: 16px 0px !important;
  font-size: 24px;
}
@media (min-width: 992px) {
  #vue-plp .header h1, #vue-deals .header h1 {
    font-size: 32px;
  }
}
#vue-plp .header h1 + div:not(#product-filters), #vue-deals .header h1 + div:not(#product-filters) {
  text-align: center;
  padding: 0 0 16px;
}
#vue-plp .header > div, #vue-plp .header > p, #vue-deals .header > div, #vue-deals .header > p {
  text-align: center;
}
#vue-plp .header div[data-content-type=row] > div, #vue-deals .header div[data-content-type=row] > div {
  padding: 0 !important;
}
#vue-plp .header div[data-content-type=html], #vue-plp .header [data-content-type=text], #vue-deals .header div[data-content-type=html], #vue-deals .header [data-content-type=text] {
  font-size: 13px;
  width: 680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
#vue-plp .header div[data-content-type=html] p, #vue-plp .header [data-content-type=text] p, #vue-deals .header div[data-content-type=html] p, #vue-deals .header [data-content-type=text] p {
  font-size: 13px;
  width: 680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
#vue-plp .header:after, #vue-deals .header:after {
  position: absolute;
  content: "";
  pointer-events: none;
  top: -16px;
  width: 100vw;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 992px) {
  #vue-plp .header:after, #vue-deals .header:after {
    top: -24px;
  }
}
#vue-plp .header .jpp-promo-tray, #vue-deals .header .jpp-promo-tray {
  position: relative;
  padding: 0;
  width: 1500px;
  max-width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  transition: opacity 0.24s ease;
  margin-top: -8px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #vue-plp .header .jpp-promo-tray, #vue-deals .header .jpp-promo-tray {
    margin: 10px 0 40px;
  }
}
#vue-plp .header .jpp-promo-tray .promo-card h5, #vue-deals .header .jpp-promo-tray .promo-card h5 {
  transform: translateZ(0) translate3d(0, 0, 0);
  backface-visibility: hidden;
  line-height: 1.4;
  text-align: left;
}
#vue-plp .header .jpp-promo-tray .promo-card div.cta-button, #vue-deals .header .jpp-promo-tray .promo-card div.cta-button {
  transform: translateZ(0) translate3d(0, 0, 0);
  backface-visibility: hidden;
  line-height: 33.6px;
}
#vue-plp .header .card-wrapper, #vue-deals .header .card-wrapper {
  max-height: 200px;
}
@media (max-width: 991px) {
  #vue-plp .header .card-wrapper, #vue-deals .header .card-wrapper {
    min-width: 100vw;
  }
}
#vue-plp .header .tile-row, #vue-plp .header .tile-row-large, #vue-plp .header .tile-section, #vue-deals .header .tile-row, #vue-deals .header .tile-row-large, #vue-deals .header .tile-section {
  margin-top: 0 !important;
  margin-bottom: 48px !important;
}
@media (max-width: 768px) {
  #vue-plp .header .tile-row, #vue-plp .header .tile-row-large, #vue-plp .header .tile-section, #vue-deals .header .tile-row, #vue-deals .header .tile-row-large, #vue-deals .header .tile-section {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 480px) {
  #vue-plp .header .tile-row, #vue-plp .header .tile-row-large, #vue-plp .header .tile-section, #vue-deals .header .tile-row, #vue-deals .header .tile-row-large, #vue-deals .header .tile-section {
    margin-bottom: 0 !important;
  }
}
#vue-plp .header .card-wrapper, #vue-deals .header .card-wrapper {
  width: 100%;
  margin: 12px 0;
}
#vue-plp .header .card-wrapper:not(.flickity-enabled), #vue-deals .header .card-wrapper:not(.flickity-enabled) {
  display: flex;
}
#vue-plp .header .flickity-viewport, #vue-deals .header .flickity-viewport {
  width: 100%;
  overflow: visible;
}
#vue-plp .header .flickity-viewport .flickity-slider, #vue-deals .header .flickity-viewport .flickity-slider {
  height: 176px !important;
}
@media (max-width: 768px) {
  #vue-plp .header .flickity-viewport .flickity-slider, #vue-deals .header .flickity-viewport .flickity-slider {
    margin-left: 0;
  }
}
@media (max-width: 660px) {
  #vue-plp .header .flickity-viewport .flickity-slider, #vue-deals .header .flickity-viewport .flickity-slider {
    height: 176px !important;
  }
}
#vue-plp .header div.tile-row .card.simple-tile, #vue-deals .header div.tile-row .card.simple-tile {
  width: 176px !important;
  min-width: 176px !important;
  height: 176px !important;
  min-height: 176px !important;
  margin-right: 12px !important;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0px 1px 8px rgba(2, 2, 2, 0.1);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
  display: inline-block;
}
#vue-plp .header div.tile-row .card.simple-tile:hover, #vue-deals .header div.tile-row .card.simple-tile:hover {
  box-shadow: 0px 1px 16px rgba(2, 2, 2, 0.1);
  transform: scale(1.04);
}
#vue-plp .header div.tile-row .card.simple-tile:hover h5, #vue-deals .header div.tile-row .card.simple-tile:hover h5 {
  color: #0088ce;
}
@media (max-width: 1200px) {
  #vue-plp .header div.tile-row .card.simple-tile, #vue-deals .header div.tile-row .card.simple-tile {
    margin-right: 12px !important;
    width: 176px !important;
    min-width: 176px !important;
  }
}
@media (max-width: 991px) {
  #vue-plp .header div.tile-row .card.simple-tile:nth-of-type(3n), #vue-plp .header div.tile-row .card.simple-tile:nth-of-type(4n), #vue-plp .header div.tile-row .card.simple-tile:nth-of-type(5n), #vue-deals .header div.tile-row .card.simple-tile:nth-of-type(3n), #vue-deals .header div.tile-row .card.simple-tile:nth-of-type(4n), #vue-deals .header div.tile-row .card.simple-tile:nth-of-type(5n) {
    margin-right: 12px !important;
  }
}
@media (max-width: 660px) {
  #vue-plp .header div.tile-row .card.simple-tile, #vue-deals .header div.tile-row .card.simple-tile {
    margin-right: 8px !important;
    width: 177px !important;
    min-width: 177px !important;
  }
  #vue-plp .header div.tile-row .card.simple-tile:nth-of-type(2n), #vue-plp .header div.tile-row .card.simple-tile:nth-of-type(3n), #vue-plp .header div.tile-row .card.simple-tile:nth-of-type(4n), #vue-plp .header div.tile-row .card.simple-tile:nth-of-type(5n), #vue-deals .header div.tile-row .card.simple-tile:nth-of-type(2n), #vue-deals .header div.tile-row .card.simple-tile:nth-of-type(3n), #vue-deals .header div.tile-row .card.simple-tile:nth-of-type(4n), #vue-deals .header div.tile-row .card.simple-tile:nth-of-type(5n) {
    margin-right: 8px !important;
  }
}
#vue-plp .header div.tile-row .card.simple-tile a, #vue-deals .header div.tile-row .card.simple-tile a {
  display: block;
  height: 100%;
}
#vue-plp .header div.tile-row .card.simple-tile .image-wrapper, #vue-deals .header div.tile-row .card.simple-tile .image-wrapper {
  z-index: 1;
  height: 100%;
}
#vue-plp .header div.tile-row .card.simple-tile img, #vue-deals .header div.tile-row .card.simple-tile img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: scale(0.9) translateY(-10px);
  height: 100%;
}
#vue-plp .header div.tile-row .card.simple-tile h5, #vue-deals .header div.tile-row .card.simple-tile h5 {
  text-transform: none;
  text-align: center;
  bottom: 10px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 12px 0;
  transform: translateZ(0) translate3d(0, 0, 0);
  backface-visibility: hidden;
  line-height: 1.4;
}
@media (max-width: 480px) {
  #vue-plp .header div.tile-row .card.simple-tile h5, #vue-deals .header div.tile-row .card.simple-tile h5 {
    bottom: 8px;
    left: 8px;
    right: 8px;
  }
}
#vue-plp .header div.tile-row .card.simple-tile.text-only h5, #vue-deals .header div.tile-row .card.simple-tile.text-only h5 {
  color: #0088ce;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
#vue-plp .header > div > div, #vue-deals .header > div > div {
  font-size: 16px;
}
#vue-plp .header .title, #vue-deals .header .title {
  width: 1500px;
  max-width: 92%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #vue-plp .header .title, #vue-deals .header .title {
    max-width: 100%;
  }
}
#vue-plp .header .title span:not(.time), #vue-deals .header .title span:not(.time) {
  font-size: 24px;
  color: #000;
  font-weight: 800;
}
#vue-plp .header .title span.time, #vue-deals .header .title span.time {
  font-size: 12px;
  color: #7e7e7e;
}
#vue-plp .header.center .title span, #vue-deals .header.center .title span {
  text-align: center;
}
#vue-plp .header.center .product-filters .inner-wrapper, #vue-deals .header.center .product-filters .inner-wrapper {
  display: flex;
  justify-content: center;
}
#vue-plp .header.center .ais-ClearRefinements-button--disabled, #vue-deals .header.center .ais-ClearRefinements-button--disabled {
  display: none !important;
}
#vue-plp .header > h2, #vue-deals .header > h2 {
  font-weight: 800;
  text-transform: none !important;
  text-align: center;
}
#vue-plp .header > h1, #vue-deals .header > h1 {
  font-weight: 800;
  text-transform: none !important;
  text-align: center;
}
#vue-plp .header div h2, #vue-deals .header div h2 {
  font-size: 32px;
  font-weight: 800;
}
#vue-plp .header .promotions-list, #vue-deals .header .promotions-list {
  display: flex;
  margin-bottom: 0 !important;
  min-width: calc(100% + 10px);
  width: calc(100% + 10px);
  transform: translateX(-10px);
}
@media (max-width: 991px) {
  #vue-plp .header .promotions-list, #vue-deals .header .promotions-list {
    height: 224px;
    transform: translateX(-10px) translateY(2px);
  }
}
@media (max-width: 480px) {
  #vue-plp .header .promotions-list, #vue-deals .header .promotions-list {
    height: 200px;
  }
}
#vue-plp .header .promotions-list::-webkit-scrollbar, #vue-deals .header .promotions-list::-webkit-scrollbar {
  width: 0px;
}
#vue-plp .header .promotions-list::-webkit-scrollbar-track, #vue-deals .header .promotions-list::-webkit-scrollbar-track {
  background: #E8E8E8;
}
#vue-plp .header .promotions-list::-webkit-scrollbar-thumb, #vue-deals .header .promotions-list::-webkit-scrollbar-thumb {
  background: #0088ce;
}
#vue-plp .header .promotions-list::-webkit-scrollbar-thumb:hover, #vue-deals .header .promotions-list::-webkit-scrollbar-thumb:hover {
  background: #0096E3;
}
#vue-plp .header .promotions-list.flickity-enabled, #vue-plp .header .promotions-list.no-flickity, #vue-deals .header .promotions-list.flickity-enabled, #vue-deals .header .promotions-list.no-flickity {
  animation: fadein 0.24s;
  animation-fill-mode: forwards;
}
#vue-plp .header .promotions-list.no-flickity, #vue-plp .header .promotions-list:not(.flickity-enabled), #vue-deals .header .promotions-list.no-flickity, #vue-deals .header .promotions-list:not(.flickity-enabled) {
  padding: 20px 0 !important;
}
#vue-plp .header .promotions-list.no-flickity, #vue-deals .header .promotions-list.no-flickity {
  min-width: 100%;
  width: 100%;
  transform: translateX(0);
}
@media (max-width: 991px) {
  #vue-plp .header .promotions-list.no-flickity, #vue-deals .header .promotions-list.no-flickity {
    transform: translateX(0) translateY(2px);
  }
}
#vue-plp .header .promotions-list.no-flickity div[data-content-type=promo_card]:nth-of-type(4), #vue-deals .header .promotions-list.no-flickity div[data-content-type=promo_card]:nth-of-type(4) {
  margin-right: 0;
}
#vue-plp .header .promotions-list .flickity-viewport, #vue-deals .header .promotions-list .flickity-viewport {
  width: 100%;
  padding: 12px !important;
  min-height: 248px;
  transform: translateX(10px) !important;
  overflow: hidden !important;
}
@media (max-width: 991px) {
  #vue-plp .header .promotions-list .flickity-viewport, #vue-deals .header .promotions-list .flickity-viewport {
    transform: translateX(10px) translateY(-10px) scale(0.88) !important;
    transform-origin: top left;
    height: 224px;
    min-height: 224px;
  }
}
@media (max-width: 768px) {
  #vue-plp .header .promotions-list .flickity-viewport, #vue-deals .header .promotions-list .flickity-viewport {
    transform: translateX(10px) translateY(-10px) scale(0.88) !important;
  }
}
#vue-plp .header .promotions-list .flickity-viewport .flickity-slider, #vue-deals .header .promotions-list .flickity-viewport .flickity-slider {
  min-height: 224px;
  width: 100%;
  position: absolute !important;
}
@media (max-width: 991px) {
  #vue-plp .header .promotions-list .flickity-viewport .flickity-slider, #vue-deals .header .promotions-list .flickity-viewport .flickity-slider {
    height: 224px;
    min-height: 224px;
  }
}
#vue-plp .header .promotions-list div[data-content-type=promo_card], #vue-deals .header .promotions-list div[data-content-type=promo_card] {
  display: flex;
  margin-right: 16px !important;
  width: 363px;
  min-width: 363px;
}
@media (max-width: 480px) {
  #vue-plp .header .promotions-list div[data-content-type=promo_card], #vue-deals .header .promotions-list div[data-content-type=promo_card] {
    transform-origin: top left;
    transform: scale(0.9);
  }
}
#vue-plp .header .promotions-list .promo-card, #vue-deals .header .promotions-list .promo-card {
  height: 224px;
  min-height: 224px;
  width: 100%;
  box-shadow: 0px 1px 8px rgba(2, 2, 2, 0.1);
  border-radius: 12px;
  background: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.18s ease, height 0s, width 0s;
  filter: brightness(0.99);
}
#vue-plp .header .promotions-list .promo-card:hover, #vue-deals .header .promotions-list .promo-card:hover {
  box-shadow: 0px 2px 12px rgba(2, 2, 2, 0.1);
  filter: brightness(1.02);
  transform: scale(1.015) translateZ(0) perspective(1px);
}
#vue-plp .header .promotions-list .promo-card:hover .cta-button, #vue-deals .header .promotions-list .promo-card:hover .cta-button {
  filter: brightness(1.1);
  box-shadow: 0px 0px 8px rgba(2, 2, 2, 0.12);
}
#vue-plp .header .promotions-list .promo-card a, #vue-deals .header .promotions-list .promo-card a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#vue-plp .header .promotions-list .promo-card a .card-inner, #vue-deals .header .promotions-list .promo-card a .card-inner {
  height: 100%;
}
#vue-plp .header .promotions-list .promo-card .left-content, #vue-deals .header .promotions-list .promo-card .left-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 54%;
  padding: 16px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
}
@media (max-width: 480px) {
  #vue-plp .header .promotions-list .promo-card .left-content, #vue-deals .header .promotions-list .promo-card .left-content {
    padding-left: 24px;
  }
}
#vue-plp .header .promotions-list .promo-card .left-content span, #vue-deals .header .promotions-list .promo-card .left-content span {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 6px;
}
#vue-plp .header .promotions-list .promo-card .left-content h5, #vue-deals .header .promotions-list .promo-card .left-content h5 {
  font-size: 17px;
  line-height: 18px;
  font-weight: 800;
  text-transform: none !important;
  margin: 4px 0;
  color: #FFF;
}
#vue-plp .header .promotions-list .promo-card .left-content h5.thin, #vue-deals .header .promotions-list .promo-card .left-content h5.thin {
  font-size: 15px;
  font-weight: 500;
  text-transform: none !important;
  color: #FFF;
}
#vue-plp .header .promotions-list .promo-card .left-content .cta-button, #vue-deals .header .promotions-list .promo-card .left-content .cta-button {
  min-width: 100px;
  max-width: 130px;
  align-self: flex-start;
  height: 33.6px;
  line-height: 33.6px;
  text-align: center;
  white-space: nowrap;
  padding: 0 14px !important;
  font-size: 12px !important;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.18s ease;
}
#vue-plp .header .promotions-list .promo-card .right-content, #vue-deals .header .promotions-list .promo-card .right-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 59.24%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
}
#vue-plp .header .promotions-list .promo-card .right-content img, #vue-deals .header .promotions-list .promo-card .right-content img {
  align-self: flex-end;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 200%;
  height: 100%;
}
#vue-plp .header .flickity-button, #vue-deals .header .flickity-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.74);
  border-radius: 100%;
  border: 2px solid #fff;
  background: #0088ce;
  transition: 0.18s ease;
}
@media (max-width: 1660px) {
  #vue-plp .header .flickity-button, #vue-deals .header .flickity-button {
    transform: translateY(-50%) scale(0.74);
    border: 4px solid #fff;
  }
}
@media (max-width: 991px) {
  #vue-plp .header .flickity-button, #vue-deals .header .flickity-button {
    transform: translateY(-58%) scale(0.74);
  }
}
@media (max-width: 991px) {
  #vue-plp .header .flickity-button, #vue-deals .header .flickity-button {
    transform: translateY(-58%) scale(0.68);
  }
}
#vue-plp .header .flickity-button:hover, #vue-deals .header .flickity-button:hover {
  background: #0088ce;
}
#vue-plp .header .flickity-button:disabled, #vue-deals .header .flickity-button:disabled {
  opacity: 0;
}
#vue-plp .header .flickity-button svg, #vue-deals .header .flickity-button svg {
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#vue-plp .header .flickity-button svg path, #vue-deals .header .flickity-button svg path {
  color: #fff;
}
#vue-plp .header .flickity-button.previous, #vue-deals .header .flickity-button.previous {
  left: -18px;
}
@media (max-width: 768px) {
  #vue-plp .header .flickity-button.previous, #vue-deals .header .flickity-button.previous {
    left: -17px;
  }
}
@media (max-width: 480px) {
  #vue-plp .header .flickity-button.previous, #vue-deals .header .flickity-button.previous {
    left: -14px;
  }
}
#vue-plp .header .flickity-button.next, #vue-deals .header .flickity-button.next {
  right: -28px;
}
@media (max-width: 768px) {
  #vue-plp .header .flickity-button.next, #vue-deals .header .flickity-button.next {
    right: -27px;
  }
}
@media (max-width: 480px) {
  #vue-plp .header .flickity-button.next, #vue-deals .header .flickity-button.next {
    right: -24px;
  }
}
#vue-plp .catalog-category-view.page-with-filter .jpp-promo-tray .promotions-list.no-flickity, #vue-plp .catalog-category-view.page-with-filter .jpp-promo-tray .promotions-list:not(.flickity-enabled), #vue-deals .catalog-category-view.page-with-filter .jpp-promo-tray .promotions-list.no-flickity, #vue-deals .catalog-category-view.page-with-filter .jpp-promo-tray .promotions-list:not(.flickity-enabled) {
  padding-top: 0 !important;
}
#vue-plp .catalog-category-view.page-with-filter div[data-appearance=contained], #vue-plp .catalog-category-view.page-with-filter div[data-content-type=row][data-appearance=contained], #vue-deals .catalog-category-view.page-with-filter div[data-appearance=contained], #vue-deals .catalog-category-view.page-with-filter div[data-content-type=row][data-appearance=contained] {
  max-width: 100%;
}
#vue-plp #product-results.ais-Hits, #vue-deals #product-results.ais-Hits {
  max-width: 100%;
}
#vue-plp #product-results.ais-Hits ol, #vue-deals #product-results.ais-Hits ol {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  transform: translateX(-3px);
}
@media (max-width: 768px) {
  #vue-plp #product-results.ais-Hits ol, #vue-deals #product-results.ais-Hits ol {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
    transform: translateX(0);
  }
}
#vue-plp .category-page-tiles .tile, #vue-deals .category-page-tiles .tile {
  border: 1px solid #dfdfdf;
}
#vue-plp .category-page-tiles .tile h5, #vue-deals .category-page-tiles .tile h5 {
  font-weight: 800;
}
#vue-plp .plp-text, #vue-deals .plp-text {
  width: 866px;
  max-width: 100%;
}
#vue-plp .plp-text h3, #vue-deals .plp-text h3 {
  font-weight: 800;
  font-size: 22px;
}
#vue-plp .plp-text p, #vue-deals .plp-text p {
  font-size: 16px;
  line-height: 24px;
  color: #353535;
}
@media (min-width: 992px) {
  #vue-plp .plp-text h3, #vue-deals .plp-text h3 {
    font-size: 28px;
  }
}

.category-ipi .header.center div[data-content-type=html] {
  font-size: 16px !important;
  width: 100% !important;
}
.category-ipi .header.center div[data-content-type=html] p {
  width: 100% !important;
  font-size: 16px !important;
}

.plp-footer {
  margin: 0 auto;
  padding: 0 1rem;
}
.plp-footer h2, .plp-footer h3, .plp-footer h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 1rem 0;
}
.plp-footer p {
  margin: 0.5rem 0;
}
.plp-footer a {
  color: #0088CE;
  text-decoration: none;
}
.plp-footer a:hover {
  color: #1A94D3;
  text-decoration: underline;
}
.plp-footer ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin: 1rem 0;
}
.plp-footer li {
  margin-bottom: 0.5rem;
}

/*# sourceMappingURL=plp.css.map */
