/* .header-wrapper{display: none;} */
#manifest-ymm{
  --motofit-card-bg: #ffffff;
  --motofit-card-border: #e5e7eb;
  --motofit-card-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  --motofit-card-media-bg: #f8fafc;
  --motofit-card-text: #111827;
  --motofit-card-muted: #6b7280;
  --motofit-card-radius: 16px;
}
#manifest-ymm,
#manifest-ymm *,
#manifest-ymm *::before,
#manifest-ymm *::after{
  box-sizing: border-box;
}
#manifest-ymm.data_loading{
  pointer-events: none;
}
.manifest-ymm-container{
  display: flex;
}
.manifest-ymm-filters{
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  min-width: 252px;
  max-width: 252px;
  border-right: 1px solid #ddd;
}
.manifest-ymm-filters ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.manifest-ymm-products{
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  min-width: 0;
}
.manifest-ymm-header-container{
      padding: 15px;
    border-bottom: 1px solid #e9e9ed;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.manifest-ymm-filter-clearAllBtn{
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
}
.manifest-ymm-header-title{
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.manifest-ymm-products-grid-header{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1;
  align-items: center;
}
.manifest-ymm-products-sort-container{
  display: flex;
  align-items: center;
  margin-top: -19px;
  position: relative;
  z-index: 12;
}
.manifest-ymm-products-sort-label{
  margin-right: 10px;
}
#manifest-ymm .manifest-ymm-products-sort,
#manifest-ymm .manifest-ymm-products-sort-select{
  position: relative;
}
.manifest-ymm-product-sort{
  border: 1px solid #e9e9ed;
  padding: 6px;
  background-color: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}
.manifest-ymm-filter-item{
  border-bottom: 1px solid #e9e9ed;
  padding: 10px 15px;
  position: relative;
}
.manifest-ymm--filters-header{
  color: #000000;
  font-size: 16px;
  margin-bottom: 5px;
}
.manifest-ymm-filter-list{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}
.manifest-ymm-filter-show-more{
  font-size: 14px;
  padding-left: 25px;
}
.manifest-ymm-checkbox {
  padding: 5px 0 5px 23px;
  position: relative;
  display: inline-block;
  line-height: 1.3;
}
.manifest-ymm-checkbox .count{
  margin-left: 4px;
  color: #aba8a8;
  font-size: 0.9em;
  white-space: nowrap;
}
.manifest-ymm-checkbox, .manifest-ymm-checkbox input[type=checkbox] {
    cursor: pointer;
}
.manifest-ymm-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
  top: .7rem;
  left: -.4rem;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  margin-right: .5rem;
}
.manifest-ymm-checkbox .icon-checkmark {
    visibility: hidden;
    position: absolute;
    z-index: 5;
    top: 8px;
    left: 2px;
    width: 12px;
    height: 12px;
}
.manifest-ymm-checkbox svg{
  margin-right: 4px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 6px;
}
.manifest-ymm-checkbox>input[type=checkbox]:checked~.icon-checkmark {
    visibility: visible;
}
#manifest-ymm.data_loading .manifest-ymm-product-grid{
  position: relative;
}
#manifest-ymm.data_loading .manifest-ymm-product-grid::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #00000014;
}
#manifest-ymm:not(.data_loading) #product-ymm-loader{
  display: none;
}
#product-ymm-loader{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 8;
}
#product-ymm-loader svg{
  animation: rotator 1.4s linear infinite;
  width: 30px;
}
#product-ymm-loader svg .path{
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}
.manifest-ymm-product-grid{
  padding-left: 20px;
  position: relative;
}

#manifest-ymm .motofit-product-grid-list{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#manifest-ymm .motofit-product-grid__item{
  list-style: none;
  min-width: 0;
}

#manifest-ymm .motofit-product-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--motofit-card-border);
  border-radius: var(--motofit-card-radius);
  background: var(--motofit-card-bg);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

#manifest-ymm .motofit-product-card__media-link,
#manifest-ymm .motofit-product-card__title-link{
  color: inherit;
  text-decoration: none;
}

#manifest-ymm .motofit-product-card__media{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 18px;
  overflow: hidden;
  background: var(--motofit-card-media-bg);
}

#manifest-ymm .motofit-product-card__image{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#manifest-ymm .motofit-product-card__badge{
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.9);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

#manifest-ymm .motofit-product-card__content{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}

