.cc_xxJ4QqhzHX_zfJCBSonHq .kombos-tab-item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  min-width: 0;
  padding: 1rem 0.75rem;
  border-radius: 0.75rem;
  background: var(--kombos-white);
  text-decoration: none;
  color: var(--kombos-gray-900);
  transition: box-shadow 0.15s ease;
}

.cc_xxJ4QqhzHX_zfJCBSonHq .kombos-tab-item-box:hover {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}

.cc_xxJ4QqhzHX_zfJCBSonHq .kombos-tab-item-box__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 7.5rem;
}

.cc_xxJ4QqhzHX_zfJCBSonHq .kombos-tab-item-box__image {
  display: block;
  width: 100%;
  max-height: 8.5rem;
  object-fit: contain;
}

.cc_xxJ4QqhzHX_zfJCBSonHq .kombos-tab-item-box__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  text-align: center;
}

.cc_xxJ4QqhzHX_zfJCBSonHq .kombos-tab-item-box__name {
  width: 100%;
  text-wrap: balance;
}

.cc_xxJ4QqhzHX_zfJCBSonHq .kombos-tab-item-box__price {
  color: var(--kombos-gray-900);
}

.cc_xxJ4QqhzHX_zfJCBSonHq .kombos-tab-item-box__price-label {
  color: var(--kombos-gray-500);
}

@media (min-width: 768px) {
.cc_xxJ4QqhzHX_zfJCBSonHq .kombos-tab-item-box {
    padding: 1.25rem 1rem;
    gap: 1rem;
  }

.cc_xxJ4QqhzHX_zfJCBSonHq .kombos-tab-item-box__image-wrap {
    min-height: 8.5rem;
  }

.cc_xxJ4QqhzHX_zfJCBSonHq .kombos-tab-item-box__image {
    max-height: 10rem;
  }
}

@media (min-width: 1024px) {
.cc_xxJ4QqhzHX_zfJCBSonHq .kombos-tab-item-box__image-wrap {
    min-height: 9rem;
  }

.cc_xxJ4QqhzHX_zfJCBSonHq .kombos-tab-item-box__image {
    max-height: 11rem;
  }
}
