body.imam-shop-page .imam-shop-search-toggle {
  display: none;
}

body.imam-shop-page a[href^="/product/"] > .imam-road-badge {
  top: auto !important;
  bottom: 0.5rem !important;
  inset-inline-end: 0.5rem !important;
  inset-inline-start: auto !important;
}

@media (max-width: 640px) {
  body.imam-shop-page .imam-shop-cats {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 42px;
    gap: 6px;
    overflow: visible !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    padding-bottom: 0 !important;
  }

  body.imam-shop-page .imam-shop-cats > button:not(.imam-shop-search-toggle) {
    min-width: 0 !important;
    width: 100%;
    padding: 10px 5px !important;
    font-size: 11px !important;
    line-height: 1.1;
    white-space: nowrap;
  }

  body.imam-shop-page .imam-shop-search-toggle {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--card));
    color: hsl(var(--foreground));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgb(15 23 42 / 8%);
  }

  body.imam-shop-page .imam-shop-search {
    display: none;
    margin-top: 8px;
  }

  body.imam-shop-page .imam-shop-search.is-open {
    display: block;
  }

  body.imam-shop-page .imam-shop-search input {
    height: 46px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
  }

  body.imam-shop-page .imam-golf-filters {
    padding: 12px !important;
    gap: 10px !important;
    border-radius: 16px !important;
  }

  body.imam-shop-page .imam-golf-filters > div {
    align-items: center !important;
    gap: 8px !important;
  }

  body.imam-shop-page .imam-golf-filters > div > span {
    width: 58px;
    min-width: 58px;
    font-size: 12px !important;
    line-height: 1.25;
    text-align: right;
  }

  body.imam-shop-page .imam-seat-filter > div,
  body.imam-shop-page .imam-road-filter > div {
    display: grid !important;
    gap: 6px !important;
    flex: 1;
    min-width: 0;
  }

  body.imam-shop-page .imam-seat-filter > div {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body.imam-shop-page .imam-road-filter > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.imam-shop-page .imam-golf-filters button {
    width: 100%;
    min-width: 0 !important;
    min-height: 58px;
    padding: 7px 5px !important;
    border-radius: 11px !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    text-align: center;
    justify-content: center;
  }

  body.imam-shop-page .imam-seat-filter button {
    min-height: 48px;
  }

  body.imam-shop-page .imam-golf-filters button svg {
    width: 13px !important;
    height: 13px !important;
  }

  body.imam-shop-page .imam-golf-filters button span {
    overflow-wrap: anywhere;
  }

}

body.imam-product-page .imam-product-quick-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.imam-product-page .imam-product-add-cart {
  display: none !important;
}

body.imam-product-page .imam-product-add-cart {
  min-height: 44px !important;
  height: 44px !important;
  width: 100% !important;
  border-radius: 12px !important;
  padding: 4px 8px !important;
  font-size: 12px !important;
  box-shadow: none !important;
}

body.imam-product-page .imam-product-add-cart svg {
  width: 16px !important;
  height: 16px !important;
}

body.imam-product-page .imam-product-add-cart span {
  display: inline !important;
  font-size: 11px !important;
}

@media (max-width: 520px) {
  body.imam-product-page .imam-product-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