#manifest-ymm .motofit-product-card__title{
  margin: 0;
  color: var(--motofit-card-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

#manifest-ymm .motofit-product-card__title-link{
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#manifest-ymm .motofit-product-card__variant{
  margin: 0;
  color: var(--motofit-card-muted);
  font-size: 14px;
  line-height: 1.45;
}

#manifest-ymm .motofit-product-card__price{
  margin-top: auto;
  color: var(--motofit-card-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

@media (hover: hover) {
  #manifest-ymm .motofit-product-card:hover{
    transform: translateY(-2px);
    box-shadow: var(--motofit-card-shadow);
  }
}


/* price filter */
.manifest-ymm-selected-price{
  font-size: 14px;
}
#manifest-ymm .price-input {
  width: 100%;
  display: flex;
  margin: 20px 0 10px;
}
#manifest-ymm .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
#manifest-ymm .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
#manifest-ymm input[type="number"]::-webkit-outer-spin-button,
#manifest-ymm input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#manifest-ymm .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
#manifest-ymm .slider {
  height: 3px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
#manifest-ymm .slider .progress {
  height: 100%;
  left: 10px;
  right: 0;
  top: 1px;
  position: absolute;
  border-radius: 6px;
  background: #000;
  display: block;
}
#manifest-ymm .range-input {
  position: relative;
}
#manifest-ymm .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -4px;
  left: 1px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#manifest-ymm input[type="range"]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #000000;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  margin-top:-4px;
}
#manifest-ymm input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border: none;
  border-radius: 50%;
  background: #000000;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  margin-top:-4px;
}

#manifest-ymm .manifest-ymm-filter-search .search-input:focus,
#manifest-ymm .manifest-ymm-filter-search .search-input {
    outline: none;
    box-shadow: none;
}
/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}
.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.b-btn.paypal i {
  color: blue;
}
.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}
.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}
.manifest-ymm-open-filter-footer,
.manifest-ymm-filter-footer{
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  text-align: center;
  background-color: #fcfcfc;
  border-top: 1px solid #eaeaec;
  font-size: 14px;
}
.manifest-ymm-open-filter-footer a,
.manifest-ymm-filter-footer a{
  padding: 8px 15px;
  display: inline-flex;
  color: inherit;
  text-transform: uppercase;
  font-weight: 600;
  align-items: center;
}
.manifest-ymm-open-filter-footer svg,
.manifest-ymm-filter-footer svg{
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
#manifest-ymm .filter-close-wrap,
#manifest-ymm .sort-by-wrap{
  width: 50%;
  border-right: 1px solid #eaeaec;
}
#manifest-ymm .filter-apply-wrap,
#manifest-ymm .open-filter-wrap{
  width: 50%;
}
#manifest-ymm .hide{
  display: none !important;
}
/* start custom dropdown */
/* the code below is for the dropdown menu */
#manifest-ymm .wrapper-dropdown {
  position: relative;
  display: inline-block;
  min-width: 211.5px;
  width: 100%;
  max-width: 483px;
  padding: 5px 10px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #d4d5d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: visible;
}


#manifest-ymm .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

#manifest-ymm .wrapper-dropdown .arrow {
  rotate: 180deg;
}

#manifest-ymm svg {
  transition: all 0.3s;
}

#manifest-ymm .wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;

  margin-top: -2px;

  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}

#manifest-ymm .wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

#manifest-ymm .wrapper-dropdown .dropdown {
  transition: .3s;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 5px;
  box-shadow: inherit;
  background: inherit;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  background-color: #fcfcfc;
  border: 1px solid #d4d5d9;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

#manifest-ymm .wrapper-dropdown .dropdown li {
  padding: 0 10px;
  line-height: 34px;
  overflow: hidden;
}

#manifest-ymm .wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}

#manifest-ymm .wrapper-dropdown .dropdown li:hover {
  background-color: #f1f0f0;
  border-radius: 5px;
}

#manifest-ymm .wrapper-dropdown.active {
  z-index: 120;
}

#manifest-ymm .wrapper-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  border-radius: 5px;
}
/* end custom dropdown */
.manifest-ymm-filter-show-more-wrap{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fcfcfc;
  width: 450px;
  border: 1px solid #ddd;
  padding: 5px 15px;
  display: none;
}
.manifest-ymm-filter-show-more-wrap.active{
  display:block;
}
.manifest-ymm-filter-show-more-list{
  height: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 14px;
}
.manifest-ymm-filter-show-more-list li{
  padding-right: 15px;
}
.manifest-ymm-filter-search{
  top: 7px;
  right: 15px;
  position: absolute;
  width: calc(100% - 26px);
  z-index: 2;
  background-color: #f1efef;
  border-radius: 30px;
}
.manifest-ymm-filter-search:not(.active){
  width: 30px;
  height: 30px;
}
.manifest-ymm-filter-search .search-input{
  border: none;
  padding: 7px 15px;
  width: 100%;
  background-color: transparent;
}
.manifest-ymm-filter-search .icon-search{
  position: absolute;
  width: 15px;
  height: 15px;
  top: 8px;
  right: 7px;
  cursor: pointer;
}
.manifest-ymm-filter-search:not(.active) .search-input{
  display:none;
}
.manifest-ymm-filter-search.active .icon-search{
  display: none;
}
.manifest-ymm-filter-search .icon-close{
  position: absolute;
  width: 22px;
  height: 22px;
  top: 4px;
  right: 4px;
  cursor: pointer;
}
.manifest-ymm-filter-search:not(.active) .icon-close{
  display: none;
}
.manifest-ymm-filter-search svg *{
  pointer-events: none;
}
.manifest-ymm-filter-show-more-wrap .manifest-ymm-filter-search:not(.active),
.manifest-ymm-filter-show-more-wrap .manifest-ymm-filter-search.active{
  position: relative;
  width: auto;
  margin-bottom: 7px;
  top: auto;
  right: auto;
  max-width: 250px;
}
.manifest-ymm-filter-show-more-wrap .manifest-ymm-filter-search:not(.active) .search-input{
  display: block;
}
.manifest-ymm-filter-show-more-wrap .manifest-ymm-filter-search .icon-search{
  top: 7px;
  right: 10px;
}
#manifest-ymm-loader svg{
  animation: rotator 1.4s linear infinite;
  width: 30px;
}
#manifest-ymm-loader{
  display: flex;
  justify-content: center;
  height: 150px;
}
#manifest-ymm-loader svg .path{
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}
#ymm-product-grid-pagination{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#ymm-product-grid-pagination .pagination-ymm{
  display: flex;
  list-style-type: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
#manifest-ymm .pagination-ymm li{
  padding: 5px 10px;
  cursor: pointer;
  line-height: 1;
}
#manifest-ymm .pagination-ymm li.disabled{
  pointer-events: none;
  cursor: none;
  line-height: 1;
}
#manifest-ymm .pagination-ymm li.active{
  border: 4px solid #f1f1f1;
  background-color: #ddd;
  border-radius: 25px;
}
#manifest-ymm .nothing-here-yet{
  grid-column: 1 / -1;
  width: 100%;
  margin: 50px auto;
  list-style: none;
  text-align: center;
}
#manifest-ymm .nothing-here-yet p{
  text-align: center;
}
#manifest-ymm .motofit-empty-state{
  display: flex;
  justify-content: center;
  padding: 8px 0 24px;
}
#manifest-ymm .motofit-empty-state__card{
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(100%, 820px);
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  text-align: left;
}
#manifest-ymm .motofit-empty-state__image{
  flex: 0 0 108px;
  width: 108px;
  height: auto;
}
#manifest-ymm .motofit-empty-state__content{
  min-width: 0;
  flex: 1 1 auto;
}
#manifest-ymm .motofit-empty-state__title{
  margin: 0 0 12px;
  color: #111827;
  font-size: clamp(1.5rem, 1.1rem + 1vw, 2rem);
  line-height: 1.2;
  font-weight: 700;
}
#manifest-ymm .motofit-empty-state__message{
  margin: 0 0 8px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}
#manifest-ymm .motofit-empty-state__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
#manifest-ymm .motofit-empty-state__action{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.8rem 1.15rem;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
#manifest-ymm .motofit-empty-state__action--primary{
  border-color: #111827;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(17, 24, 39, 0.16);
}
#manifest-ymm .motofit-empty-state__action--secondary{
  border-color: #111827;
  background: #ffffff;
  color: #111827;
}
#manifest-ymm .motofit-empty-state__action--ghost{
  background: #f8fafc;
}
@media (hover: hover) {
  #manifest-ymm .motofit-empty-state__action:hover{
    transform: translateY(-1px);
  }
}
@media screen and (min-width: 750px) {
  #manifest-ymm .motofit-product-grid-list{
    gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .manifest-ymm-filter-tab{
    display: none;
  }
  .manifest-ymm-filter-footer{
    display: none;
  }
  .manifest-ymm-open-filter-footer{
    display: none;
  }
  .manifest-ymm-filter-list{
    /* max-height: 205px; */
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .manifest-ymm-filter-row{
    display: flex;
    height: calc(100% - 40px);
  }
  .manifest-ymm-product-grid{
    padding-right: 20px;
  }
  .manifest-ymm-filter-tab{
    width: 150px;
    background-color: #f6f6f7;
  }
  .manifest-ymm-filters-inner{
    height: 100%;
  }
  .manifest-ymm-filter-content{
    width: calc(100% - 150px);
  }
  .manifest-ymm-filter-tab ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .manifest-ymm-filter-item{
    border: none;
    max-height: calc(100% - 50px);
    overflow: auto;
  }
  .manifest-ymm--filters-header{
    display: none;
  }
  .manifest-ymm-filter-tab li{
    border-bottom: 1px solid #e9e9ed;
    padding: 7px 15px;
    font-size: 14px;
    cursor: pointer;
  }
  .manifest-ymm-filter-tab li.active{
    background-color: #fcfcfc;
  }
  .manifest-ymm-container{
    display: block;
    padding: 0;
  }
  .manifest-ymm-filters{
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 9;
    top: 100%;
    border: 0;
    left: 0;
    right: 0;
    background-color: #fcfcfc;
    transition: top 0.3s;
  }
  .manifest-ymm-filters.active{
    top: 0;
  }
  .manifest-ymm-filter-item:not(.active){
    display: none;
  }
  .manifest-ymm-price-filter{
    padding-top: 25px;
  }
  #manifest-ymm .wrapper-dropdown .dropdown{
    position: fixed;
    bottom: -41px;
    top: auto;
    border: 1px solid #eaeaec;
    padding: 10px 0;
  }
  #manifest-ymm .wrapper-dropdown.active .dropdown{
    bottom: 41px;
  }
  #manifest-ymm .wrapper-dropdown .dropdown li {
    padding: 3px 20px;
    line-height: 34px;
  }
  .manifest-ymm-filter-show-more-wrap{
    display: none;
  }
  .manifest-ymm-filter-show-more-link-wrap{
    display: none;
  }
  .manifest-ymm-products-sort-label,
  #manifest-ymm .wrapper-dropdown .selected-display,
  #manifest-ymm .wrapper-dropdown svg.arrow{
    display: none;
  }
  #manifest-ymm .wrapper-dropdown{
    border: none;
  }
  .manifest-ymm-filter-search:not(.active),
  .manifest-ymm-filter-search.active{
    position: relative;
    width: auto;
    margin-bottom: 7px;
    top: auto;
    right: auto;
  }
  .manifest-ymm-filter-search:not(.active) .search-input{
    display: block;
  }
  .manifest-ymm-filter-search .icon-search{
    top: 7px;
    right: 10px;
  }
  #manifest-ymm.data_loading .manifest-ymm-product-grid:after{
    position: fixed;
    z-index: 9;
  }
  #product-ymm-loader {
    position: fixed;
    top: 250px;
    z-index: 9;
  }
}
@media screen and (max-width: 989px) {
  #manifest-ymm .motofit-product-grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
    .manifest-ymm-product-grid{
  padding-left: 10px;
  padding-right: 10px;
}
}

@media screen and (max-width:749px) {
  #manifest-ymm .motofit-product-grid-list {
    gap: 10px;
  }
    .manifest-ymm-product-grid{
  padding-left: 5px;
  padding-right: 5px;
}
}

@media screen and (max-width: 580px) {
  #manifest-ymm .motofit-product-grid-list {
    grid-template-columns: minmax(0, 1fr);
  }

  #manifest-ymm .motofit-product-card__content{
    padding: 14px;
  }

  #manifest-ymm .motofit-empty-state__card{
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 18px;
    gap: 18px;
  }

  #manifest-ymm .motofit-empty-state__image{
    width: 88px;
    flex-basis: 88px;
  }

  #manifest-ymm .motofit-empty-state__actions{
    width: 100%;
  }

  #manifest-ymm .motofit-empty-state__action{
    width: 100%;
  }
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
  #manifest-ymm .motofit-product-grid-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
